summaryrefslogtreecommitdiff
path: root/winaccessibility/source/UAccCOM
AgeCommit message (Expand)Author
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-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
2023-12-24Remove unused headers found by bin/find-unusedheaders.shGabor Kelemen
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-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-09-14Fix typoAndrea Gelmini
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-03tdf#156473 wina11y: Fix invalid write due to row/col mismatchMichael Weghorn
2023-04-17loplugin:stringaddStephan Bergmann
2023-03-07tdf#154039 wina11y: Increase refcount for returned COM interfaceMichael Weghorn
2022-11-24Drop redundant -Wnon-virtual-dtorStephan Bergmann
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-05wina11y: Drop unused AccessibleKey{Binding,Stroke}.idlMichael Weghorn
2022-08-05wina11y: Fix indentation of this lineMichael Weghorn
2022-08-05wina11y: Drop extra location bookkeepingMichael 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