summaryrefslogtreecommitdiff
path: root/include/o3tl
AgeCommit message (Expand)Author
2022-06-02Suppress false positive cid#1504594Stephan Bergmann
2022-06-01Fix commentStephan Bergmann
2022-05-29New o3tl::intcmp.hxxStephan Bergmann
2022-05-19fix location of #includeNoel Grandin
2022-05-18clang-tidy modernize-pass-by-value in o3tlNoel Grandin
2022-05-05use more string_viewNoel Grandin
2022-05-03add o3tl::matchIgnoreAsciiCaseNoel Grandin
2022-05-03add o3tl::equalsAsciiNoel Grandin
2022-05-03remove the o3tl::lru_map "unlimited" hackLuboš Luňák
2022-05-02Fix typoAndrea Gelmini
2022-05-02support custom item size (cost) for o3tl::lru_mapLuboš Luňák
2022-04-26add o3tl::toUInt32Noel Grandin
2022-04-15Add some clarifying comments for o3tl::getToken overloadsStephan Bergmann
2022-04-14Add some clarifying comments for o3lt::getTokenStephan Bergmann
2022-04-14address review commentsNoel Grandin
2022-04-14Fix comment againStephan Bergmann
2022-04-12loplugin:stringview more o3tl conversionNoel Grandin
2022-04-11Cleanup commentMike Kaganski
2022-04-11Replace references to rtl_ImplIsWhitespace with implIsWhitespaceMike Kaganski
2022-04-10loplugin:stringview check for getToken and trimNoel Grandin
2022-04-09add a more complete o3tl::getTokenNoel Grandin
2022-04-08move comphelper::string::toInt32 to o3tlNoel Grandin
2022-04-08loplugin:stringviewparam convert methods using trimNoel Grandin
2022-03-16tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macropsidiumcode
2022-03-07faster bulk insert into o3tl::sorted_vector (tdf#117366)Luboš Luňák
2022-03-02cid#1500437 silence Resource leakCaolán McNamara
2022-03-01use OUStringBuffer for a string that's modified often (tdf#145862)Luboš Luňák
2022-03-01fix o3tl::equalsIgnoreAsciiCase()Luboš Luňák
2022-02-28Brown paper bag fixStephan Bergmann
2022-02-28Use std::unreachable if availableStephan Bergmann
2022-02-04cid#1497934 silence Division or modulo by zeroCaolán McNamara
2022-02-03cid#1497935 silence Division or modulo by zeroCaolán McNamara
2021-12-20Recheck include/[e-r]* with IWYUGabor Kelemen
2021-12-06cid#1494595,1494597: Silence UNCAUGHT_EXCEPTStephan Bergmann
2021-11-24Rename o3tl::underlyingEnumValue to o3tl::to_underlying to match C++23Mike Kaganski
2021-11-03Drop TWIPS_PER_PIXEL and use o3tl::convertMike Kaganski
2021-10-31add o3tl::span ctor from std::vectorLuboš Luňák
2021-10-29pass DX array around using o3tl::span instead of pointerNoel Grandin
2021-09-21Some more o3tl::starts/ends_with overloadsStephan Bergmann
2021-09-19Some more string_view use, add o3tl::starts/ends_withStephan Bergmann
2021-08-31tdf#135683 speed up writer layout cache accessNoel Grandin
2021-08-26Missing includeMike Kaganski
2021-08-25Introduce o3tl::saturating_cast for floating-point->integer conversionMike Kaganski
2021-08-24Introduce convertNarrowing to return smaller integer typesMike Kaganski
2021-08-18specialise std::optional for OutlineParaObjectNoel Grandin
2021-08-10sw: remove all uses of MM50 with (added) o3tl::toTwipTomaž Vajngerl
2021-08-04tsan:datarace in o3tl::ThreadSafeRefCountingPolicyNoel Grandin
2021-07-28Consolidate saturating_(add,sub) for signed and unsignedMike Kaganski
2021-06-20cid#1485150 suppress Uncaught exceptionCaolán McNamara
2021-06-17Adapt o3tl::temporary to C++23 P2266R1Stephan Bergmann