Searched refs:ONDXNode (Results 1 – 5 of 5) sorted by relevance
85 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 …]
270 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 []()
234 ONDXNode aNewNode(aKey); in Insert()270 ONDXNode aNewNode(aKey); in Delete()647 ONDXNode aNewNode(aInsertKey); in CreateImpl()
40 class ONDXNode;48 friend class ONDXNode;130 ONDXNode* ppNodes; // array von Knoten137 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 class232 ONDXNode(){} in ONDXNode() function in connectivity::dbase::ONDXNode[all …]
50 friend class ONDXNode;144 void Insert(ONDXPagePtr aCurPage, ONDXNode& rNode);
Completed in 21 milliseconds