summaryrefslogtreecommitdiff
path: root/winaccessibility/source
AgeCommit message (Expand)AuthorFilesLines
2013-12-02winaccessibility: remove global g_acc_managerMichael Stahl4-43/+25
2013-12-02Revert "winaccessibility: let CoCreateInstance calls find the components"Michael Stahl2-12/+0
2013-12-02winaccessibility: fix my stupid mistake in createAggInstanceMichael Stahl1-16/+17
2013-11-28winaccessibility: improve GenerateNewResId()Michael Stahl1-13/+7
2013-11-28winaccessibility: remove GetXAccByAccObj()Michael Stahl2-21/+2
2013-11-28winaccessibility: remove AccEventListener::m_isDisposedMichael Stahl1-5/+0
2013-11-28winaccessibility: use uno::Reference in AccEventListenerMichael Stahl13-181/+169
2013-11-28winaccessibility: use rtl::Reference for listener lifecycleMichael Stahl2-46/+34
2013-11-28winaccessibility: actually the member is unused, remove itMichael Stahl3-5/+0
2013-11-28winaccessibility: don't store XAccessible* in AccDescendant...ListenerMichael Stahl3-5/+5
2013-11-28winaccessibility: remove all Registry content/registration codeMichael Stahl34-553/+13
2013-11-28winaccessibility: remove obsolete act.hxxMichael Stahl5-6/+0
2013-11-26Replace deprecated OUString::valueOf -> OUString::numberStephan Bergmann1-3/+3
2013-11-25winaccessibility: replace CoCreateInstance with direct instantiationMichael Stahl7-51/+84
2013-11-24cppcheck: consecutive breakJulien Nabet1-1/+0
2013-11-24cppcheck: Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-3/+3
2013-11-24winaccessibility: let CoCreateInstance calls find the componentsMichael Stahl2-0/+12
2013-11-24winaccessibility: fix some error handling in CAccTableMichael Stahl1-16/+18
2013-11-24winaccessibility: don't need 2 global pointers for AccObjectWinManagerMichael Stahl1-7/+3
2013-11-24winaccessibility: make XAccessibleAction member ReferenceMichael Stahl2-8/+9
2013-11-24winaccessibility: CMAccessible needs only one XAccessibleContextMichael Stahl2-23/+20
2013-11-24winaccessibility: CMAccessible needs only one member for XAccessibleMichael Stahl2-38/+43
2013-11-21Some more adaptions to cppu::supportsServiceStephan Bergmann1-2/+2
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-21remove unnecessary use of OUString::createFromAsciiNoel Grandin3-17/+17
2013-11-21winaccessibility: "typedef sal_Int32 HWND;" - sigh...Michael Stahl1-5/+0
2013-11-21winaccessibility: fix even more pointless HWND to long castingMichael Stahl4-11/+12
2013-11-21winaccessibility: pass pointers as "hyper" in the COM IDLMichael Stahl33-94/+106
2013-11-21winaccessibility: use sal_Int64 for pointers in AccObjectManagerAgentMichael Stahl1-24/+29
2013-11-21winaccessibility: clean up global TopLevelWindowListenerMichael Stahl2-32/+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 Stahl3-12/+19
2013-11-20winaccessibility: replace mysterious and inexplicable locking strategyMichael Stahl18-13/+63
2013-11-20winaccessibility: remove some pointless overridesMichael Stahl6-96/+0
2013-11-20winaccessibility: make listener methods a bit more obviousMichael Stahl16-178/+178
2013-11-20winaccessibility: CHILDID_SELF already defined by some windows headerMichael Stahl2-3/+0
2013-11-20winaccessibility: remove UAccCOM2.hMichael Stahl17-17/+17
2013-11-20winaccessibility: move ROLE_TABLE to the cxx file that needs itMichael Stahl2-0/+94
2013-11-20winaccessibility: remove "using" from headersMichael Stahl6-34/+33
2013-11-19winaccessibility: use WeakImplHelperMichael Stahl2-58/+5
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 Stahl17-0/+0
2013-11-19uia: merge VCL pieces of IAccessible2 work.Michael Meeks8-203/+199
2013-11-19uia: remove redundant component registration.Michael Meeks1-5/+0
2013-11-19Remove obsolete statreg.cpp / atlimpl.cpp includes.Michael Meeks1-3/+0
2013-11-19Fix minor compilation issuesDavid Ostrovsky1-2/+2