summaryrefslogtreecommitdiff
path: root/sw/source/core/txtnode/fntcache.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-10-19Avoid -fsanitize=nullptr-with-nonzero-offsetStephan Bergmann1-3/+4
2019-10-18mnFontCacheIdCounter is only used in SwFntAccess::NewObjStephan Bergmann1-3/+3
2019-10-07Fix FIXME in swcache.hxxJulien Nabet1-1/+1
2019-09-29tdf#127422 draw text with correct pKernArray values.Mark Hung1-18/+10
2019-07-01Improve the looks of a wave line by draw it with bezier curvesTomaž Vajngerl1-4/+7
2019-06-05Linguistic: new underlining styles for grammar checkersOlivier R1-7/+24
2019-04-15improve loplugin simplifyconstructNoel Grandin1-1/+1
2019-03-22Related: tdf#124109 vcl: make glyph item caching work with kashida glyphsMiklos Vajna1-10/+1
2019-03-22Related: tdf#124109 sw: save one vcl layout call in SwFntObj::DrawText()Miklos Vajna1-1/+11
2019-03-22tdf#124109: Fix missing kashida glyphsKhaled Hosny1-2/+1
2019-03-21tdf#124109: Revert "Only do kashida insertion with fonts that have non-zero w...Khaled Hosny1-6/+3
2019-03-11sw: prefix members of SwCalendarWrapper, SwDoc and SwFntAccessMiklos Vajna1-2/+2
2019-02-13sw btlr writing mode layout: implement unmapping of this directionMiklos Vajna1-11/+14
2019-02-10loplugin:indentation in swNoel Grandin1-1/+3
2019-01-24loplugin:constparams in swNoel Grandin1-1/+1
2019-01-11use unique_ptr in swNoel Grandin1-4/+4
2018-11-25drop unnecessary vcl/window.hxx includes in writerCaolán McNamara1-1/+0
2018-11-25tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-3/+2
2018-11-15sw_redlinehide_3: trivial conversions in new code in fntcache.cxxMichael Stahl1-5/+5
2018-11-08loplugin:constantparamNoel Grandin1-1/+1
2018-11-01tdf#121030 invalidate referenced FontInstancesJan-Marek Glogowski1-1/+1
2018-10-25Always check IsVirtual() in SwFntObj::DrawTextJan-Marek Glogowski1-2/+2
2018-10-25Move GlyphItem into its own headerJan-Marek Glogowski1-0/+1
2018-10-24Introduce OutputDevice type OUTDEV_PDFJan-Marek Glogowski1-4/+4
2018-10-12tdf#119992 sw: compare sub-strings in SwTextGlyphsKey comparisonMiklos Vajna1-3/+10
2018-10-09tdf#119993 sw: clear the font cache text glyphs on table col changeMiklos Vajna1-0/+6
2018-10-03loplugin:constfields in swNoel Grandin1-3/+3
2018-09-17tdf#119820 sw: optimize SwTextGlyphsKey comparisonMiklos Vajna1-4/+9
2018-09-07sw: less vcl text layout calls in SwFont::GetTextBreak()Miklos Vajna1-1/+8
2018-09-04sw: less vcl layout calls in SwFntObj::GetCursorOfst()Miklos Vajna1-1/+3
2018-09-03use less magic in sw/Noel Grandin1-10/+10
2018-09-03sw: save more vcl layout calls in SwFntObjMiklos Vajna1-16/+40
2018-08-31pWaveCol can just be a file local constantNoel Grandin1-3/+3
2018-08-16sw: save one vcl layout call in SwFntObj::DrawText()Miklos Vajna1-2/+38
2018-08-15sw: nOffs is always 0 in SwFntObj::DrawText()Miklos Vajna1-6/+5
2018-06-08sw_redlinehide: trivial conversions in lcl_DrawLineForWrongListDataMichael Stahl1-9/+6
2018-06-08sw_redlinehide: use WrongListIterator in text formatting codeMichael Stahl1-5/+2
2018-06-08sw_redlinehide: trivial conversions in fntcache.cxx, part 2Michael Stahl1-74/+85
2018-06-08sw_redlinehide: trivial conversions in fntcache.cxx, part 1Michael Stahl1-84/+91
2018-06-08sw_redlinehide: convert font/SwDrawTextInfo/SwFntObj headersMichael Stahl1-2/+2
2018-05-22Fix typosAndrea Gelmini1-1/+1
2018-04-16tdf#117028 sw: conditionally consider fill of shape for in-textbox auto colorMiklos Vajna1-1/+1
2018-04-12sw: fix some IWYU warningsMiklos Vajna1-0/+1
2018-04-07coverity#1433794 Unintended sign extensionCaolán McNamara1-1/+1
2018-03-07use more Color in swNoel Grandin1-6/+6
2018-03-02forcepoint #17 nTextBreak is an index into pKernArray of len rInf.GetLen()Caolán McNamara1-2/+1
2018-02-28convert COL_ constants to be of type ColorNoel Grandin1-1/+1
2018-02-26use less RGB_COLORDATANoel Grandin1-1/+1
2018-02-21loplugin:changetoolsgen in swNoel Grandin1-48/+48
2018-02-21ColorData->Color in swNoel Grandin1-1/+1