summaryrefslogtreecommitdiff
path: root/winaccessibility
AgeCommit message (Expand)AuthorFilesLines
2013-12-12winaccessibility: use SAL_N_ELEMENTSMichael Stahl4-7/+4
2013-12-12winaccessibility: clean up the AGGMAP in CMAccessibleMichael Stahl3-84/+42
2013-12-05Avoid multiple definitions of two lovingly copy-pasted functionsTor Lillqvist1-4/+4
2013-12-05fdo#39956 Delete JABDavid Ostrovsky1-2/+0
2013-12-03Use our header guard conventionTor Lillqvist30-89/+88
2013-12-03Bin pointless header inclusion guardTor Lillqvist1-2/+0
2013-12-03No _SV_AccObjectWinManager_HXX anywhereTor Lillqvist1-2/+0
2013-12-02vcl: check if AT is running before loading the libraryMichael Stahl1-26/+0
2013-12-02winaccessibility: remove global g_acc_managerMichael Stahl8-75/+33
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 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-553/+13
2013-11-28winaccessibility: remove obsolete act.hxxMichael Stahl6-76/+0
2013-11-26Replace deprecated OUString::valueOf -> OUString::numberStephan Bergmann1-3/+3
2013-11-25winaccessibility: replace CoCreateInstance with direct instantiationMichael Stahl11-51/+114
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 Stahl2-8/+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 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