summaryrefslogtreecommitdiff
path: root/unotools
AgeCommit message (Expand)Author
2022-07-22elide some makeStringAndClear() callsNoel Grandin
2022-07-13loplugin:unusedmethodsNoel Grandin
2022-07-08[API CHANGE] Drop css::accessibility::XAccessibleStateSetNoel Grandin
2022-06-28use utl::TempFile directly in packageNoel Grandin
2022-06-15Revert "Load the locales from config file for languagetool"Xisco Fauli
2022-06-14Load the locales from config file for languagetoolMert Tumer
2022-06-12crashtesting: forum-mso-de-92960 GetEnglishSearchFontName varying resultsCaolán McNamara
2022-06-12split out the code that extracts a lower-ascii version of a fontnameCaolán McNamara
2022-06-03tdf#146988 Opening at cursor position doesn't work in large documentsNoel Grandin
2022-06-03Fix type of impl_getISO8601TimeToken etc. string index parametersStephan Bergmann
2022-05-30no need to allocate LocaleDataWrapper separatelyNoel Grandin
2022-05-30clang-tidy modernize-pass-by-value in unotoolsNoel Grandin
2022-05-23cache ref to GlobalEventConfigNoel Grandin
2022-05-19add ByteWriter to reduce memory copying when writing dataNoel Grandin
2022-05-19add utl::ByteReader pure classNoel Grandin
2022-05-18only need to create the folder for temp files onceNoel Grandin
2022-05-17elide some OUString allocationNoel Grandin
2022-05-15cache string in DocInfoHelper::GetGeneratorStringNoel Grandin
2022-05-15osl::Mutex->std::mutex in SvtLinguOptionsNoel Grandin
2022-05-14bypass some unnecessary wrapping in Any in SfxEvents_ImplNoel Grandin
2022-05-14cache some OUString in GetEnglishSearchFontNameNoel Grandin
2022-05-13std::mutex->std::recursive_mutex in SvtUserOptionsMike Kaganski
2022-05-11osl::Mutex->std::mutex in SvtSysLocaleNoel Grandin
2022-05-10osl::Mutex->std::mutex in GlobalEventConfigNoel Grandin
2022-05-05use more o3tl::getTokenNoel Grandin
2022-05-04Fix typo in cbc34f69ec6363cd234ad2b1dfe09bfb531238dbAurimas Fišeras
2022-05-04use more string_view in unotoolsNoel Grandin
2022-05-03Just use Any ctor instead of makeAny in unotoolsStephan Bergmann
2022-05-03Rename #define HAVE_LIBCXX -> HAVE_LIBCPPStephan Bergmann
2022-05-03add o3tl::equalsAsciiNoel Grandin
2022-04-29use more string_view in INetURLObjectNoel Grandin
2022-04-27add string_view wrappers for rtl::math::stringToDoubleNoel Grandin
2022-04-26Use o3tl::make_unsigned in some placesStephan Bergmann
2022-04-26Pick better variable typesStephan Bergmann
2022-04-26officecfg,unotools,framework,sfx2: store ReadOnly for recent docsMichael Stahl
2022-04-22use more string_view in unotoolsNoel Grandin
2022-04-14use more string_view in unotoolsNoel Grandin
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin
2022-04-12Recheck modules [uU]* with IWYUGabor Kelemen
2022-04-11use more string_viewNoel Grandin
2022-04-10loplugin:stringview check for getToken and trimNoel Grandin
2022-04-08move comphelper::string::toInt32 to o3tlNoel Grandin
2022-04-08allow to override the generator/producer string in output documentsLuboš Luňák
2022-04-08use more subView when converting to Int32Noel Grandin
2022-04-02loplugin:stringviewparam convert methods using indexOfNoel Grandin
2022-03-24loplugin:constantparamNoel Grandin
2022-03-18tdf#133603 cache languagetag in FontSubstConfigurationNoel Grandin
2022-02-25renames in template manager creates xml file in wrong locationNoel Grandin
2022-02-06Avoid signed-integer-overflowStephan Bergmann
2022-01-20WASM --enable-wasm-strip now skips lots of LO codeArmin Le Grand (Allotropia)