summaryrefslogtreecommitdiff
path: root/filter/source/graphicfilter/epict/epict.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-12-01tdf#92925 Remove PCT export Bryan Quigley1-2269/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-5/+5
2015-11-06merged graphic import/export into a single libraryOliver Specht1-8/+1
2015-10-12cppcheck:variableScopeNoel Grandin1-1/+2
2015-10-07clang-analyzer-deadcode.DeadStoresStephan Bergmann1-4/+3
2015-10-01com::sun::star->css in filter/Noel Grandin1-1/+1
2015-08-21tdf#39440 reduce scope of local variablesMichael Weghorn1-2/+1
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud1-15/+15
2015-07-03Fix typosAndrea Gelmini1-1/+1
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-3/+3
2015-05-15window ftbfs: MetaActionType::TRANSPARENT->MetaActionType::TransparentCaolán McNamara1-1/+1
2015-05-15convert META_*_ACTION constants to scoped enumNoel Grandin1-59/+61
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-21/+20
2015-04-27More loplugin:simplifyboolStephan Bergmann1-13/+13
2015-04-23loplugin:staticmethodsNoel Grandin1-5/+5
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks1-5/+5
2015-04-10Cleanup a few issues with stack VirtualDevice conversion.Michael Meeks1-3/+3
2015-04-10wrap more stuff in VclPtrNoel Grandin1-6/+6
2015-04-10Fix OutputDevice members / stack allocation: filter.Michael Meeks1-15/+14
2015-04-02loplugin:staticmethodsNoel Grandin1-1/+1
2015-02-21Typo: trough->throughJulien Nabet1-4/+4
2015-01-16remove unnecessary parenthesesNoel Grandin1-4/+4
2015-01-07fdo#39440 reduce scope of local variablesŁukasz Hryniuk1-8/+4
2015-01-05fdo#84938: replace NUMBERFORMAT_INT_ constants with 'enum class'Noel Grandin1-1/+1
2014-12-14fdo#39440 reduce scope of local variablesMichael Weghorn1-5/+4
2014-11-14vcl: move the Impl class of MapMode ...uhm... out of the public header?Michael Stahl1-0/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-10-29coverity#1202781 Division or modulo by zeroCaolán McNamara1-2/+2
2014-10-29coverity#1078542 Division or modulo by zeroCaolán McNamara1-3/+8
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky1-19/+19
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky1-3/+3
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon1-3/+3
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca1-19/+19
2014-10-06loplugin: cstylecastNoel Grandin1-34/+34
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin1-5/+5
2014-09-26remove unnecessary casts in misc calls to SvStream.Write*Noel Grandin1-5/+5
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt32Noel Grandin1-19/+19
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt16Noel Grandin1-65/+65
2014-09-26remove unnecessary casts in calls to SvStream.WriteInt16Noel Grandin1-8/+8
2014-09-26remove unnecessary casts in calls to SvStream.WriteUCharNoel Grandin1-13/+13
2014-09-18fdo#82577: Handle FontNoel Grandin1-7/+7
2014-07-20vcl consitent use of long for corrdinateNorbert Thiebaud1-3/+3
2014-04-22filter: sal_Bool->boolNoel Grandin1-75/+75
2014-04-07Avoid possible memory leaks in case of exceptionsTakeshi Abe1-11/+9
2014-04-03vcl: sal_Bool->bool and cleanupNoel Grandin1-2/+2
2014-02-23Remove unneccessary commentsAlexander Wilms1-21/+13
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-2/+2
2014-01-10re-write SvStream operator<< to non-overloaded methodsNoel Grandin1-125/+125
2013-09-17convert remains of filter module from String to OUStringNoel Grandin1-17/+15
2013-09-04fdo#68210 related: make other filters work again tooBjoern Michaelsen1-1/+4