Lines Matching refs:ONDXKey

46 		class ONDXKey : public ONDXKey_BASE  class
53 ONDXKey(sal_uInt32 nRec=0);
54 ONDXKey(const ORowSetValue& rVal, sal_Int32 eType, sal_uInt32 nRec);
55 ONDXKey(const rtl::OUString& aStr, sal_uInt32 nRec = 0);
56 ONDXKey(double aVal, sal_uInt32 nRec = 0);
58 inline ONDXKey(const ONDXKey& rKey);
60 inline ONDXKey& operator= (const ONDXKey& rKey);
69 sal_Bool operator == (const ONDXKey& rKey) const;
70 sal_Bool operator != (const ONDXKey& rKey) const;
71 sal_Bool operator < (const ONDXKey& rKey) const;
72 sal_Bool operator <= (const ONDXKey& rKey) const;
73 sal_Bool operator > (const ONDXKey& rKey) const;
74 sal_Bool operator >= (const ONDXKey& rKey) const;
82 StringCompare Compare(const ONDXKey& rKey) const;
172 sal_uInt16 Search(const ONDXKey& rSearch);
174 void SearchAndReplace(const ONDXKey& rSearch, ONDXKey& rReplace);
185 sal_Bool Find(const ONDXKey&); // rek. Abstieg
186 sal_uInt16 FindPos(const ONDXKey& rKey) const;
229 ONDXKey aKey;
233 ONDXNode(const ONDXKey& rKey, in ONDXNode()
242 const ONDXKey& GetKey() const { return aKey;} in GetKey()
243 ONDXKey& GetKey() { return aKey;} in GetKey()
247 void SetKey(ONDXKey& rKey) {aKey = rKey;} in SetKey()
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 <=()
322 inline sal_Bool ONDXKey::operator >= (const ONDXKey& rKey) const in operator >=()