Home
last modified time | relevance | path

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

/aoo42x/main/basegfx/inc/basegfx/point/
H A Db3dhompoint.hxx95 mfW(1.0) in B3DHomPoint()
114 mfW(1.0) in B3DHomPoint()
125 mfW(1.0) in B3DHomPoint()
136 mfW(rVec.mfW) in B3DHomPoint()
242 maTuple.setX(getX() * rPnt.mfW + rPnt.getX() * mfW); in operator +=()
243 maTuple.setY(getY() * rPnt.mfW + rPnt.getY() * mfW); in operator +=()
245 mfW = mfW * rPnt.mfW; in operator +=()
255 mfW = mfW * rPnt.mfW; in operator -=()
272 mfW *= t; in operator /=()
278 mfW = -mfW; in operator -()
[all …]
H A Db2dhompoint.hxx95 mfW(1.0) in B2DHomPoint()
110 mfW(1.0) in B2DHomPoint()
121 mfW(1.0) in B2DHomPoint()
132 mfW(rVec.mfW) in B2DHomPoint()
211 maTuple.setX(getX() * rPnt.mfW + rPnt.getX() * mfW); in operator +=()
212 maTuple.setY(getY() * rPnt.mfW + rPnt.getY() * mfW); in operator +=()
213 mfW = mfW * rPnt.mfW; in operator +=()
220 maTuple.setX(getX() * rPnt.mfW - rPnt.getX() * mfW); in operator -=()
222 mfW = mfW * rPnt.mfW; in operator -=()
247 mfW = -mfW; in operator -()
[all …]
/aoo42x/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()
/aoo42x/main/xmloff/inc/
H A Dxexptran.hxx121 double mfW; member in SdXMLImExViewBox
130 double GetWidth() const { return mfW; } in GetWidth()
/aoo42x/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()
/aoo42x/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()
/aoo42x/main/oox/inc/oox/drawingml/chart/
H A Dmodelbase.hxx117 double mfW; /// Width of this object. member

Completed in 42 milliseconds