Home
last modified time | relevance | path

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

/trunk/main/sd/source/ui/slideshow/
H A Dslideshowimpl.hxx101 struct PresentationSettingsEx : public PresentationSettings struct
109 PresentationSettingsEx( const PresentationSettingsEx& );
110 PresentationSettingsEx( PresentationSettings& );
264 bool startShow( PresentationSettingsEx* pPresSettings );
H A Dslideshowimpl.cxx922 bool SlideshowImpl::startShow( PresentationSettingsEx* pPresSettings ) in startShow()
3576 PresentationSettingsEx::PresentationSettingsEx( const PresentationSettingsEx& r ) in PresentationSettingsEx() function in sd::PresentationSettingsEx
3584 PresentationSettingsEx::PresentationSettingsEx( PresentationSettings& r ) in PresentationSettingsEx() function in sd::PresentationSettingsEx
3592 void PresentationSettingsEx::SetArguments( const Sequence< PropertyValue >& rArguments ) throw (Ill… in SetArguments()
3604 void PresentationSettingsEx::SetPropertyValue( const OUString& rProperty, const Any& rValue ) throw… in SetPropertyValue()
H A Dslideshow.cxx861 mxCurrentSettings.reset( new PresentationSettingsEx( mpDoc->getPresentationSettings() ) ); in startWithArguments()
/trunk/main/sd/source/ui/inc/
H A Dslideshow.hxx79 struct PresentationSettingsEx;
216 boost::shared_ptr< PresentationSettingsEx > mxCurrentSettings;