LibreOffice Module unotools (master) 1
Public Member Functions | Private Member Functions | Private Attributes | List of all members
SvtCommandOptions_Impl Class Reference
Inheritance diagram for SvtCommandOptions_Impl:
[legend]
Collaboration diagram for SvtCommandOptions_Impl:
[legend]

Public Member Functions

 SvtCommandOptions_Impl ()
 
virtual ~SvtCommandOptions_Impl () override
 
virtual void Notify (const Sequence< OUString > &lPropertyNames) override
 
bool HasEntriesDisabled () const
 
bool LookupDisabled (const OUString &) const
 
void EstablishFrameCallback (const css::uno::Reference< css::frame::XFrame > &xFrame)
 

Private Member Functions

virtual void ImplCommit () override
 
Sequence< OUString > impl_GetPropertyNames ()
 

Private Attributes

SvtCmdOptions m_aDisabledCommands
 
SvtFrameVector m_lFrames
 

Detailed Description

Definition at line 96 of file cmdoptions.cxx.

Constructor & Destructor Documentation

◆ SvtCommandOptions_Impl()

SvtCommandOptions_Impl::SvtCommandOptions_Impl ( )

Definition at line 147 of file cmdoptions.cxx.

References DBG_ASSERT, impl_GetPropertyNames(), and m_aDisabledCommands.

◆ ~SvtCommandOptions_Impl()

SvtCommandOptions_Impl::~SvtCommandOptions_Impl ( )
overridevirtual

Definition at line 184 of file cmdoptions.cxx.

Member Function Documentation

◆ EstablishFrameCallback()

void SvtCommandOptions_Impl::EstablishFrameCallback ( const css::uno::Reference< css::frame::XFrame > &  xFrame)

Definition at line 256 of file cmdoptions.cxx.

References m_lFrames, and xFrame.

◆ HasEntriesDisabled()

bool SvtCommandOptions_Impl::HasEntriesDisabled ( ) const

Definition at line 242 of file cmdoptions.cxx.

References m_aDisabledCommands.

◆ impl_GetPropertyNames()

Sequence< OUString > SvtCommandOptions_Impl::impl_GetPropertyNames ( )
private

Definition at line 269 of file cmdoptions.cxx.

References utl::LocalPath, PATHDELIMITER, PROPERTYNAME_CMD, and SETNODE_DISABLED.

Referenced by Notify(), and SvtCommandOptions_Impl().

◆ ImplCommit()

void SvtCommandOptions_Impl::ImplCommit ( )
overrideprivatevirtual

Definition at line 235 of file cmdoptions.cxx.

References SAL_WARN.

◆ LookupDisabled()

bool SvtCommandOptions_Impl::LookupDisabled ( const OUString &  aCommand) const

Definition at line 249 of file cmdoptions.cxx.

References aCommand, and m_aDisabledCommands.

◆ Notify()

void SvtCommandOptions_Impl::Notify ( const Sequence< OUString > &  lPropertyNames)
overridevirtual

Member Data Documentation

◆ m_aDisabledCommands

SvtCmdOptions SvtCommandOptions_Impl::m_aDisabledCommands
private

Definition at line 141 of file cmdoptions.cxx.

Referenced by HasEntriesDisabled(), LookupDisabled(), Notify(), and SvtCommandOptions_Impl().

◆ m_lFrames

SvtFrameVector SvtCommandOptions_Impl::m_lFrames
private

Definition at line 142 of file cmdoptions.cxx.

Referenced by EstablishFrameCallback(), and Notify().


The documentation for this class was generated from the following file: