Searched refs:SwAutoFormatDlg (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/sw/source/ui/table/ |
H A D | tautofmt.cxx | 177 SwAutoFormatDlg::SwAutoFormatDlg( Window* pParent, SwWrtShell* pWrtShell, in SwAutoFormatDlg() function in SwAutoFormatDlg 223 __EXPORT SwAutoFormatDlg::~SwAutoFormatDlg() in ~SwAutoFormatDlg() 235 void SwAutoFormatDlg::Init( const SwTableAutoFmt* pSelFmt ) in Init() 237 Link aLk( LINK( this, SwAutoFormatDlg, CheckHdl ) ); in Init() 244 aBtnAdd.SetClickHdl ( LINK( this, SwAutoFormatDlg, AddHdl ) ); in Init() 247 aBtnOk.SetClickHdl ( LINK( this, SwAutoFormatDlg, OkHdl ) ); in Init() 321 IMPL_LINK( SwAutoFormatDlg, CheckHdl, Button *, pBtn ) in IMPL_LINK() argument 357 IMPL_LINK( SwAutoFormatDlg, AddHdl, void *, EMPTYARG ) in IMPL_LINK() argument 424 IMPL_LINK( SwAutoFormatDlg, RemoveHdl, void *, EMPTYARG ) in IMPL_LINK() argument 461 IMPL_LINK( SwAutoFormatDlg, RenameHdl, void *, EMPTYARG ) in IMPL_LINK() argument [all …]
|
/aoo41x/main/sw/source/ui/inc/ |
H A D | tautofmt.hxx | 58 class SwAutoFormatDlg : public SfxModalDialog class 104 SwAutoFormatDlg( Window* pParent, SwWrtShell* pShell, 107 virtual ~SwAutoFormatDlg();
|
/aoo41x/main/sw/source/ui/dialog/ |
H A D | swdlgfact.hxx | 40 class SwAutoFormatDlg; 208 DECL_ABSTDLG_BASE(AbstractSwAutoFormatDlg_Impl,SwAutoFormatDlg )
|
H A D | swdlgfact.cxx | 1076 SwAutoFormatDlg* pDlg=NULL; in CreateSwAutoFormatDlg() 1080 pDlg = new SwAutoFormatDlg( pParent, pShell,bSetAutoFmt,pSelFmt); in CreateSwAutoFormatDlg()
|
Completed in 87 milliseconds