summaryrefslogtreecommitdiff
path: root/unotools
AgeCommit message (Expand)AuthorFilesLines
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
2020-10-03use more TOOLS_WARN_EXCEPTIONNoel1-2/+1
2020-09-25Fix typo in codeAndrea Gelmini1-3/+3
2020-09-24tdf#134782 sw,unotools,officecfg: adapt configuration and UIMichael Stahl1-0/+2
2020-09-21update pchesCaolán McNamara1-1/+2
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann1-1/+5
2020-09-07UNOTOOLS : simplify AccessibleStateSetHelper by not using an impl classArnaud Versini1-96/+37
2020-09-05Simplify creation of the FontNameDictionaryStephan Bergmann1-242/+228
2020-09-03-Werror,-Wcompound-token-split-by-spaceStephan Bergmann1-1/+1
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann2-71/+71
2020-08-19Fold Bootstrap::Impl::getVersionValue into its single useStephan Bergmann1-18/+10
2020-08-19tdf#135133: Don't try to read BuildVersionMike Kaganski1-9/+0
2020-08-19Drop fallback to read buildid from boostrap ini fileStephan Bergmann1-9/+2
2020-08-18Fix typosAndrea Gelmini1-1/+1
2020-08-12SvTreeListBox can move into toolkit headers nowCaolán McNamara1-2/+4
2020-08-05loplugin:flatten in unotoolsNoel Grandin10-351/+351
2020-07-29replace and drop SvtExtendedSecurityOptions classCaolán McNamara3-232/+0