summaryrefslogtreecommitdiff
path: root/unotools
AgeCommit message (Expand)AuthorFilesLines
2022-01-20WASM --enable-wasm-strip now skips lots of LO codeArmin Le Grand (Allotropia)1-2/+5
2022-01-11tdf#146375 Cannot rename user-defined categories in template managerNoel Grandin1-0/+6
2022-01-10use less SvStream::Flush()Noel Grandin2-5/+2
2021-12-25osl::Mutex->std::mutex in SvtPathOptionsNoel Grandin1-4/+5
2021-12-25osl::Mutex->std::mutex in OTempFileServiceNoel Grandin2-31/+34
2021-12-24osl::Mutex->std::mutex in SvtModuleOptionsNoel Grandin1-12/+13
2021-12-24osl::Mutex->std::mutex in SvtCommandOptionsNoel Grandin1-14/+13
2021-12-24osl::Mutex->std::mutex in SvtPathOptions_ImplNoel Grandin1-3/+3
2021-12-24osl::Mutex->std::mutex in SvtUserOptionsNoel Grandin1-16/+18
2021-12-24rename some methods on UcbLockBytesNoel Grandin3-38/+38
2021-12-10Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann1-1/+1
2021-11-30remove unnecessary virtual inheritanceLuboš Luňák1-1/+1
2021-11-19rtl::Static->thread-safe static in unotoolsNoel Grandin10-65/+47
2021-11-10new loplugin:stringliteraldefineNoel Grandin4-11/+11
2021-11-08use more OUStringLiteral in MediaDescriptorNoel Grandin1-296/+32
2021-11-05The std::auto_ptr workarounds should only be necessary for Boost < 1.67.0Stephan Bergmann2-6/+4
2021-11-04fix potential out-of-bounds access in LocaleDataWrapperNoel Grandin1-7/+5
2021-11-01Prepare for removal of non-const operator[] from Sequence in unotoolsMike Kaganski11-73/+81
2021-10-21loplugin:flattenNoel Grandin3-36/+36
2021-10-19Use MsLangId::getConfiguredSystemUILanguage()Eike Rathke1-1/+1
2021-10-19Use MsLangId::getConfiguredSystemLanguage()Eike Rathke1-1/+1
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski7-12/+13
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski5-14/+11
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann4-25/+20
2021-10-11loplugin:moveparam in unotoolsNoel Grandin1-2/+2
2021-09-22Extend loplugin:stringviewparam to starts/endsWith: unotoolsStephan Bergmann1-3/+5
2021-09-21reduce cost of some getProperty calls (tdf#125892)Noel Grandin1-6/+6
2021-09-17need optional headerCaolán McNamara1-1/+2
2021-09-17speedup toUpperCase when called in parallelNoel Grandin2-114/+31
2021-09-17remove GetCharClassPtr from SvtSysLocaleNoel Grandin1-9/+4
2021-09-12ofz: better workaround for broken msan buildCaolán McNamara1-15/+0
2021-09-12ofz: workaround moreCaolán McNamara1-1/+1
2021-09-12ofz: workaround memory sanitizer failure by skipping boost::localeCaolán McNamara1-0/+15
2021-09-06clang-tidy:readability-redundant-member-initNoel Grandin4-13/+3
2021-09-01Simplify utl::removeTreeMike Kaganski1-49/+3
2021-09-01Simplify dtor logicMike Kaganski1-4/+4
2021-08-18ofz#36713 Indirect-leakCaolán McNamara1-0/+2
2021-08-18loplugin:passstuffbyrefNoel Grandin2-3/+3
2021-08-13Help older linkers (Ubuntu 18.04, Fedora 31)Jan-Marek Glogowski1-0/+5
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin1-94/+34
2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin8-51/+51
2021-08-03Pass context and resource string down to boost::locale separatelyNoel Grandin1-0/+29
2021-08-02convert #defines to OUStringLiteralNoel Grandin6-43/+43
2021-07-31osl::Mutex->std::mutex in OInputStreamWrapperNoel Grandin1-7/+7
2021-07-31osl::Mutex->std::mutex in OInputStreamHelperNoel Grandin1-6/+6
2021-07-31osl::Mutex->std::mutex in ItemHolder1Noel Grandin2-5/+5
2021-07-31osl::Mutex->std::mutex in CharClassNoel Grandin1-20/+20
2021-07-31osl::Mutex->std::mutex in AccessibleStateSetHelperNoel Grandin1-6/+6
2021-07-31osl::Mutex->std::mutex in AccessibleRelationSetHelperNoel Grandin1-5/+5
2021-07-29return by const& in LocaleDataWrapperNoel Grandin1-3/+3