Home
last modified time | relevance | path

Searched refs:isUnique (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/connectivity/source/drivers/dbase/
H A Ddindexnode.cxx261 if (rIndex.isUnique()) in Insert()
503 if (rIndex.isUnique()) in Split()
737 if (!rIndex.isUnique() || rPage.IsLeaf()) in Write()
H A DDIndex.cxx231 if (!ConvertToKey(&aKey, nRec, rValue) || (getRoot()->Find(aKey) && isUnique())) in Insert()
253 if (!ConvertToKey(&aKey, nRec, rNewValue) || (isUnique() && getRoot()->Find(aKey))) in Update()
H A DDNoException.cxx308 if (!rIndex.isUnique() || rPage.IsLeaf()) in Write()
/AOO41X/main/connectivity/source/inc/dbase/
H A DDIndex.hxx141 sal_Bool isUnique() const { return m_IsUnique; } in isUnique() function in connectivity::dbase::ODbaseIndex