summaryrefslogtreecommitdiff
path: root/winaccessibility
AgeCommit message (Expand)AuthorFilesLines
2013-12-03vcl: check if AT is running before loading the libraryMichael Stahl1-26/+0
2013-12-03winaccessibility: remove global g_acc_managerMichael Stahl8-75/+33
2013-12-03Revert "winaccessibility: let CoCreateInstance calls find the components"Michael Stahl2-12/+0
2013-12-03winaccessibility: fix my stupid mistake in createAggInstanceMichael Stahl1-16/+17
2013-12-03winaccessibility: replace CoCreateInstance with direct instantiationMichael Stahl11-33/+114
2013-11-28winaccessibility: improve GenerateNewResId()Michael Stahl2-22/+10
2013-11-28winaccessibility: remove GetXAccByAccObj()Michael Stahl4-24/+4
2013-11-28winaccessibility: remove AccEventListener::m_isDisposedMichael Stahl2-7/+0
2013-11-28winaccessibility: use uno::Reference in AccEventListenerMichael Stahl14-183/+172
2013-11-28winaccessibility: use rtl::Reference for listener lifecycleMichael Stahl4-50/+41
2013-11-28winaccessibility: actually the member is unused, remove itMichael Stahl4-8/+0
2013-11-28winaccessibility: don't store XAccessible* in AccDescendant...ListenerMichael Stahl4-6/+8
2013-11-28winaccessibility: why delayload the dlls?Michael Stahl1-3/+0
2013-11-28winaccessibility: README already outdatedMichael Stahl1-7/+2
2013-11-28winaccessibility: remove all Registry content/registration codeMichael Stahl34-552/+13
2013-11-28winaccessibility: remove obsolete act.hxxMichael Stahl6-76/+0
2013-11-28winaccessibility: remove ActivateActContext callsMichael Stahl5-18/+0
2013-11-25winaccessibility: let CoCreateInstance calls find the componentsMichael Stahl2-0/+12
2013-11-25winaccessibility: fix some error handling in CAccTableMichael Stahl1-16/+18
2013-11-25winaccessibility: don't need 2 global pointers for AccObjectWinManagerMichael Stahl2-8/+3
2013-11-25winaccessibility: make XAccessibleAction member ReferenceMichael Stahl2-8/+9
2013-11-25winaccessibility: CMAccessible needs only one XAccessibleContextMichael Stahl2-23/+20
2013-11-25winaccessibility: CMAccessible needs only one member for XAccessibleMichael Stahl2-38/+43
2013-11-21Remove unused exports.dxp fileStephan Bergmann1-2/+0
2013-11-21No need for default component_getImplementationEnvironment function any moreStephan Bergmann1-5/+0
2013-11-21Improve debug outputStephan Bergmann1-2/+3
2013-11-21Simplify css.accessibility.MSAAService and corresponding XMSAAServiceStephan Bergmann1-28/+3
2013-11-21winaccessibility: "typedef sal_Int32 HWND;" - sigh...Michael Stahl1-5/+0
2013-11-21winaccessibility: fix even more pointless HWND to long castingMichael Stahl5-13/+14
2013-11-21winaccessibility: pass pointers as "hyper" in the COM IDLMichael Stahl33-94/+106
2013-11-21winaccessibility: use sal_Int64 for pointers in AccObjectManagerAgentMichael Stahl2-33/+39
2013-11-21winaccessibility: clean up global TopLevelWindowListenerMichael Stahl3-36/+17
2013-11-20Use <windows.h> with a lower-case 'w' for cross-compilation goodnessTor Lillqvist1-1/+1
2013-11-20winaccessibility: XMSAAService could only work on 32-bitMichael Stahl5-15/+22
2013-11-20winaccessibility: replace mysterious and inexplicable locking strategyMichael Stahl20-17/+63
2013-11-20winaccessibility: remove some pointless overridesMichael Stahl12-132/+0
2013-11-20winaccessibility: make listener methods a bit more obviousMichael Stahl31-279/+281
2013-11-20winaccessibility: remove IsXPOrLaterMichael Stahl1-19/+0
2013-11-20winaccessibility: remove pointless default less functorsMichael Stahl2-35/+6
2013-11-20winaccessibility: CHILDID_SELF already defined by some windows headerMichael Stahl3-4/+0
2013-11-20winaccessibility: remove UAccCOM2.hMichael Stahl20-50/+18
2013-11-20winaccessibility: move ROLE_TABLE to the cxx file that needs itMichael Stahl4-106/+102
2013-11-20winaccessibility: remove "using" from headersMichael Stahl20-88/+106
2013-11-19winaccessibility: use WeakImplHelperMichael Stahl4-76/+15
2013-11-19winaccessibility: avoid warning C4005 macro redefinitionMichael Stahl1-0/+2
2013-11-19warning C4702: unreachable codeStephan Bergmann2-9/+0
2013-11-19winaccessibility: remove executable bitsMichael Stahl24-0/+0
2013-11-19uia: add some possibly helpful overview documentation.Michael Meeks1-0/+47
2013-11-19uia: merge VCL pieces of IAccessible2 work.Michael Meeks11-206/+204
2013-11-19uia: remove redundant component registration.Michael Meeks2-6/+1