summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog/mailmodel.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-10-29remove unnecessary includesCaolán McNamara1-2/+1
2019-10-11simplify "a = a +" to "a +="Noel Grandin1-1/+1
2019-08-15loplugin:sequenceloop in sdext..sfx2Noel Grandin1-1/+1
2019-07-29Simplify Sequence iterations in sfx2Arkadiy Illarionov1-13/+10
2019-07-29Fix typosAndrea Gelmini1-1/+1
2019-07-20loplugin:referencecasting in sfx2Noel Grandin1-2/+1
2019-05-22New loplugin:dataStephan Bergmann1-1/+1
2019-05-03Use hasElements to check Sequence emptiness in sfx2..svxArkadiy Illarionov1-1/+1
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen1-0/+1
2018-10-22pvs-studio: V571 Recurring checkCaolán McNamara1-13/+10
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke1-1/+0
2018-04-15remove some unused comphelper includesJochen Nitschke1-1/+0
2018-03-05We now use Unicode with MAPISendMailW, so no need for thisMike Kaganski1-4/+0
2018-02-22weld native message dialogsCaolán McNamara1-3/+4
2017-10-23loplugin:includeform: sfx2Stephan Bergmann1-2/+2
2017-08-08loplugin:constantparamNoel Grandin1-2/+1
2017-07-21loplugin:unusedfields in sfx2Noel Grandin1-37/+5
2017-07-21migrate to boost::gettextCaolán McNamara1-1/+1
2017-05-19make string translation loading more uniformCaolán McNamara1-1/+1
2017-05-07revert OSL_ASSERT changesChris Sherlock1-3/+3
2017-05-07tdf#43157: convert sfx2 module away from OSL_ASSERT to assertChris Sherlock1-3/+3
2017-02-28new loplugin unoanyNoel Grandin1-8/+8
2017-02-06Add missing #includesStephan Bergmann1-0/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-6/+4
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin1-4/+4
2016-12-05convert INetURLObject::EncodeMechanism to scoped enumNoel Grandin1-1/+1
2016-12-05loplugin:unnecessaryoverride (dtors) in sfx2Stephan Bergmann1-5/+0
2016-11-11update vclwidget loplugin to find ref-dropping assigmentNoel Grandin1-1/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-09-09loplugin:constantparam in sfx2Noel Grandin1-32/+6
2016-07-04remove comphelper::string::removeNoel Grandin1-5/+2
2016-06-06tdf#89329: use unique_ptr for pImpl in mailmodelapiXisco Fauli1-13/+7
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-2/+2
2016-04-11clang-tidy performance-unnecessary-value-param in sfx2Noel Grandin1-2/+2
2016-02-17use consistent #define checks for the Windows platformNoel Grandin1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-5/+5
2015-11-06tdf#89852 on Windows do not decode the filename for email subjectAndras Timar1-0/+4
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-6/+6
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin1-3/+2
2015-11-01no need to use OUString constructor in call to createInstanceNoel Grandin1-5/+3
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin1-2/+1
2015-10-29com::sun::star->css in sfx2Noel Grandin1-7/+6
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-09-03sfx2: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-2/+2
2015-07-16loplugin:unusedmethods sfx2(part2)Noel Grandin1-3/+1
2015-07-04Fix typosAndrea Gelmini1-1/+1
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-2/+2
2015-04-27More loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks1-1/+1
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin1-1/+1