LibreOffice Module cui (master) 1
|
#include <eventdlg.hxx>
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 SfxItemSet & | GetItemSet () 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 SfxItemSet * | GetDialogExampleSet () const |
OUString | GetHelpId () const |
OUString | GetConfigId () const |
bool | IsVisible () const |
weld::Window * | GetFrameWeld () const |
std::unordered_map< OUString, css::uno::Any > & | getAdditionalProperties () |
Private Member Functions | |
DECL_LINK (SelectHdl_Impl, weld::ComboBox &, void) | |
SvxEventConfigPage (const SvxEventConfigPage &)=delete | |
SvxEventConfigPage & | operator= (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::ComboBox > | m_xSaveInListBox |
Additional Inherited Members | |
Static Public Member Functions inherited from SfxTabPage | |
static const SfxPoolItem * | GetItem (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 SfxPoolItem * | GetOldItem (const SfxItemSet &rSet, sal_uInt16 nSlot, bool bDeep=true) |
const T * | GetOldItem (const SfxItemSet &rSet, TypedWhichId< T > nSlot, bool bDeep=true) |
SfxOkDialogController * | GetDialogController () 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_Impl > | mpImpl |
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< EventDisplayName > | aDisplayNames |
Definition at line 26 of file eventdlg.hxx.
|
privatedelete |
SvxEventConfigPage::SvxEventConfigPage | ( | weld::Container * | pPage, |
weld::DialogController * | pController, | ||
const SfxItemSet & | rSet, | ||
SvxEventConfigPage::EarlyInit | |||
) |
Definition at line 39 of file eventdlg.cxx.
References utl::ConfigManager::getProductName(), SvxMacroTabPage_::InitResources(), LINK, m_xAppEvents, m_xSaveInListBox, SvxMacroTabPage_::mpImpl, and rSet.
|
overridevirtual |
Definition at line 76 of file eventdlg.cxx.
|
private |
|
private |
Definition at line 80 of file eventdlg.cxx.
References SvxConfigPage::CanConfig(), DBG_UNHANDLED_EXCEPTION, SfxTabPage::GetFrame(), SvxConfigPage::GetFrameWithDefaultAndIdentify(), m_xDocumentEvents, m_xDocumentModifiable, m_xSaveInListBox, xController, xFrame, and xModel.
Referenced by LateInit().
void SvxEventConfigPage::LateInit | ( | const css::uno::Reference< css::frame::XFrame > & | _rxFrame | ) |
Definition at line 66 of file eventdlg.cxx.
References ImplInitDocument(), SvxMacroTabPage_::InitAndSetHandler(), m_xAppEvents, m_xDocumentEvents, m_xDocumentModifiable, m_xSaveInListBox, and SfxTabPage::SetFrame().
|
privatedelete |
|
private |
Definition at line 28 of file eventdlg.hxx.
Referenced by LateInit(), and SvxEventConfigPage().
|
private |
Definition at line 29 of file eventdlg.hxx.
Referenced by ImplInitDocument(), and LateInit().
|
private |
Definition at line 30 of file eventdlg.hxx.
Referenced by ImplInitDocument(), and LateInit().
|
private |
Definition at line 32 of file eventdlg.hxx.
Referenced by ImplInitDocument(), LateInit(), and SvxEventConfigPage().