Home
last modified time | relevance | path

Searched refs:pOutlineNds (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sw/source/core/docnode/
H A Dndnum.cxx90 sal_Bool bFound = pOutlineNds->Seek_Entry(pTxtNd); in UpdateOutlineNode()
100 pOutlineNds->Insert(pTxtNd); in UpdateOutlineNode()
113 pOutlineNds->Remove(pTxtNd); in UpdateOutlineNode()
202 if( !pOutlineNds->Count() ) // keine OutlineNodes vorhanden ? in UpdtOutlineIdx()
207 pOutlineNds->Seek_Entry( pSrch, &nPos ); in UpdtOutlineIdx()
208 if( nPos == pOutlineNds->Count() ) // keine zum Updaten vorhanden ? in UpdtOutlineIdx()
215 UpdateOutlineNode( *(*pOutlineNds)[ nPos ]); in UpdtOutlineIdx()
220 return *pOutlineNds; in GetOutLineNds()
H A Dnodes.cxx102 pOutlineNds = new SwOutlineNodes; in SwNodes()
125 delete pOutlineNds; in ~SwNodes()
249 pOutlineNds->Remove( pNd ); in ChgNode()
289 rNds.pOutlineNds->Insert( pTxtNd ); in ChgNode()
606 pOutlineNds->Remove( pCNd ); in _MoveNodes()
615 pOutlineNds->Insert( pCNd ); in _MoveNodes()
650 pOutlineNds->Remove( pNd ); in _MoveNodes()
659 rNodes.pOutlineNds->Insert( pNd ); in _MoveNodes()
1348 pOutlineNds->Remove( nIdxPos ); in Delete()
1410 pOutlineNds->Remove( pTxtNd ); in Delete()
[all …]
/trunk/main/sw/source/core/doc/
H A Ddocnew.cxx571 m_pNodes->pOutlineNds->Remove(sal_uInt16(0), m_pNodes->pOutlineNds->Count()); in ~SwDoc()
573 rUndoNodes.pOutlineNds->Remove(sal_uInt16(0), rUndoNodes.pOutlineNds->Count()); in ~SwDoc()
/trunk/main/sw/inc/
H A Dndarr.hxx107 mutable SwOutlineNodes* pOutlineNds; // Array aller GliederiungsNodes member in SwNodes

Completed in 40 milliseconds