Home
last modified time | relevance | path

Searched refs:ScAutoFormatDlg (Results 1 – 4 of 4) sorted by relevance

/AOO42X/main/sc/source/ui/miscdlgs/
H A Dscuiautofmt.cxx65 ScAutoFormatDlg::ScAutoFormatDlg( Window* pParent, in ScAutoFormatDlg() function in ScAutoFormatDlg
109 __EXPORT ScAutoFormatDlg::~ScAutoFormatDlg() in ~ScAutoFormatDlg()
116 void ScAutoFormatDlg::Init() in Init()
121 aLbFormat .SetSelectHdl( LINK( this, ScAutoFormatDlg, SelFmtHdl ) ); in Init()
122 aBtnNumFormat.SetClickHdl ( LINK( this, ScAutoFormatDlg, CheckHdl ) ); in Init()
123 aBtnBorder .SetClickHdl ( LINK( this, ScAutoFormatDlg, CheckHdl ) ); in Init()
124 aBtnFont .SetClickHdl ( LINK( this, ScAutoFormatDlg, CheckHdl ) ); in Init()
125 aBtnPattern .SetClickHdl ( LINK( this, ScAutoFormatDlg, CheckHdl ) ); in Init()
126 aBtnAlignment.SetClickHdl ( LINK( this, ScAutoFormatDlg, CheckHdl ) ); in Init()
127 aBtnAdjust .SetClickHdl ( LINK( this, ScAutoFormatDlg, CheckHdl ) ); in Init()
[all …]
/AOO42X/main/sc/source/ui/inc/
H A Dscuiautofmt.hxx27 class ScAutoFormatDlg : public ModalDialog class
30 ScAutoFormatDlg( Window* pParent,
34 ~ScAutoFormatDlg();
/AOO42X/main/sc/source/ui/attrdlg/
H A Dscdlgfact.hxx30 class ScAutoFormatDlg;
122 DECL_ABSTDLG_BASE(AbstractScAutoFormatDlg_Impl, ScAutoFormatDlg)
H A Dscdlgfact.cxx691 ScAutoFormatDlg* pDlg=NULL; in CreateScAutoFormatDlg()
695 pDlg = new ScAutoFormatDlg( pParent, pAutoFormat,pSelFormatData, pDoc ); in CreateScAutoFormatDlg()