Home
last modified time | relevance | path

Searched refs:ImplType (Results 1 – 13 of 13) sorted by relevance

/aoo4110/main/basegfx/inc/basegfx/tools/
H A Db2dclipstate.hxx56 typedef o3tl::cow_wrapper< ImplB2DClipState > ImplType; typedef in basegfx::tools::B2DClipState
59 ImplType mpImpl;
/aoo4110/main/basegfx/inc/basegfx/polygon/
H A Db2dpolypolygon.hxx47 typedef o3tl::cow_wrapper< ImplB2DPolyPolygon > ImplType; typedef in basegfx::B2DPolyPolygon
50 ImplType mpPolyPolygon;
H A Db3dpolypolygon.hxx47 typedef o3tl::cow_wrapper< ImplB3DPolyPolygon > ImplType; typedef in basegfx::B3DPolyPolygon
50 ImplType mpPolyPolygon;
H A Db3dpolygon.hxx52 typedef o3tl::cow_wrapper< ImplB3DPolygon > ImplType; typedef in basegfx::B3DPolygon
56 ImplType mpPolygon;
H A Db2dpolygon.hxx52 typedef o3tl::cow_wrapper< ImplB2DPolygon > ImplType; typedef in basegfx::B2DPolygon
56 ImplType mpPolygon;
/aoo4110/main/basegfx/inc/basegfx/matrix/
H A Db2dhommatrix.hxx38 typedef o3tl::cow_wrapper< Impl2DHomMatrix > ImplType; typedef in basegfx::B2DHomMatrix
41 ImplType mpImpl;
H A Db3dhommatrix.hxx40 typedef o3tl::cow_wrapper< Impl3DHomMatrix > ImplType; typedef in basegfx::B3DHomMatrix
43 ImplType mpImpl;
/aoo4110/main/basegfx/source/matrix/
H A Db2dhommatrix.cxx42 namespace { struct IdentityMatrix : public rtl::Static< B2DHomMatrix::ImplType,
H A Db3dhommatrix.cxx38 namespace { struct IdentityMatrix : public rtl::Static< B3DHomMatrix::ImplType,
/aoo4110/main/basegfx/source/polygon/
H A Db2dpolypolygon.cxx198 namespace { struct DefaultPolyPolygon: public rtl::Static<B2DPolyPolygon::ImplType,
H A Db3dpolypolygon.cxx207 namespace { struct DefaultPolyPolygon : public rtl::Static<B3DPolyPolygon::ImplType,
H A Db2dpolygon.cxx1198 struct DefaultPolygon: public rtl::Static<B2DPolygon::ImplType, DefaultPolygon> {};
H A Db3dpolygon.cxx1534 namespace { struct DefaultPolygon : public rtl::Static< B3DPolygon::ImplType,

Completed in 43 milliseconds