Searched refs:OTableIndex (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/dbaccess/source/ui/dlg/ |
H A D | dbfindex.hxx | 58 class OTableIndex class 64 OTableIndex() { } in OTableIndex() function in dbaui::OTableIndex 65 OTableIndex( const OTableIndex& _rSource) : aIndexFileName(_rSource.aIndexFileName) { } in OTableIndex() function in dbaui::OTableIndex 66 OTableIndex( const String& rFileName ) : aIndexFileName( rFileName ) { } in OTableIndex() function in dbaui::OTableIndex 73 typedef ::std::list< OTableIndex > TableIndexList; 142 …OTableIndex implRemoveIndex(const String& _rName, TableIndexList& _rList, ListBox& _rDisplay, sal_… 143 void implInsertIndex(const OTableIndex& _rIndex, TableIndexList& _rList, ListBox& _rDisplay); 145 …OTableIndex RemoveFreeIndex( const String& _rName, sal_Bool _bMustExist ) { return implRemoveIndex… in RemoveFreeIndex() 146 …void InsertFreeIndex( const OTableIndex& _rIndex ) { implInsertIndex(_rIndex, m_aFreeIndexList, a… in InsertFreeIndex() 147 …OTableIndex RemoveTableIndex( const String& _rTableName, const String& _rIndexName, sal_Bool _bMus… [all …]
|
H A D | dbfindex.cxx | 164 OTableIndex ODbaseIndexDialog::implRemoveIndex(const String& _rName, TableIndexList& _rList, ListBo… in implRemoveIndex() 166 OTableIndex aReturn; in implRemoveIndex() 199 void ODbaseIndexDialog::implInsertIndex(const OTableIndex& _rIndex, TableIndexList& _rList, ListBox… in implInsertIndex() 207 OTableIndex ODbaseIndexDialog::RemoveTableIndex( const String& _rTableName, const String& _rIndexNa… in RemoveTableIndex() 209 OTableIndex aReturn; in RemoveTableIndex() 220 void ODbaseIndexDialog::InsertTableIndex( const String& _rTableName, const OTableIndex& _rIndex) in InsertTableIndex() 249 OTableIndex aIndex = RemoveFreeIndex( aSelection, sal_True ); 261 OTableIndex aIndex = RemoveTableIndex( aTableName, aSelection, sal_True ); 393 m_aFreeIndexList.push_back( OTableIndex(aURL.getName()) ); in Init() 423 rTabInfo.aIndexList.push_back( OTableIndex( aEntry ) ); in Init()
|
Completed in 16 milliseconds