Lines Matching refs:aLbFormat
74 aLbFormat ( this, ScResId( LB_FORMAT ) ), in ScAutoFormatDlg()
122 aLbFormat .SetSelectHdl( LINK( this, ScAutoFormatDlg, SelFmtHdl ) ); in Init()
134 aLbFormat .SetDoubleClickHdl( LINK( this, ScAutoFormatDlg, DblClkHdl ) ); in Init()
150 aLbFormat.InsertEntry( aEntry ); in Init()
156 aLbFormat.SelectEntryPos( 0 ); in Init()
279 aLbFormat.InsertEntry( aFormatName, nAt ); in IMPL_LINK()
280 aLbFormat.SelectEntry( aFormatName ); in IMPL_LINK()
321 if ( (nIndex > 0) && (aLbFormat.GetEntryCount() > 0) ) in IMPL_LINK()
325 aMsg += aLbFormat.GetSelectEntry(); in IMPL_LINK()
331 aLbFormat.RemoveEntry( nIndex ); in IMPL_LINK()
332 aLbFormat.SelectEntryPos( nIndex-1 ); in IMPL_LINK()
361 String aFormatName=aLbFormat.GetSelectEntry(); in IMPL_LINK()
388 aLbFormat.RemoveEntry(nIndex ); in IMPL_LINK()
401 aLbFormat.SetUpdateMode(sal_False); in IMPL_LINK()
402 aLbFormat.Clear(); in IMPL_LINK()
406 aLbFormat.InsertEntry( aEntry ); in IMPL_LINK()
409 aLbFormat.SetUpdateMode( sal_True); in IMPL_LINK()
410 aLbFormat.SelectEntry( aFormatName); in IMPL_LINK()
444 nIndex = aLbFormat.GetSelectEntryPos(); in IMPL_LINK()