Searched refs:rSourceArr (Results 1 – 2 of 2) sorted by relevance
1986 void SwDoc::CopyFmtArr( const SvPtrarr& rSourceArr, in CopyFmtArr() argument1995 for( nSrc = rSourceArr.Count(); nSrc > 1; ) in CopyFmtArr()1997 pSrc = (SwFmt*)rSourceArr[ --nSrc ]; in CopyFmtArr()2013 for( nSrc = rSourceArr.Count(); nSrc > 1; ) in CopyFmtArr()2015 pSrc = (SwFmt*)rSourceArr[ --nSrc ]; in CopyFmtArr()
642 void CopyFmtArr( const SvPtrarr& rSourceArr, SvPtrarr& rDestArr,
Completed in 46 milliseconds