summaryrefslogtreecommitdiff
path: root/winaccessibility/source
AgeCommit message (Expand)AuthorFilesLines
2014-01-09some notes about COM threading in LO generally and winaccessibilityMichael Stahl1-1/+3
2014-01-06Initialize m_containedObjectsSteve Yin1-0/+1
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann1-2/+2
2013-12-13Drop duplicate #includeTakeshi Abe1-1/+0
2013-12-12winaccessibility: let's try to remove that IsInMainThread()Michael Stahl3-66/+0
2013-12-12winaccessibility: remove some noise from not-implemented methodsMichael Stahl3-64/+7
2013-12-12winaccessibility: out-line those COM methodsMichael Stahl2-11/+15
2013-12-12winaccessibility: clear entires from XHWNDDocList tooMichael Stahl1-0/+4
2013-12-12winaccessibility: GetChildInterface may return 0Michael Stahl1-1/+3
2013-12-12winaccessibility: do not access freed AccObjectMichael Stahl1-2/+3
2013-12-12winaccessibility: fix exception handling in AccEventListenerMichael Stahl1-6/+12
2013-12-12winaccessibility: nobody calls get_XInterfaceMichael Stahl2-13/+0
2013-12-12winaccessibility: fix locking in UAccCOMMichael Stahl14-14/+307
2013-12-12winaccessibility: remove CheckEnableAccessible.h and assorted noiseMichael Stahl14-328/+0
2013-12-12winaccessibility: InlineIsEqualGUID is defined by guiddef.hMichael Stahl2-19/+10
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-03Use our header guard conventionTor Lillqvist8-24/+24
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 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