summaryrefslogtreecommitdiff
path: root/winaccessibility
AgeCommit message (Expand)Author
2022-05-03Just use Any ctor instead of makeAny in winaccessibilityStephan Bergmann
2022-03-24loplugin:stringviewparamStephan Bergmann
2022-03-23Drop ENTER/LEAVE_PROTECTED_BLOCK and ISDESTROY macrosMike Kaganski
2022-03-23Drop SAFE_SYSFREESTRING macroMike Kaganski
2022-03-22wina11y: Slightly clean up WinResIDGeneratorMichael Weghorn
2022-03-02wina11y: Simplify this loop a bitMichael Weghorn
2022-03-01wina11y: Use range-based forMichael Weghorn
2022-03-01wina11y: Use more range-based forMichael Weghorn
2022-03-01wina11y: Use 'std::vector::empty()' instead of 'std::vector::size() == 0'Michael Weghorn
2022-03-01wina11y: Use range-based forMichael Weghorn
2022-02-28Fix typoAndrea Gelmini
2022-02-28wina11y: Drop another 'using' directiveMichael Weghorn
2022-02-28wina11y: Unify how AccessibleRole is referred to hereMichael Weghorn
2022-02-28wina11y: Rename IsSpecialToolboItem -> IsSpecialToolbarItemMichael Weghorn
2022-02-28wina11y: Convert unomsaaevent.hxx constants to enum class UnoMSAAEventMichael Weghorn
2022-02-28wina11y: Drop useless #ifdef blockMichael Weghorn
2022-02-08loplugin:nullptrStephan Bergmann
2022-01-31tdf#147083 wina11y: Return a11y object instead of child IDMichael Weghorn
2022-01-31wina11y: Drop unnecessary reinterpret_castMichael Weghorn
2022-01-12-Werror,-Wunused-parameterStephan Bergmann
2022-01-06wina11y: Don't use space in qualified nameMichael Weghorn
2022-01-06wina11y: Use range-based for in AccObject::UpdateStateMichael Weghorn
2022-01-06wina11y: Deduplicate 2 common lines in CMAccessible::get_accRoleMichael Weghorn
2022-01-06wina11y: Drop now unused AccObject::SetRoleMichael Weghorn
2022-01-06wina11y: Drop unused AccObjectWinManager::SetRoleMichael Weghorn
2022-01-06tdf#146306 wina11y: Retrieve accessible desc on demandMichael Weghorn
2022-01-06wina11y: Use existing method to update descriptionMichael Weghorn
2022-01-06wina11y: Use separate local variable for action descriptionMichael Weghorn
2021-12-10Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann
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-10-01loplugin:nullptr (clang-cl)Stephan Bergmann
2021-09-30-Werror,-Wshadow (clang-cl)Stephan Bergmann
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-30loplugin:includeform (clang-cl)Stephan Bergmann
2021-09-20wina11y: Drop bool param from CMAccessible::NotifyDestroyMichael Weghorn
2021-09-20wina11y: Drop AccObject::m_bShouldDestroyMichael Weghorn
2021-09-18tdf#100086 wina11y: Return "fresh" IEnumVARIANT for get_accSelectionMichael Weghorn
2021-09-17wina11y: Get rid of more HWND<->sal_Int64 castingMichael 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-16tdf#100086 wina11y: Don't delete a11y object for removed cell right awayMichael Weghorn
2021-09-15wina11y: Forward-declare XAccessible in AccObjectWinManager.hxxMichael Weghorn
2021-09-14wina11y: Use XAccessible* instead of void*Michael Weghorn
2021-09-08tdf#100086 tdf#124832 wina11y: Implement IAccessibleTableCellMichael Weghorn
2021-09-08tdf#100086 tdf#124832 wina11y: Implement IAccessibleTable2Michael Weghorn