summaryrefslogtreecommitdiff
path: root/include/unotools
AgeCommit message (Expand)AuthorFilesLines
2022-07-13loplugin:unusedmethodsNoel Grandin1-6/+0
2022-07-08[API CHANGE] Drop css::accessibility::XAccessibleStateSetNoel Grandin1-137/+0
2022-06-28use utl::TempFile directly in packageNoel Grandin1-0/+1
2022-06-15Revert "Load the locales from config file for languagetool"Xisco Fauli1-2/+0
2022-06-14Load the locales from config file for languagetoolMert Tumer1-0/+2
2022-06-02tdf#149420 sw offapi xmloff: add hyphenation zoneLászló Németh1-0/+2
2022-05-30clang-tidy modernize-pass-by-value in unotoolsNoel Grandin7-11/+11
2022-05-26tdf#149248 sw offapi xmloff: add option to not hyphenate last wordLászló Németh1-0/+2
2022-05-19Simplify SmElementsControlMike Kaganski1-2/+2
2022-05-19add ByteWriter to reduce memory copying when writing dataNoel Grandin2-33/+2
2022-05-19add utl::ByteReader pure classNoel Grandin2-2/+41
2022-05-14bypass some unnecessary wrapping in Any in SfxEvents_ImplNoel Grandin1-0/+3
2022-05-11osl::Mutex->std::mutex in SvtSysLocaleNoel Grandin1-4/+0
2022-05-10osl::Mutex->std::mutex in GlobalEventConfigNoel Grandin1-1/+0
2022-05-10tdf#147590 update OLE object after document refreshJuergen Funk1-0/+1
2022-05-04use more string_view in unotoolsNoel Grandin4-8/+8
2022-05-03Just use Any ctor instead of makeAny in unotoolsStephan Bergmann1-1/+1
2022-05-03add o3tl::equalsAsciiNoel Grandin1-3/+3
2022-04-29use more string_view in INetURLObjectNoel Grandin1-1/+1
2022-04-27add string_view wrappers for rtl::math::stringToDoubleNoel Grandin1-2/+2
2022-04-26officecfg,unotools,framework,sfx2: store ReadOnly for recent docsMichael Stahl1-1/+2
2022-04-22use more string_view in unotoolsNoel Grandin2-2/+2
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin3-3/+3
2022-04-11use more string_viewNoel Grandin3-6/+6
2022-04-11loplugin:stringview add check for getToken().toInt32Noel Grandin1-4/+5
2022-04-02loplugin:stringviewparam convert methods using indexOfNoel Grandin1-1/+1
2022-03-18tdf#133603 cache languagetag in FontSubstConfigurationNoel Grandin1-2/+2
2022-03-01Quick build fix: Add missing #includeTor Lillqvist1-0/+2
2022-03-01tdf#145486: Catch the error instead of re-checking readOnly statehomeboy4451-5/+14
2022-02-28address review comments for "Add XWeak constructor..."Noel Grandin1-8/+1
2022-02-22Add XWeak constructor and operator= to uno::WeakReferenceNoel Grandin1-2/+11
2021-12-24osl::Mutex->std::mutex in SvtCommandOptionsNoel Grandin1-11/+0
2021-12-24osl::Mutex->std::mutex in SvtUserOptionsNoel Grandin1-2/+0
2021-12-24Recheck include/[s-x]* with IWYUGabor Kelemen10-10/+2
2021-12-01improve the script for reducing symbol exportsNoel Grandin1-1/+1
2021-11-30loplugin:stringliteraldefine in unotoolsNoel Grandin1-34/+34
2021-11-08use more OUStringLiteral in MediaDescriptorNoel Grandin1-44/+44
2021-11-04Simplify SvtCompatibilityEntry::setValueMike Kaganski1-8/+1
2021-11-04fix potential out-of-bounds access in LocaleDataWrapperNoel Grandin1-2/+1
2021-11-02tdf#145486: Prevented crash by not updating readOnly valuehomeboy4451-1/+1
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann3-4/+9
2021-10-11loplugin:moveparam in unotoolsNoel Grandin1-1/+1
2021-09-21reduce cost of some getProperty calls (tdf#125892)Noel Grandin1-36/+42
2021-09-17speedup toUpperCase when called in parallelNoel Grandin1-4/+0
2021-09-17remove GetCharClassPtr from SvtSysLocaleNoel Grandin1-1/+0
2021-09-01clang-tidy:readability-redundant-member-initNoel Grandin1-1/+1
2021-08-20loplugin:unusedmethodsNoel Grandin1-12/+0
2021-08-19reduce visibility of some symbolsNoel Grandin1-1/+1
2021-08-18loplugin:passstuffbyrefNoel Grandin2-3/+3
2021-08-13Help older linkers (Ubuntu 18.04, Fedora 31)Jan-Marek Glogowski1-0/+3