Searched refs:mfW (Results 1 – 10 of 10) sorted by relevance
/aoo4110/main/basegfx/inc/basegfx/point/ |
H A D | b3dhompoint.hxx | 94 mfW(1.0) in B3DHomPoint() 113 mfW(1.0) in B3DHomPoint() 124 mfW(1.0) in B3DHomPoint() 135 mfW(rVec.mfW) in B3DHomPoint() 241 maTuple.setX(getX() * rPnt.mfW + rPnt.getX() * mfW); in operator +=() 242 maTuple.setY(getY() * rPnt.mfW + rPnt.getY() * mfW); in operator +=() 244 mfW = mfW * rPnt.mfW; in operator +=() 254 mfW = mfW * rPnt.mfW; in operator -=() 271 mfW *= t; in operator /=() 277 mfW = -mfW; in operator -() [all …]
|
H A D | b2dhompoint.hxx | 94 mfW(1.0) in B2DHomPoint() 109 mfW(1.0) in B2DHomPoint() 120 mfW(1.0) in B2DHomPoint() 131 mfW(rVec.mfW) in B2DHomPoint() 210 maTuple.setX(getX() * rPnt.mfW + rPnt.getX() * mfW); in operator +=() 211 maTuple.setY(getY() * rPnt.mfW + rPnt.getY() * mfW); in operator +=() 212 mfW = mfW * rPnt.mfW; in operator +=() 219 maTuple.setX(getX() * rPnt.mfW - rPnt.getX() * mfW); in operator -=() 221 mfW = mfW * rPnt.mfW; in operator -=() 246 mfW = -mfW; in operator -() [all …]
|
/aoo4110/main/basegfx/source/point/ |
H A D | b2dhompoint.cxx | 34 const double fFactor(1.0 / mfW); in implHomogenize() 37 mfW = 1.0; in implHomogenize() 44 rMat.get(0,2)*mfW ); in operator *=() 48 rMat.get(1,2)*mfW ); in operator *=() 52 rMat.get(2,2)*mfW ); in operator *=() 55 mfW = fTempZ; in operator *=()
|
H A D | b3dhompoint.cxx | 32 const double fFactor(1.0 / mfW); in implHomogenize() 36 mfW = 1.0; in implHomogenize()
|
/aoo4110/main/xmloff/inc/ |
H A D | xexptran.hxx | 121 double mfW; member in SdXMLImExViewBox 130 double GetWidth() const { return mfW; } in GetWidth()
|
/aoo4110/main/xmloff/source/draw/ |
H A D | xexptran.cxx | 1287 mfW( fW ), in SdXMLImExViewBox() 1297 mfW( 1000.0 ), in SdXMLImExViewBox() 1322 mfW = Imp_GetDoubleChar(aStr, nPos, nLen, rConv, mfW); in SdXMLImExViewBox() 1343 Imp_PutDoubleChar(aNewString, mfW); in GetExportString()
|
/aoo4110/main/oox/source/drawingml/chart/ |
H A D | converterbase.cxx | 371 … orRect.Width = lclCalcSize( orRect.X, rChartSize.Width, mrModel.mfW, mrModel.mnWMode ); in calcAbsRectangle() 392 lclCalcRelSize( aPos.Primary, mrModel.mfW, mrModel.mnWMode ), in convertFromModel()
|
H A D | modelbase.cxx | 55 mfW( 0.0 ), in LayoutModel()
|
H A D | chartcontextbase.cxx | 88 mrModel.mfW = rAttribs.getDouble( XML_val, 0.0 ); in onCreateContext()
|
/aoo4110/main/oox/inc/oox/drawingml/chart/ |
H A D | modelbase.hxx | 117 double mfW; /// Width of this object. member
|
Completed in 61 milliseconds