summaryrefslogtreecommitdiffstats
path: root/winaccessibility
Commit message (Expand)AuthorAgeFilesLines
* tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski2018-11-031-2/+1
* clang-tidy: (WIP) bugprone-too-small-loop-variable findingsTamás Zolnai2018-11-011-2/+2
* remove more rtl::OUString and OString prefixesNoel Grandin2018-10-249-42/+42
* dubious SysAllocString checkCaolán McNamara2018-10-201-4/+3
* tdf#120703 (PVS)Mike Kaganski2018-10-202-28/+32
* pvs-studio: pointer was utilized before it was verified against nullptrCaolán McNamara2018-10-201-49/+43
* pvs-studio: pointer was utilized before it was verified against nullptrCaolán McNamara2018-10-201-1/+1
* pvs-studio: 'memcpy' function will lead to underflow of the bufferCaolán McNamara2018-10-201-2/+5
* unused pUNumberString bufferCaolán McNamara2018-10-201-5/+1
* alloc should have been freeCaolán McNamara2018-10-201-2/+2
* winaccessibility: IA2 is no longer experimentalMichael Stahl2018-10-191-2/+5
* Move GetkeyBindingStrByXkeyBinding to comphelperSamuel Mehrbrodt2018-10-023-21/+5
* Remove unused getOLECHARFromKeyCodeSamuel Mehrbrodt2018-10-022-96/+0
* Simplify containers iterations in w*Arkadiy Illarionov2018-09-291-15/+7
* loplugin:external (clang-cl)Stephan Bergmann2018-09-242-2/+2
* loplugin:simplifyconstruct (clang-cl)Stephan Bergmann2018-09-172-3/+2
* tdf#116542 a11y: introduce STATIC roleSamuel Thibault2018-08-143-2/+7
* Fix typosAndrea Gelmini2018-08-131-1/+1
* Add missing sal/log.hxx headersGabor Kelemen2018-07-122-0/+3
* Fix typoAndrea Gelmini2018-04-131-1/+1
* winaccessibility: GraphicURL is not set anymoreTomaž Vajngerl2018-03-131-19/+1
* loplugin:emptyif (clang-cl)Stephan Bergmann2018-01-246-24/+0
* More loplugin:cstylecast on WindowsStephan Bergmann2018-01-237-16/+16
* Fix typosAndrea Gelmini2018-01-171-2/+2
* Fix typosAndrea Gelmini2018-01-161-1/+1
* Fix spelling in commentsJohnny_M2017-12-281-7/+7
* loplugin:salcall (clang-cl)Stephan Bergmann2017-12-151-2/+2
* loplugin:unnecessaryparen (clang-cl)Stephan Bergmann2017-11-291-2/+2
* Fix typosAndrea Gelmini2017-11-131-1/+1
* loplugin:includeform: winaccessibility (Windows)Stephan Bergmann2017-10-2739-89/+89
* Rename and move SAL_U/W to o3tl::toU/WMike Kaganski2017-10-057-31/+39
* Replace more reinterpret_cast with SAL_W/SAL_UMike Kaganski2017-10-036-37/+28
* Use SAL_W/SAL_U instead of reinterpret_cast btwn wchar_t* and sal_Unicode*Mike Kaganski2017-09-301-3/+3
* Fix typosAndrea Gelmini2017-09-251-1/+1
* Avoid VCL_DLLPUBLIC SolarMutexGuard "taking over" template base class on MSVCStephan Bergmann2017-09-222-0/+2
* Use even more WIN32_LEAN_AND_MEANMike Kaganski2017-09-183-1/+10
* loplugin:constparams: winaccessibility (clang-cl)Stephan Bergmann2017-08-314-4/+4
* remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin2017-08-171-2/+2
* remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin2017-08-171-1/+1
* convert std::map::insert to std::map::emplaceNoel Grandin2017-08-113-6/+6
* migrate to boost::gettextCaolán McNamara2017-07-214-142/+0
* loplugin:unnecessaryparen: winaccessibility (clang-cl)Stephan Bergmann2017-07-172-4/+4
* simplify calls OUString::copy in foo.copy(x, foo.getLength() - x)Noel Grandin2017-07-111-2/+2
* loplugin:oncevar (clang-cl): winaccessibilityStephan Bergmann2017-07-032-4/+2
* remove unused osl/mutex.hxx includesJochen Nitschke2017-06-182-3/+0
* Clean up uses of SAL_U/SAL_W: winaccessibilityStephan Bergmann2017-05-119-161/+143
* gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky2017-04-211-1/+0
* Use OUString function variants that take a (narrow) string literalStephan Bergmann2017-04-061-27/+27
* Finally switch MSVC to sal_Unicode = char16_t, tooStephan Bergmann2017-04-047-61/+61
* loplugin:redundantcast (clang-cl)Stephan Bergmann2017-04-041-2/+2