LibreOffice Module vcl (master) 1
|
#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>
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) |
|
static |
Definition at line 38 of file notebookbar.cxx.
Referenced by NotebookBar::NotebookBar().
|
static |
Definition at line 30 of file notebookbar.cxx.
References SAL_CONFIGFILE.
Referenced by NotebookBar::NotebookBar().