summaryrefslogtreecommitdiff
path: root/vcl/source/filter/wmf/wmfwr.cxx
AgeCommit message (Expand)Author
2016-01-04vcl: split classes out of metric.hxxChris Sherlock
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud
2015-07-19Fix some downcast warnings and reduce scope of variablesMatteo Casalin
2015-07-19sal_uInt16 suffices here, and suppresses a downcast warningMatteo Casalin
2015-07-04Fix typosAndrea Gelmini
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-05-28new clang plugin: loopvartoosmallNoel Grandin
2015-05-26tdf#91416 - fix some incorrectly allocated VirtualDevices.Michael Meeks
2015-05-15window ftbfs: MetaActionType::TRANSPARENT->MetaActionType::TransparentCaolán McNamara
2015-05-15convert META_*_ACTION constants to scoped enumNoel Grandin
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-10start wrapping OutputDevice in VclPtrNoel Grandin
2015-04-09more verbose debug message from WMFWriter::WriteRecordsAndras Timar
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-01-19fdo#39440 vcl: reduce scope of local variablesMichael Weghorn
2015-01-16remove unnecessary parenthesesNoel Grandin
2015-01-05fdo#84938: replace NUMBERFORMAT_INT_ constants with 'enum class'Noel Grandin
2014-11-14vcl: move the Impl class of MapMode ...uhm... out of the public header?Michael Stahl
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon
2014-10-13create a macro library for implementing bit-flags typesNoel Grandin
2014-10-13vcl: Make ImplFontCharMap a pImpl and move functions to FontCharMapChris Sherlock
2014-10-11coverity#735621 Division or modulo by zeroCaolán McNamara
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin
2014-09-30fdo#82577: Handle RegionNoel Grandin
2014-09-29loplugin: cstylecastNoel Grandin
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt32Noel Grandin
2014-09-26remove unnecessary casts in calls to SvStream.WriteInt32Noel Grandin
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt16Noel Grandin
2014-09-26remove unnecessary casts in calls to SvStream.WriteInt16Noel Grandin
2014-09-26remove unnecessary casts in calls to SvStream.WriteUCharNoel Grandin
2014-09-26remove unnecessary static_cast'sNoel Grandin
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-08-20vcl: use enum for complex text layout constantsNoel Grandin
2014-07-20vcl consitent use of long for corrdinateNorbert Thiebaud
2014-06-13loplugin:staticcallStephan Bergmann
2014-05-10coverity#708321 Uninitialized scalar fieldCaolán McNamara
2014-05-01coverity#708321 Uninitialized pointer fieldCaolán McNamara
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist
2014-03-13Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe
2014-02-26Removed unnecessary comment decorations from VCL sourcesChris Sherlock
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin
2014-02-10Translated German commentsLuc Castermans
2014-01-22remove SvStream::operator<< methodsNoel Grandin
2014-01-10re-write SvStream operator<< to non-overloaded methodsNoel Grandin
2013-10-09More OUString::copy out-of-bounds fixesStephan Bergmann