|
LibreOffice Module cui (master) 1
|
#include <macropg.hxx>
Public Member Functions | |
| SvxMacroTabPage (weld::Container *pPage, weld::DialogController *pController, const css::uno::Reference< css::frame::XFrame > &_rxDocumentFrame, const SfxItemSet &rSet, css::uno::Reference< css::container::XNameReplace > const &xNameReplace, sal_uInt16 nSelectedIndex) | |
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 () |
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 95 of file macropg.hxx.
| SvxMacroTabPage::SvxMacroTabPage | ( | weld::Container * | pPage, |
| weld::DialogController * | pController, | ||
| const css::uno::Reference< css::frame::XFrame > & | _rxDocumentFrame, | ||
| const SfxItemSet & | rSet, | ||
| css::uno::Reference< css::container::XNameReplace > const & | xNameReplace, | ||
| sal_uInt16 | nSelectedIndex | ||
| ) |
Definition at line 632 of file macropg.cxx.
References SvxMacroTabPage_::DisplayAppEvents(), SvxMacroTabPage_::InitAndSetHandler(), SvxMacroTabPage_::InitResources(), SvxMacroTabPage_::mpImpl, rSet, and SfxTabPage::SetFrame().