#include <config_features.h>
#include <config_feature_desktop.h>
#include <comphelper/lok.hxx>
#include <comphelper/processfactory.hxx>
#include <osl/diagnose.h>
#include <sal/log.hxx>
#include <sfx2/docfile.hxx>
#include <sfx2/objface.hxx>
#include <sfx2/objsh.hxx>
#include <sfx2/app.hxx>
#include <workwin.hxx>
#include <sfx2/viewfrm.hxx>
#include <sfx2/module.hxx>
#include <sfx2/dispatch.hxx>
#include <sfx2/dockwin.hxx>
#include <sfx2/viewsh.hxx>
#include <splitwin.hxx>
#include <sfx2/sfxsids.hrc>
#include <sfx2/toolbarids.hxx>
#include <vcl/taskpanelist.hxx>
#include <vcl/svapp.hxx>
#include <svl/eitem.hxx>
#include <tools/svborder.hxx>
#include <tools/debug.hxx>
#include <unotools/configmgr.hxx>
#include <unotools/moduleoptions.hxx>
#include <com/sun/star/ui/XUIElement.hpp>
#include <com/sun/star/frame/LayoutManagerEvents.hpp>
#include <com/sun/star/frame/ModuleManager.hpp>
#include <com/sun/star/frame/XLayoutManager.hpp>
#include <com/sun/star/frame/XLayoutManagerEventBroadcaster.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/lang/DisposedException.hpp>
#include <type_traits>
#include <unordered_map>
#include <sfx2/notebookbar/SfxNotebookBar.hxx>
Go to the source code of this file.
◆ ChildAlignValue()
Definition at line 358 of file workwin.cxx.
References BOTTOM, FIRSTLEFT, FIRSTRIGHT, HIGHESTBOTTOM, HIGHESTTOP, LASTLEFT, LASTRIGHT, LEFT, LOWESTBOTTOM, LOWESTTOP, NOALIGNMENT, RIGHT, TOOLBOXBOTTOM, TOOLBOXLEFT, TOOLBOXRIGHT, TOOLBOXTOP, and TOP.
Referenced by SfxWorkWindow::Sort_Impl().
◆ g_aProgressBarResName()
constexpr OUStringLiteral g_aProgressBarResName |
( |
u"private:resource/progressbar/progressbar" |
| ) |
|
|
constexpr |
◆ g_aStatusBarResName()
constexpr OUStringLiteral g_aStatusBarResName |
( |
u"private:resource/statusbar/statusbar" |
| ) |
|
|
constexpr |
◆ g_aTbxTypeName()
constexpr OUStringLiteral g_aTbxTypeName |
( |
u"private:resource/toolbar/" |
| ) |
|
|
constexpr |
◆ GetResourceURLFromToolbarId()
static OUString GetResourceURLFromToolbarId |
( |
ToolbarId |
eId | ) |
|
|
static |
◆ TbxMatch()
static sal_uInt16 TbxMatch |
( |
sal_uInt16 |
nPos | ) |
|
|
static |
◆ g_aLayoutManagerPropName
constexpr OUStringLiteral g_aLayoutManagerPropName = u"LayoutManager" |
|
constexpr |
◆ pToolBarResToName
const ResIdToResName pToolBarResToName[] |