LibreOffice Module cui (master) 1
Classes | Public Member Functions | Private Member Functions | Private Attributes | List of all members
SvxEventConfigPage Class Reference

#include <eventdlg.hxx>

Inheritance diagram for SvxEventConfigPage:
[legend]
Collaboration diagram for SvxEventConfigPage:
[legend]

Classes

struct  EarlyInit
 this is only to let callers know that there is a LateInit which must be called More...
 

Public Member Functions

 SvxEventConfigPage (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet &rSet, EarlyInit)
 
virtual ~SvxEventConfigPage () override
 
void LateInit (const css::uno::Reference< css::frame::XFrame > &_rxFrame)
 
- Public Member Functions inherited from SvxMacroTabPage_
virtual ~SvxMacroTabPage_ () override
 
void InitResources ()
 
void InitAndSetHandler (const css::uno::Reference< css::container::XNameReplace > &xAppEvents, const css::uno::Reference< css::container::XNameReplace > &xDocEvents, const css::uno::Reference< css::util::XModifiable > &xModifiable)
 
virtual bool FillItemSet (SfxItemSet *rSet) override
 
virtual void Reset (const SfxItemSet *) override
 
void DisplayAppEvents (bool appEvents)
 
void SetReadOnly (bool bSet)
 
bool IsReadOnly () const override
 
- Public Member Functions inherited from SfxTabPage
void SetDialogController (SfxOkDialogController *pDialog)
 
virtual ~SfxTabPage () override
 
void set_visible (bool bVisible)
 
const SfxItemSetGetItemSet () const
 
virtual bool FillItemSet (SfxItemSet *)
 
virtual void Reset (const SfxItemSet *)
 
virtual bool DeferResetToFirstActivation ()
 
bool HasExchangeSupport () const
 
void SetExchangeSupport ()
 
virtual void ActivatePage (const SfxItemSet &)
 
virtual DeactivateRC DeactivatePage (SfxItemSet *pSet)
 
void SetUserData (const OUString &rString)
 
const OUString & GetUserData () const
 
virtual void FillUserData ()
 
virtual bool IsReadOnly () const
 
virtual void PageCreated (const SfxAllItemSet &aSet)
 
virtual void ChangesApplied ()
 
void SetFrame (const css::uno::Reference< css::frame::XFrame > &xFrame)
 
css::uno::Reference< css::frame::XFrame > GetFrame () const
 
const SfxItemSetGetDialogExampleSet () const
 
OUString GetHelpId () const
 
OUString GetConfigId () const
 
bool IsVisible () const
 
weld::WindowGetFrameWeld () const
 
std::unordered_map< OUString, css::uno::Any > & getAdditionalProperties ()
 

Private Member Functions

 DECL_LINK (SelectHdl_Impl, weld::ComboBox &, void)
 
 SvxEventConfigPage (const SvxEventConfigPage &)=delete
 
SvxEventConfigPageoperator= (const SvxEventConfigPage &)=delete
 
void ImplInitDocument ()
 

Private Attributes

css::uno::Reference< css::container::XNameReplace > m_xAppEvents
 
css::uno::Reference< css::container::XNameReplace > m_xDocumentEvents
 
css::uno::Reference< css::util::XModifiable > m_xDocumentModifiable
 
std::unique_ptr< weld::ComboBoxm_xSaveInListBox
 

Additional Inherited Members

- Static Public Member Functions inherited from SfxTabPage
static const SfxPoolItemGetItem (const SfxItemSet &rSet, sal_uInt16 nSlot, bool bDeep=true)
 
static const T * GetItem (const SfxItemSet &rSet, TypedWhichId< T > nSlot, bool bDeep=true)
 
- Protected Member Functions inherited from SvxMacroTabPage_
 SvxMacroTabPage_ (weld::Container *pPage, weld::DialogController *pController, const OUString &rUIXMLDescription, const OUString &rID, const SfxItemSet &rItemSet)
 
