summaryrefslogtreecommitdiff
path: root/vcl/source/outdev/text.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-11-22Fix headless build on LinuxThorsten Behrens1-1/+3
2018-06-10support comboboxtext id valuesCaolán McNamara1-1/+0
2018-05-07Move PhysicalFontFace member of FontSelectPatternJan-Marek Glogowski1-2/+3
2018-04-25Simplify and rename SalLayout::GetNextGlyphsKhaled Hosny1-1/+1
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann1-4/+4
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin1-4/+4
2018-03-26replace SalColor with ColorNoel Grandin1-2/+2
2018-03-16use digit width instead of char widthCaolán McNamara1-0/+8
2018-03-12tdf#116322: Don’t hard-code RTL character rangesKhaled Hosny1-8/+13
2018-03-02drop old tools/gen methods in vclNoel Grandin1-8/+8
2018-02-28convert COL_ constants to be of type ColorNoel Grandin1-5/+5
2018-02-27replace Color(COL_*) with COL_*Noel Grandin1-18/+18
2018-02-22loplugin:changetoolsgen in vclNoel Grandin1-29/+29
2018-02-08tdf#112990: Hack-around: Do not crash on mac with opengl enabledXisco Fauli1-0/+9
2018-01-29Modernize a bit vcl (part3)Julien Nabet1-10/+7
2018-01-28tdf#114736 no need to call AdjustLayout hereTamas Bunth1-2/+0
2018-01-24loplugin:unused-returns in vclNoel Grandin1-5/+3
2018-01-12More loplugin:cstylecast: vclStephan Bergmann1-5/+5
2017-12-06Remove unused #include <vcl/metaact.hxx> from vcl/outdev.hxxStephan Bergmann1-0/+2
2017-11-27loplugin:unnecessaryparen: Warn about parentheses around literalsStephan Bergmann1-1/+1
2017-11-14use std::unique_ptr for SalLayoutNoel Grandin1-41/+20
2017-11-06convert various vcl system fields from unsigned long -> sal_uInt32Noel Grandin1-1/+1
2017-10-23loplugin:includeform: vclStephan Bergmann1-6/+6
2017-09-28Remove dead code behind Calc "Live Data Streams" dialog's "scriptdata" buttonStephan Bergmann1-1/+1
2017-09-14clang-tidy modernize-use-emplace in vclNoel Grandin1-1/+1
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin1-2/+2
2017-07-10loplugin:useuniqueptr in vclNoel Grandin1-19/+2
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin1-2/+2
2017-07-07xContext only needed for bHyphenate caseCaolán McNamara1-8/+6
2017-06-28loplugin:oncevar in vclNoel Grandin1-2/+1
2017-06-17loplugin:unusedfields in vcl part1Noel Grandin1-1/+0
2017-06-12Refactor create layout cache in status barTamas Bunth1-36/+24
2017-06-09Cache text layout of statusbar itemsTamas Bunth1-23/+80
2017-06-07Replace vcl::SalLayout Release with destructorTamas Bunth1-16/+16
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-04-12no need to use OUStringToOString in SAL_INFONoel Grandin1-3/+1
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-14/+14
2017-03-25Fix typosAndrea Gelmini1-2/+2
2017-03-17vcl: OutputDevice::GetGlyphBoundRects()'s nIndex and nBase is always the sameMiklos Vajna1-2/+2
2017-03-14tdf#105454: Stop ignoring font kerning settingKhaled Hosny1-2/+2
2017-02-11LigaturesEnabled flag is never setKhaled Hosny1-3/+0
2017-02-08coverity#1371289 Missing move assignment operatorCaolán McNamara1-1/+1
2017-01-03avoid some numeric type conversionsJochen Nitschke1-4/+4
2016-12-25remove unneeded static_castsJochen Nitschke1-1/+1
2016-12-14Remove the sal.rtl.xub SAL_INFOsStephan Bergmann1-53/+0
2016-12-14TypoKhaled Hosny1-1/+1
2016-12-14This fallback code makes no sense any moreKhaled Hosny1-255/+4
2016-12-11Drop ComplexDisabled flags that does nothingKhaled Hosny1-44/+0
2016-12-11sal_GlyphId is a simple glyph id nowKhaled Hosny1-1/+1
2016-12-11Don’t encode font fallback level in the glyph idKhaled Hosny1-1/+1