Searched refs:NODE (Results 1 – 6 of 6) sorted by relevance
44 template<class NODE>45 const typename NODE::node_t *56 template<class NODE>57 typename NODE::node_t *76 template<class NODE>77 const typename NODE::node_t *80 const NODE * in NodeOf()87 template<class NODE>88 typename NODE::node_t *91 NODE * in NodeOf()[all …]
900 delete NODE.pUndoInsNd; in ~SwUndoInsertLabel()925 else if( NODE.nNode ) in UndoImpl()930 rDoc.GetNodes()[NODE.nNode-1]->StartOfSectionIndex()]->GetTableNode(); in UndoImpl()935 aPam.GetPoint()->nNode = NODE.nNode; in UndoImpl()937 aPam.GetPoint()->nNode = NODE.nNode + 1; in UndoImpl()938 NODE.pUndoInsNd = new SwUndoDelete( aPam, sal_True ); in UndoImpl()970 else if( NODE.pUndoInsNd ) in RedoImpl()975 rDoc.GetNodes()[NODE.nNode-1]->StartOfSectionIndex()]->GetTableNode(); in RedoImpl()979 NODE.pUndoInsNd->UndoImpl(rContext); in RedoImpl()980 delete NODE.pUndoInsNd, NODE.pUndoInsNd = 0; in RedoImpl()
52 } NODE; typedef54 typedef NODE* PNODE;
153 pActNode = new NODE; in ImplGetFreeNode()159 memset( pNode, 0, sizeof( NODE ) ); in ImplGetFreeNode()
175 } NODE; member223 { if( LTYPE_OBJECT != eType ) NODE.nNode = nNd; } in SetNodePos()
51 OctreeNode* pNewNode = new NODE; in ImpNodeCache()
Completed in 31 milliseconds