summaryrefslogtreecommitdiff
path: root/winaccessibility/inc
AgeCommit message (Expand)AuthorFilesLines
2023-12-08wina11y: Hold AccObjectWinManager by ref, not ptrMichael Weghorn14-16/+16
2023-10-28Fix typoAndrea Gelmini1-1/+1
2023-10-28tdf#135586 a11y: Add a new BLOCK_QUOTE a11y roleMichael Weghorn1-2/+2
2023-08-09wina11y: Use return value instead of out paramMichael Weghorn1-2/+1
2023-08-08wina11y: Drop AccObjectManagerAgent indirectionMichael Weghorn18-130/+31
2023-08-08wina11y: Align param order with other methodsMichael Weghorn1-1/+1
2023-08-08wina11y: Drop unused default nullptr argMichael Weghorn1-1/+1
2023-08-08wina11y: Move and simplify casting for Get_ToATInterfaceMichael Weghorn1-1/+1
2023-08-08wina11y: Move GetIAccessibleFromXAccessible logicMichael Weghorn1-0/+1
2023-08-08wina11y: Drop AccObjectManagerAgent indirection to get a11y roleMichael Weghorn1-2/+0
2023-08-01wina11y: Drop/Clean up CHILD event handling in subclassesMichael Weghorn5-17/+0
2023-08-01tdf#156561 wina11y: Handle CHILD eventMichael Weghorn7-7/+7
2023-06-13tdf#155794 winaccessibility: no SolarMutex in getAccObjectPtr()Michael Stahl3-5/+10
2023-03-22tdf#154303 wina11y: Don't truncate 64-bit statesMichael Weghorn1-2/+2
2022-11-24Drop redundant -Wnon-virtual-dtorStephan Bergmann2-16/+0
2022-08-31wina11y: Drop unused member and methods related to selectionMichael Weghorn1-4/+0
2022-08-31wina11y: Drop unused AccObjectWinManager::UpdateAccSelectionMichael Weghorn1-1/+0
2022-08-05wina11y: Drop extra location bookkeepingMichael Weghorn1-1/+0
2022-08-05wina11y: Drop AccObjectManagerAgent::UpdateLocationMichael Weghorn2-4/+0
2022-07-08[API CHANGE] Drop css::accessibility::XAccessibleStateSetNoel Grandin11-17/+17
2022-03-22wina11y: Slightly clean up WinResIDGeneratorMichael Weghorn1-4/+6
2022-02-28wina11y: Rename IsSpecialToolboItem -> IsSpecialToolbarItemMichael Weghorn2-2/+2
2022-02-28wina11y: Convert unomsaaevent.hxx constants to enum class UnoMSAAEventMichael Weghorn5-88/+54
2022-01-12-Werror,-Wunused-parameterStephan Bergmann1-1/+1
2022-01-06wina11y: Drop now unused AccObject::SetRoleMichael Weghorn1-1/+0
2022-01-06wina11y: Drop unused AccObjectWinManager::SetRoleMichael Weghorn1-2/+0
2022-01-06tdf#146306 wina11y: Retrieve accessible desc on demandMichael Weghorn3-8/+0
2021-10-01loplugin:nullptr (clang-cl)Stephan Bergmann1-2/+2
2021-09-20wina11y: Drop bool param from CMAccessible::NotifyDestroyMichael Weghorn1-1/+1
2021-09-20wina11y: Drop AccObject::m_bShouldDestroyMichael Weghorn1-3/+1
2021-09-17wina11y: Get rid of more HWND<->sal_Int64 castingMichael Weghorn1-2/+1
2021-09-17wina11y: Avoid some casting between HWND and sal_Int64Michael Weghorn1-2/+6
2021-09-16tdf#100086 wina11y: Don't delete a11y object for removed cell right awayMichael Weghorn1-0/+3
2021-09-15wina11y: Forward-declare XAccessible in AccObjectWinManager.hxxMichael Weghorn1-3/+3
2021-09-14wina11y: Use XAccessible* instead of void*Michael Weghorn1-2/+4
2021-03-23tdf#124176 Use pragma once in w*Vincent LE GARREC22-87/+22
2020-11-18tdf#123936 Formatting files in module winaccessibility with clang-formatPhilipp Hofer15-124/+104
2020-09-01Fix typo in codeAndrea Gelmini1-1/+1
2019-12-19Fix typoAndrea Gelmini11-11/+11
2019-12-19Fix typoAndrea Gelmini1-1/+1
2019-03-27loplugin:typedefparam (clang-cl)Stephan Bergmann1-1/+1
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin1-1/+1
2018-08-13Fix typosAndrea Gelmini1-1/+1
2017-10-27loplugin:includeform: winaccessibility (Windows)Stephan Bergmann3-3/+3
2017-09-18Use even more WIN32_LEAN_AND_MEANMike Kaganski2-1/+7
2017-08-31loplugin:constparams: winaccessibility (clang-cl)Stephan Bergmann1-1/+1
2017-07-21migrate to boost::gettextCaolán McNamara1-66/+0
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke2-3/+0
2017-01-26Remove dynamic exception specificationsStephan Bergmann13-21/+21
2016-11-08typo fix: ressource -> resourceAndras Timar1-1/+1