summaryrefslogtreecommitdiff
path: root/winaccessibility/source/service/AccObject.cxx
AgeCommit message (Expand)Author
2024-09-12wina11y: Drop superfluous AccObject::m_pIMAcc null checksMichael Weghorn
2024-08-30wina11y: Drop always null param from AccObject ctorMichael Weghorn
2024-08-30wina11y: Drop unused AccObject::getListenerMichael Weghorn
2024-08-21wina11y: Query XAccessibleAction iface on demandMichael Weghorn
2024-08-21wina11y: Retrieve default action description on demandMichael Weghorn
2024-08-21wina11y: Unify handling to set action descriptionMichael Weghorn
2024-08-21wina11y: Consistently assert COM obj creation succeedsMichael Weghorn
2024-08-21wina11y: Drop AccObject::ImplInitializeCreateObjMichael Weghorn
2024-08-21wina11y: Retrieve a11y name on demandMichael Weghorn
2024-08-21wina11y: Query new a11y name instead of passing it aroundMichael Weghorn
2024-08-21wina11y: Drop special a11y name handling for paragraph/block quoteMichael Weghorn
2024-08-21wina11y: Don't set a11y name that gets overwritten right awayMichael Weghorn
2024-04-17wina11y: Drop unnecessary null check and make staticMichael Weghorn
2023-11-14wina11y: Drop extra local var for roleMichael Weghorn
2023-11-14wina11y: Drop unnecessary local var 'Role'Michael Weghorn
2023-10-28Fix typoAndrea Gelmini
2023-10-28tdf#135586 a11y: Add a new BLOCK_QUOTE a11y roleMichael Weghorn
2023-10-28tdf#135586 wina11y: Make role mapping more explicitMichael Weghorn
2023-10-07wina11y: Map FRAME a11y role to IAccessible2 equivalentMichael Weghorn
2023-08-08wina11y: Drop AccObjectManagerAgent indirectionMichael Weghorn
2023-06-13tdf#155794 winaccessibility: no SolarMutex in getAccObjectPtr()Michael Stahl
2022-09-26tdf#119788 tdf#117173 add accessibility NOTIFICATION roleJim Raykowski
2022-08-31wina11y: Drop unused member and methods related to selectionMichael Weghorn
2022-08-05wina11y: Drop extra location bookkeepingMichael Weghorn
2022-07-08[API CHANGE] Drop css::accessibility::XAccessibleStateSetNoel Grandin
2022-03-01wina11y: Use range-based forMichael Weghorn
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: Drop now unused AccObject::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-10-29Fix misuses of NULL across Windows-only codeStephan Bergmann
2021-10-05drop 'using namespace std' in winaccessibilityJulien Nabet
2021-09-20wina11y: Drop bool param from CMAccessible::NotifyDestroyMichael Weghorn
2021-09-20wina11y: Drop AccObject::m_bShouldDestroyMichael Weghorn
2021-09-01tdf#135588 wina11y: Map AccessibleRole::STATIC to ROLE_SYSTEM_STATICTEXTMichael Weghorn
2020-08-04loplugin:simplifypointertobool (clang-cl)Stephan Bergmann
2020-02-03loplugin:unsignedcompare (clang-cl)Stephan Bergmann
2019-10-01loplugin:referencecasting (clang-cl)Stephan Bergmann
2019-09-12Fix typosAndrea Gelmini
2019-08-19Fix typosAndrea Gelmini
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin
2018-10-20pvs-studio: pointer was utilized before it was verified against nullptrCaolán McNamara
2018-10-20unused pUNumberString bufferCaolán McNamara
2018-08-14tdf#116542 a11y: introduce STATIC roleSamuel Thibault
2018-01-23More loplugin:cstylecast on WindowsStephan Bergmann
2017-10-27loplugin:includeform: winaccessibility (Windows)Stephan Bergmann
2017-10-05Rename and move SAL_U/W to o3tl::toU/WMike Kaganski
2017-10-03Replace more reinterpret_cast with SAL_W/SAL_UMike Kaganski