summaryrefslogtreecommitdiff
path: root/winaccessibility/inc
AgeCommit message (Expand)AuthorFilesLines
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
2013-11-28winaccessibility: remove obsolete act.hxxMichael Stahl1-70/+0
2013-11-25winaccessibility: replace CoCreateInstance with direct instantiationMichael Stahl2-0/+28
2013-11-24winaccessibility: don't need 2 global pointers for AccObjectWinManagerMichael Stahl1-1/+0
2013-11-21winaccessibility: fix even more pointless HWND to long castingMichael Stahl1-2/+2
2013-11-21winaccessibility: use sal_Int64 for pointers in AccObjectManagerAgentMichael Stahl1-9/+10
2013-11-21winaccessibility: clean up global TopLevelWindowListenerMichael Stahl1-4/+0
2013-11-20winaccessibility: XMSAAService could only work on 32-bitMichael Stahl2-3/+3
2013-11-20winaccessibility: replace mysterious and inexplicable locking strategyMichael Stahl2-4/+0
2013-11-20winaccessibility: remove some pointless overridesMichael Stahl6-36/+0
2013-11-20winaccessibility: make listener methods a bit more obviousMichael Stahl15-101/+103
2013-11-20winaccessibility: remove IsXPOrLaterMichael Stahl1-19/+0
2013-11-20winaccessibility: remove pointless default less functorsMichael Stahl2-35/+6