Lines Matching refs:rSourceRange
1454 sal_Bool lcl_MoveRanges( ::std::vector< ScRangeList >& rRangesVector, const ScRange& rSourceRange, … in lcl_MoveRanges() argument
1466 if ( rSourceRange.In( *pRange ) ) in lcl_MoveRanges()
1468 SCsCOL nDiffX = rDestPos.Col() - (SCsCOL)rSourceRange.aStart.Col(); in lcl_MoveRanges()
1469 SCsROW nDiffY = rDestPos.Row() - (SCsROW)rSourceRange.aStart.Row(); in lcl_MoveRanges()
1470 SCsTAB nDiffZ = rDestPos.Tab() - (SCsTAB)rSourceRange.aStart.Tab(); in lcl_MoveRanges()
1480 …cDrawLayer::CopyFromClip( ScDrawLayer* pClipModel, SCTAB nSourceTab, const Rectangle& rSourceRange, in CopyFromClip() argument
1496 sal_Bool bMirrorObj = ( rSourceRange.Left() < 0 && rSourceRange.Right() < 0 && in CopyFromClip()
1498 ( rSourceRange.Left() > 0 && rSourceRange.Right() > 0 && in CopyFromClip()
1500 Rectangle aMirroredSource = rSourceRange; in CopyFromClip()
1548 long nSourceWidth = rSourceRange.GetWidth(); in CopyFromClip()
1549 long nSourceHeight = rSourceRange.GetHeight(); in CopyFromClip()
1575 …if ( rSourceRange.IsInside( aObjRect ) && (pOldObject->GetLayer() != SC_LAYER_INTERN) && !IsNoteCa… in CopyFromClip()