summaryrefslogtreecommitdiff
path: root/vcl/source/outdev/textline.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin1-1/+1
2018-11-26remove unused DrawModeFlags enum valuesNoel Grandin1-18/+2
2018-10-30Hide SalLayoutGlyphs detailsJan-Marek Glogowski1-0/+1
2018-10-25Return bool from InitFont and try to init the fontJan-Marek Glogowski1-9/+2
2018-10-25Move GlyphItem into its own headerJan-Marek Glogowski1-1/+1
2018-10-23Implement IsUnderlineAbove in vcl::FontJan-Marek Glogowski1-10/+0
2018-10-18clang-tidy readability-simplify-boolean-exprNoel Grandin1-7/+3
2018-06-08hold LogicalFontInstance with rtl::ReferenceNoel Grandin1-4/+4
2018-04-25Simplify and rename SalLayout::GetNextGlyphsKhaled Hosny1-1/+1
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann1-8/+8
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin1-8/+8
2018-03-26replace SalColor with ColorNoel Grandin1-5/+5
2018-02-28convert COL_ constants to be of type ColorNoel Grandin1-2/+2
2018-02-27replace Color(COL_*) with COL_*Noel Grandin1-6/+6
2018-02-22loplugin:changetoolsgen in vclNoel Grandin1-4/+4
2018-01-12More loplugin:cstylecast: vclStephan Bergmann1-1/+1
2017-12-06Remove unused #include <vcl/metaact.hxx> from vcl/outdev.hxxStephan Bergmann1-1/+2
2017-11-14use std::unique_ptr for SalLayoutNoel Grandin1-3/+1
2017-10-23loplugin:includeform: vclStephan Bergmann1-3/+3
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin1-1/+1
2017-07-18loplugin:constparams in vclNoel Grandin1-1/+1
2017-06-07Replace vcl::SalLayout Release with destructorTamas Bunth1-2/+2
2017-05-18Clean up a set of RTL-related commentsTor Lillqvist1-2/+0
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-1/+1
2017-03-02Fix typosAndrea Gelmini1-2/+2
2016-12-12coverity#1397052 Logically dead code (golden)Caolán McNamara1-2/+1
2016-12-11Drop ComplexDisabled flags that does nothingKhaled Hosny1-1/+1
2016-12-11Drop SalLayout::IsSpacingGlyph()Khaled Hosny1-1/+1
2016-12-10Pass GlyphItem aroundKhaled Hosny1-7/+4
2016-10-29tdf#100164 change scaling unit to precentage for *.5x factorsTomaž Vajngerl1-8/+8
2016-06-03Convert ComplexTextLayoutMode to scoped enumNoel Grandin1-2/+2
2016-01-31tools: rename FontUnderline to FontLineStyleChris Sherlock1-51/+51
2016-01-16vcl: remove commented out lines from commit 0174562fa9eChris Sherlock1-5/+0
2016-01-16vcl: ImplFontMetric and FontAttributes is *very* familiarChris Sherlock1-4/+4
2016-01-14vcl: change ImplFontMetricData to be reference counted via intrusive_ptrChris Sherlock1-31/+31
2016-01-12vcl: resplit FontAttributes from ImplFontMetricDataChris Sherlock1-31/+31
2016-01-08vcl: change ImplFontEntry to LogicalFontInstanceChris Sherlock1-46/+46
2016-01-03vcl: rename variables from metric names to font attribute namesChris Sherlock1-31/+31
2016-01-03vcl: convert ImplFontMetricData to accessor functionsChris Sherlock1-29/+29
2015-10-15cppcheck:variableScopeNoel Grandin1-7/+5
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud1-1/+1
2015-06-18Assertions should tell the line number where the problem isTor Lillqvist1-2/+5
2015-06-01masses of coverity FORWARD_NULL warnings from copied assertCaolán McNamara1-2/+2
2015-05-24rendercontext: Add asserts to easily catch the direct rendering cases.Jan Holesovsky1-1/+4
2015-05-20convert DRAWMODE constants to scoped enumNoel Grandin1-16/+16
2015-04-01loplugin:staticfunctionNoel Grandin1-1/+1
2014-11-26can be constCaolán McNamara1-1/+1
2014-11-25Resolves fdo#86689: Strikethrough: "With /" and "With X"Julien Nabet1-1/+1
2014-11-01tools & vcl: move OutputDevice::ImplRotatePos() to Point::RotateAbout()Chris Sherlock1-5/+12
2014-10-13create a macro library for implementing bit-flags typesNoel Grandin1-1/+1