summaryrefslogtreecommitdiff
path: root/winaccessibility
AgeCommit message (Expand)AuthorFilesLines
2014-05-18fix some header guardsThomas Arnhold1-2/+2
2014-05-18remove some more external header guardsThomas Arnhold2-6/+0
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold1-2/+2
2014-05-14remove external header guardsThomas Arnhold2-5/+0
2014-05-09prewin.h includes windows.hThomas Arnhold1-1/+0
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni2-2/+2
2014-04-28prefer makefile-gmake-modeTakeshi Abe3-3/+3
2014-04-24add missing modelines to idl filesThomas Arnhold6-0/+18
2014-04-21remove comments why a file gets includedThomas Arnhold1-10/+0
2014-04-14typo: postion -> positionThomas Arnhold1-2/+2
2014-03-29typo: inteface -> interfaceThomas Arnhold1-2/+2
2014-03-05Remove visual noise from winaccessibilityAlexander Wilms18-86/+80
2014-03-01Variable not used but remove some wrong charactersJulien Nabet1-6/+3
2014-02-23Remove unneccessary commentsAlexander Wilms1-3/+3
2014-02-22fdo#75162 - IA2: map new document roles to ROLE_SYSTEM_DOCUMENT.Michael Meeks1-4/+9
2014-02-04fdo#39944: Add DOCUMENT_* accessibility UNO rolesJacobo Aragunde PĂ©rez3-3/+10
2014-02-03Unused UACCCOM_DLLPRIVATEStephan Bergmann1-1/+0
2014-02-02cppcheck: unused variableJulien Nabet1-1/+0
2014-01-31Remove UNOIDL "array" and "union" vaporware remnantsStephan Bergmann1-4/+0
2014-01-27Typo decendant => descendant in winaccessibility/MAccessibleJulien Nabet2-12/+12
2014-01-27fdo#73464 - get relation BSTR allocation right.Michael Meeks1-3/+1
2014-01-27fdo#73464 - guard against NULL / unset m_xAccessible.Michael Meeks1-0/+9
2014-01-27Resolves: #i124095# Multiple IAccessible and IAccessible2...Steve Yin1-2/+8
2014-01-09some notes about COM threading in LO generally and winaccessibilityMichael Stahl2-1/+19
2014-01-06Initialize m_containedObjectsSteve Yin1-0/+1
2013-12-20typo fixesAndras Timar1-2/+2
2013-12-19--disable-atl disables winaccessibilityIsamu Mogi1-0/+2
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 Stahl4-67/+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 Stahl15-15/+310
2013-12-12winaccessibility: drop icu externals, probably some copypastaMichael Stahl1-2/+0
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-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