summaryrefslogtreecommitdiff
path: root/winaccessibility
AgeCommit message (Expand)Author
2013-12-03vcl: check if AT is running before loading the libraryMichael Stahl
2013-12-03winaccessibility: remove global g_acc_managerMichael Stahl
2013-12-03Revert "winaccessibility: let CoCreateInstance calls find the components"Michael Stahl
2013-12-03winaccessibility: fix my stupid mistake in createAggInstanceMichael Stahl
2013-12-03winaccessibility: replace CoCreateInstance with direct instantiationMichael Stahl
2013-11-28winaccessibility: improve GenerateNewResId()Michael Stahl
2013-11-28winaccessibility: remove GetXAccByAccObj()Michael Stahl
2013-11-28winaccessibility: remove AccEventListener::m_isDisposedMichael Stahl
2013-11-28winaccessibility: use uno::Reference in AccEventListenerMichael Stahl
2013-11-28winaccessibility: use rtl::Reference for listener lifecycleMichael Stahl
2013-11-28winaccessibility: actually the member is unused, remove itMichael Stahl
2013-11-28winaccessibility: don't store XAccessible* in AccDescendant...ListenerMichael Stahl
2013-11-28winaccessibility: why delayload the dlls?Michael Stahl
2013-11-28winaccessibility: README already outdatedMichael Stahl
2013-11-28winaccessibility: remove all Registry content/registration codeMichael Stahl
2013-11-28winaccessibility: remove obsolete act.hxxMichael Stahl
2013-11-28winaccessibility: remove ActivateActContext callsMichael Stahl
2013-11-25winaccessibility: let CoCreateInstance calls find the componentsMichael Stahl
2013-11-25winaccessibility: fix some error handling in CAccTableMichael Stahl
2013-11-25winaccessibility: don't need 2 global pointers for AccObjectWinManagerMichael Stahl
2013-11-25winaccessibility: make XAccessibleAction member ReferenceMichael Stahl
2013-11-25winaccessibility: CMAccessible needs only one XAccessibleContextMichael Stahl
2013-11-25winaccessibility: CMAccessible needs only one member for XAccessibleMichael Stahl
2013-11-21Remove unused exports.dxp fileStephan Bergmann
2013-11-21No need for default component_getImplementationEnvironment function any moreStephan Bergmann
2013-11-21Improve debug outputStephan Bergmann
2013-11-21Simplify css.accessibility.MSAAService and corresponding XMSAAServiceStephan Bergmann
2013-11-21winaccessibility: "typedef sal_Int32 HWND;" - sigh...Michael Stahl
2013-11-21winaccessibility: fix even more pointless HWND to long castingMichael Stahl
2013-11-21winaccessibility: pass pointers as "hyper" in the COM IDLMichael Stahl
2013-11-21winaccessibility: use sal_Int64 for pointers in AccObjectManagerAgentMichael Stahl
2013-11-21winaccessibility: clean up global TopLevelWindowListenerMichael Stahl
2013-11-20Use <windows.h> with a lower-case 'w' for cross-compilation goodnessTor Lillqvist
2013-11-20winaccessibility: XMSAAService could only work on 32-bitMichael Stahl
2013-11-20winaccessibility: replace mysterious and inexplicable locking strategyMichael Stahl
2013-11-20winaccessibility: remove some pointless overridesMichael Stahl
2013-11-20winaccessibility: make listener methods a bit more obviousMichael Stahl
2013-11-20winaccessibility: remove IsXPOrLaterMichael Stahl
2013-11-20winaccessibility: remove pointless default less functorsMichael Stahl
2013-11-20winaccessibility: CHILDID_SELF already defined by some windows headerMichael Stahl
2013-11-20winaccessibility: remove UAccCOM2.hMichael Stahl
2013-11-20winaccessibility: move ROLE_TABLE to the cxx file that needs itMichael Stahl
2013-11-20winaccessibility: remove "using" from headersMichael Stahl
2013-11-19winaccessibility: use WeakImplHelperMichael Stahl
2013-11-19winaccessibility: avoid warning C4005 macro redefinitionMichael Stahl
2013-11-19warning C4702: unreachable codeStephan Bergmann
2013-11-19winaccessibility: remove executable bitsMichael Stahl
2013-11-19uia: add some possibly helpful overview documentation.Michael Meeks
2013-11-19uia: merge VCL pieces of IAccessible2 work.Michael Meeks
2013-11-19uia: remove redundant component registration.Michael Meeks