summaryrefslogtreecommitdiff
path: root/winaccessibility
AgeCommit message (Expand)AuthorFilesLines
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
2017-04-04Finally switch MSVC to sal_Unicode = char16_t, tooStephan Bergmann7-61/+61
2017-04-04loplugin:redundantcast (clang-cl)Stephan Bergmann1-2/+2
2017-04-04loplugin:redundantinline (clang-cl)Stephan Bergmann8-8/+8
2017-04-03use actual UNO enums in vcl..xmlsecurityNoel Grandin1-2/+1
2017-03-25Fix typosAndrea Gelmini1-1/+1
2017-03-15loplugin:unncessaryoverride (clang-cl)Stephan Bergmann5-16/+0
2017-03-11Fix typosAndrea Gelmini2-2/+2
2017-03-11Fix (German?) spelling mistakes in comments: s/save/safe (the adjective)Tor Lillqvist1-1/+1
2017-03-06drop various _MSC_VER < 1900 conditionalsCaolán McNamara1-2/+0
2017-03-02Fix typosAndrea Gelmini2-10/+10
2017-02-12Typo: (De)SelectMutipleChidren->(De)SelectMultipleChidrenJulien Nabet2-4/+4
2017-01-26Remove dynamic exception specificationsStephan Bergmann27-64/+43
2017-01-11loplugin:externvar (clang-cl)Stephan Bergmann1-2/+2
2017-01-06loplugin:salboolStephan Bergmann1-1/+1
2016-12-16loplugin:unnecessaryoverride (clang-cl)Stephan Bergmann1-5/+0
2016-11-11loplugin:vclwidgetsStephan Bergmann2-3/+3
2016-11-08typo fix: ressource -> resourceAndras Timar1-1/+1
2016-10-15clang-cl loplugin: winaccessibilityStephan Bergmann62-925/+836
2016-10-14Fix GetMnemonicCharStephan Bergmann1-13/+10
2016-10-11cppcheck: uninitMemberVarJochen Nitschke1-4/+4
2016-10-10cppcheck: variableScopeJochen Nitschke1-5/+3
2016-10-02cppcheck invalidPrintfArgTypeJochen Nitschke1-1/+1
2016-08-25-Werror,-Wnonportable-include-path (clang-cl)Stephan Bergmann21-27/+27
2016-05-25SAL_FALLTRHOUGH in Windows-only codeStephan Bergmann1-0/+1
2016-05-25Mark dubious fallthrough cases as "SAL_FALLTHROUGH; //TODO ???" (in Win-only)Stephan Bergmann1-0/+1
2016-05-25Harmless missing breakStephan Bergmann1-0/+1
2016-05-24remove unused struct memberJochen Nitschke1-18/+15
2016-05-19Resolve: "TODO(Q1): Make GetSystemData method virtual"Caolán McNamara2-2/+2
2016-05-19rename to two GetSystemData methods to find all call-sitesCaolán McNamara2-2/+2
2016-05-16Fix typosAndrea Gelmini1-1/+1