Home
last modified time | relevance | path

Searched refs:NODE (Results 1 – 6 of 6) sorted by relevance

/trunk/main/autodoc/source/ary/inc/
H A Dtraits_impl.hxx44 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 …]
/trunk/main/sw/source/core/undo/
H A Dunins.cxx900 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()
/trunk/main/vcl/inc/vcl/
H A Doctree.hxx52 } NODE; typedef
54 typedef NODE* PNODE;
/trunk/main/vcl/inc/
H A Dimpoct.hxx153 pActNode = new NODE; in ImplGetFreeNode()
159 memset( pNode, 0, sizeof( NODE ) ); in ImplGetFreeNode()
/trunk/main/sw/source/core/inc/
H A DUndoInsert.hxx175 } NODE; member
223 { if( LTYPE_OBJECT != eType ) NODE.nNode = nNd; } in SetNodePos()
/trunk/main/vcl/source/gdi/
H A Doctree.cxx51 OctreeNode* pNewNode = new NODE; in ImpNodeCache()

Completed in 51 milliseconds