Lines Matching refs:aLbFormat
73 aLbFormat ( this, ScResId( LB_FORMAT ) ), in ScAutoFormatDlg()
121 aLbFormat .SetSelectHdl( LINK( this, ScAutoFormatDlg, SelFmtHdl ) ); in Init()
133 aLbFormat .SetDoubleClickHdl( LINK( this, ScAutoFormatDlg, DblClkHdl ) ); in Init()
149 aLbFormat.InsertEntry( aEntry ); in Init()
155 aLbFormat.SelectEntryPos( 0 ); in Init()
278 aLbFormat.InsertEntry( aFormatName, nAt ); in IMPL_LINK()
279 aLbFormat.SelectEntry( aFormatName ); in IMPL_LINK()
320 if ( (nIndex > 0) && (aLbFormat.GetEntryCount() > 0) ) in IMPL_LINK()
324 aMsg += aLbFormat.GetSelectEntry(); in IMPL_LINK()
330 aLbFormat.RemoveEntry( nIndex ); in IMPL_LINK()
331 aLbFormat.SelectEntryPos( nIndex-1 ); in IMPL_LINK()
360 String aFormatName=aLbFormat.GetSelectEntry(); in IMPL_LINK()
387 aLbFormat.RemoveEntry(nIndex ); in IMPL_LINK()
400 aLbFormat.SetUpdateMode(sal_False); in IMPL_LINK()
401 aLbFormat.Clear(); in IMPL_LINK()
405 aLbFormat.InsertEntry( aEntry ); in IMPL_LINK()
408 aLbFormat.SetUpdateMode( sal_True); in IMPL_LINK()
409 aLbFormat.SelectEntry( aFormatName); in IMPL_LINK()
443 nIndex = aLbFormat.GetSelectEntryPos(); in IMPL_LINK()