summaryrefslogtreecommitdiff
path: root/vcl/generic/fontmanager/fontmanager.cxx
AgeCommit message (Expand)Author
2016-01-11vcl: move vcl/generic/fontmanager files to vcl/unx/generic/fontmanagerChris Sherlock
2016-01-11vcl: rename adobeenc.tab to adobe_encoding_table.hxxChris Sherlock
2016-01-10Cleanup FontCharMapPtr variable prefixesChris Sherlock
2016-01-04vcl: split classes out of metric.hxxChris Sherlock
2015-11-17Don't assume sal_Unicode is unsigned shortStephan Bergmann
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-09-30Fix typosAndrea Gelmini
2015-09-29vcl: replace alloca() with std::unique_ptrMichael Stahl
2015-06-25fix spelling Unimplmented -> UnimplementedNoel Grandin
2015-06-11convert expressions like 'size() == 0' to 'empty()'Noel Grandin
2015-06-11convert 'it.begin() == it.end()' to 'it.empty()'Noel Grandin
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann
2015-05-23Remove include stdio (part6)Julien Nabet
2015-05-22loplugin:constantfunctionNoel Grandin
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-04-20convert AppleLanguageId to scoped enumNoel Grandin
2015-04-07Remove dead INetProtocol::VimStephan Bergmann
2015-04-01loplugin:staticfunctionNoel Grandin
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-02-02coverity#736943 Untrusted loop boundCaolán McNamara
2015-01-27these are const inputs, we fill widths from pGlyphIds via pEncodingCaolán McNamara
2015-01-27rhbz#1177022: vcl: fix PDF embedding of Type 1 fontsMichael Stahl
2015-01-20Some more loplugin:cstylecast: vclStephan Bergmann
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara
2015-01-02Remove unnecessary comphelper::string::getTokenStephan Bergmann
2014-12-18vcl: Use appropriate OUString functions on string constantsStephan Bergmann
2014-11-03coverity#1250699 Dereference null return valueCaolán McNamara
2014-10-13vcl: Make ImplFontCharMap a pImpl and move functions to FontCharMapChris Sherlock
2014-10-10coverity#736943 try another experimental warning workaroundCaolán McNamara
2014-10-06vcl: FontCharMap to use intrusive_ptr ImplFontCharMapChris Sherlock
2014-10-03coverity#736943 try swapping arguments around as an experimentCaolán McNamara
2014-09-12use Apple Language Id conversion for matching font namesCaolán McNamara
2014-09-12Related: fdo#82259 implement mac ttf fontname encoding supportCaolán McNamara
2014-06-10coverity#1222236 Resource leakCaolán McNamara
2014-04-08Clean up function declarations and some unused functionsStephan Bergmann
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist
2014-02-27coverity#1187675 Dereference null return valueCaolán McNamara
2014-02-27coverity#1187674 Dereference null return valueCaolán McNamara
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-21Adapt vcl to various loplugin warnings on Mac OS XStephan Bergmann
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-02-19unotools: sal_Bool -> boolStephan Bergmann
2014-02-12callcatcher: update unused codeCaolán McNamara
2014-01-28bool improvementsStephan Bergmann
2014-01-06Resolves: #i123840# add and use the sal_GlyphId typeHerbert Dürr
2013-12-11fontmanager.hxx is private to vclTor Lillqvist
2013-12-04No more uses of printer built in fontsKhaled Hosny
2013-11-23Make TTC fonts work againKhaled Hosny
2013-11-23Simplify this code a bitKhaled Hosny
2013-11-11convert OUString !compareToAscii to equalsAsciiNoel Grandin