LibreOffice Module sd (master) 1
Classes | Typedefs | Functions | Variables
sd::sidebar Namespace Reference

Classes

class  AllMasterPagesSelector
 Show a list of all available master pages so that the user can assign them to the document. More...
 
class  CurrentMasterPagesSelector
 Show the master pages currently used by a SdDrawDocument. More...
 
class  DefaultPageObjectProvider
 Create an empty default master page. More...
 
class  DocumentHelper
 A collection of methods supporting the handling of master pages. More...
 
class  ExistingPageProvider
 This implementation of the PageObjectProvider simply returns an already existing master page object. More...
 
class  IDisposable
 
class  ISidebarReceiver
 
class  LayoutMenu
 
class  LayoutValueSet
 
class  MasterPageContainer
 This container manages the master pages used by the MasterPagesSelector controls. More...
 
class  MasterPageContainerChangeEvent
 For some changes to the set of master pages in a MasterPageContainer or to the data stored for each master page one or more events are sent to registered listeners. More...
 
class  MasterPageContainerFiller
 Fill a MasterPageContainer with information about the available master pages. More...
 
class  MasterPageContainerQueue
 The queue stores and processes all requests from a MasterPageContainer for the creation of previews. More...
 
class  MasterPageDescriptor
 A collection of data that is stored for every master page in the MasterpageContainer. More...
 
class  MasterPagesSelector
 Base class of a menu that lets the user select from a list of templates or designs that are loaded from files. More...
 
class  NavigatorWrapper
 Present the navigator as control that can be displayed inside the sidebar. More...
 
class  PageObjectProvider
 Interface for a provider of page objects. More...
 
class  PagePreviewProvider
 Provide previews of existing page objects by rendering them. More...
 
class  PanelFactory
 
class  PreviewProvider
 
class  PreviewValueSet
 Adapt the svtools valueset to the needs of the master page controls. More...
 
class  RecentlyUsedMasterPages
 This singleton holds a list of the most recently used master pages. More...
 
class  RecentMasterPagesSelector
 Show the recently used master pages (that are not currently used). More...
 
class  SlideBackground
 
class  TemplatePageObjectProvider
 Provide master page objects for template documents for which only the URL is given. More...
 
class  TemplatePreviewProvider
 Provide previews for template documents by loading the thumbnails from the documents. More...
 

Typedefs

typedef std::shared_ptr< MasterPageDescriptorSharedMasterPageDescriptor
 
typedef comphelper::WeakComponentImplHelper< css::ui::XUIElementFactory, css::lang::XServiceInfo > PanelFactoryInterfaceBase
 

Functions

 IMPL_LINK (CurrentMasterPagesSelector, EventMultiplexerListener, sd::tools::EventMultiplexerEvent &, rEvent, void)
 
 IMPL_LINK_NOARG (LayoutMenu, ClickHandler, ValueSet *, void)
 
 IMPL_LINK_NOARG (LayoutMenu, StateChangeHandler, const OUString &, void)
 
 IMPL_LINK (LayoutMenu, EventMultiplexerListener, ::sd::tools::EventMultiplexerEvent &, rEvent, void)
 
 IMPL_LINK (MasterPageContainerQueue, DelayedPreviewCreation, Timer *, pTimer, void)
 
 IMPL_LINK_NOARG (MasterPagesSelector, ClickHandler, ValueSet *, void)
 
 IMPL_LINK (MasterPagesSelector, ContextMenuHandler, const Point *, pPos, void)
 
 IMPL_LINK (MasterPagesSelector, ContainerChangeListener, MasterPageContainerChangeEvent &, rEvent, void)
 
bool IsNone (const ::tools::Long nPageLeftMargin, const ::tools::Long nPageRightMargin, const ::tools::Long nPageTopMargin, const ::tools::Long nPageBottomMargin)
 
void SetNone (::tools::Long &nPageLeftMargin, ::tools::Long &nPageRightMargin, ::tools::Long &nPageTopMargin, ::tools::Long &nPageBottomMargin)
 
bool IsNarrow (const ::tools::Long nPageLeftMargin, const ::tools::Long nPageRightMargin, const ::tools::Long nPageTopMargin, const ::tools::Long nPageBottomMargin)
 
void SetNarrow (::tools::Long &nPageLeftMargin, ::tools::Long &nPageRightMargin, ::tools::Long &nPageTopMargin, ::tools::Long &nPageBottomMargin)
 
