summaryrefslogtreecommitdiff
path: root/winaccessibility
AgeCommit message (Expand)AuthorFilesLines
2023-03-22tdf#154303 wina11y: Don't truncate 64-bit statesMichael Weghorn2-6/+6
2023-03-08tdf#154039 wina11y: Increase refcount for returned COM interfaceMichael Weghorn1-0/+1
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
2022-09-26tdf#119788 tdf#117173 add accessibility NOTIFICATION roleJim Raykowski3-2/+6
2022-09-17loplugin:loopvartoosmall (clang-cl)Stephan Bergmann1-2/+2
2022-09-16wina11y: Drop unused CMAccessible helper methodsMichael Weghorn2-130/+0
2022-09-10wina11y: Report actual app/toolkit name/versionMichael Weghorn2-12/+8
2022-09-09Simplify by using replaceAll in a loop (winaccessibility/AccTextBase)Julien Nabet1-29/+6
2022-09-02[API CHANGE] tdf#150683 a11y: Switch a11y child index to 64 bitMichael Weghorn9-60/+139
2022-09-01wina11y: Drop CEnumVariant::m_lLBound that's always 0Michael Weghorn2-8/+6
2022-08-31wina11y: Drop unused member and methods related to selectionMichael Weghorn2-19/+0
2022-08-31wina11y: Drop unused AccObjectWinManager::UpdateAccSelectionMichael Weghorn2-80/+0
2022-08-12Fix typoAndrea Gelmini1-1/+1
2022-08-05wina11y: Drop unused AccessibleKey{Binding,Stroke}.idlMichael Weghorn4-213/+0
2022-08-05wina11y: Drop unused Charset.idlMichael Weghorn2-34/+0
2022-08-05wina11y: Fix indentation of this lineMichael Weghorn1-1/+1
2022-08-05wina11y: Drop unused AccChildNode struct from defines.idlMichael Weghorn1-5/+0
2022-08-05wina11y: Drop extra location bookkeepingMichael Weghorn6-85/+16
2022-08-05wina11y: Drop AccObjectManagerAgent::UpdateLocationMichael Weghorn6-39/+0
2022-08-05wina11y: Implement IAccessibleTableCell::get{column,row}HeaderCellsMichael Weghorn2-2/+84
2022-08-05wina11y: Implement IAccessibleTableCell::get_tableMichael Weghorn2-1/+24
2022-08-05wina11y: Implement IAccessibleTableCell:get_rowColumnExtentsMichael Weghorn2-1/+24
2022-07-08[API CHANGE] Drop css::accessibility::XAccessibleStateSetNoel Grandin25-114/+74
2022-06-15wina11y: Drop implemenation for obsolete IAccessible::put_accNameMichael Weghorn1-29/+4
2022-05-03Just use Any ctor instead of makeAny in winaccessibilityStephan Bergmann1-1/+1
2022-03-24loplugin:stringviewparamStephan Bergmann2-3/+4
2022-03-23Drop ENTER/LEAVE_PROTECTED_BLOCK and ISDESTROY macrosMike Kaganski13-575/+611
2022-03-23Drop SAFE_SYSFREESTRING macroMike Kaganski6-21/+19
2022-03-22wina11y: Slightly clean up WinResIDGeneratorMichael Weghorn2-7/+9
2022-03-02wina11y: Simplify this loop a bitMichael Weghorn1-10/+4
2022-03-01wina11y: Use range-based forMichael Weghorn1-4/+2
2022-03-01wina11y: Use more range-based forMichael Weghorn1-17/+11
2022-03-01wina11y: Use 'std::vector::empty()' instead of 'std::vector::size() == 0'Michael Weghorn1-2/+2
2022-03-01wina11y: Use range-based forMichael Weghorn1-18/+5
2022-02-28Fix typoAndrea Gelmini1-1/+1
2022-02-28wina11y: Drop another 'using' directiveMichael Weghorn1-2/+1
2022-02-28wina11y: Unify how AccessibleRole is referred to hereMichael Weghorn1-103/+102
2022-02-28wina11y: Rename IsSpecialToolboItem -> IsSpecialToolbarItemMichael Weghorn5-7/+7
2022-02-28wina11y: Convert unomsaaevent.hxx constants to enum class UnoMSAAEventMichael Weghorn20-231/+190
2022-02-28wina11y: Drop useless #ifdef blockMichael Weghorn1-4/+0
2022-02-08loplugin:nullptrStephan Bergmann1-1/+2
2022-01-31tdf#147083 wina11y: Return a11y object instead of child IDMichael Weghorn4-20/+8
2022-01-31wina11y: Drop unnecessary reinterpret_castMichael Weghorn1-1/+1
2022-01-12-Werror,-Wunused-parameterStephan Bergmann2-4/+3
2022-01-06wina11y: Don't use space in qualified nameMichael Weghorn2-19/+19
2022-01-06wina11y: Use range-based for in AccObject::UpdateStateMichael Weghorn1-10/+7
2022-01-06wina11y: Deduplicate 2 common lines in CMAccessible::get_accRoleMichael Weghorn1-9/+5
2022-01-06wina11y: Drop now unused AccObject::SetRoleMichael Weghorn2-13/+0
2022-01-06wina11y: Drop unused AccObjectWinManager::SetRoleMichael Weghorn2-15/+0