summaryrefslogtreecommitdiff
path: root/vcl/source/fontsubset/cff.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-10-19clang-tidy readability-misleading-indentationNoel Grandin1-1/+1
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-1/+1
2018-09-17New loplugin:externalStephan Bergmann1-1/+1
2018-09-14loplugin:constfields in vclNoel Grandin1-1/+1
2018-07-31Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-07-27loplugin:returnconstant in vclNoel Grandin1-6/+4
2018-03-27loplugin:expressionalwayszero improvementsNoel Grandin1-6/+2
2018-01-12More loplugin:cstylecast: vclStephan Bergmann1-5/+5
2018-01-09route cff typedefs to our sal onesCaolán McNamara1-4/+4
2018-01-09tdf#114704 use of float as intermediate causes out by one on large offsetsCaolán McNamara1-1/+1
2017-10-23loplugin:includeform: vclStephan Bergmann1-1/+1
2017-10-05loplugin:finalclasses in vclNoel Grandin1-5/+2
2017-07-02loplugin:casttovoid: vclStephan Bergmann1-8/+4
2017-06-30loplugin:unusedfields in toolkit..xmloffNoel Grandin1-3/+0
2017-06-17loplugin:unusedfields in vcl part2Noel Grandin1-76/+2
2017-06-14use more SAL_N_ELEMENTS part 1Noel Grandin1-1/+1
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-1/+1
2017-02-20IGNORE_HINTS have never been definedKhaled Hosny1-23/+1
2017-02-09convert FontType to scoped enumNoel Grandin1-2/+2
2017-01-27loplugin: unnecessary destructor vbahelper..vclNoel Grandin1-6/+0
2017-01-06New loplugin:charrightshiftStephan Bergmann1-1/+1
2016-09-15loplugin:countusersofdefaultparams in vclNoel Grandin1-1/+1
2016-06-27loplugin:singlevalfields in vcl(part2)Noel Grandin1-24/+0
2016-06-10tdf#96099 Remove various smart pointer typedefs in vclMark Page1-13/+12
2016-05-14cppcheck: uninitialised members in vclJochen Nitschke1-8/+4
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-1/+1
2016-02-26loplugin:unuseddefaultparam in vcl/Noel Grandin1-2/+2
2016-01-18loplugin: unused return values in vcl/Noel Grandin1-6/+5
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-41/+41
2015-09-04Reduce nVal scopeStephan Bergmann1-8/+7
2015-09-04Uniformly use if --- else if brachnes hereStephan Bergmann1-5/+1
2015-09-04clang-tidy clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+1
2015-08-11loplugin: defaultparamsNoel Grandin1-1/+1
2015-07-04Fix typosAndrea Gelmini1-1/+1
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-1/+1
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-30/+30
2015-01-20Some more loplugin:cstylecast: vclStephan Bergmann1-1/+1
2014-11-12coverity#735344 Unchecked return value from libraryCaolán McNamara1-4/+7
2014-10-06Remove pointless commented-out 'virtual' keywordsTor Lillqvist1-1/+1
2014-08-05fdo#81516: vcl: limit number of CFFs read from fontMichael Stahl1-5/+13
2014-08-05fdo#81516 Support fonts like Source Han Sans with > 16 FDArray elementsAudrey Tang1-1/+1
2014-06-27tweak assert so comment appears in abort messageCaolán McNamara1-1/+1
2014-05-16coverity#1202771 Operands don't affect resultCaolán McNamara1-11/+2
2014-05-09'!= false' is redundant, and confusing - kill it.Jan Holesovsky1-1/+1
2014-04-22coverity#1202749 Bad bit shift operationCaolán McNamara1-8/+8
2014-04-17coverity#708590 Uninitialized pointer fieldCaolán McNamara1-6/+15
2014-04-08Clean up function declarations and some unused functionsStephan Bergmann1-30/+0
2014-04-03Remove unnecessary SubsetterContext base classStephan Bergmann1-16/+3
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist1-22/+0
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-1/+1