summaryrefslogtreecommitdiff
path: root/vcl/source/outdev
AgeCommit message (Expand)AuthorFilesLines
2017-03-13Fix bit-rot in OSL_DEBUG_LEVEL>2 (!) codeTor Lillqvist1-2/+2
2017-03-02Fix typosAndrea Gelmini3-4/+4
2017-02-27ofz#685 floating point exceptionCaolán McNamara1-3/+4
2017-02-24coverity#1399161 the explicit Font::SetLanguage is unnecessary hereCaolán McNamara1-1/+0
2017-02-21loplugin:subtlezeroinit: vclStephan Bergmann2-2/+2
2017-02-12Get rid of "unicodes" in lower-case, tooTor Lillqvist1-2/+2
2017-02-11LigaturesEnabled flag is never setKhaled Hosny1-3/+0
2017-02-09convert BmpConversion to scoped enumNoel Grandin2-6/+6
2017-02-08coverity#1371289 Missing move assignment operatorCaolán McNamara1-1/+1
2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin1-1/+1
2017-01-21coverity#1399017 Unchecked return valueCaolán McNamara1-1/+1
2017-01-09replace C-style casts with const_castJochen Nitschke1-12/+12
2017-01-07lok: refill font list if emptyHenry Castro1-0/+5
2017-01-03avoid some numeric type conversionsJochen Nitschke2-8/+8
2016-12-25remove unneeded static_castsJochen Nitschke4-7/+6
2016-12-21convert OutDevViewType to scoped enumNoel Grandin1-1/+1
2016-12-16vcl: Kill unused RenderSettingsTakeshi Abe1-18/+0
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin3-12/+11
2016-12-14Remove the sal.rtl.xub SAL_INFOsStephan Bergmann2-59/+0
2016-12-14TypoKhaled Hosny1-1/+1
2016-12-14This fallback code makes no sense any moreKhaled Hosny1-255/+4
2016-12-12coverity#1397052 Logically dead code (golden)Caolán McNamara1-2/+1
2016-12-11Drop ComplexDisabled flags that does nothingKhaled Hosny2-45/+1
2016-12-11Drop SalLayout::IsSpacingGlyph()Khaled Hosny2-2/+2
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
2016-12-10Use GlyphItem in more placesKhaled Hosny1-1/+1
2016-12-10Pass GlyphItem aroundKhaled Hosny3-27/+20
2016-12-07convert PolyFlags to scoped enumNoel Grandin3-9/+16
2016-12-06convert PolyStyle to scoped enumNoel Grandin1-3/+3
2016-12-02Extend ScopedBitmapAccess and modify various classes to use itMark Page3-24/+22
2016-11-30tdf#103747: Don't re-position images when re-playing a metafile.Jan Holesovsky1-3/+3
2016-11-29Drop a bunch of font metrics flagsKhaled Hosny1-10/+2
2016-11-26Kill old Core Text layout engineKhaled Hosny1-47/+30
2016-11-08typo fix: ressource -> resourceAndras Timar1-1/+1
2016-11-05Drop unused Graphite includesKhaled Hosny1-5/+0
2016-11-04loplugin:unusedmethodsNoel Grandin1-54/+0
2016-10-29tdf#100164 change scaling unit to precentage for *.5x factorsTomaž Vajngerl2-9/+9
2016-10-22crashtesting: assert on converting ooo66538-1.ppt to pdfCaolán McNamara1-1/+1
2016-10-15tdf#43740 Do not use UniscribeLayout for CJK Ideograph Variations.Mark Hung1-2/+25
2016-10-10tdf#89307: Removed SvRef::operator T*()Jacek Fraczek1-1/+1
2016-10-05convert MapUnit to scoped enumNoel Grandin4-50/+52
2016-09-07loplugin:constantparam in vclNoel Grandin1-1/+1
2016-09-07loplugin:constantparam in vcl..xmlscriptNoel Grandin1-3/+3
2016-09-05convert GradientStyle to scoped enumNoel Grandin1-9/+9
2016-09-05convert HatchStyle to scoped enumNoel Grandin1-2/+2
2016-09-05convert LineStyle to scoped enumNoel Grandin3-8/+8
2016-09-05convert RasterOp to scoped enumNoel Grandin10-30/+30
2016-09-05convert OutDevSupportType to scoped enumNoel Grandin4-9/+9
2016-09-02boost::intrusive_ptr->tools::SvRefCaolán McNamara1-5/+5