summaryrefslogtreecommitdiff
path: root/winaccessibility/source
AgeCommit message (Expand)AuthorFilesLines
2022-03-02wina11y: Simplify this loop a bitMichael Weghorn1-10/+4
2022-03-01wina11y: Use range-based forMichael Weghorn1-4/+2
2022-03-01wina11y: Use more range-based forMichael Weghorn1-17/+11
2022-03-01wina11y: Use 'std::vector::empty()' instead of 'std::vector::size() == 0'Michael Weghorn1-2/+2
2022-03-01wina11y: Use range-based forMichael Weghorn1-18/+5
2022-02-28Fix typoAndrea Gelmini1-1/+1
2022-02-28wina11y: Drop another 'using' directiveMichael Weghorn1-2/+1
2022-02-28wina11y: Unify how AccessibleRole is referred to hereMichael Weghorn1-103/+102
2022-02-28wina11y: Rename IsSpecialToolboItem -> IsSpecialToolbarItemMichael Weghorn3-5/+5
2022-02-28wina11y: Convert unomsaaevent.hxx constants to enum class UnoMSAAEventMichael Weghorn15-143/+136
2022-02-28wina11y: Drop useless #ifdef blockMichael Weghorn1-4/+0
2022-02-08loplugin:nullptrStephan Bergmann1-1/+2
2022-01-31tdf#147083 wina11y: Return a11y object instead of child IDMichael Weghorn4-20/+8
2022-01-31wina11y: Drop unnecessary reinterpret_castMichael Weghorn1-1/+1
2022-01-12-Werror,-Wunused-parameterStephan Bergmann1-3/+2
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 Weghorn1-12/+0
2022-01-06wina11y: Drop unused AccObjectWinManager::SetRoleMichael Weghorn1-13/+0
2022-01-06tdf#146306 wina11y: Retrieve accessible desc on demandMichael Weghorn9-109/+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-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-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 Weghorn5-9/+8
2021-09-20wina11y: Drop AccObject::m_bShouldDestroyMichael Weghorn1-8/+2
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 Weghorn2-5/+3
2021-09-17wina11y: Avoid some casting between HWND and sal_Int64Michael Weghorn4-11/+7
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 Weghorn1-3/+17
2021-09-15wina11y: Forward-declare XAccessible in AccObjectWinManager.hxxMichael Weghorn1-0/+1
2021-09-14wina11y: Use XAccessible* instead of void*Michael Weghorn1-1/+1
2021-09-08tdf#100086 tdf#124832 wina11y: Implement IAccessibleTableCellMichael Weghorn5-0/+295
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