Lines Matching refs:ScAutoFormatDlg

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()
129 aBtnAdd .SetClickHdl ( LINK( this, ScAutoFormatDlg, AddHdl ) ); in Init()
130 aBtnRemove .SetClickHdl ( LINK( this, ScAutoFormatDlg, RemoveHdl ) ); in Init()
131 aBtnOk .SetClickHdl ( LINK( this, ScAutoFormatDlg, CloseHdl ) ); in Init()
132 aBtnCancel .SetClickHdl ( LINK( this, ScAutoFormatDlg, CloseHdl ) ); in Init()
133 aBtnRename .SetClickHdl ( LINK( this, ScAutoFormatDlg, RenameHdl ) ); in Init()
134 aLbFormat .SetDoubleClickHdl( LINK( this, ScAutoFormatDlg, DblClkHdl ) ); in Init()
173 void ScAutoFormatDlg::UpdateChecks() in UpdateChecks()
189 IMPL_LINK( ScAutoFormatDlg, CloseHdl, PushButton *, pBtn ) in IMPL_LINK() argument
203 IMPL_LINK_INLINE_START( ScAutoFormatDlg, DblClkHdl, void *, EMPTYARG ) in IMPL_LINK_INLINE_START() argument
211 IMPL_LINK_INLINE_END( ScAutoFormatDlg, DblClkHdl, void *, EMPTYARG ) in IMPL_LINK_INLINE_END() argument
215 IMPL_LINK( ScAutoFormatDlg, CheckHdl, Button *, pBtn ) in IMPL_LINK_INLINE_END()
246 IMPL_LINK( ScAutoFormatDlg, AddHdl, void *, EMPTYARG ) in IMPL_LINK() argument
319 IMPL_LINK( ScAutoFormatDlg, RemoveHdl, void *, EMPTYARG ) in IMPL_LINK() argument
355 IMPL_LINK( ScAutoFormatDlg, RenameHdl, void *, EMPTYARG ) in IMPL_LINK() argument
442 IMPL_LINK( ScAutoFormatDlg, SelFmtHdl, void *, EMPTYARG ) in IMPL_LINK() argument
465 String __EXPORT ScAutoFormatDlg::GetCurrFormatName() in GetCurrFormatName()