void EnableButtons ()
 
- Protected Member Functions inherited from SfxTabPage
 SfxTabPage (weld::Container *pPage, weld::DialogController *pController, const OUString &rUIXMLDescription, const OUString &rID, const SfxItemSet *rAttrSet)
 
sal_uInt16 GetWhich (sal_uInt16 nSlot, bool bDeep=true) const
 
TypedWhichId< T > GetWhich (TypedWhichId< T > nSlot, bool bDeep=true) const
 
const SfxPoolItemGetOldItem (const SfxItemSet &rSet, sal_uInt16 nSlot, bool bDeep=true)
 
const T * GetOldItem (const SfxItemSet &rSet, TypedWhichId< T > nSlot, bool bDeep=true)
 
SfxOkDialogControllerGetDialogController () const
 
- Static Protected Member Functions inherited from SvxMacroTabPage_
static css::uno::Any GetPropsByName (const OUString &eventName, EventsHash &eventsHash)
 
static EventPair GetPairFromAny (const css::uno::Any &aAny)
 
- Protected Attributes inherited from SvxMacroTabPage_
std::unique_ptr< SvxMacroTabPage_ImplmpImpl
 
css::uno::Reference< css::container::XNameReplace > m_xDocEvents
 
css::uno::Reference< css::util::XModifiable > m_xModifiable
 
EventsHash m_appEventsHash
 
EventsHash m_docEventsHash
 
int m_nAssignedEvents
 
bool bDocModified
 
bool bAppEvents
 
bool bInitialized
 
std::vector< EventDisplayNameaDisplayNames
 

Detailed Description

Definition at line 26 of file eventdlg.hxx.

Constructor & Destructor Documentation

◆ SvxEventConfigPage() [1/2]

SvxEventConfigPage::SvxEventConfigPage ( const SvxEventConfigPage )
privatedelete

◆ SvxEventConfigPage() [2/2]

SvxEventConfigPage::SvxEventConfigPage ( weld::Container pPage,
weld::DialogController pController,
const SfxItemSet rSet,
SvxEventConfigPage::EarlyInit   
)

◆ ~SvxEventConfigPage()

SvxEventConfigPage::~SvxEventConfigPage ( )
overridevirtual

Definition at line 76 of file eventdlg.cxx.

Member Function Documentation

◆ DECL_LINK()

SvxEventConfigPage::DECL_LINK ( SelectHdl_Impl  ,
weld::ComboBox ,
void   
)
private

◆ ImplInitDocument()

void SvxEventConfigPage::ImplInitDocument ( )
private

◆ LateInit()

void SvxEventConfigPage::LateInit ( const css::uno::Reference< css::frame::XFrame > &  _rxFrame)

◆ operator=()

SvxEventConfigPage & SvxEventConfigPage::operator= ( const SvxEventConfigPage )
privatedelete

Member Data Documentation

◆ m_xAppEvents

css::uno::Reference< css::container::XNameReplace > SvxEventConfigPage::m_xAppEvents
private

Definition at line 28 of file eventdlg.hxx.

Referenced by LateInit(), and SvxEventConfigPage().

◆ m_xDocumentEvents

css::uno::Reference< css::container::XNameReplace > SvxEventConfigPage::m_xDocumentEvents
private

Definition at line 29 of file eventdlg.hxx.

Referenced by ImplInitDocument(), and LateInit().

◆ m_xDocumentModifiable

css::uno::Reference< css::util::XModifiable > SvxEventConfigPage::m_xDocumentModifiable
private

Definition at line 30 of file eventdlg.hxx.

Referenced by ImplInitDocument(), and LateInit().

◆ m_xSaveInListBox

std::unique_ptr<weld::ComboBox> SvxEventConfigPage::m_xSaveInListBox
private

Definition at line 32 of file eventdlg.hxx.

Referenced by ImplInitDocument(), LateInit(), and SvxEventConfigPage().


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