summaryrefslogtreecommitdiff
path: root/winaccessibility
AgeCommit message (Expand)AuthorFilesLines
2021-11-26loplugin:stringviewparamStephan Bergmann1-6/+6
2021-11-01Prepare for removal of non-const operator[] from Sequence in winaccessibilityMike Kaganski2-8/+10
2021-10-29Fix misuses of NULL across Windows-only codeStephan Bergmann13-13/+13
2021-10-05drop 'using namespace std' in winaccessibilityJulien Nabet3-5/+2
2021-10-01loplugin:nullptr (clang-cl)Stephan Bergmann1-2/+2
2021-09-30-Werror,-Wshadow (clang-cl)Stephan Bergmann1-2/+2
2021-09-30Extended loplugin:referencecasting/redundantcast (clang-cl): winaccessibilityStephan Bergmann3-5/+5
2021-09-30loplugin:consttobool (clang-cl)Stephan Bergmann1-1/+1
2021-09-30loplugin:sallogareas (clang-cl)Stephan Bergmann1-1/+1
2021-09-30loplugin:includeform (clang-cl)Stephan Bergmann1-1/+1
2021-09-20wina11y: Drop bool param from CMAccessible::NotifyDestroyMichael Weghorn6-10/+9
2021-09-20wina11y: Drop AccObject::m_bShouldDestroyMichael Weghorn2-11/+3
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