summaryrefslogtreecommitdiff
path: root/vcl/inc/outfont.hxx
AgeCommit message (Expand)AuthorFilesLines
2016-01-07vcl: rename outfont.hxx to fontentry.hxxChris Sherlock1-72/+0
2016-01-07vcl: cleanup headers - remove unnecessary includes and fwd declsChris Sherlock1-1/+0
2016-01-07vcl: split more font classes from outfont.hxxChris Sherlock1-107/+4
2016-01-07vcl: remove unnecessary includes in font headersChris Sherlock1-9/+1
2016-01-03vcl: split out ImplFontAttributes into own headerChris Sherlock1-204/+2
2016-01-03vcl: rename variables from metric names to font attribute namesChris Sherlock1-7/+7
2016-01-03vcl: merge ImplFontMetricData with ImplFontAttributesChris Sherlock1-77/+78
2016-01-03vcl: convert ImplFontMetricData to accessor functionsChris Sherlock1-4/+64
2016-01-03vcl: indent cleanup for outfont.hxxChris Sherlock1-119/+122
2016-01-01loplugin:passstuffbyrefStephan Bergmann1-2/+2
2016-01-01vcl: move comment to correct spot (cheers Norbert)Chris Sherlock1-3/+2
2016-01-01vcl: Regression from a74a04f98Chris Sherlock1-1/+2
2015-12-31vcl: merge ImplDevFontAttributes with ImplFontAttributesChris Sherlock1-57/+58
2015-12-31vcl: remove ImplFontAttributes equality operatorsChris Sherlock1-5/+2
2015-12-31vcl: create accessor functions for ImplDevFontAttributesChris Sherlock1-9/+39
2015-12-31vcl: we don't need an interface class for ImplDevFontAttributesChris Sherlock1-1/+1
2015-12-31vcl: remove unnecessary commentChris Sherlock1-4/+0
2015-12-31vcl: we don't need an interface class for ImplFontAttributesChris Sherlock1-1/+1
2015-12-19tdf#83755 correct non-printing character positionMark Hung1-0/+1
2015-11-19Add ImplFontMetricData::mbTrueTypeFontTor Lillqvist1-0/+1
2015-11-17Bin unneeded forward declarationsTor Lillqvist1-9/+0
2015-11-03tdf#81144 Chinese full-width punctuation does not align properlyMark Hung1-0/+1
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-10-07Revert "loplugin:mergeclasses" to fix mac buildCaolán McNamara1-1/+1
2015-10-07loplugin:mergeclassesNoel Grandin1-1/+1
2015-09-12This parameter type should be sal_Int32, for consistencyMatteo Casalin1-1/+1
2015-08-28vcl: fix resource management issue in WinSalLayoutMichael Stahl1-0/+2
2015-07-10loplugin:unusedmethods vcl(part2)Noel Grandin1-4/+0
2015-06-30remove some unnecessary typedefs to pointerNoel Grandin1-2/+1
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann1-0/+1
2015-02-07loplugin:deletedspecialStephan Bergmann1-2/+2
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara1-2/+2
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-09-18fdo#82577: Handle FontNoel Grandin1-3/+3
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist1-6/+0
2014-03-20cosmetic: split PhysicalFontFamily/Collection out of outdev3.cxxNorbert Thiebaud1-65/+0
2014-03-20cosmetic: split PhysicalFontFace class it its own source/headerNorbert Thiebaud1-45/+1
2014-03-20rename ImplDevFontList to PhysicalFontCollectionNorbert Thiebaud1-5/+5
2014-03-20replace DevFontList with PhysicalFontFamilies propagate the naming changeNorbert Thiebaud1-3/+3
2014-03-20rename ImplDevFontListData to PhysicalFontFamilyNorbert Thiebaud1-13/+13
2014-03-13vcl: prefer passing OUString and OString by referenceNoel Grandin1-3/+3
2014-02-28constructor only used on WNT in FontSelectPatternAttributesNoel Grandin1-0/+2
2014-02-26Remove visual noise from vclAlexander Wilms1-12/+12
2014-02-06typo fixes in commentsAndras Timar1-1/+1
2013-12-18vcl get rid of xub_StrLen and STRING_LEN in outdev3Norbert Thiebaud1-15/+20
2013-12-04Device-specific font substitution is not usedKhaled Hosny1-2/+1
2013-10-28fixincludeguards.sh: vclThomas Arnhold1-3/+3
2013-10-21Simplify further after the kerning pair changesTor Lillqvist1-12/+0
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara1-1/+1
2013-09-17convert VCL from String to OUStringNoel Grandin1-1/+1