Home
last modified time | relevance | path

Searched refs:mfW (Results 1 – 10 of 10) sorted by relevance

/aoo41x/main/basegfx/inc/basegfx/point/
H A Db3dhompoint.hxx94 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 Db2dhompoint.hxx94 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 …]
/aoo41x/main/basegfx/source/point/
H A Db2dhompoint.cxx34 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 Db3dhompoint.cxx32 const double fFactor(1.0 / mfW); in implHomogenize()
36 mfW = 1.0; in implHomogenize()
/aoo41x/main/xmloff/inc/
H A Dxexptran.hxx121 double mfW; member in SdXMLImExViewBox
130 double GetWidth() const { return mfW; } in GetWidth()
/aoo41x/main/xmloff/source/draw/
H A Dxexptran.cxx1287 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()
/aoo41x/main/oox/source/drawingml/chart/
H A Dconverterbase.cxx371 … 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 Dmodelbase.cxx55 mfW( 0.0 ), in LayoutModel()
H A Dchartcontextbase.cxx88 mrModel.mfW = rAttribs.getDouble( XML_val, 0.0 ); in onCreateContext()
/aoo41x/main/oox/inc/oox/drawingml/chart/
H A Dmodelbase.hxx117 double mfW; /// Width of this object. member

Completed in 34 milliseconds