summaryrefslogtreecommitdiff
path: root/winaccessibility/inc
AgeCommit message (Expand)AuthorFilesLines
2022-01-11tdf#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
2016-10-15clang-cl loplugin: winaccessibilityStephan Bergmann18-44/+44
2016-03-04Silence -Werror,-Wnon-virtual-dtor in generated UAccCOM.h (clang-cl)Stephan Bergmann2-1/+17
2016-01-10Fix typosAndrea Gelmini2-2/+2
2015-11-28-Werror,-Wunused-private-fieldStephan Bergmann1-2/+0
2015-11-28-Werror,-Winconsistent-missing-overrideStephan Bergmann9-10/+10
2015-11-24com::sun::star->css in winaccessibility/Noel Grandin18-124/+119
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann10-17/+17
2015-09-29Fix typosAndrea Gelmini1-1/+1
2015-09-19boost->stdCaolán McNamara1-2/+2
2015-09-15Resolves: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2-4/+4
2015-06-30Fix typosAndrea Gelmini1-1/+1
2014-08-13warning C4189: local variable is initialized but not referencedThomas Arnhold1-1/+1
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold1-2/+2
2014-05-14remove external header guardsThomas Arnhold1-2/+0
2014-03-05Remove visual noise from winaccessibilityAlexander Wilms1-2/+2
2014-02-03Unused UACCCOM_DLLPRIVATEStephan Bergmann1-1/+0
2013-12-03Use our header guard conventionTor Lillqvist22-65/+64
2013-12-03Bin pointless header inclusion guardTor Lillqvist1-2/+0
2013-12-02winaccessibility: remove global g_acc_managerMichael Stahl4-32/+8
2013-11-28winaccessibility: improve GenerateNewResId()Michael Stahl1-9/+3
2013-11-28winaccessibility: remove GetXAccByAccObj()Michael Stahl2-3/+2
2013-11-28winaccessibility: remove AccEventListener::m_isDisposedMichael Stahl1-2/+0
2013-11-28winaccessibility: use uno::Reference in AccEventListenerMichael Stahl1-2/+3
2013-11-28winaccessibility: use rtl::Reference for listener lifecycleMichael Stahl2-4/+7
2013-11-28winaccessibility: actually the member is unused, remove itMichael Stahl1-3/+0
2013-11-28winaccessibility: don't store XAccessible* in AccDescendant...ListenerMichael Stahl1-1/+3