Searched refs:SwLoadOptPage (Results 1 – 4 of 4) sorted by relevance
/trunk/main/sw/source/ui/config/ |
H A D | optload.cxx | 73 SwLoadOptPage::SwLoadOptPage( Window* pParent, const SfxItemSet& rSet ) : in SwLoadOptPage() function in SwLoadOptPage 123 aMetricLB.SetSelectHdl(LINK(this, SwLoadOptPage, MetricHdl)); in SwLoadOptPage() 142 SwLoadOptPage::~SwLoadOptPage() in ~SwLoadOptPage() 150 SfxTabPage* __EXPORT SwLoadOptPage::Create( Window* pParent, in Create() 153 return new SwLoadOptPage(pParent, rAttrSet ); in Create() 160 sal_Bool __EXPORT SwLoadOptPage::FillItemSet( SfxItemSet& rSet ) in FillItemSet() 231 void __EXPORT SwLoadOptPage::Reset( const SfxItemSet& rSet) in Reset() 304 IMPL_LINK(SwLoadOptPage, MetricHdl, ListBox*, EMPTYARG) in IMPL_LINK() argument 327 IMPL_LINK(SwLoadOptPage, CaptionHdl, PushButton*, EMPTYARG) in IMPL_LINK() argument
|
H A D | optload.hrc | 24 // SwLoadOptPage --------------------------------
|
/trunk/main/sw/source/ui/inc/ |
H A D | optload.hxx | 48 class SwLoadOptPage : public SfxTabPage class 77 SwLoadOptPage( Window* pParent, const SfxItemSet& rSet ); 78 ~SwLoadOptPage();
|
/trunk/main/sw/source/ui/dialog/ |
H A D | swdlgfact.cxx | 1691 pRet = SwLoadOptPage::Create; in GetTabPageCreatorFunc()
|
Completed in 21 milliseconds