Home
last modified time | relevance | path

Searched refs:aDiv (Results 1 – 11 of 11) sorted by relevance

/aoo41x/main/basegfx/inc/basegfx/matrix/
H A Db2dhommatrix.hxx136 B2DHomMatrix aDiv(rMatA); in operator -() local
137 aDiv -= rMatB; in operator -()
138 return aDiv; in operator -()
H A Db3dhommatrix.hxx143 B3DHomMatrix aDiv(rMatA); in operator -() local
144 aDiv -= rMatB; in operator -()
145 return aDiv; in operator -()
/aoo41x/main/tools/inc/tools/
H A Dvector2d.hxx78 …ector2D operator/(const Vector2D& rVec) const { Vector2D aDiv(*this); aDiv /= rVec; return aDiv; } in operator /() local
/aoo41x/main/basegfx/inc/basegfx/tuple/
H A Db2i64tuple.hxx276 B2I64Tuple aDiv(rTupA); in operator /() local
277 aDiv /= rTupB; in operator /()
278 return aDiv; in operator /()
H A Db2ituple.hxx281 B2ITuple aDiv(rTupA); in operator /() local
282 aDiv /= rTupB; in operator /()
283 return aDiv; in operator /()
H A Db2dtuple.hxx320 B2DTuple aDiv(rTupA); in operator /() local
321 aDiv /= rTupB; in operator /()
322 return aDiv; in operator /()
H A Db3i64tuple.hxx313 B3I64Tuple aDiv(rTupA); in operator /() local
314 aDiv /= rTupB; in operator /()
315 return aDiv; in operator /()
H A Db3ituple.hxx313 B3ITuple aDiv(rTupA); in operator /() local
314 aDiv /= rTupB; in operator /()
315 return aDiv; in operator /()
H A Db3dtuple.hxx395 B3DTuple aDiv(rTupA); in operator /() local
396 aDiv /= rTupB; in operator /()
397 return aDiv; in operator /()
/aoo41x/main/sc/source/core/tool/
H A Dinterpr5.cxx1500 MatrixDiv aDiv; in ScDiv() local
1501 ScMatrixRef pResMat = lcl_MatrixCalculation(aDiv,pMat1, pMat2,this); in ScDiv()
/aoo41x/main/filter/source/msfilter/
H A Dmsdffimp.cxx3242 long aDiv = aFact.GetDenominator() * 65536; in ScalePt() local
3243 aFact = Fraction( aMul, aDiv ); // nochmal versuchen zu kuerzen in ScalePt()

Completed in 150 milliseconds