summaryrefslogtreecommitdiff
path: root/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx
AgeCommit message (Expand)Author
2016-11-08reduce copying when decomposing drawinglayer primitivesNoel Grandin
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-09-05convert GradientStyle to scoped enumNoel Grandin
2016-09-05convert HatchStyle to scoped enumNoel Grandin
2016-09-05convert LineStyle to scoped enumNoel Grandin
2016-05-31teach refcounting clang plugin about uno::ReferenceNoel Grandin
2016-05-23Convert GradientStyle to scoped enumNoel Grandin
2016-05-23Convert HatchStyle to scoped enumNoel Grandin
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock
2016-02-02remove B2DLineJoin::MiddleCaolán McNamara
2016-01-10Fix typosAndrea Gelmini
2015-12-11tdf#69977: uno::Sequence is expensiveNoel Grandin
2015-11-12Namespace cleanup and disambiguationAshod Nakashian
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-09-30Fix typosAndrea Gelmini
2015-09-12drawinglayer: com::sun::star->cssNoel Grandin
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud
2015-08-03new loplugin: refcountingNoel Grandin
2015-07-03Fix typosAndrea Gelmini
2015-06-16Fix typosAndrea Gelmini
2015-06-14Remove unused OpenGLObjectZolnai Tamás
2015-06-04convert B2DLineJoin to scoped enumNoel Grandin
2015-05-20convert DRAWMODE constants to scoped enumNoel Grandin
2015-05-15convert META_*_ACTION constants to scoped enumNoel Grandin
2015-04-30Get rid of the initial :: for the vcl namespaceTor Lillqvist
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks
2015-04-10cure a lot of unfortunate ScopedVclPtrs.Michael Meeks
2015-04-10start wrapping OutputDevice in VclPtrNoel Grandin
2014-10-13create a macro library for implementing bit-flags typesNoel Grandin
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin
2014-09-30fdo#82577: Handle RegionNoel Grandin
2014-09-29toolkit: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-08-07Related: #i125349# moved clip enhancements to base clipping functionalityArmin Le Grand
2014-07-24Resolves: fdo#81598 #i125300# enhanced handling of multiple ClipRegions...Armin Le Grand
2014-06-13loplugin:staticcallStephan Bergmann
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni
2014-04-14typo: noone -> no oneThomas Arnhold
2014-03-28Merge back branch alg_writerframes to trunkArmin Le Grand
2014-03-20remove whitespaceMarkus Mohrhard
2014-03-17Skeleton of drawinglayer object called OpenGLObjectZolnai Tamás
2014-02-27Remove visual noise from drawinglayerAlexander Wilms
2014-01-17fdo#72530: drawinglayer: fix PDF export of lossless pictureMichael Stahl
2014-01-16convert SvStream::operator<< overloads to more explicit methodsNoel Grandin
2013-11-20remove RTL_CONSTASCII_STRINGPARAM in OString constructorNoel Grandin
2013-09-20Resolves: #i123295# corrected object and clip rect...Armin Le Grand
2013-09-17convert DRAWINGLAYER module from String to OUStringNoel Grandin
2013-07-04emf+ is not decomposed into primitives, so restore wind and playCaolán McNamara