summaryrefslogtreecommitdiffstats
path: root/cppcanvas/source
Commit message (Expand)AuthorAgeFilesLines
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-077-36/+36
* new module i18nlangtagEike Rathke2013-04-051-1/+1
* -Wunused-macrosStephan Bergmann2013-03-271-5/+0
* implemented BeginContainerNoParams and EndContainer recordsRadek Doulik2013-03-222-26/+67
* implemented EmfPlusRecordTypeSave and EmfPlusRecordTypeRestore recordsRadek Doulik2013-03-193-3/+58
* WaE: Potentially uninitialized local variableTor Lillqvist2013-03-191-1/+8
* implemented EmfPlusRecordTypeSetClipRect recordRadek Doulik2013-03-151-4/+33
* ops, fix buildRadek Doulik2013-03-151-1/+1
* implemented EmfPlusRecordTypeDrawEllipse recordRadek Doulik2013-03-152-33/+47
* WaE: unused variableDavid Tardon2013-03-151-2/+1
* implemented EmfPlusRecordTypeFillEllipse recordRadek Doulik2013-03-151-0/+26
* do not crop the bitmap, it is already cropped. more debug outputRadek Doulik2013-03-061-4/+6
* straighten out that dreaded indentationEike Rathke2013-03-061-163/+167
* fdo#60148 Clean up warnings from the Clang compiler pluginnccuong2013-03-061-440/+442
* remove unused and commented out codeThomas Arnhold2013-03-042-14/+0
* Related to fdo#60724: correct spellingThomas Arnhold2013-03-031-3/+3
* loplugin: improve indentationThomas Arnhold2013-02-252-2/+2
* workaround for emf+ files with broken dataSize of Image object recordRadek Doulik2013-02-252-8/+8
* fdo#59405: cppcanvas: fix infinite loop in processEMFPlusMichael Stahl2013-02-251-1/+10
* loplugin: unused variablesThomas Arnhold2013-02-251-2/+0
* implemented EmfPlusRecordTypeFillPie recordRadek Doulik2013-01-101-0/+45
* Cleanup: #include <tools/gen.hxx>Matteo Casalin2013-01-073-3/+3
* Make LO buildable again after the GraphicFilter move.Jan Holesovsky2013-01-041-1/+1
* fdo#35680 - fix wrong gradient rendering when grouped.Michael Meeks2012-12-111-11/+15
* use LanguageTagEike Rathke2012-11-161-2/+2
* re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks2012-11-0626-845/+336
* Revert "calc65: #i116318# Fixed the painting of axial gradients."Michael Meeks2012-11-061-15/+2
* replace sxub_Unicode by sal_UnicodeNorbert Thiebaud2012-10-191-1/+1
* fixed typoRadek Doulik2012-09-061-2/+2
* display hexadecimal and decimal record numbersRadek Doulik2012-08-151-1/+1
* remove some unused methodsCaolán McNamara2012-08-092-26/+0
* emf+: added implementation of DrawImage recordRadek Doulik2012-07-192-16/+40
* Various Clang 3.1 -Wunsued-variable, -Wconstant-conversionStephan Bergmann2012-07-182-6/+4
* Remove unused definesThomas Arnhold2012-07-021-2/+0
* replace custom readString with read_uInt16s_ToOUStringCaolán McNamara2012-06-251-20/+2
* cppcanvas: remove obsolete makefile.mkMichael Stahl2012-06-222-77/+0
* remove bunch of obsolete looking .dxp filesMichael Stahl2012-06-221-1/+0
* removed unused forward declarations of classTakeshi Abe2012-06-232-4/+0
* re-base on ALv2 code.Michael Meeks2012-06-221-23/+14
* re-base on ALv2 code.Michael Meeks2012-06-2123-544/+337
* death to some UniStringsCaolán McNamara2012-06-191-1/+1
* use a temporary rather than calling EraseCaolán McNamara2012-06-191-6/+2
* where is the logic of having 5 pChars if we only need 4Caolán McNamara2012-06-191-2/+2
* if the string is created of len 0, then no point passing any argumentsCaolán McNamara2012-06-191-1/+1
* if the string is created from 4 sal_Unicodes then it cannot be of 0 lenCaolán McNamara2012-06-191-7/+4
* Get rid of GRADIENT_* defines, they conflict with Windows GDI types.Jan Holesovsky2012-06-121-7/+7
* targetted string re-workMichael Meeks2012-05-222-14/+14
* tune the guessed position a bit, so that it works better with test documentsRadek Doulik2012-04-181-1/+1
* implemented EmfPlusRecordTypeDrawString recordRadek Doulik2012-04-182-19/+95
* added debug message for unsupported casesRadek Doulik2012-04-181-0/+2