bool IsModerate (const ::tools::Long nPageLeftMargin, const ::tools::Long nPageRightMargin, const ::tools::Long nPageTopMargin, const ::tools::Long nPageBottomMargin)
 
void SetModerate (::tools::Long &nPageLeftMargin, ::tools::Long &nPageRightMargin, ::tools::Long &nPageTopMargin, ::tools::Long &nPageBottomMargin)
 
bool IsNormal075 (const ::tools::Long nPageLeftMargin, const ::tools::Long nPageRightMargin, const ::tools::Long nPageTopMargin, const ::tools::Long nPageBottomMargin)
 
void SetNormal075 (::tools::Long &nPageLeftMargin, ::tools::Long &nPageRightMargin, ::tools::Long &nPageTopMargin, ::tools::Long &nPageBottomMargin)
 
bool IsNormal100 (const ::tools::Long nPageLeftMargin, const ::tools::Long nPageRightMargin, const ::tools::Long nPageTopMargin, const ::tools::Long nPageBottomMargin)
 
void SetNormal100 (::tools::Long &nPageLeftMargin, ::tools::Long &nPageRightMargin, ::tools::Long &nPageTopMargin, ::tools::Long &nPageBottomMargin)
 
bool IsNormal125 (const ::tools::Long nPageLeftMargin, const ::tools::Long nPageRightMargin, const ::tools::Long nPageTopMargin, const ::tools::Long nPageBottomMargin)
 
void SetNormal125 (::tools::Long &nPageLeftMargin, ::tools::Long &nPageRightMargin, ::tools::Long &nPageTopMargin, ::tools::Long &nPageBottomMargin)
 
bool IsWide (const ::tools::Long nPageLeftMargin, const ::tools::Long nPageRightMargin, const ::tools::Long nPageTopMargin, const ::tools::Long nPageBottomMargin)
 
void SetWide (::tools::Long &nPageLeftMargin, ::tools::Long &nPageRightMargin, ::tools::Long &nPageTopMargin, ::tools::Long &nPageBottomMargin)
 
const int gnBorderWidth (3)
 
const int gnBorderHeight (3)
 
constexpr size_t gnMaxListSize (8)
 
 IMPL_LINK (RecentlyUsedMasterPages, MasterPageChangeListener, MasterPageObserverEvent &, rEvent, void)
 
 IMPL_LINK (RecentlyUsedMasterPages, MasterPageContainerChangeListener, MasterPageContainerChangeEvent &, rEvent, void)
 
 IMPL_LINK_NOARG (RecentMasterPagesSelector, MasterPageListListener, LinkParamNone *, void)
 
 IMPL_LINK (SlideBackground, EventMultiplexerListener, tools::EventMultiplexerEvent &, rEvent, void)
 
 IMPL_LINK_NOARG (SlideBackground, FillStyleModifyHdl, weld::ComboBox &, void)
 
 IMPL_LINK_NOARG (SlideBackground, PaperSizeModifyHdl, weld::ComboBox &, void)
 
 IMPL_LINK_NOARG (SlideBackground, FillColorHdl, ColorListBox &, void)
 
 IMPL_LINK_NOARG (SlideBackground, FillBackgroundHdl, weld::ComboBox &, void)
 
 IMPL_LINK_NOARG (SlideBackground, AssignMasterPage, weld::ComboBox &, void)
 
 IMPL_LINK_NOARG (SlideBackground, EditMasterHdl, weld::Button &, void)
 
 IMPL_LINK_NOARG (SlideBackground, SelectBgHdl, weld::Button &, void)
 
 IMPL_LINK_NOARG (SlideBackground, CloseMasterHdl, weld::Button &, void)
 
 IMPL_LINK_NOARG (SlideBackground, DspBackground, weld::Toggleable &, void)
 
 IMPL_LINK_NOARG (SlideBackground, DspObjects, weld::Toggleable &, void)
 
 IMPL_LINK_NOARG (SlideBackground, ModifyMarginHdl, weld::ComboBox &, void)
 

Variables

constexpr OUStringLiteral EMPTY = u""
 
const snew_slide_value_info notes []
 
const snew_slide_value_info handout []
 
const snew_slide_value_info standard []
 
constexpr OUStringLiteral gsDefaultClickAction = u"applyselect"
 menu entry that is executed as default action when the left mouse button is clicked over a master page. More...
 

Typedef Documentation

◆ PanelFactoryInterfaceBase

