summaryrefslogtreecommitdiff
path: root/embedserv
AgeCommit message (Expand)AuthorFilesLines
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin1-3/+3
2018-10-22pvs-studio: V716 Suspicious type conversion in return statementCaolán McNamara1-5/+2
2018-10-11Drop duplicate WINVER and _WIN32_WINNT definesJan-Marek Glogowski1-3/+0
2018-09-24loplugin:external (clang-cl)Stephan Bergmann6-10/+12
2018-09-17loplugin:simplifyconstruct (clang-cl)Stephan Bergmann1-1/+1
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen1-0/+1
2018-08-01Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-07-23Fix typosAndrea Gelmini1-1/+1
2018-06-26tdf#96099 Remove some trivial container iterator typedefsArkadiy Illarionov2-2/+1
2018-03-17Use for-range loops in embeddedobj, embedserv and formulaJulien Nabet2-19/+12
2018-02-01embedserv: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski15-59/+0
2018-01-24loplugin:emptyif (clang-cl)Stephan Bergmann2-7/+0
2018-01-23More loplugin:cstylecast on WindowsStephan Bergmann4-26/+26
2017-12-15loplugin:salcall (clang-cl)Stephan Bergmann1-4/+4
2017-12-11loplugin:salcall (clang-cl)Stephan Bergmann3-8/+8
2017-11-27loplugin:unnecessaryparen (clang-cl)Stephan Bergmann1-2/+2
2017-11-07Remove unnecessary state checks and the variablesMuhammet Kara1-8/+0
2017-10-27loplugin:includeform: embedserv (Windows)Stephan Bergmann15-30/+30
2017-10-05Rename and move SAL_U/W to o3tl::toU/WMike Kaganski2-22/+24
2017-10-05loplugin:blockblock (clang-cl)Stephan Bergmann1-27/+25
2017-09-30Use SAL_W/SAL_U instead of reinterpret_cast btwn wchar_t* and sal_Unicode*Mike Kaganski2-25/+22
2017-09-30Use explicit function names for fooA/fooW WinAPI; prefer fooWMike Kaganski6-51/+50
2017-09-24tdf#96505 Get rid of cargo cult "long" integer literals66kesara992-7/+7
2017-09-22Better not modify const RECTs passed inStephan Bergmann1-11/+13
2017-09-18Some more WIN32_LEAN_AND_MEANMike Kaganski4-1/+15
2017-09-14loplugin:redundantpointerops (clang-cl)Stephan Bergmann2-2/+2
2017-08-31loplugin:constparams: embedserv (clang-cl)Stephan Bergmann2-6/+6
2017-08-21loplugin:unnecessaryparen (clang-cl)Stephan Bergmann1-2/+2
2017-08-18loplugin:oncevar (clang-cl)Stephan Bergmann1-6/+6
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin2-2/+2
2017-07-03loplugin:oncevar (clang-cl): embedservStephan Bergmann2-5/+2
2017-06-12cleanup unused css/frame/* includesJochen Nitschke3-5/+0
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky2-5/+0
2017-04-21remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin3-5/+5
2017-04-10Clean up uses of SAL_U/SAL_W: embedservStephan Bergmann6-41/+50
2017-04-04Finally switch MSVC to sal_Unicode = char16_t, tooStephan Bergmann2-6/+6
2017-04-04loplugin:redundantcast (clang-cl)Stephan Bergmann1-1/+1
2017-03-25Fix typosAndrea Gelmini1-1/+1
2017-03-21tdf#96505 - Get rid of cargo cult long integer literalsudaycoder1-1/+1
2017-02-17Drop :: prefix from std in [de]*/Tor Lillqvist1-1/+1
2017-02-10Remove MinGW supportStephan Bergmann6-42/+5
2017-02-08Add missing #includesStephan Bergmann1-0/+2
2017-02-01loplugin:stringconstantStephan Bergmann1-6/+6
2017-01-26Remove dynamic exception specificationsStephan Bergmann7-134/+29
2017-01-25embedserv/source/embed/xwin.cxx is goneStephan Bergmann2-237/+0
2017-01-23loplugin:useuniqueptrStephan Bergmann2-10/+12
2017-01-11loplugin:externvar (clang-cl)Stephan Bergmann2-6/+6
2016-10-16clang-cl loplugin: embedservStephan Bergmann27-814/+798
2016-10-1464-bit Windows fix: InsertMenu takes a UINT_PTRStephan Bergmann1-1/+1
2016-08-25-Werror,-Wnonportable-include-path (clang-cl)Stephan Bergmann3-2/+3