summaryrefslogtreecommitdiffstats
path: root/filter/source/graphicfilter/eos2met/eos2met.cxx
Commit message (Expand)AuthorAgeFilesLines
* Fix typosAndrea Gelmini2015-10-031-1/+1
* com::sun::star->css in filter/Noel Grandin2015-10-011-1/+1
* hide ScopedPtr::reset and add disposeAndClearCaolán McNamara2015-09-211-2/+1
* Put Polygon from tools under tools:: namespaceNorbert Thiebaud2015-08-171-10/+10
* Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe2015-06-171-3/+3
* loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann2015-06-021-1/+1
* tdf#91416 - fix some incorrectly allocated VirtualDevices.Michael Meeks2015-05-261-1/+1
* window ftbfs: MetaActionType::TRANSPARENT->MetaActionType::TransparentCaolán McNamara2015-05-151-1/+1
* convert META_*_ACTION constants to scoped enumNoel Grandin2015-05-151-64/+68
* Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks2015-04-281-19/+20
|\
| * Automated conversion of VclPtr construction to use Instance template.Michael Meeks2015-04-101-5/+5
| * Move OutputDevice members to VclPtr: filter, reportdesign, uui.Michael Meeks2015-04-101-1/+1
| * Fix OutputDevice members / stack allocation: filter.Michael Meeks2015-04-101-18/+19
* | More loplugin:simplifyboolStephan Bergmann2015-04-271-8/+8
|/
* V813: Decreased performanceCaolán McNamara2015-03-041-8/+4
* remove unnecessary parenthesesNoel Grandin2015-01-161-22/+22
* fdo#84938: replace NUMBERFORMAT_INT_ constants with 'enum class'Noel Grandin2015-01-051-2/+2
* fdo#39440 reduce scope of local variablesMichael Weghorn2014-12-141-12/+7
* vcl: move the Impl class of MapMode ...uhm... out of the public header?Michael Stahl2014-11-141-0/+1
* Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky2014-10-231-18/+18
* Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky2014-10-231-2/+2
* coverity#1078541 Division or modulo by zeroCaolán McNamara2014-10-231-1/+1
* fdo#84854 it seems long is not enough on 32 bitDavid Tardon2014-10-161-2/+2
* More -Werror,-Wunused-private-fieldStephan Bergmann2014-10-151-1/+0
* fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca2014-10-091-18/+18
* loplugin: cstylecastNoel Grandin2014-10-061-47/+47
* fdo#82577: Handle PolyPolygonNoel Grandin2014-09-301-3/+3
* remove unnecessary casts in calls to SvStream.WriteUInt32Noel Grandin2014-09-261-15/+15
* remove unnecessary casts in calls to SvStream.WriteInt32Noel Grandin2014-09-261-7/+7
* remove unnecessary casts in calls to SvStream.WriteUInt16Noel Grandin2014-09-261-5/+5
* remove unnecessary casts in calls to SvStream.WriteUCharNoel Grandin2014-09-261-125/+125
* filter: std::auto_ptr -> std::unique_ptrStephan Bergmann2014-09-261-1/+1
* fdo#82577: Handle FontNoel Grandin2014-09-181-7/+7
* vcl consitent use of long for corrdinateNorbert Thiebaud2014-07-201-1/+1
* loplugin:staticcallStephan Bergmann2014-06-131-2/+2
* filter: sal_Bool->boolNoel Grandin2014-04-221-40/+40
* coverity#705533 Unintentional integer overflowCaolán McNamara2014-04-201-26/+26
* Avoid possible resource leaks in case of exceptionsTakeshi Abe2014-04-051-11/+9
* vcl: sal_Bool->bool and cleanupNoel Grandin2014-04-031-2/+2
* filter,formula: prefer passing OUString by referenceNoel Grandin2014-03-171-2/+2
* Remove unneccessary commentsAlexander Wilms2014-02-231-2/+2
* coverity#707795 Unitialized scalar fieldNorbert Thiebaud2014-02-141-2/+21
* convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin2014-02-121-4/+4
* re-write SvStream operator<< to non-overloaded methodsNoel Grandin2014-01-101-154/+154
* cleanupThomas Arnhold2013-10-161-2/+0
* convert leftovers in filter module from String to OUStringNoel Grandin2013-10-011-2/+2
* convert remains of filter module from String to OUStringNoel Grandin2013-09-171-11/+11
* fdo#68210 related: make other filters work again tooBjoern Michaelsen2013-09-041-1/+4
* Resolves: #i121504# Support for alpha channel in clipboard for all systemsArmin Le Grand2013-06-131-1/+2
* Resolves: #i121267# added support for taking clipping into account...Armin Le Grand2013-06-121-4/+15