summaryrefslogtreecommitdiff
path: root/winaccessibility/source/UAccCOM
AgeCommit message (Expand)Author
2021-11-26loplugin:stringviewparamStephan Bergmann
2021-11-01Prepare for removal of non-const operator[] from Sequence in winaccessibilityMike Kaganski
2021-10-29Fix misuses of NULL across Windows-only codeStephan Bergmann
2021-10-05drop 'using namespace std' in winaccessibilityJulien Nabet
2021-09-30Extended loplugin:referencecasting/redundantcast (clang-cl): winaccessibilityStephan Bergmann
2021-09-30loplugin:consttobool (clang-cl)Stephan Bergmann
2021-09-30loplugin:sallogareas (clang-cl)Stephan Bergmann
2021-09-20wina11y: Drop bool param from CMAccessible::NotifyDestroyMichael Weghorn
2021-09-18tdf#100086 wina11y: Return "fresh" IEnumVARIANT for get_accSelectionMichael Weghorn
2021-09-17wina11y: Avoid some casting between HWND and sal_Int64Michael Weghorn
2021-09-17wina11y: Drop OBJID_* defines from MAccessible.hMichael Weghorn
2021-09-08tdf#100086 tdf#124832 wina11y: Implement IAccessibleTableCellMichael Weghorn
2021-09-08tdf#100086 tdf#124832 wina11y: Implement IAccessibleTable2Michael Weghorn
2021-09-07wina11y: Drop CAccTable::GetXInterfaceMichael Weghorn
2021-09-07wina11y: Move "stdafx.h" include to headersMichael Weghorn
2021-09-07wina11y: Drop unused CMAccessible::IsDescendantManageMichael Weghorn
2021-09-07wina11y: Let CMAccessible::get_IAccessibleFromXAccessible return boolMichael Weghorn
2021-09-07wina11y: Drop unused CMAccessible::m_bRequiresSaveMichael Weghorn
2021-07-21wina11y: Deduplicate mapping for IA2TextBoundaryTypeMichael Weghorn
2021-06-28wina11y: enum XInterfaceIndex -> enum class XInterfaceTypeMichael Weghorn
2021-06-28wina11y: Convert QUERYXINTERFACE macro to template functionMichael Weghorn
2021-06-28wina11y: Use range-based for loopMichael Weghorn
2021-03-23tdf#124176 Use pragma once in w*Vincent LE GARREC
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-09-12Replace remaining uses of sal_CharJulien Nabet
2020-09-01Fix typoAndrea Gelmini
2020-08-31Fix typo in codeAndrea Gelmini
2020-06-03tdf#133633 winaccessibility: Add null checkMichael Weghorn
2020-05-09tdf#118418 implement scrollSubstringTo() for Qt & windowsSamuel Thibault
2020-02-03loplugin:redundantpointerops (clang-cl)Stephan Bergmann
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-02-Werror,-Wmicrosoft-exception-spec (clang-cl)Stephan Bergmann
2019-10-01loplugin:redundantcast (clang-cl)Stephan Bergmann
2019-10-01loplugin:stringconstant (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-01Fix '..'Andrea Gelmini
2019-07-29Fix typosAndrea Gelmini
2019-04-03WinAPI: Fix some leftovers having UNICODE-define-dependencyMike Kaganski
2019-03-27loplugin:typedefparam (clang-cl)Stephan Bergmann
2019-02-26loplugin:indentation (clang-cl)Stephan Bergmann
2019-01-30loplugin:implicitboolconversion (clang-cl)Stephan Bergmann