typedef comphelper::WeakComponentImplHelper< css::ui::XUIElementFactory, css::lang::XServiceInfo > sd::sidebar::PanelFactoryInterfaceBase

Definition at line 30 of file PanelFactory.hxx.

◆ SharedMasterPageDescriptor

Definition at line 34 of file MasterPageDescriptor.hxx.

Function Documentation

◆ gnBorderHeight()

const int sd::sidebar::gnBorderHeight ( )

◆ gnBorderWidth()

const int sd::sidebar::gnBorderWidth ( )

◆ gnMaxListSize()

constexpr size_t sd::sidebar::gnMaxListSize ( )
constexpr

◆ IMPL_LINK() [1/8]

sd::sidebar::IMPL_LINK ( CurrentMasterPagesSelector  ,
EventMultiplexerListener  ,
sd::tools::EventMultiplexerEvent ,
rEvent  ,
void   
)

◆ IMPL_LINK() [2/8]

sd::sidebar::IMPL_LINK ( LayoutMenu  ,
EventMultiplexerListener  ,
::sd::tools::EventMultiplexerEvent ,
rEvent  ,
void   
)

◆ IMPL_LINK() [3/8]

sd::sidebar::IMPL_LINK ( MasterPageContainerQueue  ,
DelayedPreviewCreation  ,
Timer ,
pTimer  ,
void   
)

◆ IMPL_LINK() [4/8]

sd::sidebar::IMPL_LINK ( MasterPagesSelector  ,
ContainerChangeListener  ,
MasterPageContainerChangeEvent ,
rEvent  ,
void   
)

Definition at line 268 of file MasterPagesSelector.cxx.

◆ IMPL_LINK() [5/8]

sd::sidebar::IMPL_LINK ( MasterPagesSelector  ,
ContextMenuHandler  ,
const Point ,
pPos  ,
void   
)

Definition at line 157 of file MasterPagesSelector.cxx.

References nIndex.

◆ IMPL_LINK() [6/8]

sd::sidebar::IMPL_LINK ( RecentlyUsedMasterPages  ,
MasterPageChangeListener  ,
MasterPageObserverEvent ,
rEvent  ,
void   
)

◆ IMPL_LINK() [7/8]

sd::sidebar::IMPL_LINK ( RecentlyUsedMasterPages  ,
MasterPageContainerChangeListener  ,
MasterPageContainerChangeEvent ,
rEvent  ,
void   
)

◆ IMPL_LINK() [8/8]

sd::sidebar::IMPL_LINK ( SlideBackground  ,
EventMultiplexerListener  ,
tools::EventMultiplexerEvent ,
rEvent  ,
void   
)

◆ IMPL_LINK_NOARG() [1/15]

sd::sidebar::IMPL_LINK_NOARG ( LayoutMenu  ,
ClickHandler  ,
ValueSet ,
void   
)

Definition at line 369 of file LayoutMenu.cxx.

◆ IMPL_LINK_NOARG() [2/15]

sd::sidebar::IMPL_LINK_NOARG ( LayoutMenu  ,
StateChangeHandler  ,
const OUString &  ,
void   
)

Definition at line 607 of file LayoutMenu.cxx.

◆ IMPL_LINK_NOARG() [3/15]

sd::sidebar::IMPL_LINK_NOARG ( MasterPagesSelector  ,
ClickHandler  ,
ValueSet ,
void   
)

Definition at line 149 of file MasterPagesSelector.cxx.

References gsDefaultClickAction.

◆ IMPL_LINK_NOARG() [4/15]

sd::sidebar::IMPL_LINK_NOARG ( RecentMasterPagesSelector  ,
MasterPageListListener  ,
LinkParamNone ,
void   
)

◆ IMPL_LINK_NOARG() [5/15]

sd::sidebar::IMPL_LINK_NOARG ( SlideBackground  ,
AssignMasterPage  ,
weld::ComboBox ,
void   
)

◆ IMPL_LINK_NOARG() [6/15]

sd::sidebar::IMPL_LINK_NOARG ( SlideBackground  ,
CloseMasterHdl  ,
weld::Button ,
void   
)

◆ IMPL_LINK_NOARG() [7/15]

sd::sidebar::IMPL_LINK_NOARG ( SlideBackground  ,
DspBackground  ,
weld::Toggleable ,
void   
)

◆ IMPL_LINK_NOARG() [8/15]

sd::sidebar::IMPL_LINK_NOARG ( SlideBackground  ,
DspObjects  ,
weld::Toggleable ,
void   
)

