summaryrefslogtreecommitdiff
path: root/tools/source/generic/poly.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-1/+1
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann1-0/+1
2015-04-17SvStream: WriteUChar -> WriteBoolStephan Bergmann1-1/+1
2015-02-02coverity#1242531 Untrusted value as argumentCaolán McNamara1-6/+8
2015-01-20Some more loplugin:cstylecast: toolsStephan Bergmann1-8/+8
2015-01-19fdo#39440 reduce scope of local variablesMichael Weghorn1-3/+2
2015-01-09fdo#84938: convert POLY_OPTIMIZE_ #defines to 'enum class'Noel Grandin1-8/+8
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin1-2/+2
2015-01-05fdo#84938: replace NUMBERFORMAT_INT_ constants with 'enum class'Noel Grandin1-4/+4
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-10-28coverity#1242531 Untrusted loop boundCaolán McNamara1-0/+6
2014-10-27cid#705051 Dereference after null checkNoel Grandin1-1/+1
2014-10-23coverity#440777 Resource leak in objectCaolán McNamara1-16/+20
2014-09-26remove pointless commentsNoel Grandin1-1/+0
2014-09-26remove unnecessary casts'sNoel Grandin1-4/+3
2014-09-23loplugin: cstylecast, update PTR_CAST macro to use static_castNoel Grandin1-9/+9
2014-08-22Do not cripple intermediate values to sal_uInt16Stephan Bergmann1-8/+8
2014-04-28German Comment translationMichael Meeks1-4/+4
2014-04-17Move bezier functionsChris Sherlock1-0/+12
2014-04-14typo: befor -> beforeThomas Arnhold1-1/+1
2014-04-02init a few more stream-read svm elementsCaolán McNamara1-1/+1
2014-04-02valgrind: Conditional jump or move depends on uninitialised valueCaolán McNamara1-1/+1
2014-03-28Resolves: #i124453# check if the resulting polygon...Jürgen Schmidt1-0/+13
2014-03-27Simplify #if blocks a littleStephan Bergmann1-17/+13
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-4/+4
2014-03-10coverity#708547 Uninitialized scalar fieldCaolán McNamara1-0/+1
2014-02-26Remove visual noise from toolsAlexander Wilms1-6/+6
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin1-3/+3
2014-02-04convert specialised SvStream::operator>> methods to ReadXXX methodsNoel Grandin1-3/+3
2014-01-28bool improvementsStephan Bergmann1-2/+2
2014-01-21TOOLS : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini1-51/+0
2014-01-16convert SvStream::operator<< overloads to more explicit methodsNoel Grandin1-2/+2
2014-01-10Use boolStephan Bergmann1-3/+3
2014-01-10re-write SvStream operator<< to non-overloaded methodsNoel Grandin1-5/+5
2013-06-30Clean String and sal_Bool in toolsNorbert Thiebaud1-28/+28
2013-05-13Resolves: #i115917# Better conversion of C1 and C2 bezier curve pointsArmin Le Grand1-9/+37
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza1-5/+5
2013-01-07Cleanup: #include <tools/gen.hxx>Matteo Casalin1-0/+1
2012-08-19cleanup files in tools/sourcePhilipp Riemer1-1/+1
2012-08-19fdo#39468: Translated German comments in core/tools/sourceOliver Günther1-28/+21
2012-08-18re-indent falsely formatted code in tools/sourcePhilipp Riemer1-11/+12
2012-08-18removed ascii-art and blank lines in tools/sourcePhilipp Riemer1-125/+0
2012-08-07drop bogus eof linesThomas Arnhold1-2/+0
2012-07-11re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-07-11Decrease header files dependenciesMatteo Casalin1-0/+1
2012-06-29Remove some unused defines and controlsThomas Arnhold1-2/+0
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann1-0/+7
2012-02-16Fix a bug found with cclangJulien Nabet1-1/+1
2012-01-18fdo#39428 Remove/audit SvStream operator>>/<<(long)Keith McRae1-4/+8
2012-01-12make it possible to create 360 degrees arc (circle)Radek Doulik1-1/+4