summaryrefslogtreecommitdiff
path: root/winaccessibility/source/service
AgeCommit message (Expand)Author
2024-08-21wina11y: Query XAccessibleAction iface on demandMichael Weghorn
2024-08-21wina11y: Retrieve default action description on demandMichael Weghorn
2024-08-21wina11y: Unify handling to set action descriptionMichael Weghorn
2024-08-21wina11y: Drop AccObjectWinManager::GetRoleMichael Weghorn
2024-08-21wina11y: Drop extra check in AccObjectWinManager::InsertAccObjMichael Weghorn
2024-08-21wina11y: Consistently assert COM obj creation succeedsMichael Weghorn
2024-08-21wina11y: Drop AccObject::ImplInitializeCreateObjMichael Weghorn
2024-08-21wina11y: Retrieve a11y name on demandMichael Weghorn
2024-08-21wina11y: Query new a11y name instead of passing it aroundMichael Weghorn
2024-08-21wina11y: Use UNKNOWN as fallback for a11y roleMichael Weghorn
2024-08-21wina11y: Drop special a11y name handling for paragraph/block quoteMichael Weghorn
2024-08-21wina11y: Don't set a11y name that gets overwritten right awayMichael Weghorn
2024-08-21wina11y: Just use ref instead of having extra pointer varMichael Weghorn
2024-08-21wina11y: Drop duplicate check for a11y contextMichael Weghorn
2024-08-21wina11y: Drop extra pointer vars, just use the refMichael Weghorn
2024-08-21wina11y: Don't use "m" prefix for local varsMichael Weghorn
2024-04-17wina11y: Drop unnecessary null check and make staticMichael Weghorn
2024-04-17tdf#160695 wina11y: Send status change events for toolbar buttonsMichael Weghorn
2023-12-08wina11y: Hold AccObjectWinManager by ref, not ptrMichael Weghorn
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