Home
last modified time | relevance | path

Searched refs:ConvertToKey (Results 1 – 2 of 2) sorted by relevance

/trunk/main/connectivity/source/drivers/dbase/
H A DDIndex.cxx184 sal_Bool ODbaseIndex::ConvertToKey(ONDXKey* rKey, sal_uInt32 nRec, const ORowSetValue& rValue) in ConvertToKey() function in ODbaseIndex
219 return ConvertToKey(&aKey, nRec, rValue) && getRoot()->Find(aKey); in Find()
231 if (!ConvertToKey(&aKey, nRec, rValue) || (getRoot()->Find(aKey) && isUnique())) in Insert()
253 if (!ConvertToKey(&aKey, nRec, rNewValue) || (isUnique() && getRoot()->Find(aKey))) in Update()
267 if (!ConvertToKey(&aKey, nRec, rValue) || !getRoot()->Find(aKey)) in Delete()
/trunk/main/connectivity/source/inc/dbase/
H A DDIndex.hxx146 sal_Bool ConvertToKey(ONDXKey* rKey, sal_uInt32 nRec, const ORowSetValue& rValue);

Completed in 12 milliseconds