Home
last modified time | relevance | path

Searched refs:rPresentationSettings (Results 1 – 1 of 1) sorted by relevance

/AOO41X/main/sd/source/ui/func/
H A Dfusldlg.cxx78 PresentationSettings& rPresentationSettings = mpDoc->getPresentationSettings(); in DoExecute() local
82 const String& rPresPage = rPresentationSettings.maPresPage; in DoExecute()
121 aDlgSet.Put( SfxBoolItem( ATTR_PRESENT_ALL, rPresentationSettings.mbAll ) ); in DoExecute()
122 aDlgSet.Put( SfxBoolItem( ATTR_PRESENT_CUSTOMSHOW, rPresentationSettings.mbCustomShow ) ); in DoExecute()
124 aDlgSet.Put( SfxBoolItem( ATTR_PRESENT_ENDLESS, rPresentationSettings.mbEndless ) ); in DoExecute()
125 aDlgSet.Put( SfxBoolItem( ATTR_PRESENT_MANUEL, rPresentationSettings.mbManual ) ); in DoExecute()
126 aDlgSet.Put( SfxBoolItem( ATTR_PRESENT_MOUSE, rPresentationSettings.mbMouseVisible ) ); in DoExecute()
127 aDlgSet.Put( SfxBoolItem( ATTR_PRESENT_PEN, rPresentationSettings.mbMouseAsPen ) ); in DoExecute()
128 … aDlgSet.Put( SfxBoolItem( ATTR_PRESENT_NAVIGATOR, rPresentationSettings.mbStartWithNavigator ) ); in DoExecute()
129 …aDlgSet.Put( SfxBoolItem( ATTR_PRESENT_ANIMATION_ALLOWED, rPresentationSettings.mbAnimationAllowed… in DoExecute()
[all …]