summaryrefslogtreecommitdiff
path: root/shell/source/win32/simplemail
AgeCommit message (Expand)AuthorFilesLines
2020-09-07Make the OUString ctors taking raw sal_Unicode pointer/non-const array explicitStephan Bergmann1-1/+1
2020-08-21loplugin:stringstatic (clang-cl)Stephan Bergmann1-25/+12
2020-07-21shell/simplemail: create instances with uno constructorsNoel Grandin3-89/+16
2020-05-21use for-range on Sequence in sfx2..swNoel Grandin1-6/+6
2019-12-22sal_Char->char in sfx2..slideshowNoel Grandin1-1/+1
2019-12-03remove some useless comment linesNoel Grandin1-1/+0
2019-10-01loplugin:sequenceloop (clang-cl)Stephan Bergmann1-1/+2
2019-10-01loplugin:data (clang-cl)Stephan Bergmann2-3/+3
2019-10-01loplugin:stringconstant (clang-cl)Stephan Bergmann1-1/+1
2019-07-30tdf#126597 don't use modeless dialog for senddoc.exeJan-Marek Glogowski1-2/+3
2019-01-30loplugin:redundantinline (clang-cl)Stephan Bergmann1-1/+1
2019-01-28o3tl::make_unique -> std::make_unique in sax...svtools (except sc)Gabor Kelemen1-2/+1
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen2-0/+2
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin2-4/+4
2018-09-24loplugin:external (clang-cl)Stephan Bergmann1-10/+10
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen1-0/+2
2018-06-23tdf#96099 Remove trivial std::vector typedefs in sd, sfx2, shellArkadiy Illarionov1-4/+3
2018-03-07Don't return local variable addressMike Kaganski1-2/+2
2018-03-07tdf#116074: Don't block on sending email interactivelyMike Kaganski3-20/+277
2018-02-28Remove obsolete commentMike Kaganski1-6/+0
2018-02-28tdf#116074: Use modeless dialogs with supporting mailersMike Kaganski1-1/+5
2018-02-28Use Unicode for senddocMike Kaganski5-261/+79
2018-02-02shell: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski2-12/+0
2017-12-15loplugin:salcall (clang-cl)Stephan Bergmann2-3/+3
2017-11-27loplugin:unnecessaryparen (clang-cl)Stephan Bergmann1-1/+1
2017-10-05Rename and move SAL_U/W to o3tl::toU/WMike Kaganski1-1/+2
2017-09-30Use SAL_W/SAL_U instead of reinterpret_cast btwn wchar_t* and sal_Unicode*Mike Kaganski1-1/+1
2017-09-28shell: use Unicode on WindowsMike Kaganski2-2/+2
2017-09-22Windows: avoid dependence on UNICODE define; prefer W functionsMike Kaganski1-3/+1
2017-07-17loplugin:unnecessaryparen: shell (clang-cl)Stephan Bergmann1-3/+3
2017-07-03loplugin:oncevar (clang-cl): shellStephan Bergmann1-1/+1
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke3-3/+0
2017-03-14Various clang-cl/loplugin warningsStephan Bergmann1-1/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann6-60/+20
2017-01-11loplugin:externvar (clang-cl)Stephan Bergmann1-1/+1
2016-10-15clang-cl loplugin: shellStephan Bergmann8-47/+47
2016-09-12Bin some noise comments and superfluous vertical whitespaceTor Lillqvist3-36/+7
2016-06-22Work towards tdf#72606 EasyHack _tstring/TCHAR eliminationskswales3-14/+14
2016-04-18clean-up: unused using declarations and includesJochen Nitschke2-3/+0
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke1-1/+0
2016-03-31use SAL_N_ELEMENTS more widelyNoel Grandin1-1/+1
2016-03-11tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar1-3/+3
2016-03-07tdf#96099 Reduce number of trivial typedefsChirag Manwani1-5/+3
2016-02-09Remove excess newlinesChris Sherlock3-19/+0
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin1-2/+1
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin1-2/+1
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin1-1/+1
2015-10-29com::sun::star->css in shellNoel Grandin3-38/+37
2015-09-03shell: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe4-7/+8
2015-08-23tdf#39440 cppcheck: redundantAssignmentMichael Weghorn1-2/+1