Searched refs:ImplType (Results 1 – 13 of 13) sorted by relevance
57 typedef o3tl::cow_wrapper< ImplB2DClipState > ImplType; typedef in basegfx::tools::B2DClipState60 ImplType mpImpl;
48 typedef o3tl::cow_wrapper< ImplB2DPolyPolygon > ImplType; typedef in basegfx::B2DPolyPolygon51 ImplType mpPolyPolygon;
48 typedef o3tl::cow_wrapper< ImplB3DPolyPolygon > ImplType; typedef in basegfx::B3DPolyPolygon51 ImplType mpPolyPolygon;
53 typedef o3tl::cow_wrapper< ImplB3DPolygon > ImplType; typedef in basegfx::B3DPolygon57 ImplType mpPolygon;
53 typedef o3tl::cow_wrapper< ImplB2DPolygon > ImplType; typedef in basegfx::B2DPolygon57 ImplType mpPolygon;
39 typedef o3tl::cow_wrapper< Impl2DHomMatrix > ImplType; typedef in basegfx::B2DHomMatrix42 ImplType mpImpl;
41 typedef o3tl::cow_wrapper< Impl3DHomMatrix > ImplType; typedef in basegfx::B3DHomMatrix44 ImplType mpImpl;
42 namespace { struct IdentityMatrix : public rtl::Static< B2DHomMatrix::ImplType,
38 namespace { struct IdentityMatrix : public rtl::Static< B3DHomMatrix::ImplType,
198 namespace { struct DefaultPolyPolygon: public rtl::Static<B2DPolyPolygon::ImplType,
207 namespace { struct DefaultPolyPolygon : public rtl::Static<B3DPolyPolygon::ImplType,
1198 struct DefaultPolygon: public rtl::Static<B2DPolygon::ImplType, DefaultPolygon> {};
1534 namespace { struct DefaultPolygon : public rtl::Static< B3DPolygon::ImplType,
Completed in 106 milliseconds