Searched refs:rDelPos (Results 1 – 3 of 3) sorted by relevance
267 const SwGlblDocContent& rDelPos = *rArr[ nDelPos ]; in DeleteGlobalDocContent() local268 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()
145 void SwNodes::ChgNode( SwNodeIndex& rDelPos, sal_uLong nSz, in ChgNode() argument154 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()
123 void ChgNode( SwNodeIndex& rDelPos, sal_uLong nSize,
Completed in 19 milliseconds