summaryrefslogtreecommitdiff
path: root/winaccessibility/source/service
AgeCommit message (Expand)AuthorFilesLines
2015-11-28Silence clang-cl -Wextra-tokens in midl-generated codeStephan Bergmann1-1/+9
2015-11-28-Werror,-Wmicrosoft-exception-specStephan Bergmann1-12/+24
2015-11-28-Werror,-Wunused-private-fieldStephan Bergmann1-2/+1
2015-11-28-Werror,-WreorderStephan Bergmann1-2/+2
2015-11-28-Werror,-WreorderStephan Bergmann1-2/+2
2015-11-24com::sun::star->css in winaccessibility/Noel Grandin19-100/+100
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin1-2/+1
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin1-2/+2
2015-09-15Resolves: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-2/+2
2015-07-19Fix typosAndrea Gelmini1-2/+2
2015-06-15cppcheck:redundantAssignmentNoel Grandin1-1/+0
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-1/+1
2015-03-22presumably this will fix the mismatch of the service namesCaolán McNamara1-1/+1
2015-03-13Typos for descriptionJulien Nabet1-1/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-2/+2
2014-11-06fdo#81264 Accessiblitiy focus not tracked for cells in CalcNiklas Johansson1-2/+14
2014-10-29ref-counting vcl::Window subclassesNoel Grandin2-4/+2
2014-10-17fdo#74441 [Accessiblity] Don't expose 0 for empty cells in CalcNiklas Johansson1-1/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin3-5/+5
2014-08-13WaE: C4245: 'argument' : conversion from 'int' to 'unsigned short'Tor Lillqvist1-1/+1
2014-08-13warning C4189: local variable is initialized but not referencedThomas Arnhold1-1/+0
2014-08-13warning C4189: local variable is initialized but not referencedThomas Arnhold4-9/+0
2014-08-13warning C4189: local variable is initialized but not referencedThomas Arnhold1-4/+2
2014-06-05various: remove SAL_THROW macroNoel Grandin1-1/+1
2014-05-27css already means ::com::sun::starThomas Arnhold1-2/+2
2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet1-5/+5
2014-05-23catch exception by const refTakeshi Abe1-1/+1
2014-05-22cppcheck: Exception should be caught by referenceThomas Arnhold1-1/+1
2014-05-09prewin.h includes windows.hThomas Arnhold1-1/+0
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni1-1/+1
2014-04-21remove comments why a file gets includedThomas Arnhold1-10/+0
2014-04-14typo: postion -> positionThomas Arnhold1-2/+2
2014-03-05Remove visual noise from winaccessibilityAlexander Wilms2-5/+5
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érez2-2/+8
2014-02-02cppcheck: unused variableJulien Nabet1-1/+0
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: clear entires from XHWNDDocList tooMichael Stahl1-0/+4
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: use SAL_N_ELEMENTSMichael Stahl1-1/+1
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 Stahl1-8/+0
2013-11-28winaccessibility: improve GenerateNewResId()Michael Stahl1-13/+7
2013-11-28winaccessibility: remove GetXAccByAccObj()Michael Stahl2-21/+2