/aoo4110/main/svtools/source/graphic/ |
H A D | grfmgr.cxx | 956 const Size aSrcSize( aTransGraphic.GetPrefSize() ); in GetTransformedGraphic() local 1002 … aMtfMapMode.GetOrigin().X() + aSrcSize.Width() - aCropRightBottom.Width(), in GetTransformedGraphic() 1003 … aMtfMapMode.GetOrigin().Y() + aSrcSize.Height() - aCropRightBottom.Height() ); in GetTransformedGraphic() 1009 …aMtf.Scale( (double)rDestSize.Width() / (aSrcSize.Width() - aCropLeftTop.Width() - aCropRightBotto… in GetTransformedGraphic() 1010 …(double)rDestSize.Height() / (aSrcSize.Height() - aCropLeftTop.Height() - aCropRightBottom.Height(… in GetTransformedGraphic() 1015 …ize.Width() * (1.0 + (aCropLeftTop.Width() + aCropRightBottom.Width()) / aSrcSize.Width()) + .5), in GetTransformedGraphic() 1016 …Height() * (1.0 + (aCropLeftTop.Height() + aCropRightBottom.Height()) / aSrcSize.Height()) + .5) )… in GetTransformedGraphic() 1020 …tfMapMode.GetOrigin().X() + rDestSize.Width() * aCropLeftTop.Width() / (aSrcSize.Width() - aCropLe… in GetTransformedGraphic() 1021 …MapMode.GetOrigin().Y() + rDestSize.Height() * aCropLeftTop.Height() / (aSrcSize.Height() - aCropL… in GetTransformedGraphic() 1028 …aMtf.Scale( Fraction( rDestSize.Width(), aSrcSize.Width() ), Fraction( rDestSize.Height(), aSrcSiz… in GetTransformedGraphic() [all …]
|
/aoo4110/main/sd/source/ui/func/ |
H A D | fumorph.cxx | 256 const ::basegfx::B2DRange aSrcSize(::basegfx::tools::getRange(rBig)); in ImpEqualizePolyPointCount() local 257 const ::basegfx::B2DPoint aSrcPos(aSrcSize.getCenter()); in ImpEqualizePolyPointCount() 262 …aTrans.scale(aDstSize.getWidth() / aSrcSize.getWidth(), aDstSize.getHeight() / aSrcSize.getHeight(… in ImpEqualizePolyPointCount() 312 const ::basegfx::B2DRange aSrcSize(::basegfx::tools::getRange(rBigger.getB2DPolygon(0L))); in ImpAddPolys() local 313 const ::basegfx::B2DPoint aSrcPos(aSrcSize.getCenter()); in ImpAddPolys()
|
/aoo4110/main/sc/source/ui/app/ |
H A D | drwtrans.cxx | 221 aSrcSize = aView.GetAllMarkedRect().GetSize(); in ScDrawTransferObj() 230 aObjDesc.maSize = aSrcSize; in ScDrawTransferObj() 753 aDestView.Paste( *pModel, Point( aSrcSize.Width()/2, aSrcSize.Height()/2 ) ); in InitDocShell() 773 Rectangle aDestArea( aTmpPoint, aSrcSize ); in InitDocShell()
|
/aoo4110/main/svtools/source/filter/wmf/ |
H A D | emfwr.cxx | 1124 const Size aSrcSize( aTmpMtf.GetPrefSize() ); in ImplWrite() local 1127 const double fScaleX = aSrcSize.Width() ? (double) aDestSize.Width() / aSrcSize.Width() : 1.0; in ImplWrite() 1128 … const double fScaleY = aSrcSize.Height() ? (double) aDestSize.Height() / aSrcSize.Height() : 1.0; in ImplWrite()
|
H A D | wmfwr.cxx | 1730 const Size aSrcSize( aTmpMtf.GetPrefSize() ); in WriteRecords() local 1733 const double fScaleX = aSrcSize.Width() ? (double) aDestSize.Width() / aSrcSize.Width() : 1.0; in WriteRecords() 1734 … const double fScaleY = aSrcSize.Height() ? (double) aDestSize.Height() / aSrcSize.Height() : 1.0; in WriteRecords()
|
/aoo4110/main/filter/source/flash/ |
H A D | swfwriter1.cxx | 1621 const Size aSrcSize( aTmpMtf.GetPrefSize() ); in Impl_writeActions() local 1624 …const double fScaleX = aSrcSize.Width() ? (double) aDestSize.Width() / aSrcSize.Width() : 1.0; in Impl_writeActions() 1625 …const double fScaleY = aSrcSize.Height() ? (double) aDestSize.Height() / aSrcSize.Height() : … in Impl_writeActions()
|
/aoo4110/main/filter/source/graphicfilter/eos2met/ |
H A D | eos2met.cxx | 2322 const Size aSrcSize( aTmpMtf.GetPrefSize() ); in WriteOrders() local 2325 const double fScaleX = aSrcSize.Width() ? (double) aDestSize.Width() / aSrcSize.Width() : 1.0; in WriteOrders() 2326 … const double fScaleY = aSrcSize.Height() ? (double) aDestSize.Height() / aSrcSize.Height() : 1.0; in WriteOrders()
|
/aoo4110/main/filter/source/graphicfilter/epict/ |
H A D | epict.cxx | 2132 const Size aSrcSize( aTmpMtf.GetPrefSize() ); in WriteOpcodes() local 2135 const double fScaleX = aSrcSize.Width() ? (double) aDestSize.Width() / aSrcSize.Width() : 1.0; in WriteOpcodes() 2136 … const double fScaleY = aSrcSize.Height() ? (double) aDestSize.Height() / aSrcSize.Height() : 1.0; in WriteOpcodes()
|
/aoo4110/main/filter/source/svg/ |
H A D | svgwriter.cxx | 1383 const Size aSrcSize( aTmpMtf.GetPrefSize() ); in ImplWriteActions() local 1386 …const double fScaleX = aSrcSize.Width() ? (double) aDestSize.Width() / aSrcSize.Width() : 1.0; in ImplWriteActions() 1387 …const double fScaleY = aSrcSize.Height() ? (double) aDestSize.Height() / aSrcSize.Height() : … in ImplWriteActions()
|
/aoo4110/main/vcl/source/gdi/ |
H A D | cvtsvm.cxx | 2267 const Size aSrcSize( rTransMtf.GetPrefSize() ); in ImplWriteActions() local 2269 const double fScaleX = aSrcSize.Width() ? (double) rSize.Width() / aSrcSize.Width() : 1.0; in ImplWriteActions() 2270 const double fScaleY = aSrcSize.Height() ? (double) rSize.Height() / aSrcSize.Height() : 1.0; in ImplWriteActions()
|
/aoo4110/main/filter/source/graphicfilter/eps/ |
H A D | eps.cxx | 1179 const Size aSrcSize( aTmpMtf.GetPrefSize() ); in ImplWriteActions() local 1182 const double fScaleX = aSrcSize.Width() ? (double) aDestSize.Width() / aSrcSize.Width() : 1.0; in ImplWriteActions() 1183 … const double fScaleY = aSrcSize.Height() ? (double) aDestSize.Height() / aSrcSize.Height() : 1.0; in ImplWriteActions()
|
/aoo4110/main/sc/source/ui/inc/ |
H A D | drwtrans.hxx | 57 Size aSrcSize; member in ScDrawTransferObj
|
/aoo4110/main/vcl/aqua/source/gdi/ |
H A D | salgdi.cxx | 1204 const CGSize aSrcSize = CGSizeMake( nSrcWidth, nSrcHeight); in copyArea() local 1205 xSrcLayer = ::CGLayerCreateWithContext( xCopyContext, aSrcSize, NULL ); in copyArea()
|