summaryrefslogtreecommitdiff
path: root/unotools
AgeCommit message (Expand)AuthorFilesLines
2021-06-17use string_view in the Translate APINoel Grandin1-18/+19
2021-06-17tdf#90401 xmloff: remove personal info of comments and changesLászló Németh1-0/+14
2021-06-16Adapt implicit OString return value construction to C++23 P2266R1Stephan Bergmann1-1/+1
2021-06-13tdf#142242 Forename imported with trailing spaceNoel Grandin1-3/+4
2021-06-11Simplify Sequences initializations (unotools)Julien Nabet6-37/+16
2021-05-10reduce cost of locking in SvtModuleOptionsNoel Grandin1-17/+19
2021-05-06loplugin:unusedmethodsNoel Grandin3-123/+0
2021-05-05loplugin:constmethodNoel Grandin1-2/+2
2021-05-02sal_uLong->sal_uInt32 in ImplFontAttrsNoel Grandin1-2/+2
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann2-13/+13
2021-05-02tdf#79049 speed up OOXML workbook load (4)Noel Grandin2-397/+185
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin3-9/+8
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein1-0/+2
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein1-0/+0
2021-03-23tdf#124176 Use pragma once in u*Vincent LE GARREC4-14/+4
2021-03-23use single-use attribute for ServiceDocumenterNoel Grandin2-20/+3
2021-03-10Drop 'static_cast<cppu::OWeakObject*>' syntactic noiseMike Kaganski1-2/+1
2021-03-09Make sal/config.h the first in pchMike Kaganski1-2/+2
2021-03-01At least warn about the missing osl::Thread::join with a TODO commentStephan Bergmann1-0/+3
2021-02-23loplugin:refcounting in unotoolsNoel6-25/+19
2021-02-16loplugin:referencecasting in UnoControls..unoxmlNoel3-4/+4
2021-01-29Replace rtl::Static with function-local static hereMike Kaganski1-17/+6
2021-01-29loplugin:stringviewparam extend to new..Noel1-1/+1
2021-01-28simplify code, use more subView()Noel1-2/+2
2021-01-10fix coverity parse errorsCaolán McNamara1-5/+5
2021-01-09fix coverity parse errorsCaolán McNamara3-9/+9
2021-01-04loplugin:stringviewparam: operator +=Stephan Bergmann2-3/+5
2021-01-01tdf#119367: use Unicode paths on Windows in unotoolsMike Kaganski1-1/+8
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann4-32/+44
2020-12-26New loplugin:stringliteralvarStephan Bergmann4-14/+15
2020-12-23Use char16_t string literalsStephan Bergmann1-5/+5
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann1-2/+2
2020-12-08use proper struct for trusted authorsNoel1-18/+18
2020-12-08remove rest of 'xmlsec05' stuffNoel1-186/+11
2020-12-07remove SID_BASIC_ENABLED and BasicEnabled optionNoel1-71/+15
2020-12-04update pchesCaolán McNamara1-1/+2
2020-12-03convert EHistoryType to scoped enumNoel1-4/+4
2020-12-03convert SvtPathOptions::Paths to scoped enumNoel2-164/+158
2020-12-02simplify SvtDynamicMenuOptionsNoel Grandin1-36/+15
2020-12-01OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel2-21/+5
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel2-36/+36
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel2-3/+3
2020-11-17loplugin:stringviewparam check methods tooNoel2-5/+5
2020-11-11loplugin:stringviewNoel1-1/+1
2020-11-03ucbGet needs a non-null interaction handler after allStephan Bergmann1-5/+0
2020-10-28Use UCB instead of cURL to download https filesStephan Bergmann1-0/+5
2020-10-25UNOTOOLS : simplify AccessibleRelationHelper by removing useless impl patternArnaud Versini1-89/+33
2020-10-12Changed font order for Korean locale tdf#137392DaeHyun Sung1-1/+1
2020-10-04loplugin:reducevarscope in toolkit..unotoolsNoel2-2/+2
2020-10-03use more TOOLS_WARN_EXCEPTIONNoel4-24/+26