Searched refs:SvxCTLOptionsPage (Results 1 – 3 of 3) sorted by relevance
34 IMPL_LINK( SvxCTLOptionsPage, SequenceCheckingCB_Hdl, void*, EMPTYARG ) in IMPL_LINK() argument48 SvxCTLOptionsPage::SvxCTLOptionsPage( Window* pParent, const SfxItemSet& rSet ) : in SvxCTLOptionsPage() function in SvxCTLOptionsPage67 m_aSequenceCheckingCB.SetClickHdl( LINK( this, SvxCTLOptionsPage, SequenceCheckingCB_Hdl ) ); in SvxCTLOptionsPage()72 SvxCTLOptionsPage::~SvxCTLOptionsPage() in ~SvxCTLOptionsPage()76 SfxTabPage* SvxCTLOptionsPage::Create( Window* pParent, const SfxItemSet& rAttrSet ) in Create()78 return new SvxCTLOptionsPage( pParent, rAttrSet ); in Create()81 sal_Bool SvxCTLOptionsPage::FillItemSet( SfxItemSet& ) in FillItemSet()128 void SvxCTLOptionsPage::Reset( const SfxItemSet& ) in Reset()
35 class SvxCTLOptionsPage : public SfxTabPage class54 SvxCTLOptionsPage( Window* pParent, const SfxItemSet& rSet );58 virtual ~SvxCTLOptionsPage();
365 case RID_SVXPAGE_OPTIONS_CTL: fnCreate = &SvxCTLOptionsPage::Create ; break; in CreateGeneralTabPage()
Completed in 20 milliseconds