summaryrefslogtreecommitdiff
path: root/unotools
AgeCommit message (Expand)AuthorFilesLines
2023-01-10tdf#152676 Writer: Compatibility options no longer saved as defaultNoel Grandin1-2/+0
2022-12-16i18n: fix build with Boost 1.81.0Đoàn Trần Công Danh1-0/+5
2022-12-01loplugin:unusedfields make some fields privateNoel Grandin1-1/+1
2022-11-18rename IsStarSymbol to IsOpenSymbolCaolán McNamara2-2/+2
2022-11-08A better fix for C++23 P2266R1Stephan Bergmann1-1/+1
2022-11-06tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macrojsala5-29/+13
2022-11-01-Werror,-Wunused-variable (clang-cl)Stephan Bergmann1-0/+2
2022-10-24tdf#133768 speed up temp file creationNoel Grandin1-0/+9
2022-10-22tdf#133767 speed up temp file creationNoel Grandin1-1/+30
2022-10-21tdf#133767 use more TempFileFastServiceNoel Grandin1-3/+4
2022-10-21loplugin:referencecasting look for a new patternNoel Grandin2-7/+7
2022-10-21tdf#133767 new service TempFileFastServiceNoel Grandin1-0/+229
2022-10-19crashtesting: temp files accumulating over timeCaolán McNamara1-1/+8
2022-10-06[API CHANGE] Resolves tdf#131136 - Remove option "Use printer metrics"Heiko Tietze1-2/+0
2022-10-05unotools: test ConvertChar::RecodeString()Chris Sherlock3-0/+76
2022-09-29split utl::TempFile into fast and named variantsNoel Grandin2-14/+56
2022-09-27tdf#123990 sc condition: use GetTransliteration, not GetCollatorJustin Luth1-17/+0
2022-09-23Fix utl::splitLastFromConfigurationPathStephan Bergmann2-51/+56
2022-09-23Add tests for utl::splitLastFromConfigurationPathStephan Bergmann3-0/+150
2022-09-23tdf#123990 sc condformat: case insensitive begins/ends/containsJustin Luth1-0/+17
2022-09-22cid#1515531 Out-of-bounds accessCaolán McNamara1-1/+2
2022-09-22this originally checked for > 0Caolán McNamara1-2/+2
2022-09-21bogus OSL_ASSERT: nPos != std::u16string_view::npos ... warningsCaolán McNamara1-2/+2
2022-09-20use more string_view in unotoolsNoel Grandin1-19/+22
2022-09-18use more string_view in utl::TempFileNoel Grandin1-5/+5
2022-09-14crashtesting: SvMemoryStream::PutData assertCaolán McNamara1-1/+1
2022-09-14move ErrCode to comphelper and improve debug output stringNoel Grandin3-3/+3
2022-09-13Empty string has no characters of any typeEike Rathke1-2/+17
2022-09-13Fix everything using XCharacterClassification::getStringType() and don't use itEike Rathke1-18/+65
2022-08-31Remove comment that has been outdated since 2001Tor Lillqvist1-3/+0
2022-08-22Resolves: tdf#150288 Do not prepend the locale's full date acceptance patternEike Rathke1-13/+7
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann20-20/+20
2022-07-22elide some makeStringAndClear() callsNoel Grandin1-1/+1
2022-07-13loplugin:unusedmethodsNoel Grandin1-35/+0
2022-07-08[API CHANGE] Drop css::accessibility::XAccessibleStateSetNoel Grandin2-171/+0
2022-06-28use utl::TempFile directly in packageNoel Grandin1-5/+11
2022-06-15Revert "Load the locales from config file for languagetool"Xisco Fauli1-21/+0
2022-06-14Load the locales from config file for languagetoolMert Tumer1-0/+21
2022-06-12crashtesting: forum-mso-de-92960 GetEnglishSearchFontName varying resultsCaolán McNamara1-23/+20
2022-06-12split out the code that extracts a lower-ascii version of a fontnameCaolán McNamara1-13/+21
2022-06-03tdf#146988 Opening at cursor position doesn't work in large documentsNoel Grandin1-3/+3
2022-06-03Fix type of impl_getISO8601TimeToken etc. string index parametersStephan Bergmann1-16/+19
2022-05-30no need to allocate LocaleDataWrapper separatelyNoel Grandin1-5/+5
2022-05-30clang-tidy modernize-pass-by-value in unotoolsNoel Grandin9-27/+35
2022-05-23cache ref to GlobalEventConfigNoel Grandin1-1/+1
2022-05-19add ByteWriter to reduce memory copying when writing dataNoel Grandin3-15/+5
2022-05-19add utl::ByteReader pure classNoel Grandin3-3/+50
2022-05-18only need to create the folder for temp files onceNoel Grandin1-6/+5
2022-05-17elide some OUString allocationNoel Grandin1-3/+5
2022-05-15cache string in DocInfoHelper::GetGeneratorStringNoel Grandin1-57/+61