summaryrefslogtreecommitdiff
path: root/unotools
AgeCommit message (Expand)AuthorFilesLines
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
2022-05-15osl::Mutex->std::mutex in SvtLinguOptionsNoel Grandin1-25/+21
2022-05-14bypass some unnecessary wrapping in Any in SfxEvents_ImplNoel Grandin1-5/+7
2022-05-14cache some OUString in GetEnglishSearchFontNameNoel Grandin1-2/+2
2022-05-13std::mutex->std::recursive_mutex in SvtUserOptionsMike Kaganski1-2/+2
2022-05-11osl::Mutex->std::mutex in SvtSysLocaleNoel Grandin1-14/+16
2022-05-10osl::Mutex->std::mutex in GlobalEventConfigNoel Grandin1-20/+17
2022-05-05use more o3tl::getTokenNoel Grandin1-3/+4
2022-05-04Fix typo in cbc34f69ec6363cd234ad2b1dfe09bfb531238dbAurimas Fišeras1-1/+1
2022-05-04use more string_view in unotoolsNoel Grandin5-32/+33
2022-05-03Just use Any ctor instead of makeAny in unotoolsStephan Bergmann9-26/+26
2022-05-03Rename #define HAVE_LIBCXX -> HAVE_LIBCPPStephan Bergmann1-1/+1
2022-05-03add o3tl::equalsAsciiNoel Grandin1-12/+13
2022-04-29use more string_view in INetURLObjectNoel Grandin1-1/+1
2022-04-27add string_view wrappers for rtl::math::stringToDoubleNoel Grandin1-13/+4
2022-04-26Use o3tl::make_unsigned in some placesStephan Bergmann1-1/+2
2022-04-26Pick better variable typesStephan Bergmann1-4/+5
2022-04-26officecfg,unotools,framework,sfx2: store ReadOnly for recent docsMichael Stahl1-2/+13
2022-04-22use more string_view in unotoolsNoel Grandin2-10/+10
2022-04-14use more string_view in unotoolsNoel Grandin2-7/+7
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin3-21/+24
2022-04-12Recheck modules [uU]* with IWYUGabor Kelemen23-50/+5
2022-04-11use more string_viewNoel Grandin4-59/+60
2022-04-10loplugin:stringview check for getToken and trimNoel Grandin1-1/+2