summaryrefslogtreecommitdiff
path: root/vcl/source/outdev/text.cxx
AgeCommit message (Expand)Author
2019-12-17tdf#112989 reduce export to PDF timeNoel Grandin
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann
2019-10-16loplugin:stringadd look through a couple more known-good methodsNoel Grandin
2019-10-04loplugin:singlevalfieldsNoel Grandin
2019-10-02loplugin:stringadd in vclNoel Grandin
2019-08-28tdf#42949 Fix IWYU warnings in vcl/source/[o-w]*/Gabor Kelemen
2019-07-30Fix typosAndrea Gelmini
2019-07-06Constify GlyphItemJan-Marek Glogowski
2019-06-13tdf#42949 Fix IWYU warnings in vcl/inc/*Gabor Kelemen
2019-04-28Minimize scope of variablesJan-Marek Glogowski
2019-02-21loplugin:indentation (macOS)Stephan Bergmann
2019-02-11loplugin:indentation in vclNoel Grandin
2019-01-25Assert missing SalGraphics font on GetTextLayoutJan-Marek Glogowski
2019-01-25Change SalGraphics::GetTextLayout definitionJan-Marek Glogowski
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen
2018-12-24tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski
2018-12-04tdf#121815 just use valid cached layout glyphsJan-Marek Glogowski
2018-11-27tdf#42949 Fix IWYU warnings in include/vcl/[f-h]*Gabor Kelemen
2018-11-26remove unused DrawModeFlags enum valuesNoel Grandin
2018-11-21Fix headless build on LinuxThorsten Behrens
2018-11-08loplugin:constantparamNoel Grandin
2018-11-08loplugin:collapseif in tools..xmloffNoel Grandin
2018-11-05InitFont will call ImplNewFont alreadyCaolán McNamara
2018-11-05coverity#1440837 Unchecked return valueCaolán McNamara
2018-10-30Move SalGraphics glyph functions into FontInstanceJan-Marek Glogowski
2018-10-30Hide SalLayoutGlyphs detailsJan-Marek Glogowski
2018-10-25Change GlyphItem::nFallbackLevel to font instanceJan-Marek Glogowski
2018-10-25Return bool from InitFont and try to init the fontJan-Marek Glogowski
2018-10-25Move GlyphItem into its own headerJan-Marek Glogowski
2018-10-24Introduce OutputDevice type OUTDEV_PDFJan-Marek Glogowski
2018-10-23Implement IsUnderlineAbove in vcl::FontJan-Marek Glogowski
2018-10-13use range based loops over B2DPolyPolygon in vclJochen Nitschke
2018-09-07sw: less vcl text layout calls in SwFont::GetTextBreak()Miklos Vajna
2018-09-06svtools: less text layout calls in RulerMiklos Vajna
2018-09-05vcl: less text layout calls in MenuMiklos Vajna
2018-08-28tdf#119451 vcl layout cache: fix glyph fallback handlingMiklos Vajna
2018-08-22rename FontSelectPatternAttributes to FontSelectPatternCaolán McNamara
2018-08-20can use FontSelectPatternAttributes hereCaolán McNamara
2018-08-16vcl: use SalLayoutGlyphs, not SalLayout for pre-computed layoutMiklos Vajna
2018-08-16vcl: support pre-computed glyph items in OutputDevice::ImplLayout()Miklos Vajna
2018-08-16vcl: introduce a SalLayoutFlags::GlyphItemsOnlyMiklos Vajna
2018-08-15vcl: allow using pre-calculated layout in OutputDevice::DrawTextArray()Miklos Vajna
2018-07-31Add missing sal/log.hxx headersGabor Kelemen
2018-06-14Remove now unusedsEike Rathke
2018-06-08support comboboxtext id valuesCaolán McNamara
2018-05-07Move PhysicalFontFace member of FontSelectPatternJan-Marek Glogowski
2018-04-25Simplify and rename SalLayout::GetNextGlyphsKhaled Hosny
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin
2018-03-26replace SalColor with ColorNoel Grandin