Searched refs:SwFldFuncPage (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/sw/source/ui/fldui/ |
H A D | fldfunc.cxx | 68 SwFldFuncPage::SwFldFuncPage(Window* pParent, const SfxItemSet& rCoreSet ) : in SwFldFuncPage() function in SwFldFuncPage 117 SwFldFuncPage::~SwFldFuncPage() in ~SwFldFuncPage() 125 void SwFldFuncPage::Reset(const SfxItemSet& ) in Reset() 216 IMPL_LINK( SwFldFuncPage, TypeHdl, ListBox *, EMPTYARG ) in IMPL_LINK() argument 534 void SwFldFuncPage::UpdateSubType() in UpdateSubType() 582 IMPL_LINK( SwFldFuncPage, MacroHdl, Button *, pBtn ) in IMPL_LINK() argument 602 sal_Bool SwFldFuncPage::FillItemSet(SfxItemSet& ) in FillItemSet() 703 SfxTabPage* SwFldFuncPage::Create( Window* pParent, in Create() 706 return ( new SwFldFuncPage( pParent, rAttrSet ) ); in Create() 713 sal_uInt16 SwFldFuncPage::GetGroup() in GetGroup() [all …]
|
H A D | fldfunc.hxx | 42 class SwFldFuncPage : public SwFldPage class 95 SwFldFuncPage(Window* pParent, const SfxItemSet& rSet); 97 ~SwFldFuncPage();
|
H A D | fldtdlg.cxx | 101 AddTabPage(TP_FLD_FUNC, SwFldFuncPage::Create, 0); in SwFldDlg()
|
H A D | fldedt.cxx | 193 pTabPage = SwFldFuncPage::Create(this, *(SfxItemSet*)0); in CreatePage()
|
Completed in 57 milliseconds