LibreOffice Module cui (master) 1
|
#include <macropg_impl.hxx>
Public Member Functions | |
SvxMacroTabPage_Impl (const SfxItemSet &rAttrSet) | |
Public Attributes | |
std::unique_ptr< weld::Button > | xAssignPB |
std::unique_ptr< weld::Button > | xAssignComponentPB |
std::unique_ptr< weld::Button > | xDeletePB |
std::unique_ptr< weld::Button > | xDeleteAllPB |
std::unique_ptr< weld::TreeView > | xEventLB |
bool | bReadOnly |
bool | bIDEDialogMode |
Definition at line 25 of file macropg_impl.hxx.
|
explicit |
Definition at line 43 of file macropg.cxx.
References bIDEDialogMode, bReadOnly, SfxItemSet::GetItemState(), and GetValue().
bool SvxMacroTabPage_Impl::bIDEDialogMode |
Definition at line 36 of file macropg_impl.hxx.
Referenced by SvxMacroTabPage_Impl().
bool SvxMacroTabPage_Impl::bReadOnly |
Definition at line 35 of file macropg_impl.hxx.
std::unique_ptr<weld::Button> SvxMacroTabPage_Impl::xAssignComponentPB |
Definition at line 31 of file macropg_impl.hxx.
std::unique_ptr<weld::Button> SvxMacroTabPage_Impl::xAssignPB |
Definition at line 30 of file macropg_impl.hxx.
std::unique_ptr<weld::Button> SvxMacroTabPage_Impl::xDeleteAllPB |
Definition at line 33 of file macropg_impl.hxx.
std::unique_ptr<weld::Button> SvxMacroTabPage_Impl::xDeletePB |
Definition at line 32 of file macropg_impl.hxx.
std::unique_ptr<weld::TreeView> SvxMacroTabPage_Impl::xEventLB |
Definition at line 34 of file macropg_impl.hxx.