summaryrefslogtreecommitdiff
path: root/vcl/source/font/PhysicalFontCollection.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-01-29vcl: changes to included vcl headersChris Sherlock1-0/+1
2016-01-25vcl: remove a lot of unneeded headers from PhysicalFontCollection.cxxChris Sherlock1-13/+2
2016-01-25vcl: remove vcl/inc/magic.hChris Sherlock1-3/+2
2016-01-19vcl: FontAttributes::GetSlantType() -> FontAttributes::GetItalic()Chris Sherlock1-3/+3
2016-01-16revert vcl patch series that brok Mac and WindowsNorbert Thiebaud1-3/+3
2016-01-16vcl: FontAttributes::GetSlantType() -> FontAttributes::GetItalic()Chris Sherlock1-3/+3
2016-01-09vcl: FindFontFamilyByFont is not the best name after allChris Sherlock1-1/+1
2016-01-08vcl: change ImplFontEntry to LogicalFontInstanceChris Sherlock1-6/+6
2016-01-07vcl: rename outfont.hxx to fontentry.hxxChris Sherlock1-1/+1
2016-01-03vcl: split out ImplFontAttributes into own headerChris Sherlock1-0/+1
2016-01-03vcl: convert ImplFontMetricData to accessor functionsChris Sherlock1-3/+3
2015-12-26vcl: change device font size variable/fn namesChris Sherlock1-4/+4
2015-12-25vcl: Change GetDev{Font|Size}List to GetDevice{Font|Size}ListChris Sherlock1-2/+2
2015-12-24Class ImplGetDevFontList renamed to ImplDeviceFontListChris Sherlock1-4/+4
2015-12-24vcl: function name change to ImplFindFontFamilyOfDefaultFontChris Sherlock1-2/+2
2015-12-24vcl: update names of find functions in PhysicalFontCollectionChris Sherlock1-32/+32
2015-12-23vcl: private functions in PhysicalFontCollection start with ImplChris Sherlock1-7/+7
2015-12-23vcl: Make ImplFindByAttributes public and renameChris Sherlock1-3/+3
2015-12-22vcl: rename ImplFindByTokenNames to FindByTokenNamesChris Sherlock1-6/+6
2015-12-22vcl: rename PhysicalFontCollection::ImplFindByFont to FindByFontChris Sherlock1-1/+1
2015-12-18SAL_FONTENUM_STABLE_ON_PLATFORM is not defined anywhereTor Lillqvist1-21/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-21/+21
2015-10-07Revert "loplugin:mergeclasses" to fix mac buildCaolán McNamara1-1/+1
2015-10-07loplugin:mergeclassesNoel Grandin1-1/+1
2015-09-29vcl: replace alloca() with std::unique_ptrMichael Stahl1-3/+2
2015-08-21more tweaks for config-less load pathCaolán McNamara1-18/+22
2015-08-21tweak config-less load pathCaolán McNamara1-9/+13
2015-08-19for testing allow disabling configmgr for time critical pathsCaolán McNamara1-2/+9
2015-07-10-Werror,-Wunused-private-fieldStephan Bergmann1-1/+1
2015-07-04Fix typosAndrea Gelmini1-1/+1
2015-05-06convert DEFAULTFONT_ constants to scoped enumNoel Grandin1-5/+5
2015-05-06convert IMPL_FONT_ATTR constants to scoped enumNoel Grandin1-105/+105
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-1/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-1/+1
2015-01-19fdo#39440 vcl: reduce scope of local variablesMichael Weghorn1-2/+1
2014-12-18vcl: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-11-17bridges, vcl: turns out there is sal/alloca.h; replace #ifdeferyMichael Stahl1-3/+1
2014-11-12alloca needs special include on SOLARISRichard PALO1-0/+4
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin1-2/+2
2014-10-20Resolves: fdo#85006 limit script stripping to known suffixesCaolán McNamara1-35/+1
2014-08-22font lookup - cleanup GetEnglishSearchName function signature.Michael Meeks1-34/+16
2014-08-22vcl: factor out font name lookup for future re-use.Michael Meeks1-10/+18
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist1-1/+0
2014-03-22fix higher debug level buildsCaolán McNamara1-0/+1
2014-03-20cosmetic: split PhysicalFontFamily/Collection out of outdev3.cxxNorbert Thiebaud1-0/+1362