summaryrefslogtreecommitdiff
path: root/basegfx
AgeCommit message (Expand)AuthorFilesLines
2015-02-17tdf#39440 - cppcheck cleanlinessRadu Ioan1-1/+0
2015-02-05Updated all precompiled headers.Ashod Nakashian1-0/+1
2015-01-18remove unused fileMarkus Mohrhard3-67/+2
2015-01-12Removed lcl_putNumberChar() from basegfx.Zsolt Bölöny3-9/+3
2015-01-08asan: global-buffer-overflow on fdo55736-1.docxCaolán McNamara1-1/+4
2015-01-07fdo#39440 reduce scope of local variablesŁukasz Hryniuk1-10/+10
2014-12-08reduce scope of local variablesMichael Weghorn2-5/+3
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl9-0/+16
2014-11-10basegfx: Solve crossovers even if there is only one polygon in the polypolygonLouis-Francis Ratté-Boulianne1-1/+1
2014-11-05markup with event type not checker typeCaolán McNamara1-0/+2
2014-10-28Fix --disable-sal-log buildsStephan Bergmann1-6/+0
2014-10-28coverity#1242792 Unused valueCaolán McNamara1-1/+8
2014-10-08Resolves: #i125447# corrected some string to number conversion...Armin Le Grand2-13/+29
2014-10-07disambiguate uniform_int_distributionCaolán McNamara1-1/+1
2014-10-06use comphelper::rng::uniform_*_distribution everywhereCaolán McNamara2-2/+3
2014-10-03coverity#1242792 Unused valueCaolán McNamara1-2/+3
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin5-6/+6
2014-09-22loplugin: cstylecastNoel Grandin2-3/+3
2014-09-15basegfx: sal_False/True -> false/trueStephan Bergmann1-1/+1
2014-08-28Fixed some CppunitTest namesStephan Bergmann1-5/+5
2014-08-07Related: #i125349# refined to exclude possible recursive callsArmin Le Grand1-65/+71
2014-08-07Related: #i125349# moved clip enhancements to base clipping functionalityArmin Le Grand1-0/+67
2014-08-07coverity#983561 Arguments in wrong orderCaolán McNamara1-5/+5
2014-08-07coverity#983562 Arguments in wrong orderCaolán McNamara1-5/+5
2014-07-06no need to declare the variable outside of the loopMarkus Mohrhard1-3/+1
2014-07-06use empty instead of size to check if vector is emptyMarkus Mohrhard1-1/+1
2014-07-06remove unnecessary whitespaces in basegfxMarkus Mohrhard40-296/+0
2014-06-25isFinished() not really usedMatúš Kukan1-2/+1
2014-06-23fdo#79615 create clipping polygon correctlyDavid Tardon1-2/+2
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin2-12/+0
2014-05-30fdo#68849: Add header guards to all include filesJens Carl1-0/+6
2014-05-16clean up, remove eof commentsThomas Arnhold1-2/+0
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold3-9/+9
2014-05-15update_pch: add basegfxThomas Arnhold3-0/+79
2014-05-06simplify ternary conditions "xxx ? true : yyy"Noel Grandin1-2/+2
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni3-6/+6
2014-04-23Revert "Remove unused basegfx::tools::containsOnlyHorizontalAndVerticalEdges"Tor Lillqvist1-0/+18
2014-04-22Remove unused basegfx::tools::equalMiklos Vajna2-70/+0
2014-04-22Remove unused basegfx::unotools::homMatrixFromMatrixMiklos Vajna1-14/+0
2014-04-22Remove unused basegfx::tools::containsOnlyHorizontalAndVerticalEdgesMiklos Vajna1-18/+0
2014-04-14typo: implicitely -> implicitlyThomas Arnhold1-1/+1
2014-04-14typo: choosen -> chosenThomas Arnhold1-2/+2
2014-04-10It's "its", not "it's"Tor Lillqvist1-2/+2
2014-04-09Clean up function declarationsStephan Bergmann3-5/+39
2014-04-04Clean up unreferenced functionsStephan Bergmann7-124/+2
2014-04-01coverity#984038 Uninitialized scalar variableCaolán McNamara1-1/+1
2014-04-01Remove unused inline functionsStephan Bergmann1-33/+0
2014-03-29Typo: ccordinate->coordinateJulien Nabet1-1/+1
2014-03-28Merge back branch alg_writerframes to trunkArmin Le Grand2-0/+50
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann7-24/+24