summaryrefslogtreecommitdiff
path: root/filter/source/graphicfilter/epict/epict.cxx
AgeCommit message (Expand)Author
2015-12-01tdf#92925 Remove PCT export Bryan Quigley
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06merged graphic import/export into a single libraryOliver Specht
2015-10-12cppcheck:variableScopeNoel Grandin
2015-10-07clang-analyzer-deadcode.DeadStoresStephan Bergmann
2015-10-01com::sun::star->css in filter/Noel Grandin
2015-08-21tdf#39440 reduce scope of local variablesMichael Weghorn
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud
2015-07-03Fix typosAndrea Gelmini
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
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-27More loplugin:simplifyboolStephan Bergmann
2015-04-23loplugin:staticmethodsNoel Grandin
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks
2015-04-10Cleanup a few issues with stack VirtualDevice conversion.Michael Meeks
2015-04-10wrap more stuff in VclPtrNoel Grandin
2015-04-10Fix OutputDevice members / stack allocation: filter.Michael Meeks
2015-04-02loplugin:staticmethodsNoel Grandin
2015-02-21Typo: trough->throughJulien Nabet
2015-01-16remove unnecessary parenthesesNoel Grandin
2015-01-07fdo#39440 reduce scope of local variablesŁukasz Hryniuk
2015-01-05fdo#84938: replace NUMBERFORMAT_INT_ constants with 'enum class'Noel Grandin
2014-12-14fdo#39440 reduce scope of local variablesMichael Weghorn
2014-11-14vcl: move the Impl class of MapMode ...uhm... out of the public header?Michael Stahl
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-10-29coverity#1202781 Division or modulo by zeroCaolán McNamara
2014-10-29coverity#1078542 Division or modulo by zeroCaolán McNamara
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-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca
2014-10-06loplugin: cstylecastNoel Grandin
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin
2014-09-26remove unnecessary casts in misc calls to SvStream.Write*Noel Grandin
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt32Noel 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-18fdo#82577: Handle FontNoel Grandin
2014-07-20vcl consitent use of long for corrdinateNorbert Thiebaud
2014-04-22filter: sal_Bool->boolNoel Grandin
2014-04-07Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-04-03vcl: sal_Bool->bool and cleanupNoel Grandin
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-01-10re-write SvStream operator<< to non-overloaded methodsNoel Grandin
2013-09-17convert remains of filter module from String to OUStringNoel Grandin
2013-09-04fdo#68210 related: make other filters work again tooBjoern Michaelsen