summaryrefslogtreecommitdiff
path: root/vcl/inc/outfont.hxx
AgeCommit message (Expand)AuthorFilesLines
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
2013-08-12convert vcl/inc/outfont.hxx from String to OUStringNoel Grandin1-7/+7
2013-07-29convert more XubString->OUString in OutputDeviceNoel Grandin1-2/+2
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-5/+5
2013-04-05new module i18nlangtagEike Rathke1-1/+1
2013-03-11fdo#38838: Converting String/UniString to OUStringelixir1-13/+13
2013-02-27vcl: re-add FontSelectPattern ctor needed on WNTMichael Stahl1-0/+5
2013-02-27fdo#39446 - Bloat Removal. Removing uncallable code with callcatcherJean-Noël Rouvignac1-2/+0
2013-01-07Cleanup: #include <tools/gen.hxx>Matteo Casalin1-1/+2
2013-01-07Change public variables of class ImplFontAttributes to private.navin1-2/+9
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks1-23/+14
2012-10-06callcatcher: GetKerningPair* is now unusedCaolán McNamara1-3/+0
2012-07-01translate German commentsLuc Castermans1-23/+23
2012-06-20Resolves: fdo#47636 cache fontconfig font substitutionsCaolán McNamara1-12/+31
2012-06-20Rename the class ImplFontData into PhysicalFontFaceNorbert Thiebaud1-20/+20
2012-04-26Revert "Remove unused FontSelectPattern constructor"Stephan Bergmann1-0/+2
2012-04-26Remove unused FontSelectPattern constructorMiguel Fernández1-2/+0
2012-03-12remove unused FontFamily argument in ImplFindByAttributesCaolán McNamara1-6/+5
2012-02-18vcl: bring ImplFindByLocale back (windows build)Thomas Arnhold1-0/+3
2012-02-18Revert "vcl: bring ImplFindByLocale back (windows build)"Thomas Arnhold1-3/+0
2012-02-18vcl: bring ImplFindByLocale back (windows build)Thomas Arnhold1-0/+3
2012-02-18Remove unused codeElton Chung1-3/+0
2011-10-27Rename ImplFontSelectData to FontSelectPattern so I know what it doesCaolán McNamara1-12/+12