summaryrefslogtreecommitdiff
path: root/winaccessibility/source
AgeCommit message (Expand)AuthorFilesLines
2023-08-09wina11y: Drop "#CHECK#" commentsMichael Weghorn10-120/+52
2023-08-09wina11y: Use return value instead of out paramMichael Weghorn7-81/+44
2023-08-09tdf#156679 wina11y: Convert screen to local coords as neededMichael Weghorn1-1/+15
2023-08-09tdf#156679 wina11y: Implement accHitTest via UNO equivalentMichael Weghorn1-37/+27
2023-08-09wina11y: Move these 2 checks out of try/catchMichael Weghorn1-6/+6
2023-08-08wina11y: Drop AccObjectManagerAgent indirectionMichael Weghorn24-608/+274
2023-08-08wina11y: Drop unused includeMichael Weghorn1-1/+0
2023-08-08wina11y: Align param order with other methodsMichael Weghorn12-70/+70
2023-08-08wina11y: Move and simplify casting for Get_ToATInterfaceMichael Weghorn2-5/+5
2023-08-08wina11y: Move GetIAccessibleFromXAccessible logicMichael Weghorn2-4/+10
2023-08-08wina11y: Replace nullptr check with assertMichael Weghorn1-84/+55
2023-08-08wina11y: Drop AccObjectManagerAgent indirection to get a11y roleMichael Weghorn2-9/+2
2023-08-03tdf#156473 wina11y: Fix invalid write due to row/col mismatchMichael Weghorn1-1/+1
2023-08-01wina11y: Drop/Clean up CHILD event handling in subclassesMichael Weghorn6-221/+1
2023-08-01tdf#156561 wina11y: Handle CHILD eventMichael Weghorn1-0/+34
2023-06-13tdf#155794 winaccessibility: no SolarMutex in getAccObjectPtr()Michael Stahl4-76/+111
2023-04-17loplugin:stringaddStephan Bergmann2-24/+10
2023-03-22tdf#154303 wina11y: Don't truncate 64-bit statesMichael Weghorn1-4/+4
2023-03-07tdf#154039 wina11y: Increase refcount for returned COM interfaceMichael Weghorn1-0/+1
2023-01-05Revert all the recent loplugin:unocast changesStephan Bergmann1-3/+1
2022-12-23loplugin:unocast (VCLXAccessibleComponent)Stephan Bergmann1-1/+3
2022-11-24Drop redundant -Wnon-virtual-dtorStephan Bergmann18-151/+15
2022-09-26tdf#117173 wina11y: Send EVENT_SYSTEM_ALERT when notification showsMichael Weghorn2-0/+6
2022-09-26tdf#119788 tdf#117173 add accessibility NOTIFICATION roleJim Raykowski3-2/+6
2022-09-17loplugin:loopvartoosmall (clang-cl)Stephan Bergmann1-2/+2
2022-09-16wina11y: Drop unused CMAccessible helper methodsMichael Weghorn2-130/+0
2022-09-10wina11y: Report actual app/toolkit name/versionMichael Weghorn1-12/+7
2022-09-09Simplify by using replaceAll in a loop (winaccessibility/AccTextBase)Julien Nabet1-29/+6
2022-09-02[API CHANGE] tdf#150683 a11y: Switch a11y child index to 64 bitMichael Weghorn9-60/+139
2022-09-01wina11y: Drop CEnumVariant::m_lLBound that's always 0Michael Weghorn2-8/+6
2022-08-31wina11y: Drop unused member and methods related to selectionMichael Weghorn1-15/+0
2022-08-31wina11y: Drop unused AccObjectWinManager::UpdateAccSelectionMichael Weghorn1-79/+0
2022-08-12Fix typoAndrea Gelmini1-1/+1
2022-08-05wina11y: Drop unused AccessibleKey{Binding,Stroke}.idlMichael Weghorn3-211/+0
2022-08-05wina11y: Drop unused Charset.idlMichael Weghorn1-33/+0
2022-08-05wina11y: Fix indentation of this lineMichael Weghorn1-1/+1
2022-08-05wina11y: Drop unused AccChildNode struct from defines.idlMichael Weghorn1-5/+0
2022-08-05wina11y: Drop extra location bookkeepingMichael Weghorn5-84/+16
2022-08-05wina11y: Drop AccObjectManagerAgent::UpdateLocationMichael Weghorn4-35/+0
2022-08-05wina11y: Implement IAccessibleTableCell::get{column,row}HeaderCellsMichael Weghorn2-2/+84
2022-08-05wina11y: Implement IAccessibleTableCell::get_tableMichael Weghorn2-1/+24
2022-08-05wina11y: Implement IAccessibleTableCell:get_rowColumnExtentsMichael Weghorn2-1/+24
2022-07-08[API CHANGE] Drop css::accessibility::XAccessibleStateSetNoel Grandin14-97/+57
2022-06-15wina11y: Drop implemenation for obsolete IAccessible::put_accNameMichael Weghorn1-29/+4
2022-05-03Just use Any ctor instead of makeAny in winaccessibilityStephan Bergmann1-1/+1
2022-03-24loplugin:stringviewparamStephan Bergmann2-3/+4
2022-03-23Drop ENTER/LEAVE_PROTECTED_BLOCK and ISDESTROY macrosMike Kaganski13-575/+611
2022-03-23Drop SAFE_SYSFREESTRING macroMike Kaganski6-21/+19
2022-03-22wina11y: Slightly clean up WinResIDGeneratorMichael Weghorn1-3/+3
2022-03-02wina11y: Simplify this loop a bitMichael Weghorn1-10/+4