summaryrefslogtreecommitdiff
path: root/cppcanvas
AgeCommit message (Expand)AuthorFilesLines
2014-03-18Find places where OUString and OString are passed by value.Noel Grandin2-2/+2
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2-7/+7
2014-02-25Remove visual noise from cppcanvasAlexander Wilms2-9/+9
2014-02-25Update little-to-big endian GetSwapFloat functionsDouglas Mencken1-2/+5
2014-02-24harmonize Tell() Seek() type.Norbert Thiebaud1-4/+4
2014-02-23Remove unneccessary commentsAlexander Wilms3-20/+20
2014-02-21vcl: sal_Bool -> boolStephan Bergmann3-6/+6
2014-02-17fix debug=2 buildCaolán McNamara1-31/+1
2014-02-12remove SvStream::operator>> methodsNoel Grandin1-2/+2
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin2-94/+94
2014-02-04convert specialised SvStream::operator>> methods to ReadXXX methodsNoel Grandin3-9/+9
2014-01-30EMF+: Only draw endcap outline if not filled, fix endcap scaling.Andrzej Hunt1-17/+32
2014-01-28Apparently broken bitmask operationStephan Bergmann1-1/+1
2014-01-23coverity#1158489 Uninitialized scalar fieldCaolán McNamara1-1/+8
2014-01-14longparas: remove now broken STRING_LEN usesCaolán McNamara1-7/+9
2014-01-13longparas: convert ValidateKashidas to sal_Int32Caolán McNamara1-0/+1
2014-01-01EMF+: actually use lineJoin attribute for polygons.Andrzej Hunt1-10/+18
2014-01-01EMF+: mapping can rotate the width vector, so use resulting length.Andrzej Hunt1-1/+1
2013-12-27EMF+: Add EMFPlusPointR detection to EMFPPath.Andrzej Hunt1-5/+10
2013-12-26EMF+: Integer coordinate values are signed.Andrzej Hunt1-2/+2
2013-12-18vcl get rid of xub_StrLen and STRING_LEN in outdev3Norbert Thiebaud1-2/+1
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann1-2/+2
2013-12-06EMF+: Fill line cap object if EmfPlusCustomLineCapDataFillPath is set.Matúš Kukan2-4/+21
2013-12-05EMF+: Log the stride too.Jan Holesovsky1-1/+1
2013-12-04EMF+: Do not ignore source rectangle of the image to be rendered.Matúš Kukan1-0/+2
2013-11-29Further XCanvas != XBitmapCanvas cleanup.Thorsten Behrens2-2/+8
2013-11-29Revert "Resolves: fdo#71527 make presenter console not crash/useless"Thorsten Behrens2-6/+2
2013-11-28Resolves: fdo#71527 make presenter console not crash/uselessCaolán McNamara2-2/+6
2013-11-27EMF+: Line thickness has to be considered when drawing the caps.Jan Holesovsky2-33/+45
2013-11-26WaE: potentially uninitialized local variable 'pPattern' usedTor Lillqvist1-1/+1
2013-11-26-Werror,-Wunused-const-variableStephan Bergmann1-4/+2
2013-11-25EMF+: Set the stroke attributes on the custom line caps.Jan Holesovsky1-9/+62
2013-11-25EMF+: Render custom line cap data.Jan Holesovsky2-30/+107
2013-11-25EMF+: Parse custom line cap data for start and end line caps.Jan Holesovsky1-20/+110
2013-11-25EMF+: Small cleanup & more logging in preparation for line starts & ends.Jan Holesovsky2-19/+44
2013-11-25EMF+: Implement line dashing.Jan Holesovsky1-2/+49
2013-11-25EMF+: Stroke size is always supposed to be absolute.Jan Holesovsky1-1/+1
2013-11-22remove unnecessary RTL_CONSTASCII_STRINGPARAM in OString::equalsIgnoreAsciiLNoel Grandin1-2/+2
2013-11-21remove unnecessary RTL_CONSTASCII_STRINGPARAM in OUString::equalsLNoel Grandin1-3/+3
2013-11-20Revert "remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL calls"Noel Grandin1-3/+3
2013-11-20remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL callsNoel Grandin1-3/+3
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann1-0/+2
2013-11-04remove redundant calls to OUString constructorNoel Grandin1-3/+2
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-1/+1
2013-10-18fdo#60698: Move fileaccess module to ucbMarcos Paulo de Souza1-1/+0
2013-10-10n#812793: Reverting the workaround.Muthu Subramanian1-5/+0
2013-10-07XCanvas does no longer imply XBitmapCanvasThorsten Behrens2-6/+2
2013-09-17convert CPPCANVAS module from String to OUStringNoel Grandin5-14/+13
2013-08-30Revert some random work-in-progress that is most probably bitrottenFridrich Štrba3-6/+19
2013-08-24build on higher debug levelsCaolán McNamara1-1/+1