Home
last modified time | relevance | path

Searched refs:same_object (Results 1 – 9 of 9) sorted by relevance

/aoo41x/main/o3tl/inc/o3tl/
H A Dcow_wrapper.hxx282 bool same_object( const cow_wrapper& rOther ) const in same_object() function in o3tl::cow_wrapper
295 return a.same_object(b) ? true : *a == *b; in operator ==()
301 return a.same_object(b) ? false : *a != *b; in operator !=()
/aoo41x/main/basegfx/source/matrix/
H A Db2dhommatrix.cxx108 if(mpImpl.same_object(IdentityMatrix::get())) in isIdentity()
210 if(mpImpl.same_object(rMat.mpImpl)) in operator ==()
H A Db3dhommatrix.cxx83 if(mpImpl.same_object(IdentityMatrix::get())) in isIdentity()
185 if(mpImpl.same_object(rMat.mpImpl)) in operator ==()
/aoo41x/main/basegfx/source/polygon/
H A Db2dpolypolygon.cxx234 if(mpPolyPolygon.same_object(rPolyPolygon.mpPolyPolygon)) in operator ==()
H A Db3dpolypolygon.cxx243 if(mpPolyPolygon.same_object(rPolyPolygon.mpPolyPolygon)) in operator ==()
H A Db2dpolygon.cxx1234 if(mpPolygon.same_object(rPolygon.mpPolygon)) in operator ==()
H A Db3dpolygon.cxx1572 if(mpPolygon.same_object(rPolygon.mpPolygon)) in operator ==()
/aoo41x/main/basegfx/source/range/
H A Db2dpolyrange.cxx293 if(mpImpl.same_object(rRange.mpImpl)) in operator ==()
/aoo41x/main/basegfx/source/tools/
H A Db2dclipstate.cxx556 if(mpImpl.same_object(rRHS.mpImpl)) in operator ==()

Completed in 54 milliseconds