summaryrefslogtreecommitdiff
path: root/filter/source/graphicfilter/eos2met/eos2met.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-01-13tdf#92925 Remove MET (OS/2) exportBryan Quigley1-2586/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-11/+11
2015-11-06merged graphic import/export into a single libraryOliver Specht1-7/+1
2015-10-03Fix typosAndrea Gelmini1-1/+1
2015-10-01com::sun::star->css in filter/Noel Grandin1-1/+1
2015-09-21hide ScopedPtr::reset and add disposeAndClearCaolán McNamara1-2/+1
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud1-10/+10
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-3/+3
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann1-1/+1
2015-05-26tdf#91416 - fix some incorrectly allocated VirtualDevices.Michael Meeks1-1/+1
2015-05-15window ftbfs: MetaActionType::TRANSPARENT->MetaActionType::TransparentCaolán McNamara1-1/+1
2015-05-15convert META_*_ACTION constants to scoped enumNoel Grandin1-64/+68
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-19/+20
2015-04-27More loplugin:simplifyboolStephan Bergmann1-8/+8
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks1-5/+5
2015-04-10Move OutputDevice members to VclPtr: filter, reportdesign, uui.Michael Meeks1-1/+1
2015-04-10Fix OutputDevice members / stack allocation: filter.Michael Meeks1-18/+19
2015-03-04V813: Decreased performanceCaolán McNamara1-8/+4
2015-01-16remove unnecessary parenthesesNoel Grandin1-22/+22
2015-01-05fdo#84938: replace NUMBERFORMAT_INT_ constants with 'enum class'Noel Grandin1-2/+2
2014-12-14fdo#39440 reduce scope of local variablesMichael Weghorn1-12/+7
2014-11-14vcl: move the Impl class of MapMode ...uhm... out of the public header?Michael Stahl1-0/+1
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky1-18/+18
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky1-2/+2
2014-10-23coverity#1078541 Division or modulo by zeroCaolán McNamara1-1/+1
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon1-2/+2
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann1-1/+0
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca1-18/+18
2014-10-06loplugin: cstylecastNoel Grandin1-47/+47
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin1-3/+3
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt32Noel Grandin1-15/+15
2014-09-26remove unnecessary casts in calls to SvStream.WriteInt32Noel Grandin1-7/+7
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt16Noel Grandin1-5/+5
2014-09-26remove unnecessary casts in calls to SvStream.WriteUCharNoel Grandin1-125/+125
2014-09-26filter: std::auto_ptr -> std::unique_ptrStephan Bergmann1-1/+1
2014-09-18fdo#82577: Handle FontNoel Grandin1-7/+7
2014-07-20vcl consitent use of long for corrdinateNorbert Thiebaud1-1/+1
2014-06-13loplugin:staticcallStephan Bergmann1-2/+2
2014-04-22filter: sal_Bool->boolNoel Grandin1-40/+40
2014-04-20coverity#705533 Unintentional integer overflowCaolán McNamara1-26/+26
2014-04-05Avoid possible resource leaks in case of exceptionsTakeshi Abe1-11/+9
2014-04-03vcl: sal_Bool->bool and cleanupNoel Grandin1-2/+2
2014-03-17filter,formula: prefer passing OUString by referenceNoel Grandin1-2/+2
2014-02-23Remove unneccessary commentsAlexander Wilms1-2/+2
2014-02-14coverity#707795 Unitialized scalar fieldNorbert Thiebaud1-2/+21
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin1-4/+4
2014-01-10re-write SvStream operator<< to non-overloaded methodsNoel Grandin1-154/+154
2013-10-16cleanupThomas Arnhold1-2/+0
2013-10-01convert leftovers in filter module from String to OUStringNoel Grandin1-2/+2
2013-09-17convert remains of filter module from String to OUStringNoel Grandin1-11/+11