summaryrefslogtreecommitdiff
path: root/winaccessibility
AgeCommit message (Expand)Author
2023-04-02tdf#154303 wina11y: Don't truncate 64-bit statesMichael Weghorn
2023-03-12tdf#154039 wina11y: Increase refcount for returned COM interfaceMichael Weghorn
2022-11-24Drop redundant -Wnon-virtual-dtorStephan Bergmann
2022-09-26tdf#117173 wina11y: Send EVENT_SYSTEM_ALERT when notification showsMichael Weghorn
2022-09-26tdf#119788 tdf#117173 add accessibility NOTIFICATION roleJim Raykowski
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-31wina11y: Drop unused member and methods related to selectionMichael Weghorn
2022-08-31wina11y: Drop unused AccObjectWinManager::UpdateAccSelectionMichael Weghorn
2022-08-12Fix typoAndrea Gelmini
2022-08-05wina11y: Drop unused AccessibleKey{Binding,Stroke}.idlMichael Weghorn
2022-08-05wina11y: Drop unused Charset.idlMichael Weghorn
2022-08-05wina11y: Fix indentation of this lineMichael Weghorn
2022-08-05wina11y: Drop unused AccChildNode struct from defines.idlMichael Weghorn
2022-08-05wina11y: Drop extra location bookkeepingMichael Weghorn
2022-08-05wina11y: Drop AccObjectManagerAgent::UpdateLocationMichael 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
2022-03-24loplugin:stringviewparamStephan Bergmann
2022-03-23Drop ENTER/LEAVE_PROTECTED_BLOCK and ISDESTROY macrosMike Kaganski
2022-03-23Drop SAFE_SYSFREESTRING macroMike Kaganski
2022-03-22wina11y: Slightly clean up WinResIDGeneratorMichael Weghorn
2022-03-02wina11y: Simplify this loop a bitMichael Weghorn
2022-03-01wina11y: Use range-based forMichael Weghorn
2022-03-01wina11y: Use more range-based forMichael Weghorn
2022-03-01wina11y: Use 'std::vector::empty()' instead of 'std::vector::size() == 0'Michael Weghorn
2022-03-01wina11y: Use range-based forMichael Weghorn
2022-02-28Fix typoAndrea Gelmini
2022-02-28wina11y: Drop another 'using' directiveMichael Weghorn
2022-02-28wina11y: Unify how AccessibleRole is referred to hereMichael Weghorn
2022-02-28wina11y: Rename IsSpecialToolboItem -> IsSpecialToolbarItemMichael Weghorn
2022-02-28wina11y: Convert unomsaaevent.hxx constants to enum class UnoMSAAEventMichael Weghorn
2022-02-28wina11y: Drop useless #ifdef blockMichael Weghorn
2022-02-08loplugin:nullptrStephan Bergmann
2022-01-31tdf#147083 wina11y: Return a11y object instead of child IDMichael Weghorn
2022-01-31wina11y: Drop unnecessary reinterpret_castMichael Weghorn
2022-01-12-Werror,-Wunused-parameterStephan Bergmann
2022-01-06wina11y: Don't use space in qualified nameMichael Weghorn
2022-01-06wina11y: Use range-based for in AccObject::UpdateStateMichael Weghorn
2022-01-06wina11y: Deduplicate 2 common lines in CMAccessible::get_accRoleMichael Weghorn
2022-01-06wina11y: Drop now unused AccObject::SetRoleMichael Weghorn
2022-01-06wina11y: Drop unused AccObjectWinManager::SetRoleMichael Weghorn