summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog/mailmodel.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-11-10tdf#89852 on Windows do not decode the filename for email subjectAndras Timar1-0/+4
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
2014-02-23Remove unneccessary commentsAlexander Wilms1-1/+1
2014-02-12Don't include filename extension in e-mail subjectStephan Bergmann1-1/+1
2014-02-10Resolves: rhbz#1063170 Don't URI-encode filename in e-mail subjectStephan Bergmann1-2/+9
2014-01-28bool improvementsStephan Bergmann1-2/+2
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin1-10/+10
2013-11-14Move MediaDescriptor from comphelper to unotoolsStephan Bergmann1-1/+0
2013-11-11sfx2: include <> for external includesNorbert Thiebaud1-1/+1
2013-08-29convert sfx2/source/dialog/* from String to OUStringNoel Grandin1-7/+7
2013-08-29convert include/sfx2/mailmodelapi.hxx from String to OUStringNoel Grandin1-30/+16
2013-08-23convert email config error dialog to .uiCaolán McNamara1-2/+2
2013-07-08rename sfx2 log area to sfxMichael Stahl1-1/+1
2013-06-29remove OUString wrap for string literalsThomas Arnhold1-1/+1
2013-04-10equalsAsciiL() -> operator==()Thomas Arnhold1-3/+2
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-53/+53
2013-03-08some further OUString cleanupThomas Arnhold1-1/+1
2013-03-07fdo#46808, small cleanupsNoel Grandin1-116/+120
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens1-1/+0
2012-09-19ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann1-2/+1
2012-09-05Some clean up of previous commitStephan Bergmann1-6/+5
2012-09-05fdo#46808, Adapt frame::ModuleManager UNO service to new styleNoel Grandin1-6/+4
2012-08-07remove bogus date informationThomas Arnhold1-9/+0
2012-07-06re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-06-26tidy some resource stringsCaolán McNamara1-3/+1
2012-06-11remove EraseLeadingChars and EraseTrailingCharsCaolán McNamara1-3/+3
2012-06-09Remove superfluous include commentsThomas Arnhold1-1/+0
2012-06-06fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin1-13/+7
2012-06-02targeted string re-workNorbert Thiebaud1-26/+26
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi1-2/+2
2012-02-05Remove unused codeElton Chung1-5/+0
2012-01-17Replaced SAL_INFO with SAL_WARN were applicable.Marcel Metz1-1/+1
2012-01-16Replaced DBG_ERRORFILE with SAL_INFO.Marcel Metz1-1/+1
2012-01-10Fix for fdo43460 Part XXXIII getLength() to isEmpty()Olivier Hallot1-14/+14