◆ IMPL_LINK_NOARG() [9/15]

sd::sidebar::IMPL_LINK_NOARG ( SlideBackground  ,
EditMasterHdl  ,
weld::Button ,
void   
)

◆ IMPL_LINK_NOARG() [10/15]

sd::sidebar::IMPL_LINK_NOARG ( SlideBackground  ,
FillBackgroundHdl  ,
weld::ComboBox ,
void   
)

◆ IMPL_LINK_NOARG() [11/15]

sd::sidebar::IMPL_LINK_NOARG ( SlideBackground  ,
FillColorHdl  ,
ColorListBox ,
void   
)

◆ IMPL_LINK_NOARG() [12/15]

sd::sidebar::IMPL_LINK_NOARG ( SlideBackground  ,
FillStyleModifyHdl  ,
weld::ComboBox ,
void   
)

◆ IMPL_LINK_NOARG() [13/15]

sd::sidebar::IMPL_LINK_NOARG ( SlideBackground  ,
ModifyMarginHdl  ,
weld::ComboBox ,
void   
)

◆ IMPL_LINK_NOARG() [14/15]

sd::sidebar::IMPL_LINK_NOARG ( SlideBackground  ,
PaperSizeModifyHdl  ,
weld::ComboBox ,
void   
)

◆ IMPL_LINK_NOARG() [15/15]

sd::sidebar::IMPL_LINK_NOARG ( SlideBackground  ,
SelectBgHdl  ,
weld::Button ,
void   
)

◆ IsModerate()

bool sd::sidebar::IsModerate ( const ::tools::Long  nPageLeftMargin,
const ::tools::Long  nPageRightMargin,
const ::tools::Long  nPageTopMargin,
const ::tools::Long  nPageBottomMargin 
)

◆ IsNarrow()

bool sd::sidebar::IsNarrow ( const ::tools::Long  nPageLeftMargin,
const ::tools::Long  nPageRightMargin,
const ::tools::Long  nPageTopMargin,
const ::tools::Long  nPageBottomMargin 
)

◆ IsNone()

bool sd::sidebar::IsNone ( const ::tools::Long  nPageLeftMargin,
const ::tools::Long  nPageRightMargin,
const ::tools::Long  nPageTopMargin,
const ::tools::Long  nPageBottomMargin 
)

◆ IsNormal075()

bool sd::sidebar::IsNormal075 ( const ::tools::Long  nPageLeftMargin,
const ::tools::Long  nPageRightMargin,
const ::tools::Long  nPageTopMargin,
const ::tools::Long  nPageBottomMargin 
)

◆ IsNormal100()

bool sd::sidebar::IsNormal100 ( const ::tools::Long  nPageLeftMargin,
const ::tools::Long  nPageRightMargin,
const ::tools::Long  nPageTopMargin,
const ::tools::Long  nPageBottomMargin 
)

◆ IsNormal125()

bool sd::sidebar::IsNormal125 ( const ::tools::Long  nPageLeftMargin,
const ::tools::Long  nPageRightMargin,
const ::tools::Long  nPageTopMargin,
const ::tools::Long  nPageBottomMargin 
)

◆ IsWide()

bool sd::sidebar::IsWide ( const ::tools::Long  nPageLeftMargin,
const ::tools::Long  nPageRightMargin,
const ::tools::Long  nPageTopMargin,
const ::tools::Long  nPageBottomMargin 
)

◆ SetModerate()

void sd::sidebar::SetModerate ( ::tools::Long nPageLeftMargin,
::tools::Long nPageRightMargin,
::tools::Long nPageTopMargin,
::tools::Long nPageBottomMargin 
)

Definition at line 77 of file PageMarginUtils.hxx.

References SDPAGE_MODERATE_LR, and SDPAGE_WIDE_VALUE1.

Referenced by IMPL_LINK_NOARG().

◆ SetNarrow()

void sd::sidebar::SetNarrow ( ::tools::Long nPageLeftMargin,
::tools::Long nPageRightMargin,
::tools::Long nPageTopMargin,
::tools::Long nPageBottomMargin 
)

Definition at line 59 of file PageMarginUtils.hxx.

References SDPAGE_NARROW_VALUE.

Referenced by IMPL_LINK_NOARG().

◆ SetNone()

void sd::sidebar::SetNone ( ::tools::Long nPageLeftMargin,
::tools::Long nPageRightMargin,
::tools::Long nPageTopMargin,
::tools::Long nPageBottomMargin 
)

