summaryrefslogtreecommitdiff
path: root/cppcanvas/source
AgeCommit message (Expand)AuthorFilesLines
2013-06-04Related: #i120994# Avoid same error for META_TEXTFILLCOLOR_ACTION...Armin Le Grand1-0/+14
2013-06-04Fix merge glitch (?)Tor Lillqvist1-2/+2
2013-06-04Resolves: #i120994# Corrected Line/FillColor OnOff state handlingArmin Le Grand1-0/+14
2013-05-20fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFORadu Ioan8-60/+50
2013-05-12Janitorial: indent code correctlyChris Sherlock1-11/+11
2013-05-12fix buildDavid Tardon1-1/+1
2013-05-12EMF+ fixesChris Sherlock1-9/+26
2013-05-10Fix: change to std::dec after having used std::hexChris Sherlock1-31/+31
2013-05-08Don't leak all of the EMF+ graphic objects.Thorsten Behrens3-6/+8
2013-05-06Fix adaption to SAL_INFOStephan Bergmann1-3/+1
2013-05-06Convert EMFP_DEBUG to SAL_INFO, etc.Chris Sherlock1-203/+206
2013-05-02Convert from EMFP_DEBUG to SAL_INFOChris Sherlock1-12/+6
2013-04-29Clang cleanup, unaligned if statementNoel Grandin1-7/+3
2013-04-26fdo#60638: Workaround should be in FillRects rather than FillPolygon.Muthu Subramanian1-5/+7
2013-04-25n#812793: (Workaround) Transparent background import in EMF+.Muthu Subramanian1-2/+6
2013-04-07remove needless forward rtl::OUString declarationsLuboš Luňák2-8/+0
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák7-36/+36
2013-04-05new module i18nlangtagEike Rathke1-1/+1
2013-03-27-Wunused-macrosStephan Bergmann1-5/+0
2013-03-22implemented BeginContainerNoParams and EndContainer recordsRadek Doulik2-26/+67
2013-03-19implemented EmfPlusRecordTypeSave and EmfPlusRecordTypeRestore recordsRadek Doulik3-3/+58
2013-03-19WaE: Potentially uninitialized local variableTor Lillqvist1-1/+8
2013-03-15implemented EmfPlusRecordTypeSetClipRect recordRadek Doulik1-4/+33
2013-03-15ops, fix buildRadek Doulik1-1/+1
2013-03-15implemented EmfPlusRecordTypeDrawEllipse recordRadek Doulik2-33/+47
2013-03-15WaE: unused variableDavid Tardon1-2/+1
2013-03-15implemented EmfPlusRecordTypeFillEllipse recordRadek Doulik1-0/+26
2013-03-06do not crop the bitmap, it is already cropped. more debug outputRadek Doulik1-4/+6
2013-03-06straighten out that dreaded indentationEike Rathke1-163/+167
2013-03-06fdo#60148 Clean up warnings from the Clang compiler pluginnccuong1-440/+442
2013-03-04remove unused and commented out codeThomas Arnhold2-14/+0
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold1-3/+3
2013-02-25loplugin: improve indentationThomas Arnhold2-2/+2
2013-02-25workaround for emf+ files with broken dataSize of Image object recordRadek Doulik2-8/+8
2013-02-25fdo#59405: cppcanvas: fix infinite loop in processEMFPlusMichael Stahl1-1/+10
2013-02-25loplugin: unused variablesThomas Arnhold1-2/+0
2013-01-10implemented EmfPlusRecordTypeFillPie recordRadek Doulik1-0/+45
2013-01-07Cleanup: #include <tools/gen.hxx>Matteo Casalin3-3/+3
2013-01-04Make LO buildable again after the GraphicFilter move.Jan Holesovsky1-1/+1
2012-12-11fdo#35680 - fix wrong gradient rendering when grouped.Michael Meeks1-11/+15
2012-11-16use LanguageTagEike Rathke1-2/+2
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks26-845/+336
2012-11-06Revert "calc65: #i116318# Fixed the painting of axial gradients."Michael Meeks1-15/+2
2012-10-19replace sxub_Unicode by sal_UnicodeNorbert Thiebaud1-1/+1
2012-09-06fixed typoRadek Doulik1-2/+2
2012-08-15display hexadecimal and decimal record numbersRadek Doulik1-1/+1
2012-08-09remove some unused methodsCaolán McNamara2-26/+0
2012-07-19emf+: added implementation of DrawImage recordRadek Doulik2-16/+40
2012-07-18Various Clang 3.1 -Wunsued-variable, -Wconstant-conversionStephan Bergmann2-6/+4
2012-07-02Remove unused definesThomas Arnhold1-2/+0