Lines Matching refs:ONDXNode
85 ppNodes = new ONDXNode[nT]; in ONDXPage()
113 ppNodes[i] = ONDXNode(); in QueryDelete()
181 sal_Bool ONDXPage::Insert(ONDXNode& rNode, sal_uInt32 nRowsLeft) in Insert()
189 ONDXNode aSplitNode; in Insert()
249 ONDXNode aInnerNode; in Insert()
304 sal_Bool ONDXPage::Insert(sal_uInt16 nPos, ONDXNode& rNode) in Insert()
322 ONDXNode& rInsertNode = (*this)[nPos]; in Insert()
336 sal_Bool ONDXPage::Append(ONDXNode& rNode) in Append()
385 ONDXNode aNode = (*this)[nNodePos]; in Delete()
459 ONDXNode ONDXPage::Split(ONDXPage& rPage) in Split()
472 ONDXNode aResultNode; in Split()
480 ONDXNode aLastNode = (*this)[nCount - 1]; in Split()
516 ONDXNode aResultNode; in Merge()
584 ONDXNode aReplaceNode = (*this)[nCount - 1]; in Merge()
596 ONDXNode aReplaceNode = (*this)[nCount - 1]; in Merge()
701 void ONDXNode::Read(SvStream &rStream, ODbaseIndex& rIndex) in Read()
734 void ONDXNode::Write(SvStream &rStream, const ONDXPage& rPage) const in Write()
768 ONDXPagePtr& ONDXNode::GetChild(ODbaseIndex* pIndex, ONDXPage* pParent) in GetChild()
946 ONDXNode rNode = (*this)[i]; in PrintPage()
971 ONDXNode rNode = (*this)[i]; in PrintPage()
1031 ONDXNode& ONDXPage::operator[] (sal_uInt16 nPos) in operator []()
1038 const ONDXNode& ONDXPage::operator[] (sal_uInt16 nPos) const in operator []()