summaryrefslogtreecommitdiff
path: root/cppcanvas/source/inc
AgeCommit message (Expand)AuthorFilesLines
2017-04-24EMF+ Add initial support for EmfPlusStringFormat ObjectBartosz Kosiorek1-1/+4
2017-04-13tdf#106084 EMF+ Add support for EmfPlusTranslateWorldTransform recordBartosz Kosiorek1-10/+23
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna2-3/+3
2017-02-15Drop :: prefix from std in c*/Tor Lillqvist1-3/+3
2017-02-03new loplugin:unusedenumconstantsNoel Grandin1-1/+1
2016-11-21cppcanvas, oox: add missing #include <osl/endian.h>Michael Stahl1-0/+2
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-05-30Convert FontRelief to scoped enumNoel Grandin1-2/+2
2016-05-09convert FONT_EMPHASIS_MARK to scoped enumNoel Grandin1-2/+2
2016-04-14loplugin:passstuffbyref in variousNoel Grandin1-2/+2
2016-01-31tools: rename FontUnderline to FontLineStyleChris Sherlock1-2/+2
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2-7/+7
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-09-14boost->stdCaolán McNamara2-5/+2
2015-08-05loplugin:unusedmethodsNoel Grandin2-23/+0
2015-07-28Whitespace cleanup / re-alignment.Thorsten Behrens4-15/+15
2015-07-28com::sun::star->css in cppcanvasNoel Grandin4-50/+48
2015-05-15convert META_*_ACTION constants to scoped enumNoel Grandin1-2/+2
2015-04-30Get rid of the initial :: for the vcl namespaceTor Lillqvist1-1/+1
2015-04-13loplugin:staticmethodsNoel Grandin1-10/+10
2015-03-04V813: Decreased performanceCaolán McNamara1-2/+2
2015-02-07loplugin:deletedspecialStephan Bergmann1-3/+2
2014-10-13create a macro library for implementing bit-flags typesNoel Grandin1-1/+1
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin1-2/+2
2014-09-18fdo#82577: Handle FontNoel Grandin1-2/+2
2014-08-21vcl: convert push flags to type-safe enum-like classNoel Grandin2-2/+2
2014-07-20vcl consitent use of long for corrdinateNorbert Thiebaud1-1/+1
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-2/+2
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold5-15/+15
2014-04-07cppcanvas: sal_Bool->boolNoel Grandin1-1/+1
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2-10/+10
2014-03-18Find places where OUString and OString are passed by value.Noel Grandin1-1/+1
2014-02-25Update little-to-big endian GetSwapFloat functionsDouglas Mencken1-2/+5
2014-02-12remove SvStream::operator>> methodsNoel Grandin1-2/+2
2014-02-04convert specialised SvStream::operator>> methods to ReadXXX methodsNoel Grandin1-1/+1
2013-12-06EMF+: Fill line cap object if EmfPlusCustomLineCapDataFillPath is set.Matúš Kukan1-1/+1
2013-11-27EMF+: Line thickness has to be considered when drawing the caps.Jan Holesovsky1-1/+2
2013-11-25EMF+: Render custom line cap data.Jan Holesovsky1-0/+7
2013-11-25EMF+: Small cleanup & more logging in preparation for line starts & ends.Jan Holesovsky1-1/+1
2013-09-17convert CPPCANVAS module from String to OUStringNoel Grandin1-1/+1
2013-08-30Revert some random work-in-progress that is most probably bitrottenFridrich Štrba1-4/+1
2013-06-12EMF+: aBaseTransform is a hardcoded identity matrix, don't bother with itFridrich Štrba1-1/+0
2013-06-12Pass also the bounding box in device units to the EMF+ partFridrich Štrba1-0/+4
2013-05-08Don't leak all of the EMF+ graphic objects.Thorsten Behrens1-1/+5
2013-03-22implemented BeginContainerNoParams and EndContainer recordsRadek Doulik1-2/+6
2013-03-19implemented EmfPlusRecordTypeSave and EmfPlusRecordTypeRestore recordsRadek Doulik2-1/+137
2013-03-15implemented EmfPlusRecordTypeDrawEllipse recordRadek Doulik1-0/+1
2013-03-04remove unused and commented out codeThomas Arnhold1-2/+0
2013-02-25workaround for emf+ files with broken dataSize of Image object recordRadek Doulik1-1/+1
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks2-46/+28