Lines Matching refs:aSourceRange
5137 ScRange aSourceRange( destRange ); in AutoFill() local
5151 aSourceRange.aEnd.SetCol( static_cast<SCCOL>( aSourceRange.aStart.Col() + nSourceCount - 1 ) ); in AutoFill()
5153 nCount = aRange.aEnd.Col() - aSourceRange.aEnd.Col(); in AutoFill()
5157 aSourceRange.aEnd.SetRow( static_cast<SCROW>( aSourceRange.aStart.Row() + nSourceCount ) - 1 ); in AutoFill()
5158 nCount = aRange.aEnd.Row() - aSourceRange.aEnd.Row(); in AutoFill()
5163 else if ( aSourceRange.aEnd == destRange.aEnd ) in AutoFill()
5167 aSourceRange.aStart.SetRow( static_cast<SCROW>( aSourceRange.aEnd.Row() - nSourceCount + 1 ) ); in AutoFill()
5168 nCount = aSourceRange.aStart.Row() - aRange.aStart.Row(); in AutoFill()
5175 aSourceRange.aStart.SetCol( static_cast<SCCOL>( aSourceRange.aEnd.Col() - nSourceCount + 1 ) ); in AutoFill()
5176 nCount = aSourceRange.aStart.Col() - aRange.aStart.Col(); in AutoFill()
5234 …aFunc.FillAuto( aSourceRange, NULL, eDir, eCmd, eDateCmd, nCount, fStep, fEndValue, sal_True, sal_… in AutoFill()