summaryrefslogtreecommitdiff
path: root/unotools
AgeCommit message (Expand)Author
2022-10-21tdf#133767 new service TempFileFastServiceNoel Grandin
2022-10-19crashtesting: temp files accumulating over timeCaolán McNamara
2022-10-06[API CHANGE] Resolves tdf#131136 - Remove option "Use printer metrics"Heiko Tietze
2022-10-05unotools: test ConvertChar::RecodeString()Chris Sherlock
2022-09-29split utl::TempFile into fast and named variantsNoel Grandin
2022-09-27tdf#123990 sc condition: use GetTransliteration, not GetCollatorJustin Luth
2022-09-23Fix utl::splitLastFromConfigurationPathStephan Bergmann
2022-09-23Add tests for utl::splitLastFromConfigurationPathStephan Bergmann
2022-09-23tdf#123990 sc condformat: case insensitive begins/ends/containsJustin Luth
2022-09-22cid#1515531 Out-of-bounds accessCaolán McNamara
2022-09-22this originally checked for > 0Caolán McNamara
2022-09-21bogus OSL_ASSERT: nPos != std::u16string_view::npos ... warningsCaolán McNamara
2022-09-20use more string_view in unotoolsNoel Grandin
2022-09-18use more string_view in utl::TempFileNoel Grandin
2022-09-14crashtesting: SvMemoryStream::PutData assertCaolán McNamara
2022-09-14move ErrCode to comphelper and improve debug output stringNoel Grandin
2022-09-13Empty string has no characters of any typeEike Rathke
2022-09-13Fix everything using XCharacterClassification::getStringType() and don't use itEike Rathke
2022-08-31Remove comment that has been outdated since 2001Tor Lillqvist
2022-08-22Resolves: tdf#150288 Do not prepend the locale's full date acceptance patternEike Rathke
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
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