Lines Matching refs:SwTOXStylesTabPage
363 AddTabPage(TP_TOX_STYLES, SwTOXStylesTabPage::Create, 0); in SwMultiTOXTabDialog()
4068 SwTOXStylesTabPage::SwTOXStylesTabPage(Window* pParent, const SfxItemSet& rAttrSet ) : in SwTOXStylesTabPage() function in SwTOXStylesTabPage
4086 aEditStyleBT.SetClickHdl (LINK( this, SwTOXStylesTabPage, EditStyleHdl)); in SwTOXStylesTabPage()
4087 aAssignBT.SetClickHdl (LINK( this, SwTOXStylesTabPage, AssignHdl)); in SwTOXStylesTabPage()
4088 aStdBT.SetClickHdl (LINK( this, SwTOXStylesTabPage, StdHdl)); in SwTOXStylesTabPage()
4089 aParaLayLB.SetSelectHdl (LINK( this, SwTOXStylesTabPage, EnableSelectHdl)); in SwTOXStylesTabPage()
4090 aLevelLB.SetSelectHdl (LINK( this, SwTOXStylesTabPage, EnableSelectHdl)); in SwTOXStylesTabPage()
4091 aParaLayLB.SetDoubleClickHdl(LINK( this, SwTOXStylesTabPage, DoubleClickHdl)); in SwTOXStylesTabPage()
4101 SwTOXStylesTabPage::~SwTOXStylesTabPage() in ~SwTOXStylesTabPage()
4108 sal_Bool SwTOXStylesTabPage::FillItemSet( SfxItemSet& ) in FillItemSet()
4115 void SwTOXStylesTabPage::Reset( const SfxItemSet& rSet ) in Reset()
4122 void SwTOXStylesTabPage::ActivatePage( const SfxItemSet& ) in ActivatePage()
4191 int SwTOXStylesTabPage::DeactivatePage( SfxItemSet* /*pSet*/ ) in DeactivatePage()
4200 SfxTabPage* SwTOXStylesTabPage::Create( Window* pParent, in Create()
4203 return new SwTOXStylesTabPage(pParent, rAttrSet); in Create()
4208 IMPL_LINK( SwTOXStylesTabPage, EditStyleHdl, Button *, pBtn ) in IMPL_LINK() argument
4228 IMPL_LINK( SwTOXStylesTabPage, AssignHdl, Button *, EMPTYARG ) in IMPL_LINK() argument
4257 IMPL_LINK( SwTOXStylesTabPage, StdHdl, Button *, EMPTYARG ) in IMPL_LINK() argument
4276 IMPL_LINK_INLINE_START( SwTOXStylesTabPage, DoubleClickHdl, Button *, EMPTYARG ) in IMPL_LINK_INLINE_START() argument
4286 IMPL_LINK_INLINE_END( SwTOXStylesTabPage, DoubleClickHdl, Button *, EMPTYARG ) in IMPL_LINK_INLINE_END() argument
4290 IMPL_LINK( SwTOXStylesTabPage, EnableSelectHdl, ListBox *, EMPTYARG ) in IMPL_LINK_INLINE_END()
4306 IMPL_LINK(SwTOXStylesTabPage, ModifyHdl, void*, EMPTYARG) in IMPL_LINK() argument