Home
last modified time | relevance | path

Searched refs:o3tl (Results 1 – 25 of 28) sorted by relevance

12

/trunk/main/o3tl/
H A DPackage_inc.mk24 $(eval $(call gb_Package_Package,o3tl_inc,$(SRCDIR)/o3tl/inc))
26 $(eval $(call gb_Package_add_file,o3tl_inc,inc/o3tl/cow_wrapper.hxx,o3tl/cow_wrapper.hxx))
27 $(eval $(call gb_Package_add_file,o3tl_inc,inc/o3tl/range.hxx,o3tl/range.hxx))
28 $(eval $(call gb_Package_add_file,o3tl_inc,inc/o3tl/vector_pool.hxx,o3tl/vector_pool.hxx))
29 $(eval $(call gb_Package_add_file,o3tl_inc,inc/o3tl/lazy_update.hxx,o3tl/lazy_update.hxx))
30 $(eval $(call gb_Package_add_file,o3tl_inc,inc/o3tl/heap_ptr.hxx,o3tl/heap_ptr.hxx))
H A DGoogleTest_o3tl.mk26 o3tl/qa/cow_wrapper_clients \
27 o3tl/qa/main \
28 o3tl/qa/test-cow_wrapper \
29 o3tl/qa/test-vector_pool \
30 o3tl/qa/test-heap_ptr \
31 o3tl/qa/test-range \
36 -I$(SRCDIR)/o3tl/inc \
H A DModule_o3tl.mk24 $(eval $(call gb_Module_Module,o3tl))
26 $(eval $(call gb_Module_add_targets,o3tl,\
31 $(eval $(call gb_Module_add_check_targets,o3tl,\
/trunk/main/canvas/source/simplecanvas/
H A Dsimplecanvasimpl.cxx91 o3tl::LazyUpdate<sal_Int32,
93 o3tl::LAZYUPDATE_FUNCTION_TAG > m_aPenColor;
94 o3tl::LazyUpdate<sal_Int32,
96 o3tl::LAZYUPDATE_FUNCTION_TAG > m_aFillColor;
97 o3tl::LazyUpdate<geometry::RealRectangle2D,
99 o3tl::LAZYUPDATE_FUNCTOR_TAG > m_aRectClip;
371 typedef o3tl::LazyUpdate<
374 o3tl::LAZYUPDATE_FUNCTOR_TAG > SimpleFont;
/trunk/main/o3tl/qa/
H A Dcow_wrapper_clients.hxx51 void swap( cow_wrapper_client1& r ) { o3tl::swap(maImpl, r.maImpl); } in swap()
58 o3tl::cow_wrapper< int > maImpl;
90 o3tl::cow_wrapper< cow_wrapper_client2_impl > maImpl;
119 o3tl::cow_wrapper< cow_wrapper_client2_impl, o3tl::ThreadSafeRefCountingPolicy > maImpl;
H A Dtest-range.cxx34 using o3tl::range;
35 using o3tl::make_range;
36 using o3tl::range_of;
H A Dcow_wrapper_clients.cxx93 o3tl::swap(maImpl, r.maImpl); in swap()
160 o3tl::swap(maImpl, r.maImpl); in swap()
H A Dtest-heap_ptr.cxx33 using o3tl::heap_ptr;
141 o3tl::swap(t1,t2); in TEST_F()
H A Dtest-vector_pool.cxx30 using namespace ::o3tl;
H A Dtest-cow_wrapper.cxx30 using namespace ::o3tl;
/trunk/main/o3tl/prj/
H A Dbuild.lst1 ot o3tl : sal BOOST:boost NULL
2 ot o3tl\prj nmake - all ot_prj NULL
/trunk/main/toolkit/src2xml/
H A Dinclude.lst72 ../../o3tl/inc
73 ../../o3tl/unxlngi6.pro/inc
/trunk/main/basegfx/prj/
H A Dbuild.lst1 fx basegfx : o3tl sal offapi cppuhelper cppu NULL
/trunk/main/basegfx/inc/basegfx/tools/
H A Db2dclipstate.hxx57 typedef o3tl::cow_wrapper< ImplB2DClipState > ImplType;
/trunk/main/basegfx/inc/basegfx/polygon/
H A Db2dpolypolygon.hxx48 typedef o3tl::cow_wrapper< ImplB2DPolyPolygon > ImplType;
H A Db3dpolypolygon.hxx48 typedef o3tl::cow_wrapper< ImplB3DPolyPolygon > ImplType;
H A Db3dpolygon.hxx53 typedef o3tl::cow_wrapper< ImplB3DPolygon > ImplType;
H A Db2dpolygon.hxx53 typedef o3tl::cow_wrapper< ImplB2DPolygon > ImplType;
/trunk/main/o3tl/inc/o3tl/
H A Dvector_pool.hxx30 namespace o3tl namespace
H A Drange.hxx33 namespace o3tl namespace
H A Dheap_ptr.hxx32 namespace o3tl namespace
/trunk/main/
H A DModule_ooo.mk70 o3tl \
/trunk/main/basegfx/inc/basegfx/range/
H A Db2dpolyrange.hxx135 o3tl::cow_wrapper< ImplB2DPolyRange > mpImpl;
/trunk/main/basegfx/inc/basegfx/matrix/
H A Db2dhommatrix.hxx39 typedef o3tl::cow_wrapper< Impl2DHomMatrix > ImplType;
H A Db3dhommatrix.hxx41 typedef o3tl::cow_wrapper< Impl3DHomMatrix > ImplType;

Completed in 52 milliseconds

12