Searched refs:SvxGeneralTabPage (Results 1 – 4 of 4) sorted by relevance
67 SvxGeneralTabPage::SvxGeneralTabPage( Window* pParent, const SfxItemSet& rCoreSet ) : in SvxGeneralTabPage() function in SvxGeneralTabPage191 Link aLink = LINK( this, SvxGeneralTabPage, ModifyHdl_Impl ); in SvxGeneralTabPage()227 SvxGeneralTabPage::~SvxGeneralTabPage() in ~SvxGeneralTabPage()234 SfxTabPage* SvxGeneralTabPage::Create( Window* pParent, const SfxItemSet& rAttrSet ) in Create()236 return ( new SvxGeneralTabPage( pParent, rAttrSet ) ); in Create()241 sal_Bool SvxGeneralTabPage::FillItemSet( SfxItemSet& ) in FillItemSet()275 void SvxGeneralTabPage::Reset( const SfxItemSet& rSet ) in Reset()325 IMPL_LINK( SvxGeneralTabPage, ModifyHdl_Impl, Edit *, pEdit ) in IMPL_LINK() argument353 sal_Bool SvxGeneralTabPage::GetAddress_Impl() in GetAddress_Impl()410 void SvxGeneralTabPage::SetAddress_Impl() in SetAddress_Impl()[all …]
342 case RID_SFXPAGE_GENERAL: fnCreate = &SvxGeneralTabPage::Create; break; in CreateGeneralTabPage()
38 #define SfxGeneralTabPage SvxGeneralTabPage62 class SvxGeneralTabPage : public SfxTabPage class112 SvxGeneralTabPage( Window* pParent, const SfxItemSet& rSet );113 ~SvxGeneralTabPage();
1765 return SvxGeneralTabPage::Create; in GetTabPageCreatorFunc()