summaryrefslogtreecommitdiff
path: root/winaccessibility/source/UAccCOM
AgeCommit message (Expand)Author
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
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-02wina11y: Simplify this loop a bitMichael 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-02-08loplugin:nullptrStephan Bergmann
2022-01-31tdf#147083 wina11y: Return a11y object instead of child IDMichael Weghorn
2022-01-06wina11y: Don't use space in qualified nameMichael Weghorn
2022-01-06wina11y: Deduplicate 2 common lines in CMAccessible::get_accRoleMichael Weghorn
2022-01-06tdf#146306 wina11y: Retrieve accessible desc on demandMichael 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-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-20wina11y: Drop bool param from CMAccessible::NotifyDestroyMichael Weghorn
2021-09-18tdf#100086 wina11y: Return "fresh" IEnumVARIANT for get_accSelectionMichael Weghorn
2021-09-17wina11y: Avoid some casting between HWND and sal_Int64Michael Weghorn
2021-09-17wina11y: Drop OBJID_* defines from MAccessible.hMichael Weghorn
2021-09-08tdf#100086 tdf#124832 wina11y: Implement IAccessibleTableCellMichael Weghorn
2021-09-08tdf#100086 tdf#124832 wina11y: Implement IAccessibleTable2Michael Weghorn
2021-09-07wina11y: Drop CAccTable::GetXInterfaceMichael Weghorn
2021-09-07wina11y: Move "stdafx.h" include to headersMichael Weghorn
2021-09-07wina11y: Drop unused CMAccessible::IsDescendantManageMichael Weghorn
2021-09-07wina11y: Let CMAccessible::get_IAccessibleFromXAccessible return boolMichael Weghorn
2021-09-07wina11y: Drop unused CMAccessible::m_bRequiresSaveMichael Weghorn
2021-07-21wina11y: Deduplicate mapping for IA2TextBoundaryTypeMichael Weghorn
2021-06-28wina11y: enum XInterfaceIndex -> enum class XInterfaceTypeMichael Weghorn
2021-06-28wina11y: Convert QUERYXINTERFACE macro to template functionMichael Weghorn
2021-06-28wina11y: Use range-based for loopMichael Weghorn
2021-03-23tdf#124176 Use pragma once in w*Vincent LE GARREC
2020-12-07loplugin:stringviewparam (clang-cl)Stephan Bergmann
2020-11-25Strength-reduce ReplaceOneChar parameter from string to single characterStephan Bergmann
2020-11-25UNOIDL long vs. C++ sal_Int32 confustionStephan Bergmann
2020-11-18Fix mis-clang-format'ed commentStephan Bergmann
2020-11-18tdf#123936 Formatting files in module winaccessibility with clang-formatPhilipp Hofer
2020-09-12Replace remaining uses of sal_CharJulien Nabet
2020-09-01Fix typoAndrea Gelmini