Lines Matching refs:ScAutoFormatDlg

65 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()
128 aBtnAdd .SetClickHdl ( LINK( this, ScAutoFormatDlg, AddHdl ) ); in Init()
129 aBtnRemove .SetClickHdl ( LINK( this, ScAutoFormatDlg, RemoveHdl ) ); in Init()
130 aBtnOk .SetClickHdl ( LINK( this, ScAutoFormatDlg, CloseHdl ) ); in Init()
131 aBtnCancel .SetClickHdl ( LINK( this, ScAutoFormatDlg, CloseHdl ) ); in Init()
132 aBtnRename .SetClickHdl ( LINK( this, ScAutoFormatDlg, RenameHdl ) ); in Init()
133 aLbFormat .SetDoubleClickHdl( LINK( this, ScAutoFormatDlg, DblClkHdl ) ); in Init()
172 void ScAutoFormatDlg::UpdateChecks() in UpdateChecks()
188 IMPL_LINK( ScAutoFormatDlg, CloseHdl, PushButton *, pBtn ) in IMPL_LINK() argument
202 IMPL_LINK_INLINE_START( ScAutoFormatDlg, DblClkHdl, void *, EMPTYARG ) in IMPL_LINK_INLINE_START() argument
210 IMPL_LINK_INLINE_END( ScAutoFormatDlg, DblClkHdl, void *, EMPTYARG ) in IMPL_LINK_INLINE_END() argument
214 IMPL_LINK( ScAutoFormatDlg, CheckHdl, Button *, pBtn ) in IMPL_LINK_INLINE_END()
245 IMPL_LINK( ScAutoFormatDlg, AddHdl, void *, EMPTYARG ) in IMPL_LINK() argument
318 IMPL_LINK( ScAutoFormatDlg, RemoveHdl, void *, EMPTYARG ) in IMPL_LINK() argument
354 IMPL_LINK( ScAutoFormatDlg, RenameHdl, void *, EMPTYARG ) in IMPL_LINK() argument
441 IMPL_LINK( ScAutoFormatDlg, SelFmtHdl, void *, EMPTYARG ) in IMPL_LINK() argument
464 String __EXPORT ScAutoFormatDlg::GetCurrFormatName() in GetCurrFormatName()