Searched refs:ONDXKey (Results 1 – 7 of 7) sorted by relevance
/trunk/main/connectivity/source/inc/dbase/ |
H A D | dindexnode.hxx | 58 inline ONDXKey(const ONDXKey& rKey); 60 inline ONDXKey& operator= (const ONDXKey& rKey); 229 ONDXKey aKey; 282 inline ONDXKey::ONDXKey(const ONDXKey& rKey) in ONDXKey() function in connectivity::dbase::ONDXKey 289 inline ONDXKey& ONDXKey::operator=(const ONDXKey& rKey) in operator =() 300 inline sal_Bool ONDXKey::operator == (const ONDXKey& rKey) const in operator ==() 306 inline sal_Bool ONDXKey::operator != (const ONDXKey& rKey) const in operator !=() 310 inline sal_Bool ONDXKey::operator < (const ONDXKey& rKey) const in operator <() 314 inline sal_Bool ONDXKey::operator > (const ONDXKey& rKey) const in operator >() 318 inline sal_Bool ONDXKey::operator <= (const ONDXKey& rKey) const in operator <=() [all …]
|
H A D | DIndexIter.hxx | 55 ONDXKey* GetFirstKey(ONDXPage* pPage, 57 ONDXKey* GetNextKey();
|
H A D | DIndex.hxx | 39 class ONDXKey; 146 sal_Bool ConvertToKey(ONDXKey* rKey, sal_uInt32 nRec, const ORowSetValue& rValue);
|
/trunk/main/connectivity/source/drivers/dbase/ |
H A D | dindexnode.cxx | 41 ONDXKey::ONDXKey(sal_uInt32 nRec) in ONDXKey() function in ONDXKey 46 ONDXKey::ONDXKey(const ORowSetValue& rVal, sal_Int32 eType, sal_uInt32 nRec) in ONDXKey() function in ONDXKey 53 ONDXKey::ONDXKey(const rtl::OUString& aStr, sal_uInt32 nRec) in ONDXKey() function in ONDXKey 65 ONDXKey::ONDXKey(double aVal, sal_uInt32 nRec) in ONDXKey() function in ONDXKey 146 sal_Bool ONDXPage::Find(const ONDXKey& rKey) in Find() 709 aKey = ONDXKey(aDbl,aKey.nRecord); in Read() 781 sal_Bool ONDXKey::IsText(sal_Int32 eType) in IsText() 787 StringCompare ONDXKey::Compare(const ONDXKey& rKey) const in Compare() 830 const ORowSetValue& ONDXKey::getValue() const in getValue() 947 ONDXKey& rKey = rNode.GetKey(); in PrintPage() [all …]
|
H A D | DNoException.cxx | 279 aKey = ONDXKey(aDbl,aKey.nRecord); in Read() 293 …aKey = ONDXKey(::rtl::OUString(aBuf.GetBuffer(),aBuf.Len(),rIndex.m_pTable->getConnection()->getTe… in Read() 353 sal_Bool ONDXKey::IsText(sal_Int32 eType) in IsText() 360 StringCompare ONDXKey::Compare(const ONDXKey& rKey) const in Compare() 399 void ONDXKey::setValue(const ORowSetValue& _rVal) in setValue() 405 const ORowSetValue& ONDXKey::getValue() const in getValue() 526 ONDXKey& rKey = rNode.GetKey(); in PrintPage() 566 sal_uInt16 ONDXPage::Search(const ONDXKey& rSearch) in Search() 593 void ONDXPage::SearchAndReplace(const ONDXKey& rSearch, in SearchAndReplace() 594 ONDXKey& rReplace) in SearchAndReplace()
|
H A D | DIndexIter.cxx | 82 ONDXKey* pKey = GetNextKey(); in Find() 98 ONDXKey* OIndexIterator::GetFirstKey(ONDXPage* pPage, const OOperand& rKey) in GetFirstKey() 120 ONDXKey* pFoundKey = NULL; in GetFirstKey() 147 ONDXKey* pKey = NULL; in GetCompare() 230 ONDXKey* pKey; in GetLike() 250 ONDXKey* pKey; in GetNull() 262 ONDXKey* pKey; in GetNotNull() 280 ONDXKey* OIndexIterator::GetNextKey() in GetNextKey()
|
H A D | DIndex.cxx | 184 sal_Bool ODbaseIndex::ConvertToKey(ONDXKey* rKey, sal_uInt32 nRec, const ORowSetValue& rValue) in ConvertToKey() 193 *rKey = ONDXKey(rValue.getString(), nRec ); in ConvertToKey() 198 *rKey = ONDXKey(rValue.getDouble(), DataType::DOUBLE, nRec ); in ConvertToKey() 200 *rKey = ONDXKey(rValue.getDouble(), nRec ); in ConvertToKey() 218 ONDXKey aKey; in Find() 227 ONDXKey aKey; in Insert() 252 ONDXKey aKey; in Update() 266 ONDXKey aKey; in Delete() 628 ONDXKey aKey(atmpValue, nType, 0); in CreateImpl() 629 ONDXKey aInsertKey(atmpValue, nType, 0); in CreateImpl()
|
Completed in 46 milliseconds