Searched refs:SwAutoFormatDlg (Results 1 – 4 of 4) sorted by relevance
| /trunk/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() 245 aBtnRemove.SetClickHdl ( LINK( this, SwAutoFormatDlg, RemoveHdl ) ); in Init() 246 aBtnRename.SetClickHdl ( LINK( this, SwAutoFormatDlg, RenameHdl ) ); in Init() 247 aBtnOk.SetClickHdl ( LINK( this, SwAutoFormatDlg, OkHdl ) ); in Init() 248 aLbFormat.SetSelectHdl( LINK( this, SwAutoFormatDlg, SelFmtHdl ) ); in Init() 284 void SwAutoFormatDlg::UpdateChecks( const SwTableAutoFmt& rFmt, sal_Bool bEnable ) in UpdateChecks() [all …]
|
| /trunk/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();
|
| /trunk/main/sw/source/ui/dialog/ |
| H A D | swdlgfact.hxx | 39 class SwAutoFormatDlg; 207 DECL_ABSTDLG_BASE(AbstractSwAutoFormatDlg_Impl,SwAutoFormatDlg )
|
| H A D | swdlgfact.cxx | 1074 SwAutoFormatDlg* pDlg=NULL; in CreateSwAutoFormatDlg() 1078 pDlg = new SwAutoFormatDlg( pParent, pShell,bSetAutoFmt,pSelFmt); in CreateSwAutoFormatDlg()
|