summaryrefslogtreecommitdiff
path: root/winaccessibility
AgeCommit message (Expand)AuthorFilesLines
2021-09-18tdf#100086 wina11y: Return "fresh" IEnumVARIANT for get_accSelectionMichael Weghorn1-2/+4
2021-09-17wina11y: Get rid of more HWND<->sal_Int64 castingMichael Weghorn3-7/+4
2021-09-17wina11y: Avoid some casting between HWND and sal_Int64Michael Weghorn5-13/+13
2021-09-17wina11y: Drop OBJID_* defines from MAccessible.hMichael Weghorn1-15/+0
2021-09-16tdf#100086 wina11y: Don't delete a11y object for removed cell right awayMichael Weghorn2-3/+20
2021-09-15wina11y: Forward-declare XAccessible in AccObjectWinManager.hxxMichael Weghorn2-3/+4
2021-09-14wina11y: Use XAccessible* instead of void*Michael Weghorn2-3/+5
2021-09-08tdf#100086 tdf#124832 wina11y: Implement IAccessibleTableCellMichael Weghorn6-0/+296
2021-09-08tdf#100086 tdf#124832 wina11y: Implement IAccessibleTable2Michael Weghorn3-7/+111
2021-09-07wina11y: Drop CAccTable::GetXInterfaceMichael Weghorn2-67/+43
2021-09-07wina11y: Move "stdafx.h" include to headersMichael Weghorn4-2/+2
2021-09-07wina11y: Drop unused CMAccessible::IsDescendantManageMichael Weghorn2-12/+0
2021-09-07wina11y: Let CMAccessible::get_IAccessibleFromXAccessible return boolMichael Weghorn2-11/+4
2021-09-07wina11y: Drop unused CMAccessible::m_bRequiresSaveMichael Weghorn2-3/+1
2021-09-01tdf#135588 wina11y: Map AccessibleRole::STATIC to ROLE_SYSTEM_STATICTEXTMichael Weghorn1-1/+1
2021-07-21wina11y: Deduplicate mapping for IA2TextBoundaryTypeMichael Weghorn1-155/+64
2021-07-09loplugin:indentation (clang-cl)Stephan Bergmann1-34/+34
2021-06-28wina11y: enum XInterfaceIndex -> enum class XInterfaceTypeMichael Weghorn2-41/+44
2021-06-28wina11y: Convert QUERYXINTERFACE macro to template functionMichael Weghorn1-48/+31
2021-06-28wina11y: Use range-based for loopMichael Weghorn1-9/+6
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