Lines Matching refs:ONDXNode
40 class ONDXNode;
48 friend class ONDXNode;
130 ONDXNode* ppNodes; // array von Knoten
136 sal_Bool Insert(ONDXNode& rNode, sal_uInt32 nRowsLeft = 0);
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
233 ONDXNode(const ONDXKey& rKey, in ONDXNode() function in connectivity::dbase::ONDXNode
327 inline void ONDXNode::SetChild(ONDXPagePtr aCh, ONDXPage* pParent) in SetChild()