summaryrefslogtreecommitdiff
path: root/winaccessibility
AgeCommit message (Expand)Author
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein
2021-03-23tdf#124176 Use pragma once in w*Vincent LE GARREC
2021-03-12drop unneeded includeCaolán McNamara
2021-03-03loplugin:referencecasting (clang-cl)Stephan Bergmann
2021-02-10Remove unneeded breaksAndrea Gelmini
2020-12-15Silence warning C4189: local variable is initialized but not referencedStephan Bergmann
2020-12-07loplugin:stringviewparam (clang-cl)Stephan Bergmann
2020-11-25Strength-reduce ReplaceOneChar parameter from string to single characterStephan Bergmann
2020-11-25UNOIDL long vs. C++ sal_Int32 confustionStephan Bergmann
2020-11-18Fix mis-clang-format'ed commentStephan Bergmann
2020-11-18tdf#123936 Formatting files in module winaccessibility with clang-formatPhilipp Hofer
2020-10-19clang-cl: Adapt Windows-specific code to extended loplugin:cstylecastStephan Bergmann
2020-09-12Replace remaining uses of sal_CharJulien Nabet
2020-09-01Fix typoAndrea Gelmini
2020-09-01Fix typo in codeAndrea Gelmini
2020-08-31Fix typo in codeAndrea Gelmini
2020-08-29Fix typo in codeAndrea Gelmini
2020-08-21Fix typoAndrea Gelmini
2020-08-04loplugin:simplifypointertobool (clang-cl)Stephan Bergmann
2020-07-14winaccessibility: create instances with uno constructorsNoel Grandin
2020-06-03tdf#133633 winaccessibility: Add null checkMichael Weghorn
2020-05-09tdf#118418 implement scrollSubstringTo() for Qt & windowsSamuel Thibault
2020-04-17Drop unused includes and usingsMike Kaganski
2020-04-16VCLXAccessibleComponent* may be passed to HandleWindowOpenedMike Kaganski
2020-02-16GBUILD_TRACE, support for finding out where the build time is spentLuboš Luňák
2020-02-06Fix typoAndrea Gelmini
2020-02-03loplugin:redundantpointerops (clang-cl)Stephan Bergmann
2020-02-03loplugin:unsignedcompare (clang-cl)Stephan Bergmann
2019-12-19Fix typoAndrea Gelmini
2019-12-19Fix typoAndrea Gelmini
2019-12-05loplugin:external (clang-cl)Stephan Bergmann
2019-11-26loplugin:external (clang-cl)Stephan Bergmann
2019-11-26loplugin:consttobool (clang-cl)Stephan Bergmann
2019-11-19loplugin:fakebool (clang-cl)Stephan Bergmann
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann
2019-10-14use common PCH for more librariesLuboš Luňák
2019-10-02-Werror,-Wmicrosoft-exception-spec (clang-cl)Stephan Bergmann
2019-10-01loplugin:referencecasting (clang-cl)Stephan Bergmann
2019-10-01loplugin:redundantcast (clang-cl)Stephan Bergmann
2019-10-01loplugin:stringconstant (clang-cl)Stephan Bergmann
2019-10-01loplugin:simplifyconstruct (clang-cl)Stephan Bergmann
2019-09-27Deduplicate O(U)StringNumber definitions; add toAsciiUpperCaseMike Kaganski
2019-09-24support O(U)String::number() for fast string concatenationLuboš Luňák
2019-09-12Fix typosAndrea Gelmini
2019-09-01Fix '..'Andrea Gelmini
2019-08-19Fix typosAndrea Gelmini
2019-08-12Fix typosAndrea Gelmini
2019-07-29Fix typosAndrea Gelmini
2019-05-10an uno -> a unoCaolán McNamara