summaryrefslogtreecommitdiff
path: root/sc/source/filter/rtf/eeimpars.cxx
AgeCommit message (Expand)Author
2018-11-02tdf#115317 Fix empty url representationPaul Trojahn
2018-07-24ofz#9431 don't check attribs of Invalid columnCaolán McNamara
2018-05-12Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen
2018-04-11pass EditTextObject around using std::unique_ptrNoel Grandin
2018-04-07SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand
2018-04-06Revert "SOSAW080: Added first bunch of basic changes to helpers"Armin Le Grand
2018-04-06SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand
2018-02-17Revert "loplugin:changetoolsgen in sc" and reapply pluginNoel Grandin
2018-02-14loplugin:changetoolsgen in scNoel Grandin
2018-02-13ScSetStringParam::mbCheckLinkFormula for HTML and RTF importEike Rathke
2018-01-15More loplugin:cstylecast: scStephan Bergmann
2018-01-12More loplugin:cstylecast: scStephan Bergmann
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin
2017-11-23TypedWhichId for sc constantsNoel Grandin
2017-11-13ofz#4202 Null-dereference READCaolán McNamara
2017-11-10ofz#4163 Null-dereference READCaolán McNamara
2017-11-03ofz: fix leakCaolán McNamara
2017-10-23loplugin:includeform: scStephan Bergmann
2017-08-29loplugin:constparam in sc part8Noel Grandin
2017-08-15loplugin:checkunusedparams in scNoel Grandin
2017-07-04loplugin:unusedfields in sc part3Noel Grandin
2017-06-21convert ErrCode to strong typedefNoel Grandin
2017-05-05convert HTML_TOKEN_IDS to scoped enumNoel Grandin
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-03-29split ImportState enum into RtfImportState and HtmlImportStateNoel Grandin
2017-03-08convert SvxAdjust to scoped enumNoel Grandin
2017-02-09use std::unique_ptr and reorder membersJochen Nitschke
2017-02-01loplugin:useuniqueptr extend to check local varsNoel Grandin
2017-01-19new loplugin: useuniqueptr: sc part 2Noel Grandin
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-09-26convert HASATTR constants to typed_flags_setNoel Grandin
2016-08-17convert SvxEscapement to scoped enumNoel Grandin
2016-05-27tdf#34465 remove calls to SfxItemSet::Put(const SfxPoolItem&, sal_uInt16)Noel Grandin
2016-05-25Convert SC_MF to scoped enumNoel Grandin
2016-05-07clang-tidy modernize-loop-convert in scNoel Grandin
2016-03-24loplugin:constantparam in scNoel Grandin
2016-03-23loplugin:constantparam in scNoel Grandin
2015-11-13sc: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-09-18boost->stdCaolán McNamara
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara
2015-09-17boost->stdCaolán McNamara
2015-08-17tdf#93392 leak when linking to external html data file with auto updateDennis P. Francis
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin
2015-06-11convert expressions like 'size() == 0' to 'empty()'Noel Grandin
2015-06-02loplugin:loopvartoosmallNoel Grandin
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-17convert SCRIPTTYPE_ constants to scoped enumNoel Grandin
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks
2015-04-10Fix OutputDevice members / stack allocation: slideshow, starmath, sd, sc.Michael Meeks