summaryrefslogtreecommitdiff
path: root/sw/source/core/text/porfld.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-07-24tdf#118716 Inner border of an embedded table can't be dragged aroundNoel Grandin1-1/+1
2018-06-14sw_redlinehide: convert SwFieldPortion::CheckScript()Michael Stahl1-3/+4
2018-06-14sw_redlinehide: SwDrawTextInfo conversion in frmpaint.cxx etc.Michael Stahl1-2/+2
2018-06-14sw_redlinehide: trivial conversions in porfld.cxxMichael Stahl1-6/+6
2018-06-14sw_redlinehide: trivial conversions in porfld.cxxMichael Stahl1-29/+29
2018-06-14sw_redlinehide: convert headers to TextFrameIndexMichael Stahl1-1/+1
2018-04-12sw: fix some IWYU warningsMiklos Vajna1-0/+1
2018-02-21loplugin:changetoolsgen in swNoel Grandin1-6/+6
2018-01-12More loplugin:cstylecast: swStephan Bergmann1-4/+4
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin1-1/+1
2017-11-21loplugin:flatten in swNoel Grandin1-113/+115
2017-10-23loplugin:includeform: swStephan Bergmann1-1/+1
2017-10-09sw: prefix members of SwFieldPortionMiklos Vajna1-85/+85
2017-10-07sw: always use "" for includes in current source's directoryMike Kaganski1-5/+5
2017-08-02remove unnecessary use of 'this->'Noel Grandin1-1/+1
2017-05-09loplugin:checkunusedparams in sw(part4)Noel Grandin1-1/+0
2017-05-02Don’t mark any field without strong LTR text CTLKhaled Hosny1-1/+2
2017-05-02tdf#107204: Make sure we always do Unicode Bidi, take twoKhaled Hosny1-2/+0
2017-05-02Revert "tdf#107204: Make sure we always do Unicode Bidi"Miklos Vajna1-0/+2
2017-04-27tdf#107204: Make sure we always do Unicode BidiKhaled Hosny1-2/+0
2017-04-19SwBreakIt::m_xBreak is always availableCaolán McNamara1-16/+11
2017-03-06sw: remove unnecessary upcastsJochen Nitschke1-2/+2
2016-10-20loplugin:expandablemethodds in sw(part2)Noel Grandin1-3/+3
2016-08-30loplugin:stringconstant: adapt to improved OUStringLiteral1 (sw)Stephan Bergmann1-1/+1
2016-05-12clang-tidy modernize-loop-convert in swNoel Grandin1-2/+2
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-5/+9
2016-04-22Avoid reserved identifiersStephan Bergmann1-1/+1
2016-03-31tdf#84938 convert SW_* script constants to scoped enumNoel Grandin1-13/+13
2016-03-15crashtesting: Related tdf#91291 assert on indexing into empty stringCaolán McNamara1-1/+2
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock1-1/+1
2016-01-31tools: rename FontUnderline to FontLineStyleChris Sherlock1-4/+4
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-23/+23
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-15/+15
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-2/+2
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-141/+141
2015-03-31tdf#89666: vcl: speed up HbLayoutEngine with cache in SwTxtFormatInfoMichael Stahl1-0/+4
2015-03-28Revert "tdf#89666: vcl: speed up HbLayoutEngine with cache in SwTxtFormatInfo"Norbert Thiebaud1-4/+0
2015-03-28tdf#89666: vcl: speed up HbLayoutEngine with cache in SwTxtFormatInfoMichael Stahl1-0/+4
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-9/+9
2015-03-18convert DocumentSettingId to an enum classNoel Grandin1-1/+1
2015-01-27fdo#39468 Translate German comments - sw/source/core/textPhilipp Weissenbacher1-63/+73
2014-12-17Introduce rtl::OUStringLiteral1Stephan Bergmann1-1/+1
2014-11-25loplugin: cstylecastNoel Grandin1-2/+2
2014-11-24loplugin: cstylecastNoel Grandin1-5/+5
2014-11-19sw: include the font of SwNumberPortions in layout dumpMiklos Vajna1-1/+5
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-2/+2
2014-09-06Use for loops and more proper integer types, constifyMatteo Casalin1-23/+16
2014-09-06Remove unneeded local scopeMatteo Casalin1-15/+12
2014-07-22Massive KSHORT/MSHORT to sal_uInt16Matteo Casalin1-18/+18