Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/ui/config/
H A Doptpage.cxx94 SwContentOptPage::SwContentOptPage( Window* pParent, in SwContentOptPage() function in SwContentOptPage
142 aVRulerCBox.SetClickHdl(LINK(this, SwContentOptPage, VertRulerHdl )); in SwContentOptPage()
143 aAnyRulerCB.SetClickHdl(LINK(this, SwContentOptPage, AnyRulerHdl)); in SwContentOptPage()
175 SwContentOptPage::~SwContentOptPage() in ~SwContentOptPage()
182 SfxTabPage* SwContentOptPage::Create( Window* pParent, in Create()
185 return new SwContentOptPage(pParent, rAttrSet); in Create()
210 void SwContentOptPage::Reset(const SfxItemSet& rSet) in Reset()
244 sal_Bool SwContentOptPage::FillItemSet(SfxItemSet& rSet) in FillItemSet()
303 IMPL_LINK(SwContentOptPage, VertRulerHdl, CheckBox*, pBox) in IMPL_LINK() argument
311 IMPL_LINK( SwContentOptPage, AnyRulerHdl, CheckBox*, pBox) in IMPL_LINK() argument
/AOO41X/main/sw/source/ui/inc/
H A Doptpage.hxx59 class SwContentOptPage : public SfxTabPage class
94 SwContentOptPage( Window* pParent,
96 ~SwContentOptPage();
H A Dcfgitems.hxx42 class SwContentOptPage;
110 friend class SwContentOptPage;
/AOO41X/main/sw/source/ui/dialog/
H A Dswdlgfact.cxx1699 pRet = SwContentOptPage::Create; in GetTabPageCreatorFunc()