Home
last modified time | relevance | path

Searched refs:ONDXNode (Results 1 – 5 of 5) sorted by relevance

/trunk/main/connectivity/source/drivers/dbase/
H A Ddindexnode.cxx85 ppNodes = new ONDXNode[nT]; in ONDXPage()
113 ppNodes[i] = ONDXNode(); in QueryDelete()
189 ONDXNode aSplitNode; in Insert()
249 ONDXNode aInnerNode; in Insert()
322 ONDXNode& rInsertNode = (*this)[nPos]; in Insert()
385 ONDXNode aNode = (*this)[nNodePos]; in Delete()
459 ONDXNode ONDXPage::Split(ONDXPage& rPage) in Split()
472 ONDXNode aResultNode; in Split()
516 ONDXNode aResultNode; in Merge()
946 ONDXNode rNode = (*this)[i]; in PrintPage()
[all …]
H A DDNoException.cxx270 void ONDXNode::Read(SvStream &rStream, ODbaseIndex& rIndex) in Read()
304 void ONDXNode::Write(SvStream &rStream, const ONDXPage& rPage) const in Write()
339 ONDXPagePtr& ONDXNode::GetChild(ODbaseIndex* pIndex, ONDXPage* pParent) in GetChild()
525 ONDXNode rNode = (*this)[i]; in PrintPage()
550 ONDXNode rNode = (*this)[i]; in PrintPage()
614 ONDXNode& ONDXPage::operator[] (sal_uInt16 nPos) in operator []()
621 const ONDXNode& ONDXPage::operator[] (sal_uInt16 nPos) const in operator []()
H A DDIndex.cxx234 ONDXNode aNewNode(aKey); in Insert()
270 ONDXNode aNewNode(aKey); in Delete()
647 ONDXNode aNewNode(aInsertKey); in CreateImpl()
/trunk/main/connectivity/source/inc/dbase/
H A Ddindexnode.hxx40 class ONDXNode;
48 friend class ONDXNode;
130 ONDXNode* ppNodes; // array von Knoten
137 sal_Bool Insert(sal_uInt16 nIndex, ONDXNode& rNode);
138 sal_Bool Append(ONDXNode& rNode);
145 ONDXNode Split(ONDXPage& rPage);
149 ONDXNode& operator[] (sal_uInt16 nPos);
150 const ONDXNode& operator[] (sal_uInt16 nPos) const;
225 class ONDXNode class
232 ONDXNode(){} in ONDXNode() function in connectivity::dbase::ONDXNode
[all …]
H A DDIndex.hxx50 friend class ONDXNode;
144 void Insert(ONDXPagePtr aCurPage, ONDXNode& rNode);

Completed in 36 milliseconds