summaryrefslogtreecommitdiff
path: root/sw/source/core/text/atrstck.cxx
AgeCommit message (Expand)Author
2022-04-05sw content controls: add initial layout supportMiklos Vajna
2022-03-25simplify some TypedWhichId codeNoel Grandin
2022-03-03use SfxItemSet::GetItemIfSet in sw/source/core/txtNoel Grandin
2021-10-22tdf#145274 FILEOPEN: Text properties are lostNoel Grandin
2021-10-04cid#1492313 Logically dead codeNoel Grandin
2021-09-28 no need to allocate SwFont separately in SwAttrHandlerNoel Grandin
2021-09-28tdf#135683 speedup SwAttrHandlerNoel Grandin
2021-02-04use more StaticWhichCastBjoern Michaelsen
2020-12-24custom literal for Degree10Noel Grandin
2020-11-24tdf#42949 Fix new IWYU warnings in directory swGabor Kelemen
2020-10-26std::unique_ptr -> std::optionalNoel
2020-10-21new tools::Degree10 strong typedefNoel Grandin
2020-05-16loplugin:unusedfieldsNoel Grandin
2020-03-10tdf#128880 sw btlr: fix SwFrame::GetPaintArea() for the row span caseMiklos Vajna
2019-10-01Avoid redundant IsAtEnd: NextItem returns nullptr iif iterator is at endMike Kaganski
2019-08-16Fix typosAndrea Gelmini
2019-08-05Fix typosAndrea Gelmini
2019-06-08Drop SwAttrHandler::SwAttrStack; use std::vector insteadMike Kaganski
2019-06-07tdf#125624: this bugdoc overflows sal_uInt16Mike Kaganski
2019-02-10loplugin:indentation in swNoel Grandin
2018-09-19sw_redlinehide_2: fix use-after-free of SwFontMichael Stahl
2018-05-16sw: prefix members in SwAttrHandlerMichael Stahl
2018-05-16sw: prefix members in SwAttrHandler::SwAttrStackMichael Stahl
2018-01-09RES_CHRATR_PROPORTIONALFONTSIZE and RES_CHRATR_NOLINEBREAK unusedNoel Grandin
2017-10-07sw: always use "" for includes in current source's directoryMike Kaganski
2017-08-04loplugin:constparams in sw part5Noel Grandin
2017-08-04loplugin:constparams in sw part4Noel Grandin
2017-03-15remove useless castsJochen Nitschke
2017-01-13new loplugin: useuniqueptr: sw part 1Noel Grandin
2016-09-08loplugin:constantparam in swNoel Grandin
2016-05-12clang-tidy modernize-loop-convert in swNoel Grandin
2016-03-31tdf#84938 convert SW_* script constants to scoped enumNoel Grandin
2016-01-31tools: rename FontUnderline to FontLineStyleChris Sherlock
2016-01-07svx: fix windows build, rename SvxEscapementItem::GetProp()Michael Stahl
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-19loplugin:defaultparamsStephan Bergmann
2015-08-20loplugin: defaultparamsNoel Grandin
2015-07-04Fix typosAndrea Gelmini
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier
2015-05-14convert KERNING_ constants to scoped enumNoel Grandin
2015-04-01convert BOX_LINE and BOXINFO_LINE to enum classNoel Grandin
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-18convert DocumentSettingId to an enum classNoel Grandin
2014-11-24loplugin: cstylecastNoel Grandin
2014-11-11coverity#1130164 Unchecked return valueCaolán McNamara
2014-10-23sw: fix undefined casts of SwTxtInputFldMichael Stahl
2014-10-21fdo#39468 Translate German comments - sw/source/core/{unocore|text}Philipp Weissenbacher
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-09-06sal_uInt16: use more proper types, avoid unneeded casts, constifyMatteo Casalin