summaryrefslogtreecommitdiff
path: root/winaccessibility
AgeCommit message (Expand)AuthorFilesLines
2018-12-10tdf#42949 Fix IWYU warnings in include/vcl/s*Gabor Kelemen2-0/+2
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann2-2/+2
2018-11-03tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski1-2/+1
2018-11-01clang-tidy: (WIP) bugprone-too-small-loop-variable findingsTamás Zolnai1-2/+2
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin9-42/+42
2018-10-20dubious SysAllocString checkCaolán McNamara1-4/+3
2018-10-20tdf#120703 (PVS)Mike Kaganski2-28/+32
2018-10-20pvs-studio: pointer was utilized before it was verified against nullptrCaolán McNamara1-49/+43
2018-10-20pvs-studio: pointer was utilized before it was verified against nullptrCaolán McNamara1-1/+1
2018-10-20pvs-studio: 'memcpy' function will lead to underflow of the bufferCaolán McNamara1-2/+5
2018-10-20unused pUNumberString bufferCaolán McNamara1-5/+1
2018-10-20alloc should have been freeCaolán McNamara1-2/+2
2018-10-19winaccessibility: IA2 is no longer experimentalMichael Stahl1-2/+5
2018-10-02Move GetkeyBindingStrByXkeyBinding to comphelperSamuel Mehrbrodt3-21/+5
2018-10-02Remove unused getOLECHARFromKeyCodeSamuel Mehrbrodt2-96/+0
2018-09-29Simplify containers iterations in w*Arkadiy Illarionov1-15/+7
2018-09-24loplugin:external (clang-cl)Stephan Bergmann2-2/+2
2018-09-17loplugin:simplifyconstruct (clang-cl)Stephan Bergmann2-3/+2
2018-08-14tdf#116542 a11y: introduce STATIC roleSamuel Thibault3-2/+7
2018-08-13Fix typosAndrea Gelmini1-1/+1
2018-07-12Add missing sal/log.hxx headersGabor Kelemen2-0/+3
2018-04-13Fix typoAndrea Gelmini1-1/+1
2018-03-13winaccessibility: GraphicURL is not set anymoreTomaž Vajngerl1-19/+1
2018-01-24loplugin:emptyif (clang-cl)Stephan Bergmann6-24/+0
2018-01-23More loplugin:cstylecast on WindowsStephan Bergmann7-16/+16
2018-01-17Fix typosAndrea Gelmini1-2/+2
2018-01-16Fix typosAndrea Gelmini1-1/+1
2017-12-28Fix spelling in commentsJohnny_M1-7/+7
2017-12-15loplugin:salcall (clang-cl)Stephan Bergmann1-2/+2
2017-11-29loplugin:unnecessaryparen (clang-cl)Stephan Bergmann1-2/+2
2017-11-13Fix typosAndrea Gelmini1-1/+1
2017-10-27loplugin:includeform: winaccessibility (Windows)Stephan Bergmann39-89/+89
2017-10-05Rename and move SAL_U/W to o3tl::toU/WMike Kaganski7-31/+39
2017-10-03Replace more reinterpret_cast with SAL_W/SAL_UMike Kaganski6-37/+28
2017-09-30Use SAL_W/SAL_U instead of reinterpret_cast btwn wchar_t* and sal_Unicode*Mike Kaganski1-3/+3
2017-09-25Fix typosAndrea Gelmini1-1/+1
2017-09-22Avoid VCL_DLLPUBLIC SolarMutexGuard "taking over" template base class on MSVCStephan Bergmann2-0/+2
2017-09-18Use even more WIN32_LEAN_AND_MEANMike Kaganski3-1/+10
2017-08-31loplugin:constparams: winaccessibility (clang-cl)Stephan Bergmann4-4/+4
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin1-2/+2
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin1-1/+1
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin3-6/+6
2017-07-21migrate to boost::gettextCaolán McNamara4-142/+0
2017-07-17loplugin:unnecessaryparen: winaccessibility (clang-cl)Stephan Bergmann2-4/+4
2017-07-11simplify calls OUString::copy in foo.copy(x, foo.getLength() - x)Noel Grandin1-2/+2
2017-07-03loplugin:oncevar (clang-cl): winaccessibilityStephan Bergmann2-4/+2
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke2-3/+0
2017-05-11Clean up uses of SAL_U/SAL_W: winaccessibilityStephan Bergmann9-161/+143
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky1-1/+0
2017-04-06Use OUString function variants that take a (narrow) string literalStephan Bergmann1-27/+27