/aoo4110/main/vcl/source/gdi/ |
H A D | outmap.cxx | 287 Fraction aScaleX = rMapMode.GetScaleX(); in ImplCalcMapResolution() local 300 aX *= BigInt( aScaleX.GetDenominator() ); in ImplCalcMapResolution() 303 if ( aScaleX.GetNumerator() >= 0 ) in ImplCalcMapResolution() 304 aX += BigInt( aScaleX.GetNumerator()/2 ); in ImplCalcMapResolution() 306 aX -= BigInt( (aScaleX.GetNumerator()+1)/2 ); in ImplCalcMapResolution() 310 if ( aScaleX.GetNumerator() >= 0 ) in ImplCalcMapResolution() 313 aX += BigInt( aScaleX.GetNumerator()/2 ); in ImplCalcMapResolution() 315 aX /= BigInt( aScaleX.GetNumerator() ); in ImplCalcMapResolution() 340 aScaleX.GetNumerator(), in ImplCalcMapResolution() 342 aScaleX.GetDenominator() ); in ImplCalcMapResolution() [all …]
|
H A D | gdimtf.cxx | 493 Fraction aScaleX( aDestSize.Width(), aTmpPrefSize.Width() ); in Play() local 496 aScaleX *= aDrawMap.GetScaleX(); aDrawMap.SetScaleX( aScaleX ); in Play()
|
/aoo4110/main/sc/source/ui/view/ |
H A D | gridwin3.cxx | 256 Fraction aScaleX; in GetDrawMapMode() local 259 pDrView->GetScale( aScaleX, aScaleY ); in GetDrawMapMode() 270 aScaleX,aScaleY ); in GetDrawMapMode() 272 aDrawMode.SetScaleX(aScaleX); in GetDrawMapMode()
|
H A D | viewfun7.cxx | 434 Fraction aScaleX, aScaleY; in PasteGraphic() local 435 pScDrawView->CalcNormScale( aScaleX, aScaleY ); in PasteGraphic() 436 aDestMap.SetScaleX(aScaleX); in PasteGraphic()
|
H A D | drawview.cxx | 353 rFractX = aScaleX; in GetScale() 389 aScaleX,aScaleY ); in RecalcScale()
|
/aoo4110/main/svtools/source/filter/wmf/ |
H A D | wmfwr.cxx | 1567 Fraction aScaleX = aMM.GetScaleX(); in WriteRecords() local 1572 aX *= BigInt( aScaleX.GetDenominator() ); in WriteRecords() 1574 if( aScaleX.GetNumerator() >= 0 ) in WriteRecords() 1575 aX += BigInt( aScaleX.GetNumerator()/2 ); in WriteRecords() 1577 aX -= BigInt( (aScaleX.GetNumerator()+1)/2 ); in WriteRecords() 1579 if( aScaleX.GetNumerator() >= 0 ) in WriteRecords() 1580 aX -= BigInt( (aScaleX.GetNumerator()-1)/2 ); in WriteRecords() 1582 aX += BigInt( aScaleX.GetNumerator()/2 ); in WriteRecords() 1583 aX /= BigInt( aScaleX.GetNumerator() ); in WriteRecords() 1601 aScaleX *= aSrcMapMode.GetScaleX(); in WriteRecords() [all …]
|
/aoo4110/main/filter/source/graphicfilter/eos2met/ |
H A D | eos2met.cxx | 2188 Fraction aScaleX = aMM.GetScaleX(); in WriteOrders() local 2193 aX *= BigInt( aScaleX.GetDenominator() ); in WriteOrders() 2197 if( aScaleX.GetNumerator() >= 0 ) in WriteOrders() 2198 aX += BigInt( aScaleX.GetNumerator()/2 ); in WriteOrders() 2200 aX -= BigInt( (aScaleX.GetNumerator()+1)/2 ); in WriteOrders() 2204 if( aScaleX.GetNumerator() >= 0 ) in WriteOrders() 2205 aX -= BigInt( (aScaleX.GetNumerator()-1)/2 ); in WriteOrders() 2207 aX += BigInt( aScaleX.GetNumerator()/2 ); in WriteOrders() 2210 aX /= BigInt( aScaleX.GetNumerator() ); in WriteOrders() 2235 aScaleX *= aPictureMapMode.GetScaleX(); in WriteOrders() [all …]
|
/aoo4110/main/filter/source/graphicfilter/epict/ |
H A D | epict.cxx | 1997 Fraction aScaleX = aMM.GetScaleX(); in WriteOpcodes() local 2002 aX *= BigInt( aScaleX.GetDenominator() ); in WriteOpcodes() 2005 if( aScaleX.GetNumerator() >= 0 ) in WriteOpcodes() 2006 aX += BigInt( aScaleX.GetNumerator()/2 ); in WriteOpcodes() 2008 aX -= BigInt( (aScaleX.GetNumerator()+1)/2 ); in WriteOpcodes() 2012 if( aScaleX.GetNumerator() >= 0 ) in WriteOpcodes() 2013 aX -= BigInt( (aScaleX.GetNumerator()-1)/2 ); in WriteOpcodes() 2015 aX += BigInt( aScaleX.GetNumerator()/2 ); in WriteOpcodes() 2018 aX /= BigInt( aScaleX.GetNumerator() ); in WriteOpcodes() 2042 aScaleX *= aSrcMapMode.GetScaleX(); in WriteOpcodes() [all …]
|
/aoo4110/main/sc/source/ui/drawfunc/ |
H A D | fuins1.cxx | 190 Fraction aScaleX, aScaleY; in lcl_InsertGraphic() local 191 pDrawView->CalcNormScale( aScaleX, aScaleY ); in lcl_InsertGraphic() 192 aDestMap.SetScaleX(aScaleX); in lcl_InsertGraphic()
|
/aoo4110/main/writerfilter/source/dmapper/ |
H A D | WrapPolygonHandler.cxx | 122 Fraction aScaleX(nWrap100Percent, Fraction(nWrap100Percent) + aMove); in correctWordWrapPolygon() local 124 pResult = pResult->scale(aScaleX, aScaleY); in correctWordWrapPolygon()
|
/aoo4110/main/sw/source/core/graphic/ |
H A D | ndgrf.cxx | 830 Fraction aScaleX( 1, 1 ); in ScaleImageMap() local 847 aScaleX = Fraction( nGrfSize.Width(), nWidth ); in ScaleImageMap() 869 aURL.GetMap()->Scale( aScaleX, aScaleY ); in ScaleImageMap()
|
/aoo4110/main/sw/source/filter/ww8/ |
H A D | ww8par4.cxx | 344 Fraction aScaleX(aFinalSize.Width(),aOrigSize.Width()); in ImportOleWMF() local 346 rWMF.Scale( aScaleX, aScaleY ); in ImportOleWMF()
|
/aoo4110/main/svgio/source/svgreader/ |
H A D | svgtools.cxx | 1087 SvgNumber aScaleX; in readTransform() local 1089 if(readNumberAndUnit(rCandidate, nPos, aScaleX, nLen)) in readTransform() 1092 SvgNumber aScaleY(aScaleX); in readTransform() 1098 aScaleX.solve(rInfoProvider), in readTransform()
|
/aoo4110/main/sw/source/core/layout/ |
H A D | fly.cxx | 1000 Fraction aScaleX( rOld.GetWidth(), rNew.GetWidth() ); in _UpdateAttr() local 1002 aURL.GetMap()->Scale( aScaleX, aScaleY ); in _UpdateAttr() 1117 Fraction aScaleX( Frm().Width(), rSz.GetWidth() ); in _UpdateAttr() local 1119 aURL.GetMap()->Scale( aScaleX, aScaleY ); in _UpdateAttr()
|
H A D | paintfrm.cxx | 218 static double aScaleX = 1.0; variable 299 aScaleX = rMap.GetScaleX(); in SwCalcPixStatics() 353 aSScaleX ( aScaleX ), in SwSavePaintStatics() 363 aScaleX = aScaleY = 1.0; in SwSavePaintStatics() 395 aScaleX = aSScaleX; in ~SwSavePaintStatics() 479 if ( aScaleX < aEdgeScale || aScaleY < aEdgeScale ) in ConnectEdges() 1170 if ( aScaleX < aMinDistScale || aScaleY < aMinDistScale ) in lcl_MinHeightDist() 1177 if ( aScaleX < aMinDistScale || aScaleY < aMinDistScale ) in lcl_MinWidthDist()
|
/aoo4110/main/sc/source/ui/inc/ |
H A D | drawview.hxx | 44 Fraction aScaleX; // Faktor fuer Drawing-MapMode member in ScDrawView
|
H A D | inputhdl.hxx | 102 Fraction aScaleX; // fuer Ref-MapMode member in ScInputHandler
|
/aoo4110/main/drawinglayer/source/primitive2d/ |
H A D | graphicprimitivehelper2d.cxx | 318 const Fraction aScaleX(aRectangle.getWidth()); in create2DDecompositionOfGraphic() local 320 MapMode aMapMode(MAP_100TH_MM, aOrigin, aScaleX, aScaleY); in create2DDecompositionOfGraphic()
|
/aoo4110/main/sc/source/ui/app/ |
H A D | inputhdl.cxx | 452 aScaleX( 1,1 ), in ScInputHandler() 495 if ( rX != aScaleX || rY != aScaleY ) in SetRefScale() 497 aScaleX = rX; in SetRefScale() 501 MapMode aMode( MAP_100TH_MM, Point(), aScaleX, aScaleY ); in SetRefScale() 525 MapMode aMode( MAP_100TH_MM, Point(), aScaleX, aScaleY ); in UpdateRefDevice()
|
/aoo4110/main/sw/source/filter/html/ |
H A D | htmlfly.cxx | 895 Fraction aScaleX( 1, 1 ); in OutHTML_Image() local 913 aScaleX = Fraction( nWidth, rRealSize.Width() ); in OutHTML_Image() 961 aScaledIMap.Scale( aScaleX, aScaleY ); in OutHTML_Image()
|
/aoo4110/main/sc/source/ui/unoobj/ |
H A D | docuno.cxx | 1257 Fraction aScaleX( aLocationPixel.GetWidth(), aLocationMM.GetWidth() ); in render() local 1261 … ( Fraction( aTargetRect.Left() - aLocationMM.Left(), 1 ) * aScaleX ); in render() 1263 … ( Fraction( aTargetRect.Right() - aLocationMM.Left(), 1 ) * aScaleX ); in render()
|