Searched refs:PresentationSettingsEx (Results 1 – 4 of 4) sorted by relevance
103 struct PresentationSettingsEx : public PresentationSettings struct111 PresentationSettingsEx( const PresentationSettingsEx& );112 PresentationSettingsEx( PresentationSettings& );266 bool startShow( PresentationSettingsEx* pPresSettings );
932 bool SlideshowImpl::startShow( PresentationSettingsEx* pPresSettings ) in startShow()3586 PresentationSettingsEx::PresentationSettingsEx( const PresentationSettingsEx& r ) in PresentationSettingsEx() function in sd::PresentationSettingsEx3594 PresentationSettingsEx::PresentationSettingsEx( PresentationSettings& r ) in PresentationSettingsEx() function in sd::PresentationSettingsEx3602 void PresentationSettingsEx::SetArguments( const Sequence< PropertyValue >& rArguments ) throw (Ill… in SetArguments()3614 void PresentationSettingsEx::SetPropertyValue( const OUString& rProperty, const Any& rValue ) throw… in SetPropertyValue()
866 mxCurrentSettings.reset( new PresentationSettingsEx( mpDoc->getPresentationSettings() ) ); in startWithArguments()
81 struct PresentationSettingsEx;218 boost::shared_ptr< PresentationSettingsEx > mxCurrentSettings;
Completed in 21 milliseconds