Lines Matching refs:_SvxMacroTabPage

213 void _SvxMacroTabPage::EnableButtons()  in EnableButtons()
227 _SvxMacroTabPage::_SvxMacroTabPage( Window* pParent, const ResId& rResId, const SfxItemSet& rAttrSe… in _SvxMacroTabPage() function in _SvxMacroTabPage
239 _SvxMacroTabPage::~_SvxMacroTabPage() in ~_SvxMacroTabPage()
254 void _SvxMacroTabPage::InitResources() in InitResources()
342 sal_Bool _SvxMacroTabPage::FillItemSet( SfxItemSet& /*rSet*/ ) in FillItemSet()
397 void _SvxMacroTabPage::Reset() in Reset()
440 void _SvxMacroTabPage::SetReadOnly( sal_Bool bSet ) in SetReadOnly()
445 sal_Bool _SvxMacroTabPage::IsReadOnly() const in IsReadOnly()
518 void _SvxMacroTabPage::DisplayAppEvents( bool appEvents) in DisplayAppEvents()
597 IMPL_STATIC_LINK( _SvxMacroTabPage, SelectEvent_Impl, SvTabListBox*, EMPTYARG ) in IMPL_STATIC_LINK() argument
615 IMPL_STATIC_LINK( _SvxMacroTabPage, AssignDeleteHdl_Impl, PushButton*, pBtn ) in IMPL_STATIC_LINK() argument
620 IMPL_STATIC_LINK( _SvxMacroTabPage, DoubleClickHdl_Impl, SvTabListBox *, EMPTYARG ) in IMPL_STATIC_LINK() argument
626 long _SvxMacroTabPage::GenericHandler_Impl( _SvxMacroTabPage* pThis, PushButton* pBtn ) in GenericHandler_Impl()
743 void _SvxMacroTabPage::InitAndSetHandler( Reference< container::XNameReplace> xAppEvents, Reference… in InitAndSetHandler()
750 Link aLnk(STATIC_LINK(this, _SvxMacroTabPage, AssignDeleteHdl_Impl )); in InitAndSetHandler()
755 rListBox.SetDoubleClickHdl( STATIC_LINK(this, _SvxMacroTabPage, DoubleClickHdl_Impl ) ); in InitAndSetHandler()
757 rListBox.SetSelectHdl( STATIC_LINK( this, _SvxMacroTabPage, SelectEvent_Impl )); in InitAndSetHandler()
810 Any _SvxMacroTabPage::GetPropsByName( const ::rtl::OUString& eventName, EventsHash& eventsHash ) in GetPropsByName()
828 ::std::pair< ::rtl::OUString, ::rtl::OUString > _SvxMacroTabPage::GetPairFromAny( Any aAny ) in GetPairFromAny()
842 : _SvxMacroTabPage( pParent, CUI_RES( RID_SVXPAGE_MACROASSIGN ), rSet ) in SvxMacroTabPage()