Definition at line 41 of file PageMarginUtils.hxx.

References SDPAGE_NO_MARGIN.

Referenced by IMPL_LINK_NOARG().

◆ SetNormal075()

void sd::sidebar::SetNormal075 ( ::tools::Long nPageLeftMargin,
::tools::Long nPageRightMargin,
::tools::Long nPageTopMargin,
::tools::Long nPageBottomMargin 
)

Definition at line 95 of file PageMarginUtils.hxx.

References SDPAGE_NORMAL_VALUE.

Referenced by IMPL_LINK_NOARG().

◆ SetNormal100()

void sd::sidebar::SetNormal100 ( ::tools::Long nPageLeftMargin,
::tools::Long nPageRightMargin,
::tools::Long nPageTopMargin,
::tools::Long nPageBottomMargin 
)

Definition at line 113 of file PageMarginUtils.hxx.

References SDPAGE_WIDE_VALUE1.

Referenced by IMPL_LINK_NOARG().

◆ SetNormal125()

void sd::sidebar::SetNormal125 ( ::tools::Long nPageLeftMargin,
::tools::Long nPageRightMargin,
::tools::Long nPageTopMargin,
::tools::Long nPageBottomMargin 
)

Definition at line 131 of file PageMarginUtils.hxx.

References SDPAGE_WIDE_VALUE1, and SDPAGE_WIDE_VALUE3.

Referenced by IMPL_LINK_NOARG().

◆ SetWide()

void sd::sidebar::SetWide ( ::tools::Long nPageLeftMargin,
::tools::Long nPageRightMargin,
::tools::Long nPageTopMargin,
::tools::Long nPageBottomMargin 
)

Definition at line 149 of file PageMarginUtils.hxx.

References SDPAGE_WIDE_VALUE1, and SDPAGE_WIDE_VALUE2.

Referenced by IMPL_LINK_NOARG().

Variable Documentation

◆ EMPTY

constexpr OUStringLiteral sd::sidebar::EMPTY = u""
constexpr

Definition at line 84 of file LayoutMenu.cxx.

◆ gsDefaultClickAction

constexpr OUStringLiteral sd::sidebar::gsDefaultClickAction = u"applyselect"
constexpr

menu entry that is executed as default action when the left mouse button is clicked over a master page.

Definition at line 51 of file MasterPagesSelector.cxx.

Referenced by IMPL_LINK_NOARG().

◆ handout

