Searched refs:ImplType (Results 1 – 13 of 13) sorted by relevance
56 typedef o3tl::cow_wrapper< ImplB2DClipState > ImplType; typedef in basegfx::tools::B2DClipState59 ImplType mpImpl;
47 typedef o3tl::cow_wrapper< ImplB2DPolyPolygon > ImplType; typedef in basegfx::B2DPolyPolygon50 ImplType mpPolyPolygon;
47 typedef o3tl::cow_wrapper< ImplB3DPolyPolygon > ImplType; typedef in basegfx::B3DPolyPolygon50 ImplType mpPolyPolygon;
52 typedef o3tl::cow_wrapper< ImplB3DPolygon > ImplType; typedef in basegfx::B3DPolygon56 ImplType mpPolygon;
52 typedef o3tl::cow_wrapper< ImplB2DPolygon > ImplType; typedef in basegfx::B2DPolygon56 ImplType mpPolygon;
38 typedef o3tl::cow_wrapper< Impl2DHomMatrix > ImplType; typedef in basegfx::B2DHomMatrix41 ImplType mpImpl;
40 typedef o3tl::cow_wrapper< Impl3DHomMatrix > ImplType; typedef in basegfx::B3DHomMatrix43 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 43 milliseconds