summaryrefslogtreecommitdiff
path: root/winaccessibility/source
AgeCommit message (Expand)Author
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
2022-01-06tdf#146306 wina11y: Retrieve accessible desc on demandMichael Weghorn
2022-01-06wina11y: Use existing method to update descriptionMichael Weghorn
2022-01-06wina11y: Use separate local variable for action descriptionMichael Weghorn
2021-11-26loplugin:stringviewparamStephan Bergmann
2021-11-01Prepare for removal of non-const operator[] from Sequence in winaccessibilityMike Kaganski
2021-10-29Fix misuses of NULL across Windows-only codeStephan Bergmann
2021-10-05drop 'using namespace std' in winaccessibilityJulien Nabet
2021-09-30-Werror,-Wshadow (clang-cl)Stephan Bergmann
2021-09-30Extended loplugin:referencecasting/redundantcast (clang-cl): winaccessibilityStephan Bergmann
2021-09-30loplugin:consttobool (clang-cl)Stephan Bergmann
2021-09-30loplugin:sallogareas (clang-cl)Stephan Bergmann
2021-09-30loplugin:includeform (clang-cl)Stephan Bergmann
2021-09-20wina11y: Drop bool param from CMAccessible::NotifyDestroyMichael Weghorn
2021-09-20wina11y: Drop AccObject::m_bShouldDestroyMichael Weghorn