const snew_slide_value_info sd::sidebar::handout[]
Initial value:
=
{
{BMP_SLIDEH_01, STR_AUTOLAYOUT_HANDOUT1, WritingMode_LR_TB,
{BMP_SLIDEH_02, STR_AUTOLAYOUT_HANDOUT2, WritingMode_LR_TB,
{BMP_SLIDEH_03, STR_AUTOLAYOUT_HANDOUT3, WritingMode_LR_TB,
{BMP_SLIDEH_04, STR_AUTOLAYOUT_HANDOUT4, WritingMode_LR_TB,
{BMP_SLIDEH_06, STR_AUTOLAYOUT_HANDOUT6, WritingMode_LR_TB,
{BMP_SLIDEH_09, STR_AUTOLAYOUT_HANDOUT9, WritingMode_LR_TB,
{EMPTY, {}, WritingMode_LR_TB, AUTOLAYOUT_NONE},
}
AUTOLAYOUT_HANDOUT1
AUTOLAYOUT_HANDOUT9
AUTOLAYOUT_HANDOUT2
AUTOLAYOUT_HANDOUT4
AUTOLAYOUT_NONE
AUTOLAYOUT_HANDOUT6
AUTOLAYOUT_HANDOUT3
constexpr OUStringLiteral EMPTY
Definition: LayoutMenu.cxx:84

Definition at line 93 of file LayoutMenu.cxx.

Referenced by sd::sidebar::LayoutMenu::Fill().

◆ notes

const snew_slide_value_info sd::sidebar::notes[]
Initial value:
=
{
{BMP_SLIDEN_01, STR_AUTOLAYOUT_NOTES, WritingMode_LR_TB,
{EMPTY, {}, WritingMode_LR_TB, AUTOLAYOUT_NONE},
}
AUTOLAYOUT_NOTES

Definition at line 86 of file LayoutMenu.cxx.

Referenced by sd::sidebar::LayoutMenu::Fill().

◆ standard

const snew_slide_value_info sd::sidebar::standard[]
Initial value:
=
{
{BMP_LAYOUT_EMPTY, STR_AUTOLAYOUT_NONE, WritingMode_LR_TB, AUTOLAYOUT_NONE},
{BMP_LAYOUT_HEAD03, STR_AUTOLAYOUT_TITLE, WritingMode_LR_TB, AUTOLAYOUT_TITLE},
{BMP_LAYOUT_HEAD02, STR_AUTOLAYOUT_CONTENT, WritingMode_LR_TB, AUTOLAYOUT_TITLE_CONTENT},
{BMP_LAYOUT_HEAD02A, STR_AUTOLAYOUT_2CONTENT, WritingMode_LR_TB, AUTOLAYOUT_TITLE_2CONTENT},
{BMP_LAYOUT_HEAD01, STR_AUTOLAYOUT_ONLY_TITLE, WritingMode_LR_TB, AUTOLAYOUT_TITLE_ONLY},
{BMP_LAYOUT_TEXTONLY, STR_AUTOLAYOUT_ONLY_TEXT, WritingMode_LR_TB, AUTOLAYOUT_ONLY_TEXT},
{BMP_LAYOUT_HEAD03B, STR_AUTOLAYOUT_2CONTENT_CONTENT, WritingMode_LR_TB, AUTOLAYOUT_TITLE_2CONTENT_CONTENT},
{BMP_LAYOUT_HEAD03C, STR_AUTOLAYOUT_CONTENT_2CONTENT, WritingMode_LR_TB, AUTOLAYOUT_TITLE_CONTENT_2CONTENT},
{BMP_LAYOUT_HEAD03A, STR_AUTOLAYOUT_2CONTENT_OVER_CONTENT,WritingMode_LR_TB, AUTOLAYOUT_TITLE_2CONTENT_OVER_CONTENT},
{BMP_LAYOUT_HEAD02B, STR_AUTOLAYOUT_CONTENT_OVER_CONTENT, WritingMode_LR_TB, AUTOLAYOUT_TITLE_CONTENT_OVER_CONTENT},
{BMP_LAYOUT_HEAD04, STR_AUTOLAYOUT_4CONTENT, WritingMode_LR_TB, AUTOLAYOUT_TITLE_4CONTENT},
{BMP_LAYOUT_HEAD06, STR_AUTOLAYOUT_6CONTENT, WritingMode_LR_TB, AUTOLAYOUT_TITLE_6CONTENT},
{BMP_LAYOUT_VERTICAL02, STR_AL_VERT_TITLE_TEXT_CHART, WritingMode_TB_RL, AUTOLAYOUT_VTITLE_VCONTENT_OVER_VCONTENT},
{BMP_LAYOUT_VERTICAL01, STR_AL_VERT_TITLE_VERT_OUTLINE, WritingMode_TB_RL, AUTOLAYOUT_VTITLE_VCONTENT},
{BMP_LAYOUT_HEAD02, STR_AL_TITLE_VERT_OUTLINE, WritingMode_TB_RL, AUTOLAYOUT_TITLE_VCONTENT},
{BMP_LAYOUT_HEAD02A, STR_AL_TITLE_VERT_OUTLINE_CLIPART, WritingMode_TB_RL, AUTOLAYOUT_TITLE_2VTEXT},
{EMPTY, {}, WritingMode_LR_TB, AUTOLAYOUT_NONE}
}
AUTOLAYOUT_TITLE_2CONTENT_OVER_CONTENT
AUTOLAYOUT_TITLE
AUTOLAYOUT_TITLE_CONTENT_OVER_CONTENT
AUTOLAYOUT_TITLE_2VTEXT
AUTOLAYOUT_VTITLE_VCONTENT_OVER_VCONTENT
AUTOLAYOUT_VTITLE_VCONTENT
AUTOLAYOUT_TITLE_ONLY
AUTOLAYOUT_TITLE_2CONTENT
AUTOLAYOUT_ONLY_TEXT
AUTOLAYOUT_TITLE_6CONTENT
AUTOLAYOUT_TITLE_2CONTENT_CONTENT
AUTOLAYOUT_TITLE_CONTENT_2CONTENT
AUTOLAYOUT_TITLE_CONTENT
AUTOLAYOUT_TITLE_VCONTENT
AUTOLAYOUT_TITLE_4CONTENT

Definition at line 110 of file LayoutMenu.cxx.

Referenced by sd::sidebar::LayoutMenu::Fill().