Home
last modified time | relevance | path

Searched refs:DelNodes (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sw/source/core/docnode/
H A Dnodes.cxx895 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 Dndtbl.cxx3712 DelNodes( aIdx, 2 ); in MergeTable()
/trunk/main/sw/source/core/doc/
H A Ddocnew.cxx621 m_pNodes->DelNodes( SwNodeIndex(*m_pNodes), m_pNodes->Count() ); in ~SwDoc()
622 rUndoNodes.DelNodes( SwNodeIndex( rUndoNodes ), rUndoNodes.Count() ); in ~SwDoc()
H A Ddocedt.cxx753 GetNodes().DelNodes( aSttIdx, aEndIdx.GetIndex() - aSttIdx.GetIndex() + 1 ); in DeleteSection()
/trunk/main/sw/inc/
H A Dndarr.hxx121 void DelNodes( const SwNodeIndex& rStart, sal_uLong nCnt = 1 );

Completed in 100 milliseconds