summaryrefslogtreecommitdiff
path: root/include/editeng/svxrtf.hxx
AgeCommit message (Expand)AuthorFilesLines
2018-09-25loplugin:useuniqueptr in SvxRTFParserNoel Grandin1-6/+2
2018-04-11make EditPosition::Clone return std::unique_ptrNoel Grandin1-1/+1
2018-02-05loplugin:useuniqueptr in SvxRTFParserNoel Grandin1-5/+5
2018-02-05loplugin:useuniqueptr in SvxRTFItemStackTypeNoel Grandin1-2/+3
2017-11-30loplugin:unusedmethodsNoel Grandin1-1/+0
2017-11-29loplugin:unusedmethodsNoel Grandin1-3/+0
2017-07-26loplugin:unusedmethodsNoel Grandin1-4/+0
2017-07-26loplugin:unusedfieldsNoel Grandin1-5/+1
2017-07-25loplugin:unusedmethodsNoel Grandin1-1/+0
2017-07-22loplugin:unusedfields in editengNoel Grandin1-1/+0
2017-06-23loplugin:unusedfields in desktop..editengNoel Grandin1-3/+0
2017-03-25Fix typosAndrea Gelmini1-1/+1
2017-01-24loplugin: unnecessary destructor cppcanvas..filterNoel Grandin1-1/+0
2016-12-05loplugin:countusersofdefaultparams in include/drawinglayer..i18nlangtagNoel Grandin1-2/+2
2016-10-21loplugin:expandablemethodds in include/editengNoel Grandin1-5/+0
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-08-26reduce defines to boolJochen Nitschke1-2/+0
2016-07-15new loplugin unnecessary overrideNoel Grandin1-3/+0
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann1-1/+1
2016-06-24loplugin:singlevalfields in editengNoel Grandin1-1/+0
2016-04-06Avoid reserved identifiersStephan Bergmann1-3/+3
2016-03-18loplugin:constantfunction in editengNoel Grandin1-2/+1
2016-03-07loplugin:write only fieldsNoel Grandin1-1/+0
2016-03-03loplugin:unuseddefaultparams in editengNoel Grandin1-2/+2
2015-11-24loplugin:unusedfields in include/comphelper,include/editengNoel Grandin1-1/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-3/+3
2015-10-21com::sun::star->css in include/editengNoel Grandin1-5/+3
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-5/+5
2015-10-07loplugin:mergeclassesNoel Grandin1-11/+20
2015-10-07loplugin:mergeclassesNoel Grandin1-16/+22
2015-08-04include: inline some use-once typedefsNoel Grandin1-7/+6
2015-07-20editeng: need to prevent MSVC from generating SvxRTFParser copy tooMichael Stahl1-0/+3
2015-07-20editeng: try to prevent MSVC from generating copy assignmentMichael Stahl1-0/+3
2015-07-20editeng: replace boost::ptr_vector with std::vector<std::unique_ptr>>Michael Stahl1-5/+4
2015-07-20editeng: replace boost::ptr_map with std::map<std::unique_ptr>>Michael Stahl1-9/+3
2015-07-20editeng: replace boost::ptr_map with std::map<std::unique_ptr>>Michael Stahl1-4/+6
2015-07-16loplugin:unusedmethods editengNoel Grandin1-18/+0
2015-06-30remove some unnecessary typedefs to pointerNoel Grandin1-3/+2
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann1-1/+1
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-1/+1
2015-04-28SvxRTFParser::ReadBorder/BackgroundAttr bTableDef param wants to be boolStephan Bergmann1-2/+2
2015-04-13loplugin:staticmethodsNoel Grandin1-1/+1
2015-03-19loplugin:constantfunction: editengNoel Grandin1-5/+0
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin1-5/+5
2014-11-05editeng: SvxRTFParser sal_Bool to boolMichael Stahl1-5/+5
2014-10-01loplugin: cstylecastNoel Grandin1-2/+2
2014-09-30clean up some weird type-casting in SvxRTFParserNoel Grandin1-13/+6
2014-09-18fdo#82577: Handle FontNoel Grandin1-4/+4
2014-05-06dflt -> defaultThomas Arnhold1-1/+1
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-5/+5