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