summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)Author
2021-09-23Add not-quite-ISO date+time with space and milliseconds and locale's separatorEike Rathke
2021-09-21Add ISO 8601 date+time with milliseconds formatEike Rathke
2021-09-21SvNumberformat: preserve error position if already setEike Rathke
2021-09-20introduce SfxItemSetFixed and use it in DefaultPropertiesNoel Grandin
2021-09-17create OnDemandCharClass cacheNoel Grandin
2021-09-17no need to allocate CharClass separately in SvNumberFormatterNoel Grandin
2021-09-17speedup toUpperCase when called in parallelNoel Grandin
2021-09-17remove GetCharClassPtr from SvtSysLocaleNoel Grandin
2021-09-15loplugin:finalclassesNoel Grandin
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4Mike Kaganski
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski
2021-09-13Check string boundsEike Rathke
2021-09-13Resolves: tdf#116184 Check that there is no trailing number behind a matchEike Rathke
2021-09-09workaround -Wshadow in libcuckooNoel Grandin
2021-09-09tdf#130795 use concurrent hashmap in SharedStringPoolNoel Grandin
2021-09-03clang-tidy:readability-redundant-member-initNoel Grandin
2021-09-01Resolves: tdf#144209 Handle General containing formats in RoundValueAsShown()Eike Rathke
2021-08-24osl::Mutex->std::mutex in OFSStreamContainerNoel Grandin
2021-08-24osl::Mutex->std::mutex in OFSInputStreamContainerNoel Grandin
2021-08-23loplugin:referencecasting look through more clang TypesNoel Grandin
2021-08-20New loplugin:unusedcapturedefaultStephan Bergmann
2021-08-20msan: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara
2021-08-16Rename setX/setY to SetPosX/SetPosY, to align with SetPosMike Kaganski
2021-08-16Drop tools::Rectangle::getX/getY, which are just duplicates of Left/TopMike Kaganski
2021-08-13split SvNumberFormatter into it's own headerNoel Grandin
2021-08-11Drop convertMm100ToTwip in favor of the new o3tl::toTwipsMike Kaganski
2021-08-09tdf#143664: svl_qa_cppunit: Add unittestXisco Fauli
2021-08-08Year without leading 0 if era code is also usedEike Rathke
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin
2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin
2021-08-03Resolves: tdf#143664 {de-*} accept "Mär" and "Mrz" for MarchEike Rathke
2021-08-02flatten SfxUndoManager_Data a littleNoel Grandin
2021-08-02convert #defines to OUStringLiteralNoel Grandin
2021-07-31osl::Mutex->std::mutex in ItemHolder2Noel Grandin
2021-07-29loplugin:unnecessarymethodsNoel Grandin
2021-07-29rtl::Static -> static localNoel Grandin
2021-07-28use officecfg for SvtCJKOptionsNoel Grandin
2021-07-27drop SvtLanguageOptions classNoel Grandin
2021-07-26use officecfg for SvtSystemLanguageOptionsNoel Grandin
2021-07-23expand out contractions in PasswordContainerNoel Grandin
2021-07-23no need to allocate the StorageItem separatelyNoel Grandin
2021-07-23osl::Mutex->std::mutex in SvtLanguageOptionsNoel Grandin
2021-07-21remove obsolete commentsNoel Grandin
2021-07-20flatten the vector in NfCurrencyTableNoel Grandin
2021-07-20Simplify SfxItemSet ctors and TotalCount using delegationMike Kaganski
2021-07-19Move svl::Items to include/svl/whichranges.hxx, and unify its usageMike Kaganski
2021-07-17drop sal_uInt16* constructor in SfxItemSetNoel Grandin
2021-07-17osl::Mutex->std::mutex in SharedStringPoolNoel Grandin
2021-07-16-Werror=class-memaccessNoel Grandin
2021-07-16Drop unused ctorMike Kaganski