summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/wrtw8esh.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-10-31loplugin:constantparam in f*Noel Grandin1-2/+2
2017-10-23loplugin:includeform: swStephan Bergmann1-3/+3
2017-10-05ww8: always use "" for includes in current source's directoryMike Kaganski1-1/+1
2017-09-07tdf#112247 correct the size only for WatermarkSzymon Kłos1-6/+9
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin1-2/+2
2017-09-02convert SHAPEFLAG defines to scoped enum ShapeFlagJochen Nitschke1-15/+19
2017-08-23tdf#111975: Inline checkbox control's label is not saved to DOC formatTamás Zolnai1-69/+0
2017-08-07loplugin:constparams in sw part9Noel Grandin1-1/+1
2017-08-07loplugin:constparams in sw part8Noel Grandin1-4/+4
2017-08-03rename nAnzStrings -> nStringsCntNoel Grandin1-2/+2
2017-08-02loplugin:checkunusedparams in swNoel Grandin1-2/+2
2017-07-27sw: these arrays are constantTakeshi Abe1-4/+4
2017-07-06crashtesting: 554 crashing documents on export to .docCaolán McNamara1-2/+4
2017-06-28Watermark: tdf#91687 correct size in the .docSzymon Kłos1-1/+6
2017-06-27loplugin:oncevar in swNoel Grandin1-4/+3
2017-06-05clang-tidy performance-unnecessary-value-paramNoel Grandin1-1/+1
2017-05-11tdf#39468: Translate German comments in sw/source/filter/ww8/wrtw8esh.cxxJens Carl1-3/+3
2017-05-10tdf#39468: Translate German comments/terms sw/source/filter/ww8/wrtw8esh.cxxJens Carl1-27/+26
2017-05-03loplugin:checkunusedparams in filterNoel Grandin1-12/+4
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-04-19SwBreakIt::m_xBreak is always availableCaolán McNamara1-4/+2
2017-04-12enum spelling: throught -> throughJustin Luth1-3/+3
2017-04-05loplugin:constantparam part2Noel Grandin1-1/+1
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-6/+6
2017-03-20convert RndStdIds to scoped enumNoel Grandin1-8/+8
2017-03-17convert SvxBorderStyle to scoped enumNoel Grandin1-3/+3
2017-03-15convert SvxFrameDirection to scoped enumNoel Grandin1-6/+6
2017-03-15convert MirrorGraph to scoped enumNoel Grandin1-4/+4
2017-03-13convert GraphicDrawMode to scoped enumNoel Grandin1-10/+11
2017-03-08convert SvxShadowLocation to scoped enumNoel Grandin1-5/+5
2017-03-03convert SfxEnumItem to type-safe template classNoel Grandin1-1/+1
2017-03-02Fix typosAndrea Gelmini1-3/+3
2017-03-02elide the SwSurround enumNoel Grandin1-9/+9
2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin1-1/+1
2017-02-01loplugin:useuniqueptr extend to check local varsNoel Grandin1-4/+3
2016-12-16crashtesting: 10 squillion .doc export assertsCaolán McNamara1-5/+11
2016-12-15decloak some string literalsJochen Nitschke1-2/+1
2016-12-12reintroduce CONV2CHAR/CONV2LINE splitBjoern Michaelsen1-8/+11
2016-12-12refactor out lcl_SetRelationOrientBjoern Michaelsen1-36/+28
2016-12-12add relative to tablecell as stateBjoern Michaelsen1-8/+10
2016-12-12use message passingBjoern Michaelsen1-104/+45
2016-12-12move enums up so core specific functionality can followBjoern Michaelsen1-25/+23
2016-12-05convert FSysStyle to o3tl::typed_flagsNoel Grandin1-1/+1
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin1-1/+1
2016-12-05convert INetURLObject::EncodeMechanism to scoped enumNoel Grandin1-1/+1
2016-11-30convert WRITEFIELD constants to o3tl::typed_flagsNoel Grandin1-12/+11
2016-11-29convert ND constants to o3tl::typed_flagsNoel Grandin1-2/+2
2016-11-23tdf#42949 Remove unnecessary headers from sw/source/filtersBartosz Kosiorek1-2/+0
2016-11-21convert inventorId to scoped enumNoel Grandin1-1/+1
2016-11-07tdf#41542 MSWordExport: accommodate image's borderless paddingJustin Luth1-13/+32