summaryrefslogtreecommitdiff
path: root/vcl/inc/PhysicalFontCollection.hxx
AgeCommit message (Expand)AuthorFilesLines
2016-03-08loplugin:constantparams in vclNoel Grandin1-1/+1
2016-02-09Formatting changes across all modulesChris Sherlock1-1/+0
2016-01-25vcl: remove vcl/inc/magic.hChris Sherlock1-0/+2
2016-01-09vcl: FindFontFamilyByFont is not the best name after allChris Sherlock1-1/+1
2016-01-08vcl: change ImplFontEntry to LogicalFontInstanceChris Sherlock1-1/+1
2016-01-07vcl: rename outfont.hxx to fontentry.hxxChris Sherlock1-1/+1
2015-12-26vcl: change device font size variable/fn namesChris Sherlock1-1/+1
2015-12-25vcl: Change GetDev{Font|Size}List to GetDevice{Font|Size}ListChris Sherlock1-2/+2
2015-12-24Class ImplGetDevFontList renamed to ImplDeviceFontListChris Sherlock1-1/+1
2015-12-24vcl: function name change to ImplFindFontFamilyOfDefaultFontChris Sherlock1-1/+1
2015-12-24vcl: update names of find functions in PhysicalFontCollectionChris Sherlock1-8/+8
2015-12-24vcl: group public find functions, clarify comments in PhysFontCollectionChris Sherlock1-5/+5
2015-12-23vcl: private functions in PhysicalFontCollection start with ImplChris Sherlock1-7/+6
2015-12-23vcl: No need for WinGlyphFallbackSubstititution to be friend classChris Sherlock1-1/+0
2015-12-23vcl: rearrange PhysicalFontCollection function listing orderChris Sherlock1-1/+2
2015-12-23vcl: make PhysicalFontFamily::FindDefaultFont() privateChris Sherlock1-3/+2
2015-12-23vcl: Make ImplFindByAttributes public and renameChris Sherlock1-3/+2
2015-12-23vcl: make PhysicalFontFamily::ImplFindBySubstFontAttr privateChris Sherlock1-1/+1
2015-12-23vcl: make PhysicalFontFamily::ImplFindByAliasName privateChris Sherlock1-2/+2
2015-12-22vcl: make PhysicalFontFamily::InitMatchData privateChris Sherlock1-2/+2
2015-12-22vcl: rename ImplFindByTokenNames to FindByTokenNamesChris Sherlock1-1/+1
2015-12-22vcl: rename PhysicalFontCollection::ImplFindByFont to FindByFontChris Sherlock1-1/+1
2015-12-22vcl: make PhysicalFontCollection::ImplFindBySearchName privateChris Sherlock1-1/+2
2015-12-22vcl: cleanup PhysicalFontCollection class formattingChris Sherlock1-24/+23
2015-11-17Bin unneeded forward declarationsTor Lillqvist1-0/+3
2015-10-07Revert "loplugin:mergeclasses" to fix mac buildCaolán McNamara1-2/+2
2015-10-07loplugin:mergeclassesNoel Grandin1-2/+2
2015-07-10loplugin:unusedmethods vcl(part2)Noel Grandin1-1/+0
2015-07-04Fix typosAndrea Gelmini1-1/+1
2015-05-06convert IMPL_FONT_ATTR constants to scoped enumNoel Grandin1-1/+1
2015-01-02can't have an unordered_map of const OUStrings with gcc 4.8.2Caolán McNamara1-1/+1
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara1-1/+1
2014-08-22vcl: factor out font name lookup for future re-use.Michael Meeks1-0/+1
2014-06-06fixincludeguards: fix include guardsThomas Arnhold1-1/+5
2014-04-16Remove FontNameHash, use standard OUStringHashStephan Bergmann1-1/+1
2014-03-20cosmetic: split PhysicalFontFamily/Collection out of outdev3.cxxNorbert Thiebaud1-0/+90