summaryrefslogtreecommitdiff
path: root/winaccessibility/source/service
AgeCommit message (Expand)Author
2023-11-14wina11y: Drop extra local var for roleMichael Weghorn
2023-11-14wina11y: Drop unnecessary local var 'Role'Michael Weghorn
2023-11-08Drop presumably redundant null checkStephan Bergmann
2023-11-08loplugin:staticaccess (clang-cl)Stephan Bergmann
2023-10-28Fix typoAndrea Gelmini
2023-10-28tdf#135586 a11y: Add a new BLOCK_QUOTE a11y roleMichael Weghorn
2023-10-28tdf#135586 wina11y: Make role mapping more explicitMichael Weghorn
2023-10-07wina11y: Map FRAME a11y role to IAccessible2 equivalentMichael Weghorn
2023-09-10using decls should come after #includeNoel Grandin
2023-08-09wina11y: Use return value instead of out paramMichael Weghorn
2023-08-08wina11y: Drop AccObjectManagerAgent indirectionMichael Weghorn
2023-08-08wina11y: Align param order with other methodsMichael Weghorn
2023-08-08wina11y: Move and simplify casting for Get_ToATInterfaceMichael Weghorn
2023-08-08wina11y: Move GetIAccessibleFromXAccessible logicMichael Weghorn
2023-08-08wina11y: Replace nullptr check with assertMichael Weghorn
2023-08-08wina11y: Drop AccObjectManagerAgent indirection to get a11y roleMichael Weghorn
2023-08-01wina11y: Drop/Clean up CHILD event handling in subclassesMichael Weghorn
2023-08-01tdf#156561 wina11y: Handle CHILD eventMichael Weghorn
2023-06-13tdf#155794 winaccessibility: no SolarMutex in getAccObjectPtr()Michael Stahl
2023-03-22tdf#154303 wina11y: Don't truncate 64-bit statesMichael Weghorn
2023-01-05Revert all the recent loplugin:unocast changesStephan Bergmann
2022-12-23loplugin:unocast (VCLXAccessibleComponent)Stephan Bergmann
2022-11-24Drop redundant -Wnon-virtual-dtorStephan Bergmann
2022-09-26tdf#117173 wina11y: Send EVENT_SYSTEM_ALERT when notification showsMichael Weghorn
2022-09-26tdf#119788 tdf#117173 add accessibility NOTIFICATION roleJim Raykowski
2022-09-02[API CHANGE] tdf#150683 a11y: Switch a11y child index to 64 bitMichael Weghorn
2022-08-31wina11y: Drop unused member and methods related to selectionMichael Weghorn
2022-08-31wina11y: Drop unused AccObjectWinManager::UpdateAccSelectionMichael Weghorn
2022-08-05wina11y: Drop extra location bookkeepingMichael Weghorn
2022-08-05wina11y: Drop AccObjectManagerAgent::UpdateLocationMichael Weghorn
2022-07-08[API CHANGE] Drop css::accessibility::XAccessibleStateSetNoel Grandin
2022-03-22wina11y: Slightly clean up WinResIDGeneratorMichael Weghorn
2022-03-01wina11y: Use range-based forMichael 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-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: 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-10-29Fix misuses of NULL across Windows-only codeStephan Bergmann