summaryrefslogtreecommitdiff
path: root/winaccessibility
AgeCommit message (Expand)Author
2024-08-21Simplify BSTR construction from OUString a bitMike Kaganski
2024-08-21wina11y: Drop superfluous check in CAccTable::get_accessibleAtMichael 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-08-21wina11y: Drop commented code and duplicate commentMichael Weghorn
2024-08-21wina11y: Drop unnecessary try/catchMichael Weghorn
2024-08-21wina11y: clang-format CAccRelationMichael Weghorn
2024-08-13wina11y: clang-format CAccHypertextMichael Weghorn
2024-08-13wina11y: clang-format CAccHyperLinkMichael Weghorn
2024-06-14wina11y: Fix handling for special text offset -1Michael Weghorn
2024-05-07wina11y: Return E_INVALIDARG if out param is nullMichael Weghorn
2024-05-06WaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara
2024-05-06makefile simplification: replace $(call gb_UnpackedTarball_get_dir,foo)Christian Lohmaier
2024-05-03makefile simplification: replace $(call gb_CustomTarget_get_workdir,foo)Christian Lohmaier
2024-04-24[API CHANGE] a11y: Use XAccessible for relation targetsMichael Weghorn
2024-04-23wina11y: Use AccessibleRelationType::MEMBER_OF constantMichael Weghorn
2024-04-23wina11y: Use AccessibleRelationType constantsMichael 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-24Remove unused headers found by bin/find-unusedheaders.shGabor Kelemen
2023-12-08wina11y: Hold AccObjectWinManager by ref, not ptrMichael Weghorn
2023-11-14wina11y: Drop "using namespace css:accessibility::AccessibleRole"Michael Weghorn
2023-11-14tdf#123864 a11y: Add new AccessibleStateType::CHECKABLEMichael Weghorn
2023-11-14wina11y: Make UNO to IA2 state mapping more explicitMichael 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-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-25tdf#135586 a11y: Make IAccessible2 an external and update itMichael Weghorn
2023-10-21tdf#135922 wina11y: Report text-related IA2 obj attrsMichael Weghorn
2023-10-21wina11y: Just return empty attr string when none presentMichael Weghorn
2023-10-21wina11y: Indent try blockMichael Weghorn
2023-10-21tdf#135922 a11y: Prepare reporting text attrs as IA2 obj attrsMichael Weghorn
2023-10-20wina11y: Drop now unused CMAccessible::get_String4Numbering etc.Michael Weghorn
2023-10-19tdf#157696 wina11y: Switch from custom to IA2 text attributesMichael Weghorn
2023-10-11wina11y: Drop CAccTextBase::GetXInterfaceMichael Weghorn
2023-10-11wina11y: Drop unnecessary check for empty ReferenceMichael Weghorn
2023-10-07wina11y: Map FRAME a11y role to IAccessible2 equivalentMichael Weghorn
2023-09-14Fix typoAndrea Gelmini