summaryrefslogtreecommitdiff
path: root/unotools/source/misc
AgeCommit message (Expand)Author
2023-12-10cid#1546281 COPY_INSTEAD_OF_MOVECaolán McNamara
2023-11-28Prevent attempts to create UCB content from .component URIsMike Kaganski
2023-11-23tdf#158321 No error message when file doesn't existNoel Grandin
2023-11-20c++20: use std::erase(_if) instead of std::remove(_if)+erase (unotools)Julien Nabet
2023-10-23Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]StringStephan Bergmann
2023-10-11Delete OUString UTF-16 string literal ctor/assignment opStephan Bergmann
2023-10-02reduce allocations in InterceptedInteractionNoel Grandin
2023-07-17Simplify some UTF-16 string literalsStephan Bergmann
2023-07-10Remove duplicated entryStephan Bergmann
2023-05-03Related tdf#154769: XML Form add limits of length value for some datatypeJulien Nabet
2023-04-26tdf#108757 avoid some OUString construction on a hot pathNoel Grandin
2023-03-30loplugin:stringadd in ucbhelper..uuiNoel Grandin
2023-03-17elide some temporary OUStringsNoel Grandin
2023-01-21fix ZipPackageHelper::addFileNoel Grandin
2022-11-18rename IsStarSymbol to IsOpenSymbolCaolán McNamara
2022-11-06tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macrojsala
2022-08-31Remove comment that has been outdated since 2001Tor Lillqvist
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-07-13loplugin:unusedmethodsNoel Grandin
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-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-14cache some OUString in GetEnglishSearchFontNameNoel Grandin
2022-05-11osl::Mutex->std::mutex in SvtSysLocaleNoel Grandin
2022-05-04use more string_view in unotoolsNoel Grandin
2022-05-03Just use Any ctor instead of makeAny in unotoolsStephan Bergmann
2022-04-26Pick better variable typesStephan Bergmann
2022-04-22use 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-03-18tdf#133603 cache languagetag in FontSubstConfigurationNoel Grandin
2021-11-08use more OUStringLiteral in MediaDescriptorNoel Grandin
2021-11-01Prepare for removal of non-const operator[] from Sequence in unotoolsMike Kaganski
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann
2021-09-17need optional headerCaolán McNamara
2021-09-17speedup toUpperCase when called in parallelNoel Grandin
2021-09-17remove GetCharClassPtr from SvtSysLocaleNoel Grandin
2021-09-06clang-tidy:readability-redundant-member-initNoel Grandin
2021-07-26use officecfg for security optionsNoel Grandin
2021-07-12update Japanese font order listJun NOGATA
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin
2021-06-11Simplify Sequences initializations (unotools)Julien Nabet
2021-05-05loplugin:constmethodNoel Grandin
2021-05-02tdf#79049 speed up OOXML workbook load (4)Noel Grandin
2021-03-23tdf#124176 Use pragma once in u*Vincent LE GARREC
2021-03-23use single-use attribute for ServiceDocumenterNoel Grandin
2021-03-10Drop 'static_cast<cppu::OWeakObject*>' syntactic noiseMike Kaganski