summaryrefslogtreecommitdiff
path: root/vcl/source/filter/wmf
AgeCommit message (Expand)AuthorFilesLines
2015-01-19fdo#39440 vcl: reduce scope of local variablesMichael Weghorn3-7/+4
2015-01-16remove unnecessary parenthesesNoel Grandin2-26/+26
2015-01-09asan: stack-buffer-overflow with fdo76216-1.docCaolán McNamara1-6/+6
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin1-46/+0
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin1-5/+5
2015-01-05fdo#84938: replace NUMBERFORMAT_INT_ constants with 'enum class'Noel Grandin2-7/+7
2014-12-20TyposJulien Nabet1-1/+1
2014-11-14vcl: move the Impl class of MapMode ...uhm... out of the public header?Michael Stahl4-0/+4
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky4-26/+26
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky4-10/+10
2014-10-20coverity#1242704 Untrusted loop boundCaolán McNamara1-12/+52
2014-10-18coverity#1242573 Untrusted loop boundCaolán McNamara1-12/+58
2014-10-18coverity#1242573 Untrusted loop boundCaolán McNamara1-9/+16
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon4-10/+10
2014-10-13create a macro library for implementing bit-flags typesNoel Grandin3-12/+12
2014-10-13vcl: Make ImplFontCharMap a pImpl and move functions to FontCharMapChris Sherlock1-3/+6
2014-10-11coverity#735621 Division or modulo by zeroCaolán McNamara1-8/+15
2014-10-09convert BKMODE #defines to 'enum class'Noel Grandin4-14/+19
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca4-26/+26
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin8-50/+50
2014-09-30fdo#82577: Handle RegionNoel Grandin2-4/+4
2014-09-29loplugin: cstylecastNoel Grandin2-71/+71
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt32Noel Grandin3-44/+44
2014-09-26remove unnecessary casts in calls to SvStream.WriteInt32Noel Grandin2-25/+25
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt16Noel Grandin3-36/+36
2014-09-26remove unnecessary casts in calls to SvStream.WriteInt16Noel Grandin2-9/+9
2014-09-26remove unnecessary casts in calls to SvStream.WriteUCharNoel Grandin3-25/+25
2014-09-26remove pointless commentsNoel Grandin1-1/+0
2014-09-26remove unnecessary casts'sNoel Grandin1-1/+1
2014-09-26remove unnecessary static_cast'sNoel Grandin2-6/+6
2014-09-18fdo#82577: Handle FontNoel Grandin5-21/+21
2014-08-21vcl: convert push flags to type-safe enum-like classNoel Grandin1-1/+1
2014-08-20vcl: use enum for complex text layout constantsNoel Grandin6-15/+16
2014-07-20vcl consitent use of long for corrdinateNorbert Thiebaud8-42/+50
2014-07-20bnc#881024 Don't world transform font size in WMF/EMF importTomaž Vajngerl2-5/+14
2014-07-01New loplugin:stringconcatStephan Bergmann2-60/+58
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin2-5/+1
2014-06-13loplugin:staticcallStephan Bergmann2-17/+17
2014-06-05If no bounds can be determined, assume some reasonable defaultsStephan Bergmann1-3/+35
2014-06-05WMF record size < 3 is clearly brokenStephan Bergmann1-6/+12
2014-05-23Output record types symbolically in SAL_INFOTor Lillqvist1-1/+139
2014-05-20enhance pass-by-ref plugin to detect large argumentsNoel Grandin2-2/+2
2014-05-19fdo#72590 scale or map only when EMR_EXTSELECTCLIPRGN actionTomaž Vajngerl2-25/+22
2014-05-19vcl wmf: EnhWMFReader more cleanupTomaž Vajngerl1-48/+60
2014-05-19vcl wmf: EnhWMFReader constructor, ReadHeader, cleanupTomaž Vajngerl2-53/+66
2014-05-19vcl wmf: cleanup winmtf.hxxTomaž Vajngerl1-103/+122
2014-05-15wmf: assume WinOrg/ViewportOrg = (0,0) if they are not providedTomaž Vajngerl1-6/+6
2014-05-15wmf: add SAL_INFOs for interesting things at WMF importTomaž Vajngerl2-8/+34
2014-05-15fdo#78603 mixup (Left->Top) in Rectangle constructionTomaž Vajngerl1-4/+5
2014-05-15wmf: put WMFReader constructor out of the header fileTomaž Vajngerl2-18/+18