Home
last modified time | relevance | path

Searched refs:NODE_NOTFOUND (Results 1 – 7 of 7) sorted by relevance

/trunk/main/connectivity/source/drivers/dbase/
H A Ddindexnode.cxx209 sal_uInt16 nPos = NODE_NOTFOUND; in Insert()
371 if (nParentPos != NODE_NOTFOUND) in ReleaseFull()
513 DBG_ASSERT(nParentNodePos != NODE_NOTFOUND, "Falscher Indexaufbau"); in Merge()
989 sal_uInt16 i = NODE_NOTFOUND; in Search()
994 return (i < Count()) ? i : NODE_NOTFOUND; in Search()
1000 sal_uInt16 i = NODE_NOTFOUND; in Search()
1007 return (i < Count()) ? i : NODE_NOTFOUND; in Search()
1017 sal_uInt16 nPos = NODE_NOTFOUND; in SearchAndReplace()
1020 while (pPage && (nPos = pPage->Search(rSearch)) == NODE_NOTFOUND) in SearchAndReplace()
H A DDIndexIter.cxx80 m_nCurNode = NODE_NOTFOUND; in Find()
164 m_nCurNode = NODE_NOTFOUND; in GetCompare()
227 m_nCurNode = NODE_NOTFOUND; in GetLike()
247 m_nCurNode = NODE_NOTFOUND; in GetNull()
H A DDNoException.cxx575 return (i < Count()) ? i : NODE_NOTFOUND; in Search()
589 return (i < Count()) ? i : NODE_NOTFOUND; in Search()
600 sal_uInt16 nPos = NODE_NOTFOUND; in SearchAndReplace()
603 while (pPage && (nPos = pPage->Search(rSearch)) == NODE_NOTFOUND) in SearchAndReplace()
H A DDIndex.cxx68 ,m_nCurNode(NODE_NOTFOUND) in ODbaseIndex()
82 ,m_nCurNode(NODE_NOTFOUND) in ODbaseIndex()
320 m_nCurNode = NODE_NOTFOUND; in Release()
636 if (m_IsUnique && m_nCurNode != NODE_NOTFOUND) in CreateImpl()
H A DDCode.cxx114 while (nRec != NODE_NOTFOUND) in preProcess()
/trunk/main/connectivity/source/inc/dbase/
H A DDIndexIter.hxx68 ,m_nCurNode(NODE_NOTFOUND) in OIndexIterator()
H A Ddindexnode.hxx32 #define NODE_NOTFOUND 0xFFFF macro

Completed in 75 milliseconds