Home
last modified time | relevance | path

Searched refs:OTable (Results 1 – 14 of 14) sorted by relevance

/AOO41X/main/connectivity/source/sdbcx/
H A DVTable.cxx49 ::rtl::OUString SAL_CALL OTable::getImplementationName( ) throw (::com::sun::star::uno::RuntimeExc… in getImplementationName()
57 ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL OTable::getSupportedServiceNames( ) th… in getSupportedServiceNames()
68 sal_Bool SAL_CALL OTable::supportsService( const ::rtl::OUString& _rServiceName ) throw(::com::sun:… in supportsService()
79 OTable::OTable(OCollection* _pTables, in OTable() function in OTable
90 OTable::OTable( OCollection* _pTables, in OTable() function in OTable
108 OTable::~OTable() in ~OTable()
115 void OTable::construct() in construct()
127 void SAL_CALL OTable::acquire() throw() in acquire()
132 void SAL_CALL OTable::release() throw() in release()
138 Any SAL_CALL OTable::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface()
[all …]
/AOO41X/main/connectivity/inc/connectivity/sdbcx/
H A DVTable.hxx49 class OTable;
62 typedef ::comphelper::OIdPropertyArrayUsageHelper<OTable> OTable_PROP;
65 class OOO_DLLPUBLIC_DBTOOLS OTable : class
91 OTable( OCollection* _pTables,
93 OTable( OCollection* _pTables,
101 virtual ~OTable();
/AOO41X/main/connectivity/source/inc/ado/
H A DACollection.hxx209 class OTable;
217 typedef OCollection< ADOTables,ADOTable,OTable> OTables;
H A DAIndexColumns.hxx42 OTable* _pTable, in OIndexColumns()
H A DAKeyColumns.hxx42 OTable* _pTable, in OKeyColumns()
H A DATable.hxx35 typedef connectivity::sdbcx::OTable OTable_TYPEDEF;
/AOO41X/main/connectivity/source/drivers/evoab2/
H A DNTable.hxx34 typedef connectivity::sdbcx::OTable OEvoabTable_TYPEDEF;
/AOO41X/main/connectivity/source/drivers/macab/
H A DMacabTable.hxx34 typedef connectivity::sdbcx::OTable MacabTable_TYPEDEF;
/AOO41X/main/connectivity/source/drivers/kab/
H A DKTable.hxx34 typedef connectivity::sdbcx::OTable KabTable_TYPEDEF;
/AOO41X/main/dbaccess/source/core/inc/
H A Dtablecontainer.hxx83 class OTable;
/AOO41X/main/connectivity/source/inc/file/
H A DFTable.hxx42 typedef connectivity::sdbcx::OTable OTable_TYPEDEF;
/AOO41X/main/connectivity/inc/connectivity/
H A DTTableHelper.hxx75 typedef connectivity::sdbcx::OTable OTable_TYPEDEF;
/AOO41X/main/connectivity/source/drivers/file/
H A DFTable.cxx142 OTable::disposing(); in disposing()
/AOO41X/main/connectivity/source/parse/
H A Dsqliterator.cxx1675 OSQLTable aReturnTable = new OTable( in impl_createTableObject()