summaryrefslogtreecommitdiffstats
path: root/l10ntools
Commit message (Expand)AuthorAgeFilesLines
* loplugin:stringliteraldefine in l10ntools..ooxNoel Grandin2021-11-261-2/+2
* new loplugin:stringliteraldefineNoel Grandin2021-11-101-1/+1
* In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann2021-10-111-5/+6
* drop 'using namespace std' in l*Julien Nabet2021-10-044-41/+34
* A more lightweight O[U]StringConcatenationStephan Bergmann2021-10-031-1/+1
* Extend loplugin:stringviewparam to starts/endsWith: l10ntoolsStephan Bergmann2021-09-231-4/+5
* Fix typosAndrea Gelmini2021-09-221-2/+2
* clang-tidy:readability-redundant-member-initNoel Grandin2021-09-013-22/+8
* loplugin:indentation improve checks for brace alignmentNoel Grandin2021-06-283-3/+3
* Simplify a OUString constructionStephan Bergmann2021-06-181-1/+1
* Adapt implicit OString return value construction to C++23 P2266R1Stephan Bergmann2021-06-161-2/+2
* -Werror,-Wunused-but-set-variable (Clang 13 trunk)Stephan Bergmann2021-06-031-14/+3
* no need to allocate these on the heapNoel Grandin2021-05-283-8/+8
* use more string_view in OString APINoel Grandin2021-04-192-4/+4
* Updated README.md files to represent current code / use Markdown formatHossein2021-04-071-1/+3
* Using .md extension/Markdown syntax for modules READMEHossein2021-03-241-0/+0
* HelpParser::ProcessHelp: Tidy Null checksDr. David Alan Gilbert2021-01-301-9/+5
* loplugin:stringviewparam extend to new..Noel2021-01-291-1/+1
* add string_view variants of methods to O[U]StringBufferNoel2021-01-283-5/+5
* pocheck: don't require reference for stock labelsChristian Lohmaier2021-01-271-2/+5
* prep to replace stock button labelsCaolán McNamara2021-01-151-1/+32
* loplugin:stringviewparam: operator +Stephan Bergmann2020-12-2912-35/+47
* Simplify loplugin:stringviewparam comparison operator handlingStephan Bergmann2020-12-271-1/+1
* Adapt the remaining OUString functions to std string_viewStephan Bergmann2020-12-114-6/+8
* Apparently, Windows doesn't have the concept of a set but empty env varStephan Bergmann2020-12-091-3/+1
* Assert that certain env vars are set in these build-time toolsStephan Bergmann2020-12-083-4/+17
* Use OString::Concat(...) + ... instead of ... + OStringLiteral(...)Stephan Bergmann2020-12-081-10/+10
* Clean up --disable-assert-always-abort loplugin:stringviewparamStephan Bergmann2020-11-162-11/+5
* loplugin:stringviewparam (l10ntools)Julien Nabet2020-11-142-0/+10
* tdf#123936 Formatting files in module l10ntools with clang-formatPhilipp Hofer2020-11-132-12/+11
* loplugin:stringviewNoel2020-11-116-9/+9
* disable O(U)String::concat for internal codeNoel Grandin2020-11-111-3/+3
* new loplugin:reducevarscopeNoel Grandin2020-11-102-3/+2
* Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann2020-09-161-13/+14
* Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann2020-08-281-19/+19
* Upcoming improved loplugin:staticanonymous -> redundantstatic: l10ntoolsStephan Bergmann2020-07-011-1/+1
* add Central Kurdish (ckb) language packChristian Lohmaier2020-06-241-0/+1
* Don't return too early, clean vars first (l10ntools/treemerge)Julien Nabet2020-06-151-1/+1
* Use xmlFreeDoc since pXhpFile is a xmlDocPtr (l10ntools/treemerge)Julien Nabet2020-06-101-1/+1
* loplugin:buriedassign in l,o,p*Noel Grandin2020-04-151-2/+4
* loplugin:flatten in l10ntoolsNoel Grandin2020-04-074-138/+139
* avoid flex-caused warnings about unused functionsLuboš Luňák2020-02-032-0/+2
* loplugin:finalclasses in i18npool..linguisticNoel Grandin2020-01-143-7/+6
* sal_Char->char in idlc..linguisticNoel Grandin2019-12-191-1/+1
* remove some useless comment linesNoel Grandin2019-12-037-22/+0
* Extend loplugin:external to warn about enumsStephan Bergmann2019-11-171-0/+4
* loplugin:stringaddNoel Grandin2019-11-031-2/+2
* loplugin:stringadd look for unnecessary temporariesNoel Grandin2019-10-142-14/+14
* pocheck: also preserve header in check for function namesChristian Lohmaier2019-10-021-3/+4
* loplugin:stringadd in helpcompiler..ooxNoel Grandin2019-10-012-10/+2