Home
last modified time | relevance | path

Searched refs:OTableInfo (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/dbaccess/source/ui/dlg/
H A Ddbfindex.hxx82 class OTableInfo class
90 OTableInfo() { } in OTableInfo() function in dbaui::OTableInfo
91 OTableInfo( const String& rName ) : aTableName(rName) { } in OTableInfo() function in dbaui::OTableInfo
97 typedef ::std::list< OTableInfo > TableInfoList;
H A Ddbfindex.cxx397 m_aTableInfoList.push_back( OTableInfo(aURL.getName()) ); in Init()
398 OTableInfo& rTabInfo = m_aTableInfoList.back(); in Init()
467 const OTableInfo& rTabInfo = m_aTableInfoList.front(); in SetCtrls()
500 void OTableInfo::WriteInfFile( const String& rDSN ) const in WriteInfFile()

Completed in 13 milliseconds