summaryrefslogtreecommitdiffstats
path: root/cppcanvas
Commit message (Expand)AuthorAgeFilesLines
* Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold2014-05-1523-68/+68
* Blind fix for red Tinderboxes, followingJulien Nabet2014-05-101-2/+2
* '!= false' is redundant, and confusing - kill it.Jan Holesovsky2014-05-091-1/+1
* coverity#738576 Uninitialized pointer fieldCaolán McNamara2014-04-281-6/+20
* coverity#738575 Uninitialized pointer fieldCaolán McNamara2014-04-281-6/+17
* coverity#738574 Uninitialized scalar fieldCaolán McNamara2014-04-281-6/+20
* coverity#738573 Uninitialized scalar fieldCaolán McNamara2014-04-281-2/+8
* remove executable bitAndras Timar2014-04-171-0/+0
* CppunitTest_cppcanvas_emfplus: disable this in case there is no display to useMiklos Vajna2014-04-101-0/+2
* fdo#77229 testcaseMiklos Vajna2014-04-104-0/+161
* fdo#77229 EMF+ rendering: improve EmfPlusSetClipPath's CombineModeExclude caseMiklos Vajna2014-04-091-1/+23
* Clean up function declarationsStephan Bergmann2014-04-091-4/+0
* cppcanvas: sal_Bool->boolNoel Grandin2014-04-073-5/+5
* Replace SV_DECL/IMPL_REF macros with SvRef templateStephan Bergmann2014-04-071-1/+1
* Explicitly mark overriding destructors as "virtual"Stephan Bergmann2014-04-011-5/+5
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-2619-129/+129
* Find places where OUString and OString are passed by value.Noel Grandin2014-03-182-2/+2
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-262-7/+7
* Remove visual noise from cppcanvasAlexander Wilms2014-02-252-9/+9
* Update little-to-big endian GetSwapFloat functionsDouglas Mencken2014-02-251-2/+5
* harmonize Tell() Seek() type.Norbert Thiebaud2014-02-241-4/+4
* Remove unneccessary commentsAlexander Wilms2014-02-233-20/+20
* vcl: sal_Bool -> boolStephan Bergmann2014-02-213-6/+6
* fix debug=2 buildCaolán McNamara2014-02-171-31/+1
* remove SvStream::operator>> methodsNoel Grandin2014-02-121-2/+2
* convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin2014-02-122-94/+94
* convert specialised SvStream::operator>> methods to ReadXXX methodsNoel Grandin2014-02-043-9/+9
* EMF+: Only draw endcap outline if not filled, fix endcap scaling.Andrzej Hunt2014-01-301-17/+32
* Apparently broken bitmask operationStephan Bergmann2014-01-281-1/+1
* coverity#1158489 Uninitialized scalar fieldCaolán McNamara2014-01-231-1/+8
* longparas: remove now broken STRING_LEN usesCaolán McNamara2014-01-141-7/+9
* longparas: convert ValidateKashidas to sal_Int32Caolán McNamara2014-01-131-0/+1
* EMF+: actually use lineJoin attribute for polygons.Andrzej Hunt2014-01-011-10/+18
* EMF+: mapping can rotate the width vector, so use resulting length.Andrzej Hunt2014-01-011-1/+1
* EMF+: Add EMFPlusPointR detection to EMFPPath.Andrzej Hunt2013-12-271-5/+10
* EMF+: Integer coordinate values are signed.Andrzej Hunt2013-12-261-2/+2
* vcl get rid of xub_StrLen and STRING_LEN in outdev3Norbert Thiebaud2013-12-181-2/+1
* Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann2013-12-171-2/+2
* EMF+: Fill line cap object if EmfPlusCustomLineCapDataFillPath is set.Matúš Kukan2013-12-062-4/+21
* EMF+: Log the stride too.Jan Holesovsky2013-12-051-1/+1
* EMF+: Do not ignore source rectangle of the image to be rendered.Matúš Kukan2013-12-041-0/+2
* Further XCanvas != XBitmapCanvas cleanup.Thorsten Behrens2013-11-292-2/+8
* Revert "Resolves: fdo#71527 make presenter console not crash/useless"Thorsten Behrens2013-11-292-6/+2
* Resolves: fdo#71527 make presenter console not crash/uselessCaolán McNamara2013-11-282-2/+6
* EMF+: Line thickness has to be considered when drawing the caps.Jan Holesovsky2013-11-272-33/+45
* WaE: potentially uninitialized local variable 'pPattern' usedTor Lillqvist2013-11-261-1/+1
* -Werror,-Wunused-const-variableStephan Bergmann2013-11-261-4/+2
* EMF+: Set the stroke attributes on the custom line caps.Jan Holesovsky2013-11-251-9/+62
* EMF+: Render custom line cap data.Jan Holesovsky2013-11-252-30/+107
* EMF+: Parse custom line cap data for start and end line caps.Jan Holesovsky2013-11-251-20/+110