Lines Matching refs:OFileTable

48 OFileTable::OFileTable(sdbcx::OCollection* _pTables,OConnection* _pConnection)  in DBG_NAME()
65 OFileTable::OFileTable( sdbcx::OCollection* _pTables,OConnection* _pConnection, in OFileTable() function in OFileTable
91 OFileTable::~OFileTable( ) in ~OFileTable()
96 void OFileTable::refreshColumns() in refreshColumns()
116 void OFileTable::refreshKeys() in refreshKeys()
121 void OFileTable::refreshIndexes() in refreshIndexes()
126 Any SAL_CALL OFileTable::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface()
139 void SAL_CALL OFileTable::disposing(void) in disposing()
149 Sequence< sal_Int8 > OFileTable::getUnoTunnelImplementationId() in getUnoTunnelImplementationId()
167 sal_Int64 OFileTable::getSomething( const Sequence< sal_Int8 > & rId ) throw (RuntimeException) in getSomething()
175 void OFileTable::FileClose() in FileClose()
193 void SAL_CALL OFileTable::acquire() throw() in acquire()
198 void SAL_CALL OFileTable::release() throw() in release()
203 sal_Bool OFileTable::InsertRow(OValueRefVector& /*rRow*/, sal_Bool /*bFlush*/,const ::com::sun::sta… in InsertRow()
209 sal_Bool OFileTable::DeleteRow(const OSQLColumns& /*_rCols*/) in DeleteRow()
215 sal_Bool OFileTable::UpdateRow(OValueRefVector& /*rRow*/, OValueRefRow& /*pOrgRow*/,const ::com::su… in UpdateRow()
221 void OFileTable::addColumn(const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XProper… in addColumn()
227 void OFileTable::dropColumn(sal_Int32 /*_nPos*/) in dropColumn()
234 SvStream* OFileTable::createStream_simpleError( const String& _rFileName, StreamMode _eOpenMode) in createStream_simpleError()
248 void OFileTable::refreshHeader() in refreshHeader()