summaryrefslogtreecommitdiffstats
path: root/include/o3tl
Commit message (Expand)AuthorAgeFilesLines
* const correctness in o3tl::array_viewNoel Grandin2017-09-061-20/+45
* loplugin:unnecessaryparen include c++ castsNoel Grandin2017-09-041-1/+1
* Fix o3tl::make_uniqueStephan Bergmann2017-07-141-1/+2
* fix compile error due to missing include<functional>Dennis Francis2017-07-071-0/+1
* C++11 remove std::binary_function bases from functorsJochen Nitschke2017-07-071-2/+1
* -Werror=shadow (GCC 8)Stephan Bergmann2017-06-271-12/+12
* android:update safeint header to use the else implementation with clangbrainbreaker2017-06-211-1/+1
* create o3tl::array_viewNoel Grandin2017-06-171-0/+169
* use std::unique_ptr in FlatFndBoxNoel Grandin2017-06-151-0/+16
* coverity#1409892 silence Operands don't affect resultCaolán McNamara2017-06-061-10/+6
* coverity#1409892 silence Operands don't affect resultCaolán McNamara2017-05-291-5/+9
* Revert "Fix typos"Stephan Bergmann2017-05-181-1/+1
* Fix typosAndrea Gelmini2017-05-181-1/+1
* Blind fix for MSVC 2017 warning C4018: '>=': signed/unsigned mismatchStephan Bergmann2017-05-161-3/+47
* catch out of range values in strong_int constructorNoel Grandin2017-05-141-1/+11
* use strong_int for LanguageTypeNoel Grandin2017-04-261-1/+10
* tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock2017-04-251-0/+1
* Revert "Work around clang-cl issue with MSVC's safeint.h for now"Stephan Bergmann2017-04-121-2/+2
* Clean up uses of SAL_U/SAL_W: embedservStephan Bergmann2017-04-101-0/+11
* Introduce o3tl::string_view.hxx approximation of C++17 <string_view>Stephan Bergmann2017-04-071-0/+867
* Work around clang-cl issue with MSVC's safeint.h for nowStephan Bergmann2017-04-041-2/+2
* create SfxInterfaceId o3tl::strong_intNoel Grandin2017-03-271-1/+1
* Fix typosAndrea Gelmini2017-03-252-3/+3
* Use consistent include guard macro namesTor Lillqvist2017-03-223-7/+7
* check for overflow in multiplyCaolán McNamara2017-03-221-0/+89
* Clean up integers representing positions in SwOutlineNodes vectorsStephan Bergmann2017-03-161-0/+1
* make o3tl::strong_int constructor explicitNoel Grandin2017-03-141-1/+1
* Remove redundant 'inline' keywordStephan Bergmann2017-03-031-1/+1
* Remove uses of SAL_CONSTEXPR in LIBO_INTERNAL_ONLYStephan Bergmann2017-03-031-34/+21
* Remove HAVE_CXX11_CONSTEXPR, always true nowStephan Bergmann2017-03-021-11/+11
* Revert "Fix typos"jan iversen2017-02-221-2/+2
* Fix typosAndrea Gelmini2017-02-221-2/+2
* create strong_int template and use it in tools::UniqueIndexNoel Grandin2017-02-131-0/+74
* New o3tl::runtimeToOUString to convert from C++ runtime NTBS to OUStringStephan Bergmann2016-11-231-0/+48
* might as well go back to a std::stack nowCaolán McNamara2016-10-071-78/+0
* crashtesting: use a stack with the expected dtor order for its elementsCaolán McNamara2016-10-041-0/+78
* o3tl: replace yet another sal_Size with std::size_tMichael Stahl2016-09-201-1/+2
* o3tl: refcounts should be native platform int widthThorsten Behrens2016-09-191-1/+1
* fix warning in windows debug buildJochen Nitschke2016-09-171-1/+1
* Try silence cid#1371124 ("Operands don't affect result")Stephan Bergmann2016-09-161-1/+5
* o3tl::tryGet on a temporary is dangerousStephan Bergmann2016-06-101-35/+63
* Const correctness in o3tl/any.hxxStephan Bergmann2016-06-101-16/+20
* Improve o3tl/any.hxxStephan Bergmann2016-06-061-6/+35
* New o3tl::try/doGet to obtain value from AnyStephan Bergmann2016-06-021-0/+264
* Convert VclPackType to scoped enumNoel Grandin2016-05-241-0/+1
* remove various crutches for boost::bind/boost::mem_fnMichael Stahl2016-05-131-6/+0
* loplugin:unusedmethodsNoel Grandin2016-02-081-5/+0
* remove unused o3tl::rangeDavid Tardon2016-01-291-183/+0
* remove unneeded sal/config.hDavid Tardon2016-01-295-8/+0
* vcl: replace boost::shared_array with std::shared_ptrMichael Stahl2016-01-261-0/+33