Home
last modified time | relevance | path

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

/trunk/main/basegfx/inc/basegfx/matrix/
H A Db2dhommatrix.hxx137 B2DHomMatrix aDiv(rMatA); in operator -() local
138 aDiv -= rMatB; in operator -()
139 return aDiv; in operator -()
H A Db3dhommatrix.hxx144 B3DHomMatrix aDiv(rMatA); in operator -() local
145 aDiv -= rMatB; in operator -()
146 return aDiv; in operator -()
/trunk/main/basegfx/inc/basegfx/tuple/
H A Db2dtuple.hxx320 B2DTuple aDiv(rTupA); in operator /() local
321 aDiv /= rTupB; in operator /()
322 return aDiv; in operator /()
H A Db2i64tuple.hxx277 B2I64Tuple aDiv(rTupA); in operator /() local
278 aDiv /= rTupB; in operator /()
279 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 Db3dtuple.hxx395 B3DTuple aDiv(rTupA); in operator /() local
396 aDiv /= rTupB; in operator /()
397 return aDiv; in operator /()
H A Db3i64tuple.hxx314 B3I64Tuple aDiv(rTupA); in operator /() local
315 aDiv /= rTupB; in operator /()
316 return aDiv; in operator /()
H A Db3ituple.hxx313 B3ITuple aDiv(rTupA); in operator /() local
314 aDiv /= rTupB; in operator /()
315 return aDiv; in operator /()
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx3255 long aDiv = aFact.GetDenominator() * 65536; in ScalePt() local
3256 aFact = Fraction( aMul, aDiv ); // nochmal versuchen zu kuerzen in ScalePt()
/trunk/main/sc/source/core/tool/
H A Dinterpr5.cxx1499 MatrixDiv aDiv; in ScDiv() local
1500 ScMatrixRef pResMat = lcl_MatrixCalculation(aDiv,pMat1, pMat2,this); in ScDiv()
/trunk/main/tools/inc/tools/
H A Dvector2d.hxx78 …ector2D operator/(const Vector2D& rVec) const { Vector2D aDiv(*this); aDiv /= rVec; return aDiv; } in operator /() local

Completed in 95 milliseconds