LibreOffice Module svtools (master) 1
|
collect information about sidebar group More...
#include <slidesorterbaropt.hxx>
Private Attributes | |
std::shared_ptr< SvtSlideSorterBarOptions_Impl > | m_pImpl |
Additional Inherited Members | |
![]() | |
virtual void | ConfigurationChanged (::utl::ConfigurationBroadcaster *p, ConfigurationHints nHint) override |
collect information about sidebar group
Definition at line 38 of file slidesorterbaropt.hxx.
SvtSlideSorterBarOptions::SvtSlideSorterBarOptions | ( | ) |
Definition at line 343 of file slidesorterbaropt.cxx.
References GetInitMutex(), and m_pImpl.
|
overridevirtual |
Definition at line 356 of file slidesorterbaropt.cxx.
References GetInitMutex(), and m_pImpl.
bool SvtSlideSorterBarOptions::GetVisibleDrawView | ( | ) | const |
Definition at line 415 of file slidesorterbaropt.cxx.
References m_pImpl.
bool SvtSlideSorterBarOptions::GetVisibleHandoutView | ( | ) | const |
Definition at line 395 of file slidesorterbaropt.cxx.
References m_pImpl.
bool SvtSlideSorterBarOptions::GetVisibleImpressView | ( | ) | const |
Definition at line 364 of file slidesorterbaropt.cxx.
References comphelper::LibreOfficeKit::isActive(), and m_pImpl.
bool SvtSlideSorterBarOptions::GetVisibleNotesView | ( | ) | const |
Definition at line 385 of file slidesorterbaropt.cxx.
References m_pImpl.
bool SvtSlideSorterBarOptions::GetVisibleOutlineView | ( | ) | const |
Definition at line 375 of file slidesorterbaropt.cxx.
References m_pImpl.
bool SvtSlideSorterBarOptions::GetVisibleSlideSorterView | ( | ) | const |
Definition at line 405 of file slidesorterbaropt.cxx.
References comphelper::LibreOfficeKit::isActive(), and m_pImpl.
void SvtSlideSorterBarOptions::SetVisibleDrawView | ( | bool | bVisible | ) |
Definition at line 420 of file slidesorterbaropt.cxx.
void SvtSlideSorterBarOptions::SetVisibleHandoutView | ( | bool | bVisible | ) |
Definition at line 400 of file slidesorterbaropt.cxx.
void SvtSlideSorterBarOptions::SetVisibleImpressView | ( | bool | bVisible | ) |
Definition at line 370 of file slidesorterbaropt.cxx.
void SvtSlideSorterBarOptions::SetVisibleNotesView | ( | bool | bVisible | ) |
Definition at line 390 of file slidesorterbaropt.cxx.
void SvtSlideSorterBarOptions::SetVisibleOutlineView | ( | bool | bVisible | ) |
Definition at line 380 of file slidesorterbaropt.cxx.
void SvtSlideSorterBarOptions::SetVisibleSlideSorterView | ( | bool | bVisible | ) |
Definition at line 410 of file slidesorterbaropt.cxx.
|
private |
Definition at line 59 of file slidesorterbaropt.hxx.
Referenced by GetVisibleDrawView(), GetVisibleHandoutView(), GetVisibleImpressView(), GetVisibleNotesView(), GetVisibleOutlineView(), GetVisibleSlideSorterView(), SetVisibleDrawView(), SetVisibleHandoutView(), SetVisibleImpressView(), SetVisibleNotesView(), SetVisibleOutlineView(), SetVisibleSlideSorterView(), SvtSlideSorterBarOptions(), and ~SvtSlideSorterBarOptions().