summaryrefslogtreecommitdiff
path: root/vcl/source/outdev/textline.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2014-09-18fdo#82577: Handle FontNoel Grandin1-1/+1
2014-08-20vcl: use enum for complex text layout constantsNoel Grandin1-1/+1
2014-07-30Avoid needless truncation to intStephan Bergmann1-2/+2
2014-07-20vcl use DeviceCoordinate got GetNextGlyphsNorbert Thiebaud1-5/+7
2014-07-20vcl consitent use of long for corrdinateNorbert Thiebaud1-1/+2
2014-04-27VCL: rearrange font functions, move functions into OutputDeviceChris Sherlock1-7/+7
2014-04-27vcl/outdev/*.cxx cosmetic clean-upNorbert Thiebaud1-252/+285
2014-04-25VCL: remove comment, rename ImplInitClipRegion to InitClipRegionChris Sherlock1-3/+3
2014-04-24VCL: Remove unnecessary headers from outdev/textline.cxxChris Sherlock1-61/+4
2014-04-23Rename OutputDevice::ImplGetGraphics to GetGraphicsChris Sherlock1-2/+2
2014-04-20Move VCL text line functions from text.cxx to textline.cxxChris Sherlock1-0/+1068