summaryrefslogtreecommitdiff
path: root/vcl/source/font
AgeCommit message (Expand)AuthorFilesLines
2022-06-09loplugin:unusedmethodsNoel Grandin1-7/+0
2022-05-30tdf#147021 Use std::size() instead SAL_N_ELEMENTS macroRoman Kuznetsov1-2/+2
2022-05-19No need to cast to char hereStephan Bergmann1-4/+4
2022-05-18fix CID#1504438 for ImplFontMetricDataMark Hung1-0/+1
2022-05-16use FontMetric as SalLayoutGlyphsCache key rather than vcl::FontLuboš Luňák1-3/+41
2022-05-11Don't leave ImplFontMetricData::mnHangingBaseline uninitializedStephan Bergmann1-0/+4
2022-05-10tdf#104930 Implement TextMetric::GetHangingBaseline.Mark Hung1-0/+21
2022-05-06ofz#47268 Integer-overflowCaolán McNamara1-0/+11
2022-05-04use more string_view in unotoolsNoel Grandin1-1/+1
2022-05-03remove the o3tl::lru_map "unlimited" hackLuboš Luňák1-1/+1
2022-04-28make some LogicalFontInstance functions constLuboš Luňák1-4/+4
2022-04-27provide explicit function for hashing vcl::FontLuboš Luňák1-0/+54
2022-04-22use more string_view in unotoolsNoel Grandin2-3/+3
2022-04-19new loplugin:stringviewvar looks for OUString vars that can beNoel Grandin1-5/+6
2022-04-13use more string_view in vclNoel Grandin1-4/+4
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin1-2/+3
2022-04-09add vcl::Font::EqualIgnoreColor()Luboš Luňák1-4/+17
2022-04-08Fix typoAndrea Gelmini1-1/+1
2022-04-08tdf#148330 fix vertical offset for DFKai-SB (ukai.ttf).Mark Hung1-0/+37
2022-03-08no need to allocate fallback list separatelyNoel Grandin1-31/+7
2022-03-02tdf#147283 allow 'fake italic/bold' glyph fallback results to be cachedCaolán McNamara2-31/+52
2022-02-25do more work in sftfuzzerCaolán McNamara1-0/+1
2021-12-15tdf#144961 vcl: fix CJK matching in FindFontFamilyByAttributesHossein1-7/+17
2021-12-07improve loplugin:cow_wrapperNoel Grandin1-3/+3
2021-11-22tdf#133835 speedup calc autofilter (7)Noel Grandin1-21/+42
2021-11-19rtl::Static->thread-safe static in vclNoel Grandin2-3/+8
2021-10-22Revert partly "Simplify vector initialization in vcl"Julien Nabet1-1/+2
2021-10-17Simplify vector initialization in vclJulien Nabet1-2/+1
2021-10-12loplugin:unusedfieldsNoel Grandin1-1/+1
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann2-3/+3
2021-10-08vcl: test PhysicalFontCollection and move to vcl::font namespaceChris Sherlock3-81/+85
2021-10-08vcl: split out outdev.h into seperate headersChris Sherlock3-6/+77
2021-10-08loplugin:moveparam in vclNoel Grandin2-4/+5
2021-10-05vcl: refactor PhysicalFontFace::IsBetterMatch()Chris Sherlock1-57/+78
2021-10-05vcl: test PhysicalFontFace and move to vcl::font namespaceChris Sherlock6-11/+17
2021-09-30loplugin:constmethod handle more casesNoel Grandin1-1/+1
2021-09-27vcl: move FontSelectPattern to own file and into vcl::font namespaceChris Sherlock7-18/+22
2021-09-21vcl: remove OutputDevice's GetDevFontSizeCount() and GetDevFontSize()Chris Sherlock3-29/+0
2021-09-21vcl: add sal/config.h in preparation for patchChris Sherlock1-0/+1
2021-09-20Add sal/config.h in preparation for patchChris Sherlock1-0/+2
2021-09-20vcl: unneeded functions in PhysicalFontFaceChris Sherlock2-21/+4
2021-09-19cid#1492159 Uninitialized scalar fieldCaolán McNamara1-0/+1
2021-09-19vcl: test PhysicalFontFamily and move to vcl::font namespaceChris Sherlock3-52/+60
2021-09-18vcl: create FontMetric from PhysicalFontFaceChris Sherlock1-0/+15
2021-09-18vcl: rename ImplDeviceFontList to PhysicalFontFaceCollection and testChris Sherlock2-3/+5
2021-09-18vcl: add sal/config.h in preparation for patchChris Sherlock2-0/+4
2021-09-17vcl: update vim modelines in preparation for new changeChris Sherlock1-2/+1
2021-09-13loplugin:cow_wrapperNoel Grandin1-3/+3
2021-09-06clang-tidy:readability-redundant-member-initNoel Grandin1-3/+3
2021-08-18loplugin:passstuffbyrefNoel Grandin1-2/+2