Very basic template functionality, a bit like boost or stl, but specific to LibO o3tl stands for "OOo [o3, get it?] template library" From [http://blog.thebehrens.net/2006/01/15/update-cow_wrapper-is-available-now/] The scope for o3tl is admittedly kind of ambitious, as it should contain "...very basic (template) functionality, comparable to what's provided by boost or stl, but specific to OOo (what comes to mind are e.g. stl adapters for our own data types and UNO, and stuff that could in principle be upstreamed to boost, but isn't as of now)." == Class overview == [git:o3tl/inc/o3tl/cow_wrapper.hxx] A copy-on-write wrapper. [git:o3tl/inc/o3tl/lazy_update.hxx] This template collects data in input type, and updates the output type with the given update functor, but only if the output is requested. Useful if updating is expensive, or input changes frequently, but output is only comparatively seldom used. [git:o3tl/inc/o3tl/range.hxx] Represents a range of integer or iterator values. [git:o3tl/inc/o3tl/vector_pool.hxx] Simple vector-based memory pool allocator. [git:o3tl/inc/o3tl/functional.hxx] Some more templates, leftovers in spirit of STLport's old functional header that are not part of the C++ standard (STLport has been replaced by direct use of the C++ STL in LibreOffice). ffice-5-0'>distro/cib/libreoffice-5-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/svx/inc/sxreaitm.hxx
AgeCommit message (Expand)Author
2020-02-12move some svx/ headers inside the moduleNoel Grandin
2019-12-12use covariant return type for SfxPoolItem::CloneCaolán McNamara
2016-05-26loplugin:unusedmethodsNoel Grandin
2016-05-19loplugin:unusedmethods in svxNoel Grandin
2015-11-23crashtesting: fdo30583-1 hits the Clone ugly tree all the way downCaolán McNamara
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca
2014-08-19svx: Cleanup ASCII art and useless commentsChris Laplante
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold
2014-05-06Move headers included only in svx itself from include/svx to svx/incTor Lillqvist