summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/embeddedfontshelper.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann1-2/+2
2020-12-03Pass key by const& to the various addEmbeddedFont functionsStephan Bergmann1-1/+1
2020-10-29tdf#137643 alternative solution to activate embedded fonts in one batchCaolán McNamara1-1/+27
2020-10-19use tools::Long in vclNoel1-2/+2
2019-10-02loplugin:stringadd in vclNoel Grandin1-2/+2
2019-07-24tdf#42949 Fix IWYU warnings in vcl/source/[f-i]*Gabor Kelemen1-1/+0
2019-05-22New loplugin:dataStephan Bergmann1-1/+1
2018-11-21tdf#42949 Fix IWYU warnings in include/vcl/[B-E]*Gabor Kelemen1-0/+1
2018-07-31Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-05-29Change SFErrCodes to scoped enumStephan Bergmann1-1/+1
2018-02-08Remove unused macrosKhaled Hosny1-1/+1
2018-02-08Use a more direct link to the relevant partKhaled Hosny1-1/+1
2017-10-23loplugin:includeform: vclStephan Bergmann1-5/+5
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-04-25loplugin:checkunusedparams in vclNoel Grandin1-1/+1
2017-02-24vector::data seems more natural than &vector::frontCaolán McNamara1-1/+1
2016-11-29Strip down GetEmbedFontData to what is really usedKhaled Hosny1-2/+1
2016-06-03Convert FontRights to scoped enumNoel Grandin1-3/+3
2016-04-12clang-tidy performance-unnecessary-value-param in vclNoel Grandin1-1/+1
2016-01-26vcl: remove unnecessary included headers in embeddedfontshelper.cxxChris Sherlock1-3/+1
2016-01-19vcl: FontAttributes::GetSlantType() -> FontAttributes::GetItalic()Chris Sherlock1-2/+2
2016-01-16revert vcl patch series that brok Mac and WindowsNorbert Thiebaud1-2/+2
2016-01-16vcl: FontAttributes::GetSlantType() -> FontAttributes::GetItalic()Chris Sherlock1-2/+2
2016-01-08vcl: change ImplFontEntry to LogicalFontInstanceChris Sherlock1-1/+1
2016-01-07vcl: rename outfont.hxx to fontentry.hxxChris Sherlock1-1/+1
2016-01-03vcl: convert ImplFontMetricData to accessor functionsChris Sherlock1-2/+2
2015-12-25vcl: Change GetDev{Font|Size}List to GetDevice{Font|Size}ListChris Sherlock1-1/+1
2015-12-24Class ImplGetDevFontList renamed to ImplDeviceFontListChris Sherlock1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-4/+4
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara1-4/+2
2015-01-27add a length arg to GetEmbedFontDataCaolán McNamara1-7/+1
2015-01-20move OutputDevice:: Clear/Refresh inside AddTempDevFontCaolán McNamara1-2/+0
2015-01-20font cache gets broken on adding an embedded fontCaolán McNamara1-2/+3
2015-01-20Some more loplugin:cstylecast: vclStephan Bergmann1-1/+1
2014-06-13loplugin:staticcallStephan Bergmann1-1/+1
2014-04-23Rename OutputDevice::ImplGetGraphics to GetGraphicsChris Sherlock1-1/+1
2014-03-20cosmetic: split PhysicalFontFamily/Collection out of outdev3.cxxNorbert Thiebaud1-10/+10
2014-03-20rename ImplDevFontList to PhysicalFontCollectionNorbert Thiebaud1-1/+1
2013-12-01upload libeot-0.01David Tardon1-4/+4
2013-11-16fix build with --enable-eotDavid Tardon1-2/+2
2013-11-13sufficientFontRights usage appears to have reversed logicCaolán McNamara1-1/+1
2013-11-13initialize sufficientFontRightsCaolán McNamara1-1/+1
2013-11-13Respect svg:font-face-format element.Brennan Vincent1-6/+57
2013-08-18Use subfolder names from <config_folders.h>Tor Lillqvist1-3/+5
2013-03-08fix handling of ttf embedding restrictionsLuboš Luňák1-6/+4
2013-03-08embed also view-only fonts, but do not use themLuboš Luňák1-5/+23
2013-03-08protect against incomplete writesLuboš Luňák1-5/+12
2013-03-08function for duplicated codeLuboš Luňák1-0/+41
2013-03-06remove the need to explicitly specify font style for font embeddingLuboš Luňák1-2/+6
2013-03-06check whether font files allow being embedded in documentsLuboš Luňák1-22/+52