LibreOffice Module sd (master) 1
|
#include <slideshowimpl.hxx>
Public Member Functions | |
PresentationSettingsEx (const PresentationSettingsEx &) | |
PresentationSettingsEx (PresentationSettings const &) | |
void | SetArguments (const css::uno::Sequence< css::beans::PropertyValue > &rArguments) |
void | SetPropertyValue (std::u16string_view rProperty, const css::uno::Any &rValue) |
Public Member Functions inherited from sd::PresentationSettings | |
PresentationSettings () | |
Public Attributes | |
bool | mbRehearseTimings |
bool | mbPreview |
VclPtr< vcl::Window > | mpParentWindow |
css::uno::Reference< css::drawing::XDrawPage > | mxStartPage |
css::uno::Reference< css::animations::XAnimationNode > | mxAnimationNode |
Public Attributes inherited from sd::PresentationSettings | |
OUString | maPresPage |
bool | mbAll |
bool | mbEndless |
bool | mbCustomShow |
bool | mbManual |
bool | mbMouseVisible |
bool | mbMouseAsPen |
bool | mbLockedPages |
bool | mbAlwaysOnTop |
bool | mbUseNavigation |
bool | mbFullScreen |
bool | mbAnimationAllowed |
sal_Int32 | mnPauseTimeout |
bool | mbShowPauseLogo |
bool | mbStartCustomShow |
Definition at line 54 of file slideshowimpl.hxx.
sd::PresentationSettingsEx::PresentationSettingsEx | ( | const PresentationSettingsEx & | r | ) |
Definition at line 3054 of file slideshowimpl.cxx.
|
explicit |
Definition at line 3062 of file slideshowimpl.cxx.
void sd::PresentationSettingsEx::SetArguments | ( | const css::uno::Sequence< css::beans::PropertyValue > & | rArguments | ) |
css::lang::IllegalArgumentException |
Definition at line 3070 of file slideshowimpl.cxx.
References SetPropertyValue().
void sd::PresentationSettingsEx::SetPropertyValue | ( | std::u16string_view | rProperty, |
const css::uno::Any & | rValue | ||
) |
css::lang::IllegalArgumentException |
Definition at line 3078 of file slideshowimpl.cxx.
References getUiNameFromPageApiNameImpl(), VCLUnoHelper::GetWindow(), sd::PresentationSettings::maPresPage, sd::PresentationSettings::mbAll, sd::PresentationSettings::mbAlwaysOnTop, sd::PresentationSettings::mbAnimationAllowed, sd::PresentationSettings::mbCustomShow, sd::PresentationSettings::mbEndless, sd::PresentationSettings::mbFullScreen, sd::PresentationSettings::mbManual, sd::PresentationSettings::mbMouseAsPen, sd::PresentationSettings::mbMouseVisible, mbPreview, mbRehearseTimings, sd::PresentationSettings::mnPauseTimeout, mpParentWindow, mxAnimationNode, mxStartPage, and u.
Referenced by SetArguments().
bool sd::PresentationSettingsEx::mbPreview |
Definition at line 57 of file slideshowimpl.hxx.
Referenced by SetPropertyValue().
bool sd::PresentationSettingsEx::mbRehearseTimings |
Definition at line 56 of file slideshowimpl.hxx.
Referenced by SetPropertyValue(), and sd::SlideshowImpl::startShow().
VclPtr<vcl::Window> sd::PresentationSettingsEx::mpParentWindow |
Definition at line 58 of file slideshowimpl.hxx.
Referenced by SetPropertyValue().
css::uno::Reference< css::animations::XAnimationNode > sd::PresentationSettingsEx::mxAnimationNode |
Definition at line 60 of file slideshowimpl.hxx.
Referenced by SetPropertyValue().
css::uno::Reference< css::drawing::XDrawPage > sd::PresentationSettingsEx::mxStartPage |
Definition at line 59 of file slideshowimpl.hxx.
Referenced by SetPropertyValue().