LibreOffice Module vcl (master) 1
Classes | Functions
notebookbar.cxx File Reference
#include <sal/config.h>
#include <string_view>
#include <utility>
#include <vcl/layout.hxx>
#include <vcl/notebookbar/notebookbar.hxx>
#include <vcl/syswin.hxx>
#include <vcl/taskpanelist.hxx>
#include <vcl/NotebookbarContextControl.hxx>
#include <cppuhelper/implbase.hxx>
#include <comphelper/processfactory.hxx>
#include <rtl/bootstrap.hxx>
#include <osl/file.hxx>
#include <config_folders.h>
#include <com/sun/star/frame/XFrame.hpp>
#include <com/sun/star/frame/FrameAction.hpp>
#include <com/sun/star/ui/ContextChangeEventMultiplexer.hpp>
#include <comphelper/lok.hxx>
Include dependency graph for notebookbar.cxx:

Go to the source code of this file.

Classes

class  NotebookBarContextChangeEventListener
 split from the main class since it needs different ref-counting mana More...
 

Functions

static OUString getCustomizedUIRootDir ()
 
static bool doesFileExist (std::u16string_view sUIDir, std::u16string_view sUIFile)
 

Function Documentation

◆ doesFileExist()

static bool doesFileExist ( std::u16string_view  sUIDir,
std::u16string_view  sUIFile 
)
static

Definition at line 38 of file notebookbar.cxx.

Referenced by NotebookBar::NotebookBar().

◆ getCustomizedUIRootDir()

static OUString getCustomizedUIRootDir ( )
static

Definition at line 30 of file notebookbar.cxx.

References SAL_CONFIGFILE.

Referenced by NotebookBar::NotebookBar().