summaryrefslogtreecommitdiff
path: root/winaccessibility
AgeCommit message (Expand)AuthorFilesLines
2023-12-24Remove unused headers found by bin/find-unusedheaders.shGabor Kelemen1-152/+0
2023-12-08wina11y: Hold AccObjectWinManager by ref, not ptrMichael Weghorn29-231/+230
2023-11-14wina11y: Drop "using namespace css:accessibility::AccessibleRole"Michael Weghorn1-12/+9
2023-11-14tdf#123864 a11y: Add new AccessibleStateType::CHECKABLEMichael Weghorn1-2/+8
2023-11-14wina11y: Make UNO to IA2 state mapping more explicitMichael Weghorn1-51/+57
2023-11-14wina11y: Drop extra local var for roleMichael Weghorn1-18/+13
2023-11-14wina11y: Drop unnecessary local var 'Role'Michael Weghorn1-3/+2
2023-11-08Drop presumably redundant null checkStephan Bergmann1-1/+1
2023-11-08loplugin:staticaccess (clang-cl)Stephan Bergmann2-2/+2
2023-10-28Fix typoAndrea Gelmini1-1/+1
2023-10-28Fix typoAndrea Gelmini1-1/+1
2023-10-28tdf#135586 a11y: Add a new BLOCK_QUOTE a11y roleMichael Weghorn3-3/+8
2023-10-28tdf#135586 wina11y: Make role mapping more explicitMichael Weghorn1-104/+197
2023-10-25tdf#135586 a11y: Make IAccessible2 an external and update itMichael Weghorn2-5476/+21
2023-10-21tdf#135922 wina11y: Report text-related IA2 obj attrsMichael Weghorn1-0/+12
2023-10-21wina11y: Just return empty attr string when none presentMichael Weghorn1-8/+9
2023-10-21wina11y: Indent try blockMichael Weghorn1-23/+23
2023-10-21tdf#135922 a11y: Prepare reporting text attrs as IA2 obj attrsMichael Weghorn1-1/+3
2023-10-20wina11y: Drop now unused CMAccessible::get_String4Numbering etc.Michael Weghorn2-201/+0
2023-10-19tdf#157696 wina11y: Switch from custom to IA2 text attributesMichael Weghorn1-87/+3
2023-10-11wina11y: Drop CAccTextBase::GetXInterfaceMichael Weghorn2-29/+27
2023-10-11wina11y: Drop unnecessary check for empty ReferenceMichael Weghorn1-4/+1
2023-10-07wina11y: Map FRAME a11y role to IAccessible2 equivalentMichael Weghorn1-2/+1
2023-09-14Fix typoAndrea Gelmini1-2/+2
2023-09-10using decls should come after #includeNoel Grandin2-5/+5
2023-08-22wina11y: Drop CAccActionBase::GetXInterfaceMichael Weghorn2-7/+4
2023-08-09wina11y: Drop "#CHECK#" commentsMichael Weghorn10-120/+52
2023-08-09wina11y: Use return value instead of out paramMichael Weghorn8-83/+45
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 Weghorn43-739/+305
2023-08-08wina11y: Drop unused includeMichael Weghorn1-1/+0
2023-08-08wina11y: Align param order with other methodsMichael Weghorn13-71/+71
2023-08-08wina11y: Drop unused default nullptr argMichael Weghorn1-1/+1
2023-08-08wina11y: Move and simplify casting for Get_ToATInterfaceMichael Weghorn3-6/+6
2023-08-08wina11y: Move GetIAccessibleFromXAccessible logicMichael Weghorn3-4/+11
2023-08-08wina11y: Replace nullptr check with assertMichael Weghorn1-84/+55
2023-08-08wina11y: Drop AccObjectManagerAgent indirection to get a11y roleMichael Weghorn3-11/+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 Weghorn11-238/+1
2023-08-01tdf#156561 wina11y: Handle CHILD eventMichael Weghorn8-7/+41
2023-06-13tdf#155794 winaccessibility: no SolarMutex in getAccObjectPtr()Michael Stahl7-81/+121
2023-04-17loplugin:stringaddStephan Bergmann2-24/+10
2023-03-22tdf#154303 wina11y: Don't truncate 64-bit statesMichael Weghorn2-6/+6
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 Bergmann20-167/+15
2022-09-26tdf#117173 wina11y: Send EVENT_SYSTEM_ALERT when notification showsMichael Weghorn2-0/+6