Lines Matching refs:rAttrSet
1694 Window *pParent, const SfxItemSet &rAttrSet) : in SwInsertSectionTabPage() argument
1695 SfxTabPage( pParent, SW_RES(TP_INSERT_SECTION), rAttrSet ), in SwInsertSectionTabPage()
1860 const SfxItemSet& rAttrSet) in Create() argument
1862 return new SwInsertSectionTabPage(pParent, rAttrSet); in Create()
2069 const SfxItemSet &rAttrSet) in SwSectionFtnEndTabPage() argument
2070 : SfxTabPage( pParent, SW_RES( TP_SECTION_FTNENDNOTES ), rAttrSet ), in SwSectionFtnEndTabPage()
2254 const SfxItemSet& rAttrSet) in Create() argument
2256 return new SwSectionFtnEndTabPage(pParent, rAttrSet); in Create()
2371 SwSectionIndentTabPage::SwSectionIndentTabPage( Window *pParent, const SfxItemSet &rAttrSet ) : in SwSectionIndentTabPage() argument
2372 SfxTabPage(pParent, SW_RES(TP_SECTION_INDENTS), rAttrSet), in SwSectionIndentTabPage()
2438 SfxTabPage* SwSectionIndentTabPage::Create( Window* pParent, const SfxItemSet& rAttrSet) in Create() argument
2440 return new SwSectionIndentTabPage(pParent, rAttrSet); in Create()