Lines Matching refs:aLbTables
78 aLbTables ( this, ScResId( LB_TABLES ) ), in ScInsertTableDlg()
99 aLbTables.SetAccessibleName(aBtnFromFile.GetText()); in ScInsertTableDlg()
118 aLbTables .SetSelectHdl( LINK( this, ScInsertTableDlg, SelectHdl_Impl ) ); in Init_Impl()
191 aLbTables .Disable(); in SetNewTable_Impl()
214 aLbTables .Enable(); in SetFromTo_Impl()
225 aLbTables.SetUpdateMode( sal_False ); in FillTables_Impl()
226 aLbTables.Clear(); in FillTables_Impl()
236 aLbTables.InsertEntry( aName ); in FillTables_Impl()
240 aLbTables.SetUpdateMode( sal_True ); in FillTables_Impl()
242 if(aLbTables.GetEntryCount()==1) in FillTables_Impl()
243 aLbTables.SelectEntryPos(0); in FillTables_Impl()
257 else if ( nSelTabIndex < aLbTables.GetSelectEntryCount() ) in GetFirstTable()
259 aStrCurSelTable = aLbTables.GetSelectEntry( 0 ); in GetFirstTable()
262 *pN = aLbTables.GetSelectEntryPos( 0 ); in GetFirstTable()
275 if ( !aBtnNew.IsChecked() && nSelTabIndex < aLbTables.GetSelectEntryCount() ) in GetNextTable()
277 aStrCurSelTable = aLbTables.GetSelectEntry( nSelTabIndex ); in GetNextTable()
280 *pN = aLbTables.GetSelectEntryPos( nSelTabIndex ); in GetNextTable()
352 if ( aBtnNew.IsChecked() || ( pDocShTables && aLbTables.GetSelectEntryCount() ) ) in DoEnable_Impl()