summaryrefslogtreecommitdiff
path: root/winaccessibility
AgeCommit message (Expand)AuthorFilesLines
8 dayswina11y: Return E_INVALIDARG if out param is nullMichael Weghorn1-3/+5
9 daysWaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara3-1/+6
9 daysmakefile simplification: replace $(call gb_UnpackedTarball_get_dir,foo)Christian Lohmaier1-1/+1
12 daysmakefile simplification: replace $(call gb_CustomTarget_get_workdir,foo)Christian Lohmaier1-1/+1
2024-04-24[API CHANGE] a11y: Use XAccessible for relation targetsMichael Weghorn2-16/+14
2024-04-23wina11y: Use AccessibleRelationType::MEMBER_OF constantMichael Weghorn1-2/+2
2024-04-23wina11y: Use AccessibleRelationType constantsMichael Weghorn1-6/+7
2024-04-17wina11y: Drop unnecessary null check and make staticMichael Weghorn2-4/+1
2024-04-17tdf#160695 wina11y: Send status change events for toolbar buttonsMichael Weghorn3-30/+19
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