Searched refs:ScAutoFormatDlg (Results 1 – 4 of 4) sorted by relevance
| /AOO41X/main/sc/source/ui/miscdlgs/ |
| H A D | scuiautofmt.cxx | 66 ScAutoFormatDlg::ScAutoFormatDlg( Window* pParent, in ScAutoFormatDlg() function in ScAutoFormatDlg 110 __EXPORT ScAutoFormatDlg::~ScAutoFormatDlg() in ~ScAutoFormatDlg() 117 void ScAutoFormatDlg::Init() in Init() 122 aLbFormat .SetSelectHdl( LINK( this, ScAutoFormatDlg, SelFmtHdl ) ); in Init() 123 aBtnNumFormat.SetClickHdl ( LINK( this, ScAutoFormatDlg, CheckHdl ) ); in Init() 124 aBtnBorder .SetClickHdl ( LINK( this, ScAutoFormatDlg, CheckHdl ) ); in Init() 125 aBtnFont .SetClickHdl ( LINK( this, ScAutoFormatDlg, CheckHdl ) ); in Init() 126 aBtnPattern .SetClickHdl ( LINK( this, ScAutoFormatDlg, CheckHdl ) ); in Init() 127 aBtnAlignment.SetClickHdl ( LINK( this, ScAutoFormatDlg, CheckHdl ) ); in Init() 128 aBtnAdjust .SetClickHdl ( LINK( this, ScAutoFormatDlg, CheckHdl ) ); in Init() [all …]
|
| /AOO41X/main/sc/source/ui/inc/ |
| H A D | scuiautofmt.hxx | 27 class ScAutoFormatDlg : public ModalDialog class 30 ScAutoFormatDlg( Window* pParent, 34 ~ScAutoFormatDlg();
|
| /AOO41X/main/sc/source/ui/attrdlg/ |
| H A D | scdlgfact.hxx | 30 class ScAutoFormatDlg; 122 DECL_ABSTDLG_BASE(AbstractScAutoFormatDlg_Impl, ScAutoFormatDlg)
|
| H A D | scdlgfact.cxx | 692 ScAutoFormatDlg* pDlg=NULL; in CreateScAutoFormatDlg() 696 pDlg = new ScAutoFormatDlg( pParent, pAutoFormat,pSelFormatData, pDoc ); in CreateScAutoFormatDlg()
|