Searched refs:aRedlArr (Results 1 – 1 of 1) sorted by relevance
3358 SvUShorts aRedlArr; in GetRedlineTxt() local3379 aRedlArr.Insert( xub_StrLen(0), aRedlArr.Count() ); in GetRedlineTxt()3380 aRedlArr.Insert( pREnd->nContent.GetIndex(), aRedlArr.Count() ); in GetRedlineTxt()3385 aRedlArr.Insert( pRStt->nContent.GetIndex(), aRedlArr.Count() ); in GetRedlineTxt()3387 aRedlArr.Insert( pREnd->nContent.GetIndex(), aRedlArr.Count() ); in GetRedlineTxt()3390 aRedlArr.Insert( GetTxt().Len(), aRedlArr.Count() ); in GetRedlineTxt()3403 for( sal_uInt16 n = 0; n < aRedlArr.Count(); n += 2 ) in GetRedlineTxt()3405 xub_StrLen nStt = aRedlArr[ n ], nEnd = aRedlArr[ n+1 ]; in GetRedlineTxt()
Completed in 44 milliseconds