Lines Matching refs:ODbaseIndex

64 IMPLEMENT_SERVICE_INFO(ODbaseIndex,"com.sun.star.sdbcx.driver.dbase.Index","com.sun.star.sdbcx.Inde…
66 ODbaseIndex::ODbaseIndex(ODbaseTable* _pTable) : OIndex(sal_True/*_pTable->getConnection()->getMeta… in ODbaseIndex() function in ODbaseIndex
76 ODbaseIndex::ODbaseIndex( ODbaseTable* _pTable, in ODbaseIndex() function in ODbaseIndex
88 ODbaseIndex::~ODbaseIndex() in ~ODbaseIndex()
93 void ODbaseIndex::refreshColumns() in refreshColumns()
111 Sequence< sal_Int8 > ODbaseIndex::getUnoTunnelImplementationId() in getUnoTunnelImplementationId()
128 sal_Int64 ODbaseIndex::getSomething( const Sequence< sal_Int8 > & rId ) throw (RuntimeException) in getSomething()
135 ONDXPagePtr ODbaseIndex::getRoot() in getRoot()
147 sal_Bool ODbaseIndex::openIndexFile() in openIndexFile()
177 OIndexIterator* ODbaseIndex::createIterator(OBoolOperator* pOp, in createIterator()
184 sal_Bool ODbaseIndex::ConvertToKey(ONDXKey* rKey, sal_uInt32 nRec, const ORowSetValue& rValue) in ConvertToKey()
212 sal_Bool ODbaseIndex::Find(sal_uInt32 nRec, const ORowSetValue& rValue) in Find()
223 sal_Bool ODbaseIndex::Insert(sal_uInt32 nRec, const ORowSetValue& rValue) in Insert()
247 sal_Bool ODbaseIndex::Update(sal_uInt32 nRec, const ORowSetValue& rOldValue, in Update()
260 sal_Bool ODbaseIndex::Delete(sal_uInt32 nRec, const ORowSetValue& rValue) in Delete()
282 void ODbaseIndex::Collect(ONDXPage* pPage) in Collect()
288 void ODbaseIndex::Release(sal_Bool bSave) in Release()
325 void ODbaseIndex::closeImpl() in closeImpl()
334 ONDXPage* ODbaseIndex::CreatePage(sal_uInt32 nPagePos, ONDXPage* pParent, sal_Bool bLoad) in CreatePage()
356 SvStream& connectivity::dbase::operator >> (SvStream &rStream, ODbaseIndex& rIndex) in operator >>()
373 SvStream& connectivity::dbase::operator << (SvStream &rStream, ODbaseIndex& rIndex) in operator <<()
385 ::rtl::OUString ODbaseIndex::getCompletePath() in getCompletePath()
394 void ODbaseIndex::createINFEntry() in createINFEntry()
431 sal_Bool ODbaseIndex::DropImpl() in DropImpl()
477 void ODbaseIndex::impl_killFileAndthrowError_throw(sal_uInt16 _nErrorId,const ::rtl::OUString& _sFi… in impl_killFileAndthrowError_throw()
485 sal_Bool ODbaseIndex::CreateImpl() in CreateImpl()
663 void SAL_CALL ODbaseIndex::acquire() throw() in acquire()
668 void SAL_CALL ODbaseIndex::release() throw() in release()