summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog/mailmodel.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-03-26We now use Unicode with MAPISendMailW, so no need for thisMike Kaganski1-4/+0
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
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin1-2/+2
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann1-1/+1
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann1-1/+1
2015-02-06fdo#75757: Remove inheritance from std::vectorMatthew Pottage1-1/+0
2014-12-18sfx2: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin1-1/+0
2014-09-23fdo#82577: Handle WindowNoel Grandin1-1/+1
2014-08-09Typo: filen->fileJulien Nabet1-1/+1
2014-04-10Clean up function declarations and some unused functionsStephan Bergmann1-24/+0
2014-04-07sfx2: sal_Bool->boolNoel Grandin1-7/+7
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-2/+2
2014-03-18sfx2: sal_Bool->boolNoel Grandin1-3/+3
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-4/+4