summaryrefslogtreecommitdiff
path: root/vcl/source/font/PhysicalFontCollection.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-05-10loplugin:ostr in vclNoel Grandin1-2/+2
2023-12-30move IsFuzzing to comphelperCaolán McNamara1-6/+6
2022-11-21remove FontAttributes::meCharSetCaolán McNamara1-2/+2
2022-09-21use more string_view in vclNoel Grandin1-7/+7
2022-05-04use more string_view in unotoolsNoel Grandin1-1/+1
2022-04-22use more string_view in unotoolsNoel Grandin1-2/+2
2022-03-02tdf#147283 allow 'fake italic/bold' glyph fallback results to be cachedCaolán McNamara1-26/+38
2021-12-15tdf#144961 vcl: fix CJK matching in FindFontFamilyByAttributesHossein1-7/+17
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann1-1/+1
2021-10-08vcl: test PhysicalFontCollection and move to vcl::font namespaceChris Sherlock1-78/+82
2021-10-08vcl: split out outdev.h into seperate headersChris Sherlock1-5/+6
2021-10-05vcl: test PhysicalFontFace and move to vcl::font namespaceChris Sherlock1-1/+1
2021-09-27vcl: move FontSelectPattern to own file and into vcl::font namespaceChris Sherlock1-4/+4
2021-09-21vcl: remove OutputDevice's GetDevFontSizeCount() and GetDevFontSize()Chris Sherlock1-17/+0
2021-09-19vcl: test PhysicalFontFamily and move to vcl::font namespaceChris Sherlock1-48/+48
2021-09-18vcl: rename ImplDeviceFontList to PhysicalFontFaceCollection and testChris Sherlock1-2/+3
2021-09-18vcl: add sal/config.h in preparation for patchChris Sherlock1-0/+2
2021-09-17vcl: update vim modelines in preparation for new changeChris Sherlock1-2/+1
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin1-3/+3
2021-03-01do not repeatedly call getenv("SAL_NO_FONT_LOOKUP")Luboš Luňák1-1/+2
2020-10-28std::set->o3tl::sorted_vector in vclNoel Grandin1-2/+2
2020-10-19use tools::Long in vclNoel1-2/+2
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: vclStephan Bergmann1-1/+1
2020-06-05Upcoming loplugin:elidestringvar: vclStephan Bergmann1-2/+1
2020-01-10use more std::make_sharedNoel Grandin1-1/+1
2019-10-25tdf#42949 Fix IWYU warnings in vcl/unx/gtk3 and gtk3_kde5/Gabor Kelemen1-1/+0
2019-09-25better data structures for some static const varsNoel Grandin1-1/+1
2019-07-30Fix typosAndrea Gelmini1-1/+1
2019-06-08tdf#125620 add Korean Hangul Jamo codepoint rangesDaeHyun Sung1-0/+2
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen1-0/+1
2018-10-14Simplify containers iterations in vclArkadiy Illarionov1-3/+2
2018-09-12loplugin:simplifyconstruct in ucbhelper..vclNoel Grandin1-1/+0
2018-08-22rename FontSelectPatternAttributes to FontSelectPatternCaolán McNamara1-4/+4
2018-08-22turn the cache around to work on LogicalFontInstanceCaolán McNamara1-1/+1
2018-08-21split into FontSelectPatternAttributes and LogicalFontInstance argsCaolán McNamara1-7/+8
2018-08-21change FindFontSubstitute to operate on FontSelectPatternAttributesCaolán McNamara1-1/+1
2018-08-20make PhysicalFontCollection::Close return std::shared_ptrCaolán McNamara1-7/+7
2018-08-20FindMetricCompatibleFont can take FontSelectPatternAttributesCaolán McNamara1-1/+1
2018-08-15loplugin:useuniqueptr in PhysicalFontCollectionNoel Grandin1-15/+9
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