Lines Matching refs:aLbTables
77 aLbTables ( this, ScResId( LB_TABLES ) ), in ScInsertTableDlg()
98 aLbTables.SetAccessibleName(aBtnFromFile.GetText()); in ScInsertTableDlg()
117 aLbTables .SetSelectHdl( LINK( this, ScInsertTableDlg, SelectHdl_Impl ) ); in Init_Impl()
190 aLbTables .Disable(); in SetNewTable_Impl()
213 aLbTables .Enable(); in SetFromTo_Impl()
224 aLbTables.SetUpdateMode( sal_False ); in FillTables_Impl()
225 aLbTables.Clear(); in FillTables_Impl()
235 aLbTables.InsertEntry( aName ); in FillTables_Impl()
239 aLbTables.SetUpdateMode( sal_True ); in FillTables_Impl()
241 if(aLbTables.GetEntryCount()==1) in FillTables_Impl()
242 aLbTables.SelectEntryPos(0); in FillTables_Impl()
256 else if ( nSelTabIndex < aLbTables.GetSelectEntryCount() ) in GetFirstTable()
258 aStrCurSelTable = aLbTables.GetSelectEntry( 0 ); in GetFirstTable()
261 *pN = aLbTables.GetSelectEntryPos( 0 ); in GetFirstTable()
274 if ( !aBtnNew.IsChecked() && nSelTabIndex < aLbTables.GetSelectEntryCount() ) in GetNextTable()
276 aStrCurSelTable = aLbTables.GetSelectEntry( nSelTabIndex ); in GetNextTable()
279 *pN = aLbTables.GetSelectEntryPos( nSelTabIndex ); in GetNextTable()
351 if ( aBtnNew.IsChecked() || ( pDocShTables && aLbTables.GetSelectEntryCount() ) ) in DoEnable_Impl()