Home
last modified time | relevance | path

Searched refs:SwTestTabPage (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/sw/source/ui/config/
H A Doptpage.cxx2486 SwTestTabPage::SwTestTabPage( Window* pParent, in SwTestTabPage() function in SwTestTabPage
2545 SfxTabPage* SwTestTabPage::Create( Window* pParent, in Create()
2548 return ( new SwTestTabPage( pParent, rAttrSet ) ); in Create()
2553 sal_Bool SwTestTabPage::FillItemSet( SfxItemSet& rCoreSet ) in FillItemSet()
2576 void SwTestTabPage::Reset( const SfxItemSet& ) in Reset()
2599 void SwTestTabPage::Init() in Init()
2602 Link aLk = LINK( this, SwTestTabPage, AutoClickHdl ); in Init()
2617 IMPL_LINK_INLINE_START( SwTestTabPage, AutoClickHdl, CheckBox *, EMPTYARG ) in IMPL_LINK_INLINE_START() argument
2622 IMPL_LINK_INLINE_END( SwTestTabPage, AutoClickHdl, CheckBox *, EMPTYARG )
/AOO41X/main/sw/source/ui/inc/
H A Dcfgitems.hxx36 class SwTestTabPage;
211 friend class SwTestTabPage;
H A Doptpage.hxx473 class SwTestTabPage : public SfxTabPage class
476 SwTestTabPage( Window* pParent,
/AOO41X/main/sw/source/ui/dialog/
H A Dswdlgfact.cxx1713 pRet = SwTestTabPage::Create; in GetTabPageCreatorFunc()