summaryrefslogtreecommitdiff
path: root/sw/source/core/txtnode/swfont.cxx
AgeCommit message (Expand)Author
2022-05-18Extend loplugin:redundantcast to trivial reinterpret_cast from T to itselfStephan Bergmann
2022-05-13tdf#104930 aligning CTL text with hanging baseline.Mark Hung
2022-04-05sw content controls: add initial layout supportMiklos Vajna
2022-03-03use SfxItemSet::GetItemIfSet in sw/source/core/txtnodeNoel Grandin
2022-01-18sw: rename Sperren to CharacterSpacing in codeJan-Marek Glogowski
2022-01-17tdf#145321 Crash scrolling DOCX to bottomNoel Grandin
2021-09-28vcl: rename OutDevState to StackChris Sherlock
2021-08-18undo changes to TextAlignCaolán McNamara
2021-07-30convert TextAlign to scoped enumCaolán McNamara
2021-05-21sw: replace most static_cast<sal_uInt16>() calls with o3tl::narrowing()Miklos Vajna
2021-02-11Remove unneeded breaksAndrea Gelmini
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-10-20use tools::Long in swNoel
2020-05-16loplugin:unusedfieldsNoel Grandin
2020-04-07tdf#131490 sw btlr: fix handling of vertical textMiklos Vajna
2020-02-21Drop o3tl::optional wrapperStephan Bergmann
2020-02-04rename GetCursorOfst -> GetModelPositionForViewPointNoel Grandin
2019-12-02tdf#42949 Fix IWYU warnings in sw/source/core/[o-t]*/*cxxGabor Kelemen
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann
2019-10-23sw: SwSubFont::GetTextSize_() assert on presumably dead codeMichael Stahl
2019-02-13sw btlr writing mode layout: implement unmapping of this directionMiklos Vajna
2019-02-12sw btlr writing mode: implement initial layoutMiklos Vajna
2018-11-25drop unnecessary vcl/window.hxx includes in writerCaolán McNamara
2018-11-10Replace deprecated boost::optional::reset(val) with operator =Mike Kaganski
2018-10-22pvs-studio: V794 The assignment operator should be protectedCaolán McNamara
2018-09-17New loplugin:externalStephan Bergmann
2018-09-03use less magic in sw/Noel Grandin
2018-08-14SvxCharSetColorItem can be removedNoel Grandin
2018-07-04There should be no need for a private SwSubFont copy assignment opStephan Bergmann
2018-06-08sw_redlinehide: convert SwSubFont::DrawText_ to static SwScriptInfoMichael Stahl
2018-06-08sw_redlinehide: trivial conversions in swfont.cxxMichael Stahl
2018-06-08sw_redlinehide: convert font/SwDrawTextInfo/SwFntObj headersMichael Stahl
2018-02-21loplugin:changetoolsgen in swNoel Grandin
2018-01-12More loplugin:cstylecast: swStephan Bergmann
2018-01-03loplugin:singlevalfields improve copy constructor checkNoel Grandin
2017-12-11tdf#96505 Deleted suffix long (L) where it is possibletagezi
2017-12-03clang-tidy modernize-use-equals-default in swJochen Nitschke
2017-11-01OUString: avoid temporaries, constifyMatteo Casalin
2017-08-04loplugin:constparams in sw part4Noel Grandin
2017-07-03loplugin:unusedfields in swNoel Grandin
2017-06-27loplugin:oncevar in swNoel Grandin
2017-04-10tdf#39468 Translate German comments in swJens Carl
2017-03-15remove useless castsJochen Nitschke
2017-03-08convert SvxShadowLocation to scoped enumNoel Grandin
2017-03-04sw: translate german comments in swfont.cxxMichael Stahl
2017-01-13new loplugin: useuniqueptr: sw part 1Noel Grandin
2016-09-18tdf#80724 try to reuse calculated underline font as much as possible.Mark Hung