Searched refs:o3tl (Results 1 – 25 of 28) sorted by relevance
12
/trunk/main/o3tl/ |
H A D | Package_inc.mk | 24 $(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 D | GoogleTest_o3tl.mk | 26 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 D | Module_o3tl.mk | 24 $(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 D | simplecanvasimpl.cxx | 91 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 D | cow_wrapper_clients.hxx | 51 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 D | test-range.cxx | 34 using o3tl::range; 35 using o3tl::make_range; 36 using o3tl::range_of;
|
H A D | cow_wrapper_clients.cxx | 93 o3tl::swap(maImpl, r.maImpl); in swap() 160 o3tl::swap(maImpl, r.maImpl); in swap()
|
H A D | test-heap_ptr.cxx | 33 using o3tl::heap_ptr; 141 o3tl::swap(t1,t2); in TEST_F()
|
H A D | test-vector_pool.cxx | 30 using namespace ::o3tl;
|
H A D | test-cow_wrapper.cxx | 30 using namespace ::o3tl;
|
/trunk/main/o3tl/prj/ |
H A D | build.lst | 1 ot o3tl : sal BOOST:boost NULL 2 ot o3tl\prj nmake - all ot_prj NULL
|
/trunk/main/toolkit/src2xml/ |
H A D | include.lst | 72 ../../o3tl/inc 73 ../../o3tl/unxlngi6.pro/inc
|
/trunk/main/basegfx/prj/ |
H A D | build.lst | 1 fx basegfx : o3tl sal offapi cppuhelper cppu NULL
|
/trunk/main/basegfx/inc/basegfx/tools/ |
H A D | b2dclipstate.hxx | 57 typedef o3tl::cow_wrapper< ImplB2DClipState > ImplType;
|
/trunk/main/basegfx/inc/basegfx/polygon/ |
H A D | b2dpolypolygon.hxx | 48 typedef o3tl::cow_wrapper< ImplB2DPolyPolygon > ImplType;
|
H A D | b3dpolypolygon.hxx | 48 typedef o3tl::cow_wrapper< ImplB3DPolyPolygon > ImplType;
|
H A D | b3dpolygon.hxx | 53 typedef o3tl::cow_wrapper< ImplB3DPolygon > ImplType;
|
H A D | b2dpolygon.hxx | 53 typedef o3tl::cow_wrapper< ImplB2DPolygon > ImplType;
|
/trunk/main/o3tl/inc/o3tl/ |
H A D | vector_pool.hxx | 30 namespace o3tl namespace
|
H A D | range.hxx | 33 namespace o3tl namespace
|
H A D | heap_ptr.hxx | 32 namespace o3tl namespace
|
/trunk/main/ |
H A D | Module_ooo.mk | 70 o3tl \
|
/trunk/main/basegfx/inc/basegfx/range/ |
H A D | b2dpolyrange.hxx | 135 o3tl::cow_wrapper< ImplB2DPolyRange > mpImpl;
|
/trunk/main/basegfx/inc/basegfx/matrix/ |
H A D | b2dhommatrix.hxx | 39 typedef o3tl::cow_wrapper< Impl2DHomMatrix > ImplType;
|
H A D | b3dhommatrix.hxx | 41 typedef o3tl::cow_wrapper< Impl3DHomMatrix > ImplType;
|
Completed in 54 milliseconds
12