Searched refs:_rDisplay (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/dbaccess/source/ui/dlg/ |
H A D | dbfindex.cxx | 164 …:implRemoveIndex(const String& _rName, TableIndexList& _rList, ListBox& _rDisplay, sal_Bool _bMust… in implRemoveIndex() argument 181 _rDisplay.RemoveEntry( _rName ); in implRemoveIndex() 185 _rDisplay.SelectEntryPos((sal_uInt16)nPos-1); in implRemoveIndex() 187 _rDisplay.SelectEntryPos((sal_uInt16)nPos); in implRemoveIndex() 199 …ndexDialog::implInsertIndex(const OTableIndex& _rIndex, TableIndexList& _rList, ListBox& _rDisplay) in implInsertIndex() argument 202 _rDisplay.InsertEntry( _rIndex.GetIndexFileName() ); in implInsertIndex() 203 _rDisplay.SelectEntryPos(0); in implInsertIndex()
|
H A D | dbfindex.hxx | 142 …OTableIndex implRemoveIndex(const String& _rName, TableIndexList& _rList, ListBox& _rDisplay, sal_… 143 void implInsertIndex(const OTableIndex& _rIndex, TableIndexList& _rList, ListBox& _rDisplay);
|
Completed in 17 milliseconds