Lines Matching refs:SwSectionIndentTabPage
1594 AddTabPage(TP_SECTION_INDENTS, SwSectionIndentTabPage::Create, 0); in SwInsertSectionTabDialog()
1636 ((SwSectionIndentTabPage&)rPage).SetWrtShell(rWrtSh); in PageCreated()
2330 AddTabPage(TP_SECTION_INDENTS, SwSectionIndentTabPage::Create, 0); in SwSectionPropertyTabDialog()
2366 ((SwSectionIndentTabPage&)rPage).SetWrtShell(rWrtSh); in PageCreated()
2371 SwSectionIndentTabPage::SwSectionIndentTabPage( Window *pParent, const SfxItemSet &rAttrSet ) : in SwSectionIndentTabPage() function in SwSectionIndentTabPage
2381 Link aLk = LINK(this, SwSectionIndentTabPage, IndentModifyHdl); in SwSectionIndentTabPage()
2389 SwSectionIndentTabPage::~SwSectionIndentTabPage() in ~SwSectionIndentTabPage()
2395 sal_Bool SwSectionIndentTabPage::FillItemSet( SfxItemSet& rSet) in FillItemSet()
2410 void SwSectionIndentTabPage::Reset( const SfxItemSet& rSet) in Reset()
2438 SfxTabPage* SwSectionIndentTabPage::Create( Window* pParent, const SfxItemSet& rAttrSet) in Create()
2440 return new SwSectionIndentTabPage(pParent, rAttrSet); in Create()
2445 void SwSectionIndentTabPage::SetWrtShell(SwWrtShell& rSh) in SetWrtShell()
2457 IMPL_LINK(SwSectionIndentTabPage, IndentModifyHdl, MetricField*, EMPTYARG) in IMPL_LINK() argument