Searched refs:SwFldDlg (Results 1 – 5 of 5) sorted by relevance
| /AOO42X/main/sw/source/ui/fldui/ |
| H A D | fldtdlg.cxx | 71 SwFldDlg::SwFldDlg(SfxBindings* pB, SwChildWinWrapper* pCW, Window *pParent) in SwFldDlg() function in SwFldDlg 92 GetOKButton().SetClickHdl(LINK(this, SwFldDlg, OKHdl)); in SwFldDlg() 133 SwFldDlg::~SwFldDlg() in ~SwFldDlg() 141 sal_Bool SwFldDlg::Close() in Close() 153 void SwFldDlg::Initialize(SfxChildWinInfo *pInfo) in Initialize() 203 SfxItemSet* SwFldDlg::CreateInputItemSet( sal_uInt16 nID ) in CreateInputItemSet() 228 IMPL_LINK( SwFldDlg, OKHdl, Button *, EMPTYARG ) in IMPL_LINK() argument 245 void SwFldDlg::ReInitDlg() in ReInitDlg() 282 void SwFldDlg::ReInitTabPage( sal_uInt16 nPageId, sal_Bool bOnlyActivate ) in ReInitTabPage() 294 void SwFldDlg::Activate() in Activate() [all …]
|
| H A D | fldpage.cxx | 360 SwFldDlg *pDlg = (SwFldDlg*)GetTabDialog(); in IMPL_LINK() 384 SwFldDlg *pDlg = (SwFldDlg*)GetTabDialog(); in EnableInsert()
|
| /AOO42X/main/sw/source/ui/inc/ |
| H A D | fldtdlg.hxx | 36 class SwFldDlg: public SfxTabDialog class 52 SwFldDlg(SfxBindings* pB, SwChildWinWrapper* pCW, Window *pParent); 53 virtual ~SwFldDlg();
|
| /AOO42X/main/sw/source/ui/dialog/ |
| H A D | swdlgfact.hxx | 40 class SwFldDlg; 216 DECL_ABSTDLG_BASE(AbstractSwFldDlg_Impl,SwFldDlg )
|
| H A D | swdlgfact.cxx | 1173 SwFldDlg* pDlg=NULL; in CreateSwFldDlg() 1177 pDlg = new SwFldDlg( pB, pCW,pParent); in CreateSwFldDlg()
|