summaryrefslogtreecommitdiffstats
path: root/embedserv/source/embed
Commit message (Expand)AuthorAgeFilesLines
* -Werror,-Wmicrosoft-exception-spec (clang-cl)Stephan Bergmann2019-10-025-59/+59
* loplugin:unnecessaryparen (clang-cl)Stephan Bergmann2019-10-011-4/+4
* loplugin:referencecasting (clang-cl)Stephan Bergmann2019-10-011-11/+4
* loplugin:indentation (clang-cl)Stephan Bergmann2019-10-012-4/+4
* loplugin:stringconstant (clang-cl)Stephan Bergmann2019-10-013-12/+12
* o3tl::string_view -> std::string_view (in embedserv)Stephan Bergmann2019-01-103-8/+12
* Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann2018-12-082-2/+2
* remove more rtl::OUString and OString prefixesNoel Grandin2018-10-241-3/+3
* loplugin:external (clang-cl)Stephan Bergmann2018-09-245-10/+10
* loplugin:simplifyconstruct (clang-cl)Stephan Bergmann2018-09-171-1/+1
* Add missing sal/log.hxx headersGabor Kelemen2018-08-011-0/+1
* Fix typosAndrea Gelmini2018-07-231-1/+1
* tdf#96099 Remove some trivial container iterator typedefsArkadiy Illarionov2018-06-261-1/+1
* Use for-range loops in embeddedobj, embedserv and formulaJulien Nabet2018-03-172-19/+12
* embedserv: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski2018-02-019-35/+0
* More loplugin:cstylecast on WindowsStephan Bergmann2018-01-234-26/+26
* loplugin:salcall (clang-cl)Stephan Bergmann2017-12-151-4/+4
* loplugin:salcall (clang-cl)Stephan Bergmann2017-12-112-5/+5
* loplugin:unnecessaryparen (clang-cl)Stephan Bergmann2017-11-271-2/+2
* Remove unnecessary state checks and the variablesMuhammet Kara2017-11-071-8/+0
* loplugin:includeform: embedserv (Windows)Stephan Bergmann2017-10-2712-26/+26
* Rename and move SAL_U/W to o3tl::toU/WMike Kaganski2017-10-052-22/+24
* Use SAL_W/SAL_U instead of reinterpret_cast btwn wchar_t* and sal_Unicode*Mike Kaganski2017-09-302-25/+22
* Use explicit function names for fooA/fooW WinAPI; prefer fooWMike Kaganski2017-09-305-31/+30
* tdf#96505 Get rid of cargo cult "long" integer literals66kesara992017-09-242-7/+7
* Better not modify const RECTs passed inStephan Bergmann2017-09-221-11/+13
* Some more WIN32_LEAN_AND_MEANMike Kaganski2017-09-181-1/+5
* loplugin:redundantpointerops (clang-cl)Stephan Bergmann2017-09-141-1/+1
* loplugin:constparams: embedserv (clang-cl)Stephan Bergmann2017-08-312-6/+6
* loplugin:unnecessaryparen (clang-cl)Stephan Bergmann2017-08-211-2/+2
* loplugin:oncevar (clang-cl)Stephan Bergmann2017-08-181-6/+6
* remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin2017-08-172-2/+2
* loplugin:oncevar (clang-cl): embedservStephan Bergmann2017-07-032-5/+2
* cleanup unused css/frame/* includesJochen Nitschke2017-06-123-5/+0
* remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin2017-04-213-5/+5
* Clean up uses of SAL_U/SAL_W: embedservStephan Bergmann2017-04-105-41/+44
* Finally switch MSVC to sal_Unicode = char16_t, tooStephan Bergmann2017-04-042-6/+6
* loplugin:redundantcast (clang-cl)Stephan Bergmann2017-04-041-1/+1
* tdf#96505 - Get rid of cargo cult long integer literalsudaycoder2017-03-211-1/+1
* Drop :: prefix from std in [de]*/Tor Lillqvist2017-02-171-1/+1
* Remove MinGW supportStephan Bergmann2017-02-102-7/+0
* Add missing #includesStephan Bergmann2017-02-081-0/+2
* loplugin:stringconstantStephan Bergmann2017-02-011-6/+6
* Remove dynamic exception specificationsStephan Bergmann2017-01-264-55/+1
* embedserv/source/embed/xwin.cxx is goneStephan Bergmann2017-01-251-2/+0
* loplugin:externvar (clang-cl)Stephan Bergmann2017-01-112-6/+6
* clang-cl loplugin: embedservStephan Bergmann2016-10-1614-369/+388
* 64-bit Windows fix: InsertMenu takes a UINT_PTRStephan Bergmann2016-10-141-1/+1
* -Werror,-Wnonportable-include-path (clang-cl)Stephan Bergmann2016-08-251-1/+1
* tdf#99643 OLE automation bridge: fix 64-bit pointer conversionsMichael Stahl2016-06-011-1/+1