summaryrefslogtreecommitdiff
path: root/vcl/inc/PhysicalFontCollection.hxx
AgeCommit message (Expand)Author
2018-11-27missing declarations/includesStephan Bergmann
2018-08-22rename FontSelectPatternAttributes to FontSelectPatternCaolán McNamara
2018-08-22turn the cache around to work on LogicalFontInstanceCaolán McNamara
2018-08-21split into FontSelectPatternAttributes and LogicalFontInstance argsCaolán McNamara
2018-08-20make PhysicalFontCollection::Close return std::shared_ptrCaolán McNamara
2018-08-15loplugin:useuniqueptr in PhysicalFontCollectionNoel Grandin
2018-04-26loplugin:useuniqueptr in PhysicalFontCollectionNoel Grandin
2018-04-24loplugin:useuniqueptr in OutputDeviceNoel Grandin
2017-12-01loplugin:unusedfieldsNoel Grandin
2017-10-23overload std::hash for OUString and OStringNoel Grandin
2016-11-29Drop a bunch of font metrics flagsKhaled Hosny
2016-11-04loplugin:unnnecessaryvirtual in vclNoel Grandin
2016-03-08loplugin:constantparams in vclNoel Grandin
2016-02-09Formatting changes across all modulesChris Sherlock
2016-01-25vcl: remove vcl/inc/magic.hChris Sherlock
2016-01-09vcl: FindFontFamilyByFont is not the best name after allChris Sherlock
2016-01-08vcl: change ImplFontEntry to LogicalFontInstanceChris Sherlock
2016-01-07vcl: rename outfont.hxx to fontentry.hxxChris Sherlock
2015-12-26vcl: change device font size variable/fn namesChris Sherlock
2015-12-25vcl: Change GetDev{Font|Size}List to GetDevice{Font|Size}ListChris Sherlock
2015-12-24Class ImplGetDevFontList renamed to ImplDeviceFontListChris Sherlock
2015-12-24vcl: function name change to ImplFindFontFamilyOfDefaultFontChris Sherlock
2015-12-24vcl: update names of find functions in PhysicalFontCollectionChris Sherlock
2015-12-24vcl: group public find functions, clarify comments in PhysFontCollectionChris Sherlock
2015-12-23vcl: private functions in PhysicalFontCollection start with ImplChris Sherlock
2015-12-23vcl: No need for WinGlyphFallbackSubstititution to be friend classChris Sherlock
2015-12-23vcl: rearrange PhysicalFontCollection function listing orderChris Sherlock
2015-12-23vcl: make PhysicalFontFamily::FindDefaultFont() privateChris Sherlock
2015-12-23vcl: Make ImplFindByAttributes public and renameChris Sherlock
2015-12-23vcl: make PhysicalFontFamily::ImplFindBySubstFontAttr privateChris Sherlock
2015-12-23vcl: make PhysicalFontFamily::ImplFindByAliasName privateChris Sherlock
2015-12-22vcl: make PhysicalFontFamily::InitMatchData privateChris Sherlock
2015-12-22vcl: rename ImplFindByTokenNames to FindByTokenNamesChris Sherlock
2015-12-22vcl: rename PhysicalFontCollection::ImplFindByFont to FindByFontChris Sherlock
2015-12-22vcl: make PhysicalFontCollection::ImplFindBySearchName privateChris Sherlock
2015-12-22vcl: cleanup PhysicalFontCollection class formattingChris Sherlock
2015-11-17Bin unneeded forward declarationsTor Lillqvist
2015-10-07Revert "loplugin:mergeclasses" to fix mac buildCaolán McNamara
2015-10-07loplugin:mergeclassesNoel Grandin
2015-07-10loplugin:unusedmethods vcl(part2)Noel Grandin
2015-07-04Fix typosAndrea Gelmini
2015-05-06convert IMPL_FONT_ATTR constants to scoped enumNoel Grandin
2015-01-02can't have an unordered_map of const OUStrings with gcc 4.8.2Caolán McNamara
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara
2014-08-22vcl: factor out font name lookup for future re-use.Michael Meeks
2014-06-06fixincludeguards: fix include guardsThomas Arnhold
2014-04-16Remove FontNameHash, use standard OUStringHashStephan Bergmann
2014-03-20cosmetic: split PhysicalFontFamily/Collection out of outdev3.cxxNorbert Thiebaud