Home
last modified time | relevance | path

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

/AOO42X/main/autodoc/source/ary/inc/
H A Dtraits_impl.hxx44 template<class NODE>
45 const typename NODE::node_t *
47 const typename NODE::traits_t::entity_base_type &
56 template<class NODE>
57 typename NODE::node_t *
59 typename NODE::traits_t::entity_base_type &
64 template<class NODE, class KEY>
65 typename NODE::traits_t::id_type
67 const typename NODE::traits_t::entity_base_type &
76 template<class NODE>
[all …]
/AOO42X/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()
/AOO42X/main/vcl/inc/vcl/
H A Doctree.hxx52 } NODE; typedef
54 typedef NODE* PNODE;
/AOO42X/main/vcl/inc/
H A Dimpoct.hxx153 pActNode = new NODE; in ImplGetFreeNode()
159 memset( pNode, 0, sizeof( NODE ) ); in ImplGetFreeNode()
/AOO42X/main/sw/source/core/inc/
H A DUndoInsert.hxx175 } NODE; member
223 { if( LTYPE_OBJECT != eType ) NODE.nNode = nNd; } in SetNodePos()
/AOO42X/main/vcl/source/gdi/
H A Doctree.cxx51 OctreeNode* pNewNode = new NODE; in ImpNodeCache()