summaryrefslogtreecommitdiff
path: root/editeng/source/editeng/eertfpar.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-03-20drop unnecessary includesCaolán McNamara1-1/+0
2018-03-11Use for-range loops in editengJulien Nabet1-2/+2
2018-01-12More loplugin:cstylecast: editengStephan Bergmann1-2/+2
2017-11-30loplugin:unusedmethodsNoel Grandin1-5/+0
2017-11-16use implict conversion operator in TypedWhichIdNoel Grandin1-1/+1
2017-11-15TypedWhichIdNoel Grandin1-1/+1
2017-11-08ofz#4121 Floating-point-exceptionCaolán McNamara1-2/+6
2017-10-23loplugin:includeform: editengStephan Bergmann1-3/+3
2017-09-16convert SvxURLFormat to scoped enumNoel Grandin1-1/+1
2017-07-31loplugin:oncevarNoel Grandin1-1/+1
2017-07-26loplugin:unusedfieldsNoel Grandin1-1/+1
2017-07-22loplugin:constparams in editeng,lingucomponentNoel Grandin1-1/+1
2017-07-04loplugin:unusedfields in editengNoel Grandin1-1/+0
2017-06-23loplugin:unusedfields in desktop..editengNoel Grandin1-7/+0
2017-06-05clang-tidy performance-unnecessary-value-paramNoel Grandin1-1/+2
2017-06-02Improved loplugin:redundantcast static_cast handling: editengStephan Bergmann1-2/+2
2017-05-20Translate German comments and debug strings (leftovers in e... dirs)Johnny_M1-1/+1
2017-05-05convert HTML_TOKEN_IDS to scoped enumNoel Grandin1-3/+4
2017-04-07loplugin:redundantcast find cstyle arithmetic castsNoel Grandin1-1/+1
2017-03-29split ImportState enum into RtfImportState and HtmlImportStateNoel Grandin1-23/+37
2017-03-22loplugin:redundantcast find redundant c-style enum castsNoel Grandin1-1/+1
2016-10-19loplugin:expandablemethodds in editeng..extensionsNoel Grandin1-1/+1
2016-10-05convert MapUnit to scoped enumNoel Grandin1-3/+3
2016-10-01Fix typosAndrea Gelmini1-1/+1
2016-08-26reduce defines to boolJochen Nitschke1-10/+9
2016-07-08loplugin:redundantcast: redundant static_casts in editengStephan Bergmann1-1/+1
2016-06-24loplugin:singlevalfields in editengNoel Grandin1-2/+0
2016-05-09convert SfxStyleFamily to scoped enumNoel Grandin1-4/+4
2016-04-26clang-tidy modernize-loop-convert in e*Noel Grandin1-3/+3
2016-02-23new loplugin: commaoperatorNoel Grandin1-2/+1
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock1-1/+1
2016-01-21vcl: rename Font::GetFamily to Font::GetFamilyTypeChris Sherlock1-1/+1
2016-01-17vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock1-1/+1
2016-01-16revert vcl patch series that brok Mac and WindowsNorbert Thiebaud1-1/+1
2016-01-16vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock1-1/+1
2016-01-10Fix typosAndrea Gelmini1-1/+1
2016-01-07svx: fix windows build, rename SvxEscapementItem::GetProp()Michael Stahl1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-3/+3
2015-10-07loplugin:mergeclassesNoel Grandin1-1/+1
2015-10-07loplugin:mergeclassesNoel Grandin1-4/+4
2015-08-11loplugin: defaultparamsNoel Grandin1-2/+2
2015-07-20editeng: replace boost::ptr_map with std::map<std::unique_ptr>>Michael Stahl1-7/+6
2015-07-03Fix typosAndrea Gelmini1-1/+1
2015-06-28Fix typosAndrea Gelmini1-1/+1
2015-04-24loplugin:simplifyboolStephan Bergmann1-2/+2
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann1-2/+2
2014-12-10fdo#76776 crashes after paste a table from WriterCaolán McNamara1-0/+7
2014-11-11Copy the original prop/prop unitStephan Bergmann1-1/+4
2014-11-05editeng: SvxRTFParser sal_Bool to boolMichael Stahl1-1/+1
2014-10-01loplugin: cstylecastNoel Grandin1-11/+11