Home
last modified time | relevance | path

Searched refs:rDelPos (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sw/source/core/edit/
H A Dedglbldc.cxx267 const SwGlblDocContent& rDelPos = *rArr[ nDelPos ]; in DeleteGlobalDocContent() local
268 sal_uLong nDelIdx = rDelPos.GetDocPos(); in DeleteGlobalDocContent()
279 switch( rDelPos.GetType() ) in DeleteGlobalDocContent()
297 SwTOXBaseSection* pTOX = (SwTOXBaseSection*)rDelPos.GetTOX(); in DeleteGlobalDocContent()
304 SwSectionFmt* pSectFmt = (SwSectionFmt*)rDelPos.GetSection()->GetFmt(); in DeleteGlobalDocContent()
/trunk/main/sw/source/core/docnode/
H A Dnodes.cxx145 void SwNodes::ChgNode( SwNodeIndex& rDelPos, sal_uLong nSz, in ChgNode() argument
154 if( GetDoc()->SetFieldsDirty( sal_True, &rDelPos.GetNode(), nSz ) && in ChgNode()
168 sal_uInt16 nDiff = rDelPos.GetIndex() < rInsPos.GetIndex() ? 0 : 1; in ChgNode()
170 for( sal_uLong n = rDelPos.GetIndex(); nSz; n += nDiff, --nSz ) in ChgNode()
234 SwNode* pNd = &rDelPos.GetNode(); in ChgNode()
273 RemoveNode( rDelPos.GetIndex(), 1, sal_False ); // Indizies verschieben !! in ChgNode()
/trunk/main/sw/inc/
H A Dndarr.hxx123 void ChgNode( SwNodeIndex& rDelPos, sal_uLong nSize,

Completed in 27 milliseconds