Home
last modified time | relevance | path

Searched refs:rSourceRange (Results 1 – 7 of 7) sorted by relevance

/aoo4110/main/basegfx/source/matrix/
H A Db2dhommatrixtools.cxx396 const B2DRange& rSourceRange, in createSourceRangeTargetRangeTransform() argument
401 if(&rSourceRange == &rTargetRange) in createSourceRangeTargetRangeTransform()
406 … if(!fTools::equalZero(rSourceRange.getMinX()) || !fTools::equalZero(rSourceRange.getMinY())) in createSourceRangeTargetRangeTransform()
408 aRetval.set(0, 2, -rSourceRange.getMinX()); in createSourceRangeTargetRangeTransform()
409 aRetval.set(1, 2, -rSourceRange.getMinY()); in createSourceRangeTargetRangeTransform()
412 const double fSourceW(rSourceRange.getWidth()); in createSourceRangeTargetRangeTransform()
413 const double fSourceH(rSourceRange.getHeight()); in createSourceRangeTargetRangeTransform()
/aoo4110/main/sc/source/core/data/
H A Ddrwlayer.cxx1454 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()
[all …]
/aoo4110/main/sw/source/core/doc/
H A Dnotxtfrm.cxx820 const basegfx::B2DRange& rSourceRange, in paintUsingPrimitivesHelper() argument
823 …Elements() && !basegfx::fTools::equalZero(rSourceRange.getWidth()) && !basegfx::fTools::equalZero( in paintUsingPrimitivesHelper()
832 rSourceRange, in paintUsingPrimitivesHelper()
/aoo4110/main/sc/source/filter/xml/
H A DXMLExportIterator.cxx475 const ScAddress& rPosition, const ScRange& rSourceRange, in AddObject() argument
486 ScUnoConversion::FillApiAddress( aDetObj.aPosition, rSourceRange.aStart ); in AddObject()
489 ScUnoConversion::FillApiRange( aDetObj.aSourceRange, rSourceRange ); in AddObject()
H A DXMLExportIterator.hxx249 const ScRange& rSourceRange,
/aoo4110/main/basegfx/inc/basegfx/matrix/
H A Db2dhommatrixtools.hxx137 const B2DRange& rSourceRange,
/aoo4110/main/sc/inc/
H A Ddrwlayer.hxx185 SCTAB nSourceTab, const Rectangle& rSourceRange,

Completed in 56 milliseconds