summaryrefslogtreecommitdiff
path: root/winaccessibility
AgeCommit message (Expand)Author
2023-09-14Fix typoAndrea Gelmini
2023-09-10using decls should come after #includeNoel Grandin
2023-08-22wina11y: Drop CAccActionBase::GetXInterfaceMichael Weghorn
2023-08-09wina11y: Drop "#CHECK#" commentsMichael Weghorn
2023-08-09wina11y: Use return value instead of out paramMichael Weghorn
2023-08-09tdf#156679 wina11y: Convert screen to local coords as neededMichael Weghorn
2023-08-09tdf#156679 wina11y: Implement accHitTest via UNO equivalentMichael Weghorn
2023-08-09wina11y: Move these 2 checks out of try/catchMichael Weghorn
2023-08-08wina11y: Drop AccObjectManagerAgent indirectionMichael Weghorn
2023-08-08wina11y: Drop unused includeMichael Weghorn
2023-08-08wina11y: Align param order with other methodsMichael Weghorn
2023-08-08wina11y: Drop unused default nullptr argMichael 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-03tdf#156473 wina11y: Fix invalid write due to row/col mismatchMichael 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-04-17loplugin:stringaddStephan Bergmann
2023-03-22tdf#154303 wina11y: Don't truncate 64-bit statesMichael Weghorn
2023-03-07tdf#154039 wina11y: Increase refcount for returned COM interfaceMichael 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-17loplugin:loopvartoosmall (clang-cl)Stephan Bergmann
2022-09-16wina11y: Drop unused CMAccessible helper methodsMichael Weghorn
2022-09-10wina11y: Report actual app/toolkit name/versionMichael Weghorn
2022-09-09Simplify by using replaceAll in a loop (winaccessibility/AccTextBase)Julien Nabet
2022-09-02[API CHANGE] tdf#150683 a11y: Switch a11y child index to 64 bitMichael Weghorn
2022-09-01wina11y: Drop CEnumVariant::m_lLBound that's always 0Michael Weghorn
2022-08-31wina11y: Drop unused member and methods related to selectionMichael Weghorn
2022-08-31wina11y: Drop unused AccObjectWinManager::UpdateAccSelectionMichael Weghorn
2022-08-12Fix typoAndrea Gelmini
2022-08-05wina11y: Drop unused AccessibleKey{Binding,Stroke}.idlMichael Weghorn
2022-08-05wina11y: Drop unused Charset.idlMichael Weghorn
2022-08-05wina11y: Fix indentation of this lineMichael Weghorn
2022-08-05wina11y: Drop unused AccChildNode struct from defines.idlMichael Weghorn
2022-08-05wina11y: Drop extra location bookkeepingMichael Weghorn
2022-08-05wina11y: Drop AccObjectManagerAgent::UpdateLocationMichael Weghorn
2022-08-05wina11y: Implement IAccessibleTableCell::get{column,row}HeaderCellsMichael Weghorn
2022-08-05wina11y: Implement IAccessibleTableCell::get_tableMichael Weghorn
2022-08-05wina11y: Implement IAccessibleTableCell:get_rowColumnExtentsMichael Weghorn
2022-07-08[API CHANGE] Drop css::accessibility::XAccessibleStateSetNoel Grandin
2022-06-15wina11y: Drop implemenation for obsolete IAccessible::put_accNameMichael Weghorn
2022-05-03Just use Any ctor instead of makeAny in winaccessibilityStephan Bergmann
2022-03-24loplugin:stringviewparamStephan Bergmann