summaryrefslogtreecommitdiff
path: root/winaccessibility
AgeCommit message (Expand)AuthorFilesLines
2022-01-12-Werror,-Wunused-parameterStephan Bergmann2-4/+3
2022-01-06wina11y: Don't use space in qualified nameMichael Weghorn2-19/+19
2022-01-06wina11y: Use range-based for in AccObject::UpdateStateMichael Weghorn1-10/+7
2022-01-06wina11y: Deduplicate 2 common lines in CMAccessible::get_accRoleMichael Weghorn1-9/+5
2022-01-06wina11y: Drop now unused AccObject::SetRoleMichael Weghorn2-13/+0
2022-01-06wina11y: Drop unused AccObjectWinManager::SetRoleMichael Weghorn2-15/+0
2022-01-06tdf#146306 wina11y: Retrieve accessible desc on demandMichael Weghorn12-117/+9
2022-01-06wina11y: Use existing method to update descriptionMichael Weghorn1-4/+2
2022-01-06wina11y: Use separate local variable for action descriptionMichael Weghorn1-4/+4
2021-12-10Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann1-1/+1
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