summaryrefslogtreecommitdiff
path: root/winaccessibility
AgeCommit message (Expand)AuthorFilesLines
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein1-21/+22
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein1-0/+0
2021-03-23tdf#124176 Use pragma once in w*Vincent LE GARREC41-163/+41
2021-03-12drop unneeded includeCaolán McNamara1-2/+0
2021-03-03loplugin:referencecasting (clang-cl)Stephan Bergmann2-2/+2
2021-02-10Remove unneeded breaksAndrea Gelmini1-2/+0
2020-12-15Silence warning C4189: local variable is initialized but not referencedStephan Bergmann1-0/+1
2020-12-07loplugin:stringviewparam (clang-cl)Stephan Bergmann2-23/+27
2020-11-25Strength-reduce ReplaceOneChar parameter from string to single characterStephan Bergmann1-6/+6
2020-11-25UNOIDL long vs. C++ sal_Int32 confustionStephan Bergmann1-2/+2
2020-11-18Fix mis-clang-format'ed commentStephan Bergmann1-2/+2
2020-11-18tdf#123936 Formatting files in module winaccessibility with clang-formatPhilipp Hofer29-315/+267
2020-10-19clang-cl: Adapt Windows-specific code to extended loplugin:cstylecastStephan Bergmann1-1/+1
2020-09-12Replace remaining uses of sal_CharJulien Nabet1-1/+1
2020-09-01Fix typoAndrea Gelmini3-9/+9
2020-09-01Fix typo in codeAndrea Gelmini1-1/+1
2020-08-31Fix typo in codeAndrea Gelmini2-5/+5
2020-08-29Fix typo in codeAndrea Gelmini1-1/+1
2020-08-21Fix typoAndrea Gelmini1-2/+2
2020-08-04loplugin:simplifypointertobool (clang-cl)Stephan Bergmann1-1/+1
2020-07-14winaccessibility: create instances with uno constructorsNoel Grandin2-54/+16
2020-06-03tdf#133633 winaccessibility: Add null checkMichael Weghorn1-0/+4
2020-05-09tdf#118418 implement scrollSubstringTo() for Qt & windowsSamuel Thibault1-1/+44
2020-04-17Drop unused includes and usingsMike Kaganski1-13/+0
2020-04-16VCLXAccessibleComponent* may be passed to HandleWindowOpenedMike Kaganski1-2/+7
2020-02-16GBUILD_TRACE, support for finding out where the build time is spentLuboš Luňák1-0/+2
2020-02-06Fix typoAndrea Gelmini1-1/+1
2020-02-03loplugin:redundantpointerops (clang-cl)Stephan Bergmann4-17/+17
2020-02-03loplugin:unsignedcompare (clang-cl)Stephan Bergmann1-1/+2
2019-12-19Fix typoAndrea Gelmini11-11/+11
2019-12-19Fix typoAndrea Gelmini1-1/+1
2019-12-05loplugin:external (clang-cl)Stephan Bergmann2-0/+8
2019-11-26loplugin:external (clang-cl)Stephan Bergmann1-0/+4
2019-11-26loplugin:consttobool (clang-cl)Stephan Bergmann2-18/+18
2019-11-19loplugin:fakebool (clang-cl)Stephan Bergmann5-12/+12
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann1-1/+1
2019-10-14use common PCH for more librariesLuboš Luňák1-0/+2
2019-10-02-Werror,-Wmicrosoft-exception-spec (clang-cl)Stephan Bergmann16-219/+219
2019-10-01loplugin:referencecasting (clang-cl)Stephan Bergmann4-12/+12
2019-10-01loplugin:redundantcast (clang-cl)Stephan Bergmann1-1/+1
2019-10-01loplugin:stringconstant (clang-cl)Stephan Bergmann2-2/+2
2019-10-01loplugin:simplifyconstruct (clang-cl)Stephan Bergmann1-2/+1
2019-09-27Deduplicate O(U)StringNumber definitions; add toAsciiUpperCaseMike Kaganski1-1/+1
2019-09-24support O(U)String::number() for fast string concatenationLuboš Luňák1-1/+1
2019-09-12Fix typosAndrea Gelmini2-5/+5
2019-09-01Fix '..'Andrea Gelmini1-1/+1
2019-08-19Fix typosAndrea Gelmini1-1/+1
2019-08-12Fix typosAndrea Gelmini2-6/+6
2019-07-29Fix typosAndrea Gelmini5-6/+6
2019-05-10an uno -> a unoCaolán McNamara1-1/+1