LibreOffice Module sd (master) 1
|
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< MasterPageDescriptor > | SharedMasterPageDescriptor |
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 comphelper::WeakComponentImplHelper< css::ui::XUIElementFactory, css::lang::XServiceInfo > sd::sidebar::PanelFactoryInterfaceBase |
Definition at line 30 of file PanelFactory.hxx.
typedef std::shared_ptr<MasterPageDescriptor> sd::sidebar::SharedMasterPageDescriptor |
Definition at line 34 of file MasterPageDescriptor.hxx.
const int sd::sidebar::gnBorderHeight | ( | 3 | ) |
Referenced by sd::sidebar::PreviewValueSet::GetPreferredHeight().
const int sd::sidebar::gnBorderWidth | ( | 3 | ) |
Referenced by sd::sidebar::PreviewValueSet::CalculateColumnCount().
|
constexpr |
Referenced by sd::sidebar::RecentlyUsedMasterPages::AddMasterPage().
sd::sidebar::IMPL_LINK | ( | CurrentMasterPagesSelector | , |
EventMultiplexerListener | , | ||
sd::tools::EventMultiplexerEvent & | , | ||
rEvent | , | ||
void | |||
) |
Definition at line 228 of file CurrentMasterPagesSelector.cxx.
References CurrentPageChanged, EditModeMaster, EditModeNormal, sd::sidebar::MasterPagesSelector::Fill(), PageOrder, ShapeChanged, ShapeInserted, ShapeRemoved, and SlideSortedSelection.
sd::sidebar::IMPL_LINK | ( | LayoutMenu | , |
EventMultiplexerListener | , | ||
::sd::tools::EventMultiplexerEvent & | , | ||
rEvent | , | ||
void | |||
) |
Definition at line 678 of file LayoutMenu.cxx.
References ConfigurationUpdated, CurrentPageChanged, MainViewAdded, MainViewRemoved, ShapeChanged, ShapeInserted, ShapeRemoved, and SlideSortedSelection.
sd::sidebar::IMPL_LINK | ( | MasterPageContainerQueue | , |
DelayedPreviewCreation | , | ||
Timer * | , | ||
pTimer | , | ||
void | |||
) |
Definition at line 181 of file MasterPageContainerQueue.cxx.
References sd::tools::FullScreenShowActive, sd::tools::IdleDetection::GetIdleState(), and sd::tools::Idle.
sd::sidebar::IMPL_LINK | ( | MasterPagesSelector | , |
ContainerChangeListener | , | ||
MasterPageContainerChangeEvent & | , | ||
rEvent | , | ||
void | |||
) |
Definition at line 268 of file MasterPagesSelector.cxx.
sd::sidebar::IMPL_LINK | ( | MasterPagesSelector | , |
ContextMenuHandler | , | ||
const Point * | , | ||
pPos | , | ||
void | |||
) |
Definition at line 157 of file MasterPagesSelector.cxx.
References nIndex.
sd::sidebar::IMPL_LINK | ( | RecentlyUsedMasterPages | , |
MasterPageChangeListener | , | ||
MasterPageObserverEvent & | , | ||
rEvent | , | ||
void | |||
) |
Definition at line 263 of file RecentlyUsedMasterPages.cxx.
References sd::MasterPageObserverEvent::ET_MASTER_PAGE_ADDED, sd::MasterPageObserverEvent::ET_MASTER_PAGE_EXISTS, and sd::MasterPageObserverEvent::ET_MASTER_PAGE_REMOVED.
sd::sidebar::IMPL_LINK | ( | RecentlyUsedMasterPages | , |
MasterPageContainerChangeListener | , | ||
MasterPageContainerChangeEvent & | , | ||
rEvent | , | ||
void | |||
) |
sd::sidebar::IMPL_LINK | ( | SlideBackground | , |
EventMultiplexerListener | , | ||
tools::EventMultiplexerEvent & | , | ||
rEvent | , | ||
void | |||
) |
Definition at line 563 of file SlideBackground.cxx.
References CurrentPageChanged, EditModeMaster, EditModeNormal, EditViewSelection, EndTextEdit, GetBindings(), sd::DrawViewShell::GetEditMode(), SfxBindings::Invalidate(), maContext, MasterPage, SdResId(), ShapeChanged, sd::SidArray, and ViewAdded.
sd::sidebar::IMPL_LINK_NOARG | ( | LayoutMenu | , |
ClickHandler | , | ||
ValueSet * | , | ||
void | |||
) |
Definition at line 369 of file LayoutMenu.cxx.
sd::sidebar::IMPL_LINK_NOARG | ( | LayoutMenu | , |
StateChangeHandler | , | ||
const OUString & | , | ||
void | |||
) |
Definition at line 607 of file LayoutMenu.cxx.
sd::sidebar::IMPL_LINK_NOARG | ( | MasterPagesSelector | , |
ClickHandler | , | ||
ValueSet * | , | ||
void | |||
) |
Definition at line 149 of file MasterPagesSelector.cxx.
References gsDefaultClickAction.
sd::sidebar::IMPL_LINK_NOARG | ( | RecentMasterPagesSelector | , |
MasterPageListListener | , | ||
LinkParamNone * | , | ||
void | |||
) |
Definition at line 79 of file RecentMasterPagesSelector.cxx.
References sd::sidebar::MasterPagesSelector::Fill().
sd::sidebar::IMPL_LINK_NOARG | ( | SlideBackground | , |
AssignMasterPage | , | ||
weld::ComboBox & | , | ||
void | |||
) |
Definition at line 1199 of file SlideBackground.cxx.
References SfxObjectShell::Current(), sd::DrawDocShell::GetDoc(), SdDrawDocument::GetSdPageCount(), sd::slidesorter::SlideSorterViewShell::GetSlideSorter(), SdDrawDocument::SetMasterPage(), and Standard.
sd::sidebar::IMPL_LINK_NOARG | ( | SlideBackground | , |
CloseMasterHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 1233 of file SlideBackground.cxx.
References SfxDispatcher::Execute(), GetBindings(), and SfxBindings::GetDispatcher().
sd::sidebar::IMPL_LINK_NOARG | ( | SlideBackground | , |
DspBackground | , | ||
weld::Toggleable & | , | ||
void | |||
) |
Definition at line 1238 of file SlideBackground.cxx.
References SfxDispatcher::ExecuteList(), GetBindings(), and SfxBindings::GetDispatcher().
sd::sidebar::IMPL_LINK_NOARG | ( | SlideBackground | , |
DspObjects | , | ||
weld::Toggleable & | , | ||
void | |||
) |
Definition at line 1245 of file SlideBackground.cxx.
References SfxDispatcher::ExecuteList(), GetBindings(), and SfxBindings::GetDispatcher().
sd::sidebar::IMPL_LINK_NOARG | ( | SlideBackground | , |
EditMasterHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 1223 of file SlideBackground.cxx.
References SfxDispatcher::Execute(), GetBindings(), and SfxBindings::GetDispatcher().
sd::sidebar::IMPL_LINK_NOARG | ( | SlideBackground | , |
FillBackgroundHdl | , | ||
weld::ComboBox & | , | ||
void | |||
) |
Definition at line 1150 of file SlideBackground.cxx.
References aName, BITMAP, SfxObjectShell::Current(), SfxDispatcher::ExecuteList(), GetBindings(), SvxBitmapListItem::GetBitmapList(), SfxBindings::GetDispatcher(), SvxHatchListItem::GetHatchList(), SfxShell::GetItem(), SvxPatternListItem::GetPatternList(), HATCH, nPos, and PATTERN.
sd::sidebar::IMPL_LINK_NOARG | ( | SlideBackground | , |
FillColorHdl | , | ||
ColorListBox & | , | ||
void | |||
) |
Definition at line 1123 of file SlideBackground.cxx.
References SfxDispatcher::ExecuteList(), GetBindings(), SfxBindings::GetDispatcher(), and basegfx::BGradient::SetColorStops().
sd::sidebar::IMPL_LINK_NOARG | ( | SlideBackground | , |
FillStyleModifyHdl | , | ||
weld::ComboBox & | , | ||
void | |||
) |
Definition at line 1028 of file SlideBackground.cxx.
References BITMAP, SfxDispatcher::ExecuteList(), GetBindings(), SfxBindings::GetDispatcher(), GRADIENT, HATCH, NONE, nPos, PATTERN, SOLID, and Update.
sd::sidebar::IMPL_LINK_NOARG | ( | SlideBackground | , |
ModifyMarginHdl | , | ||
weld::ComboBox & | , | ||
void | |||
) |
Definition at line 1252 of file SlideBackground.cxx.
References SetModerate(), SetNarrow(), SetNone(), SetNormal075(), SetNormal100(), SetNormal125(), and SetWide().
sd::sidebar::IMPL_LINK_NOARG | ( | SlideBackground | , |
PaperSizeModifyHdl | , | ||
weld::ComboBox & | , | ||
void | |||
) |
Definition at line 1089 of file SlideBackground.cxx.
References SfxDispatcher::ExecuteList(), GetBindings(), SfxViewShell::GetCurrentDocument(), SfxBindings::GetDispatcher(), SfxViewShell::GetDocId(), SfxViewShell::GetFirst(), SfxViewShell::GetNext(), SvxPaperInfo::GetPaperSize(), comphelper::LibreOfficeKit::isActive(), SfxLokHelper::notifyDocumentSizeChangedAllViews(), and Swap().
sd::sidebar::IMPL_LINK_NOARG | ( | SlideBackground | , |
SelectBgHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 1228 of file SlideBackground.cxx.
References SfxDispatcher::Execute(), GetBindings(), and SfxBindings::GetDispatcher().
bool sd::sidebar::IsModerate | ( | const ::tools::Long | nPageLeftMargin, |
const ::tools::Long | nPageRightMargin, | ||
const ::tools::Long | nPageTopMargin, | ||
const ::tools::Long | nPageBottomMargin | ||
) |
Definition at line 68 of file PageMarginUtils.hxx.
References SDPAGE_MODERATE_LR, SDPAGE_UNIT_THRESHOLD, and SDPAGE_WIDE_VALUE1.
Referenced by sd::sidebar::SlideBackground::UpdateMarginBox().
bool sd::sidebar::IsNarrow | ( | const ::tools::Long | nPageLeftMargin, |
const ::tools::Long | nPageRightMargin, | ||
const ::tools::Long | nPageTopMargin, | ||
const ::tools::Long | nPageBottomMargin | ||
) |
Definition at line 50 of file PageMarginUtils.hxx.
References SDPAGE_NARROW_VALUE, and SDPAGE_UNIT_THRESHOLD.
Referenced by sd::sidebar::SlideBackground::UpdateMarginBox().
bool sd::sidebar::IsNone | ( | const ::tools::Long | nPageLeftMargin, |
const ::tools::Long | nPageRightMargin, | ||
const ::tools::Long | nPageTopMargin, | ||
const ::tools::Long | nPageBottomMargin | ||
) |
Definition at line 32 of file PageMarginUtils.hxx.
References SDPAGE_NO_MARGIN, and SDPAGE_UNIT_THRESHOLD.
Referenced by sd::sidebar::SlideBackground::UpdateMarginBox().
bool sd::sidebar::IsNormal075 | ( | const ::tools::Long | nPageLeftMargin, |
const ::tools::Long | nPageRightMargin, | ||
const ::tools::Long | nPageTopMargin, | ||
const ::tools::Long | nPageBottomMargin | ||
) |
Definition at line 86 of file PageMarginUtils.hxx.
References SDPAGE_NORMAL_VALUE, and SDPAGE_UNIT_THRESHOLD.
Referenced by sd::sidebar::SlideBackground::UpdateMarginBox().
bool sd::sidebar::IsNormal100 | ( | const ::tools::Long | nPageLeftMargin, |
const ::tools::Long | nPageRightMargin, | ||
const ::tools::Long | nPageTopMargin, | ||
const ::tools::Long | nPageBottomMargin | ||
) |
Definition at line 104 of file PageMarginUtils.hxx.
References SDPAGE_UNIT_THRESHOLD, and SDPAGE_WIDE_VALUE1.
Referenced by sd::sidebar::SlideBackground::UpdateMarginBox().
bool sd::sidebar::IsNormal125 | ( | const ::tools::Long | nPageLeftMargin, |
const ::tools::Long | nPageRightMargin, | ||
const ::tools::Long | nPageTopMargin, | ||
const ::tools::Long | nPageBottomMargin | ||
) |
Definition at line 122 of file PageMarginUtils.hxx.
References SDPAGE_UNIT_THRESHOLD, SDPAGE_WIDE_VALUE1, and SDPAGE_WIDE_VALUE3.
Referenced by sd::sidebar::SlideBackground::UpdateMarginBox().
bool sd::sidebar::IsWide | ( | const ::tools::Long | nPageLeftMargin, |
const ::tools::Long | nPageRightMargin, | ||
const ::tools::Long | nPageTopMargin, | ||
const ::tools::Long | nPageBottomMargin | ||
) |
Definition at line 140 of file PageMarginUtils.hxx.
References SDPAGE_UNIT_THRESHOLD, SDPAGE_WIDE_VALUE1, and SDPAGE_WIDE_VALUE2.
Referenced by sd::sidebar::SlideBackground::UpdateMarginBox().
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().
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().
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().
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().
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().
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().
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().
|
constexpr |
Definition at line 84 of file LayoutMenu.cxx.
|
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().
const snew_slide_value_info sd::sidebar::handout[] |
Definition at line 93 of file LayoutMenu.cxx.
Referenced by sd::sidebar::LayoutMenu::Fill().
const snew_slide_value_info sd::sidebar::notes[] |
Definition at line 86 of file LayoutMenu.cxx.
Referenced by sd::sidebar::LayoutMenu::Fill().
const snew_slide_value_info sd::sidebar::standard[] |
Definition at line 110 of file LayoutMenu.cxx.
Referenced by sd::sidebar::LayoutMenu::Fill().