LibreOffice Module sfx2 (master) 1
Functions | Variables
workwin.cxx File Reference
#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>
Include dependency graph for workwin.cxx:

Go to the source code of this file.

Functions

static OUString GetResourceURLFromToolbarId (ToolbarId eId)
 
static sal_uInt16 TbxMatch (sal_uInt16 nPos)
 
static sal_uInt16 ChildAlignValue (SfxChildAlignment eAlign)
 
constexpr OUStringLiteral g_aStatusBarResName (u"private:resource/statusbar/statusbar")
 
constexpr OUStringLiteral g_aTbxTypeName (u"private:resource/toolbar/")
 
constexpr OUStringLiteral g_aProgressBarResName (u"private:resource/progressbar/progressbar")
 

Variables

const ResIdToResName pToolBarResToName []
 
constexpr OUStringLiteral g_aLayoutManagerPropName = u"LayoutManager"
 

Function Documentation

◆ ChildAlignValue()

static sal_uInt16 ChildAlignValue ( SfxChildAlignment  eAlign)
static

◆ 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

Definition at line 329 of file workwin.cxx.

Referenced by SfxWorkWindow::UpdateObjectBars_Impl2().

◆ TbxMatch()

static sal_uInt16 TbxMatch ( sal_uInt16  nPos)
static

Variable Documentation

◆ g_aLayoutManagerPropName

constexpr OUStringLiteral g_aLayoutManagerPropName = u"LayoutManager"
constexpr

◆ pToolBarResToName

const ResIdToResName pToolBarResToName[]

Definition at line 70 of file workwin.cxx.