summaryrefslogtreecommitdiff
path: root/winaccessibility/source/service/AccObjectWinManager.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-09-12tdf#91739 wina11y: Create AccObject for parent as necessaryMichael Weghorn1-0/+10
2024-09-12wina11y: Move var decl to first assignmentMichael Weghorn1-6/+4
2024-09-12wina11y: Move var declaration to where it's assignedMichael Weghorn1-8/+6
2024-09-09wina11y: Replace deprecated IA2_EVENT_TEXT_CHANGEDMichael Weghorn1-1/+1
2024-08-21wina11y: Query XAccessibleAction iface on demandMichael Weghorn1-7/+0
2024-08-21wina11y: Retrieve default action description on demandMichael Weghorn1-1/+0
2024-08-21wina11y: Unify handling to set action descriptionMichael Weghorn1-1/+1
2024-08-21wina11y: Drop AccObjectWinManager::GetRoleMichael Weghorn1-12/+1
2024-08-21wina11y: Drop extra check in AccObjectWinManager::InsertAccObjMichael Weghorn1-2/+0
2024-08-21wina11y: Retrieve a11y name on demandMichael Weghorn1-13/+0
2024-08-21wina11y: Query new a11y name instead of passing it aroundMichael Weghorn1-13/+0
2024-04-17tdf#160695 wina11y: Send status change events for toolbar buttonsMichael Weghorn1-20/+0
2023-12-08wina11y: Hold AccObjectWinManager by ref, not ptrMichael Weghorn1-14/+14
2023-10-28tdf#135586 a11y: Add a new BLOCK_QUOTE a11y roleMichael Weghorn1-0/+1
2023-08-09wina11y: Use return value instead of out paramMichael Weghorn1-16/+3
2023-08-08wina11y: Drop AccObjectManagerAgent indirectionMichael Weghorn1-30/+17
2023-08-08wina11y: Move and simplify casting for Get_ToATInterfaceMichael Weghorn1-3/+4
2023-08-08wina11y: Move GetIAccessibleFromXAccessible logicMichael Weghorn1-0/+9
2023-06-13tdf#155794 winaccessibility: no SolarMutex in getAccObjectPtr()Michael Stahl1-67/+100
2023-03-22tdf#154303 wina11y: Don't truncate 64-bit statesMichael Weghorn1-4/+4
2022-09-26tdf#117173 wina11y: Send EVENT_SYSTEM_ALERT when notification showsMichael Weghorn1-0/+5
2022-09-26tdf#119788 tdf#117173 add accessibility NOTIFICATION roleJim Raykowski1-0/+1
2022-09-02[API CHANGE] tdf#150683 a11y: Switch a11y child index to 64 bitMichael Weghorn1-4/+4
2022-08-31wina11y: Drop unused AccObjectWinManager::UpdateAccSelectionMichael Weghorn1-79/+0
2022-08-05wina11y: Drop AccObjectManagerAgent::UpdateLocationMichael Weghorn1-15/+0
2022-07-08[API CHANGE] Drop css::accessibility::XAccessibleStateSetNoel Grandin1-9/+2
2022-03-01wina11y: Use range-based forMichael Weghorn1-4/+2
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 Weghorn1-1/+1
2022-02-28wina11y: Convert unomsaaevent.hxx constants to enum class UnoMSAAEventMichael Weghorn1-42/+42
2022-02-28wina11y: Drop useless #ifdef blockMichael Weghorn1-4/+0
2022-01-06wina11y: Drop unused AccObjectWinManager::SetRoleMichael Weghorn1-13/+0
2022-01-06tdf#146306 wina11y: Retrieve accessible desc on demandMichael Weghorn1-20/+0
2021-10-05drop 'using namespace std' in winaccessibilityJulien Nabet1-1/+0
2021-09-30loplugin:includeform (clang-cl)Stephan Bergmann1-1/+1
2021-09-20wina11y: Drop bool param from CMAccessible::NotifyDestroyMichael Weghorn1-1/+1
2021-09-15wina11y: Forward-declare XAccessible in AccObjectWinManager.hxxMichael Weghorn1-0/+1
2021-09-14wina11y: Use XAccessible* instead of void*Michael Weghorn1-1/+1
2021-03-03loplugin:referencecasting (clang-cl)Stephan Bergmann1-1/+1
2021-02-10Remove unneeded breaksAndrea Gelmini1-2/+0
2020-12-15Silence warning C4189: local variable is initialized but not referencedStephan Bergmann1-0/+1
2019-10-01loplugin:referencecasting (clang-cl)Stephan Bergmann1-4/+4
2019-09-12Fix typosAndrea Gelmini1-3/+3
2019-04-01tdf#120703 PVS: Silence V522 warningsMike Kaganski1-3/+2
2018-11-03tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski1-2/+1
2018-09-29Simplify containers iterations in w*Arkadiy Illarionov1-15/+7
2018-09-17loplugin:simplifyconstruct (clang-cl)Stephan Bergmann1-1/+1
2018-08-14tdf#116542 a11y: introduce STATIC roleSamuel Thibault1-0/+1