summaryrefslogtreecommitdiff
path: root/vcl/source/font/PhysicalFontCollection.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-06-07manage PhysicalFontFace by rtl::ReferenceNoel Grandin1-4/+1
2018-05-27Fix typosAndrea Gelmini1-1/+1
2018-04-26loplugin:useuniqueptr in PhysicalFontCollectionNoel Grandin1-7/+6
2018-04-24loplugin:useuniqueptr in OutputDeviceNoel Grandin1-4/+4
2018-01-29Modernize a bit vcl (part2)Julien Nabet1-24/+17
2017-12-01loplugin:unusedfieldsNoel Grandin1-47/+0
2017-11-09rename AvoidConfig to FuzzingCaolán McNamara1-5/+5
2017-10-23loplugin:includeform: vclStephan Bergmann1-2/+2
2017-07-05new loplugin unnecessaryparenNoel Grandin1-1/+1
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-02-01An env var to disable font lookupKhaled Hosny1-0/+11
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin1-2/+2
2017-01-02Use FindMetricCompatibleFont() here as wellKhaled Hosny1-3/+5
2016-12-25Make sure we use bundled metric-compatible fontsKhaled Hosny1-3/+32
2016-11-29Drop a bunch of font metrics flagsKhaled Hosny1-5/+2
2016-11-05Drop unused Graphite includesKhaled Hosny1-1/+0
2016-11-04Font features are not a Graphite-only featureKhaled Hosny1-15/+6
2016-10-31loplugin:oncevar in vbahelper..writerfilterNoel Grandin1-3/+1
2016-05-11Convert FONT_FAMILY to scoped enumNoel Grandin1-11/+11
2016-03-16loplugin:constantparams in vcl/Noel Grandin1-1/+1
2016-03-08loplugin:constantparams in vclNoel Grandin1-2/+2
2016-01-29vcl: changes to included vcl headersChris Sherlock1-0/+1
2016-01-25vcl: remove a lot of unneeded headers from PhysicalFontCollection.cxxChris Sherlock1-13/+2
2016-01-25vcl: remove vcl/inc/magic.hChris Sherlock1-3/+2
2016-01-19vcl: FontAttributes::GetSlantType() -> FontAttributes::GetItalic()Chris Sherlock1-3/+3
2016-01-16revert vcl patch series that brok Mac and WindowsNorbert Thiebaud1-3/+3
2016-01-16vcl: FontAttributes::GetSlantType() -> FontAttributes::GetItalic()Chris Sherlock1-3/+3
2016-01-09vcl: FindFontFamilyByFont is not the best name after allChris Sherlock1-1/+1
2016-01-08vcl: change ImplFontEntry to LogicalFontInstanceChris Sherlock1-6/+6
2016-01-07vcl: rename outfont.hxx to fontentry.hxxChris Sherlock1-1/+1
2016-01-03vcl: split out ImplFontAttributes into own headerChris Sherlock1-0/+1
2016-01-03vcl: convert ImplFontMetricData to accessor functionsChris Sherlock1-3/+3
2015-12-26vcl: change device font size variable/fn namesChris Sherlock1-4/+4
2015-12-25vcl: Change GetDev{Font|Size}List to GetDevice{Font|Size}ListChris Sherlock1-2/+2
2015-12-24Class ImplGetDevFontList renamed to ImplDeviceFontListChris Sherlock1-4/+4
2015-12-24vcl: function name change to ImplFindFontFamilyOfDefaultFontChris Sherlock1-2/+2
2015-12-24vcl: update names of find functions in PhysicalFontCollectionChris Sherlock1-32/+32
2015-12-23vcl: private functions in PhysicalFontCollection start with ImplChris Sherlock1-7/+7
2015-12-23vcl: Make ImplFindByAttributes public and renameChris Sherlock1-3/+3
2015-12-22vcl: rename ImplFindByTokenNames to FindByTokenNamesChris Sherlock1-6/+6
2015-12-22vcl: rename PhysicalFontCollection::ImplFindByFont to FindByFontChris Sherlock1-1/+1
2015-12-18SAL_FONTENUM_STABLE_ON_PLATFORM is not defined anywhereTor Lillqvist1-21/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-21/+21
2015-10-07Revert "loplugin:mergeclasses" to fix mac buildCaolán McNamara1-1/+1
2015-10-07loplugin:mergeclassesNoel Grandin1-1/+1
2015-09-29vcl: replace alloca() with std::unique_ptrMichael Stahl1-3/+2
2015-08-21more tweaks for config-less load pathCaolán McNamara1-18/+22
2015-08-21tweak config-less load pathCaolán McNamara1-9/+13
2015-08-19for testing allow disabling configmgr for time critical pathsCaolán McNamara1-2/+9
2015-07-10-Werror,-Wunused-private-fieldStephan Bergmann1-1/+1