/aoo4110/main/svx/inc/svx/ |
H A D | svdtrans.hxx | 250 Fraction aX; member in FrPair 253 FrPair() : aX(0,1),aY(0,1) {} in FrPair() 254 FrPair(const Fraction& rBoth) : aX(rBoth),aY(rBoth) {} in FrPair() 255 FrPair(const Fraction& rX, const Fraction& rY) : aX(rX),aY(rY) {} in FrPair() 256 FrPair(long nMul, long nDiv) : aX(nMul,nDiv),aY(nMul,nDiv) {} in FrPair() 257 FrPair(long xMul, long xDiv, long yMul, long yDiv): aX(xMul,xDiv),aY(yMul,yDiv) {} in FrPair() 258 const Fraction& X() const { return aX; } in X() 260 Fraction& X() { return aX; } in X()
|
/aoo4110/main/svtools/source/filter/wmf/ |
H A D | wmfwr.cxx | 1571 BigInt aX( aOrigin.X() ); in WriteRecords() local 1572 aX *= BigInt( aScaleX.GetDenominator() ); in WriteRecords() 1575 aX += BigInt( aScaleX.GetNumerator()/2 ); in WriteRecords() 1577 aX -= BigInt( (aScaleX.GetNumerator()+1)/2 ); 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() 1584 aOrigin.X() = (long)aX + aMM.GetOrigin().X(); in WriteRecords()
|
/aoo4110/main/svx/source/dialog/ |
H A D | pagectrl.cxx | 147 Fraction aX = aMapMode.GetScaleX(); in Paint() local 150 aX *= a2; in Paint() 152 aMapMode.SetScaleX( aX ); in Paint()
|
/aoo4110/main/filter/source/graphicfilter/eos2met/ |
H A D | eos2met.cxx | 2192 BigInt aX( aOrigin.X() ); in WriteOrders() local 2193 aX *= BigInt( aScaleX.GetDenominator() ); in WriteOrders() 2198 aX += BigInt( aScaleX.GetNumerator()/2 ); in WriteOrders() 2200 aX -= BigInt( (aScaleX.GetNumerator()+1)/2 ); 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() 2211 aOrigin.X() = (long) aX + aMM.GetOrigin().X(); in WriteOrders()
|
/aoo4110/main/filter/source/graphicfilter/epict/ |
H A D | epict.cxx | 2001 BigInt aX( aOrigin.X() ); in WriteOpcodes() local 2002 aX *= BigInt( aScaleX.GetDenominator() ); in WriteOpcodes() 2006 aX += BigInt( aScaleX.GetNumerator()/2 ); in WriteOpcodes() 2008 aX -= BigInt( (aScaleX.GetNumerator()+1)/2 ); 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() 2019 aOrigin.X() = (long)aX + aMM.GetOrigin().X(); in WriteOpcodes()
|
/aoo4110/main/svgio/inc/svgio/svgreader/ |
H A D | svgcharacternode.hxx | 59 void setX(const SvgNumberVector& aX) { maX = aX; } in setX() argument
|
/aoo4110/main/svx/source/svdraw/ |
H A D | svdogrp.cxx | 427 Fraction aX(nMulX,nDivX); in NbcSetSnapRect() local 429 NbcResize(aOld.TopLeft(),aX,aY); in NbcSetSnapRect() 562 Fraction aX(nMulX,nDivX); in SetSnapRect() local 564 Resize(aOld.TopLeft(),aX,aY); in SetSnapRect()
|
H A D | svdview.cxx | 509 Fraction aX(aTextRect.GetWidth()-1,aAnchor.GetWidth()-1); in PickAnything() local 511 ResizePoint(aTemporaryTextRelativePosition,Point(),aX,aY); in PickAnything()
|
H A D | svdoedge.cxx | 2245 Fraction aX(nMulX, nDivX); in NbcSetSnapRect() local 2247 NbcResize(aOld.TopLeft(), aX, aY); in NbcSetSnapRect()
|
H A D | svdopath.cxx | 2466 Fraction aX(nMulX,nDivX); in NbcSetSnapRect() local 2468 NbcResize(aOld.TopLeft(), aX, aY); in NbcSetSnapRect()
|
/aoo4110/main/chart2/source/controller/dialogs/ |
H A D | ObjectNameProvider.cxx | 113 rtl::OUString aX, aY, aY_Min, aY_Max, aY_First, aY_Last, a_Size; in lcl_getDataPointValueText() local 142 …aX = aNumberFormatterWrapper.getFormattedString( nNumberFormatKey, fValue, nLabelColor, bColorChan… in lcl_getDataPointValueText() 188 if( aX.isEmpty() ) in lcl_getDataPointValueText() 194 aRet = aX; in lcl_getDataPointValueText()
|
/aoo4110/main/vcl/source/gdi/ |
H A D | outmap.cxx | 299 BigInt aX( rMapRes.mnMapOfsX ); in ImplCalcMapResolution() local 300 aX *= BigInt( aScaleX.GetDenominator() ); in ImplCalcMapResolution() 304 aX += BigInt( aScaleX.GetNumerator()/2 ); in ImplCalcMapResolution() 306 aX -= BigInt( (aScaleX.GetNumerator()+1)/2 ); in ImplCalcMapResolution() 311 aX -= BigInt( (aScaleX.GetNumerator()-1)/2 ); in ImplCalcMapResolution() 313 aX += BigInt( aScaleX.GetNumerator()/2 ); in ImplCalcMapResolution() 315 aX /= BigInt( aScaleX.GetNumerator() ); in ImplCalcMapResolution() 316 rMapRes.mnMapOfsX = (long)aX + aOrigin.X(); in ImplCalcMapResolution()
|
H A D | salgdilayout.cxx | 842 basegfx::B2DPoint aX(rX); in DrawTransformedBitmap() local 846 mirror(aX, pOutDev); in DrawTransformedBitmap() 849 return drawTransformedBitmap(aNull, aX, aY, rSourceBitmap, pAlphaBitmap); in DrawTransformedBitmap()
|
/aoo4110/main/svgio/source/svgreader/ |
H A D | svgtools.cxx | 1146 SvgNumber aX; in readTransform() local 1147 readNumberAndUnit(rCandidate, nPos, aX, nLen); in readTransform() 1154 … const double fX(aX.isSet() ? aX.solve(rInfoProvider, xcoordinate) : 0.0); in readTransform()
|
/aoo4110/main/reportdesign/source/ui/report/ |
H A D | ReportSection.cxx | 215 const Fraction aX(aGridSizeFine.A()); in fill() local 217 m_pView->SetSnapGridWidth(aX, aY); in fill()
|