Searched refs:DelNodes (Results 1 – 5 of 5) sorted by relevance
/trunk/main/sw/source/core/docnode/ |
H A D | nodes.cxx | 895 DelNodes( aRg.aEnd, 2 ); in _MoveNodes() 976 DelNodes( aRg.aStart, 2 ); in _MoveNodes() 1072 DelNodes( pRange->aStart, 1 ); // verhinder leere Section in SectionDown() 1086 DelNodes( pRange->aEnd, 1 ); in SectionDown() 1170 DelNodes( pRange->aStart, 1 ); in SectionUp() 1173 DelNodes( aIdx, 1 ); in SectionUp() 1182 DelNodes( pRange->aEnd, 1 ); in SectionUp() 1398 DelNodes( aRg.aEnd, 2 ); in Delete() 1433 DelNodes( aRg.aStart, 2 ); // loesche den Start- und EndNode in Delete() 1623 void SwNodes::DelNodes( const SwNodeIndex & rStart, sal_uLong nCnt ) in DelNodes() function in SwNodes
|
H A D | ndtbl.cxx | 3712 DelNodes( aIdx, 2 ); in MergeTable()
|
/trunk/main/sw/source/core/doc/ |
H A D | docnew.cxx | 621 m_pNodes->DelNodes( SwNodeIndex(*m_pNodes), m_pNodes->Count() ); in ~SwDoc() 622 rUndoNodes.DelNodes( SwNodeIndex( rUndoNodes ), rUndoNodes.Count() ); in ~SwDoc()
|
H A D | docedt.cxx | 753 GetNodes().DelNodes( aSttIdx, aEndIdx.GetIndex() - aSttIdx.GetIndex() + 1 ); in DeleteSection()
|
/trunk/main/sw/inc/ |
H A D | ndarr.hxx | 121 void DelNodes( const SwNodeIndex& rStart, sal_uLong nCnt = 1 );
|
Completed in 125 milliseconds