summaryrefslogtreecommitdiff
path: root/basegfx
AgeCommit message (Expand)AuthorFilesLines
2016-03-08tdf#97703 Removed empty setUp/tearDown methodsChirag Manwani3-15/+0
2016-03-03loplugin:unuseddefaultparams variousNoel Grandin1-3/+2
2016-02-25opengl: shader based polyline rendering - fixes tdf#97137 for OGLTomaž Vajngerl1-0/+29
2016-02-19tdf#97703 Removed a few redundant calls to setUp and tearDownJaskaran3-47/+0
2016-02-09crashtesting: crash on loading moz414782-1.svgCaolán McNamara1-1/+1
2016-02-05Fix typosAndrea Gelmini5-7/+7
2016-01-31boost::tuple -> std::tupleCaolán McNamara1-10/+7
2016-01-22loplugin:fpcomparison in basegfxNoel Grandin7-26/+26
2016-01-21loplugin: unused return valuesNoel Grandin2-37/+0
2016-01-19Bin unneeded variableTor Lillqvist1-3/+1
2016-01-05Fix typosAndrea Gelmini6-7/+7
2015-12-10More loplugin:nullptr automatic rewrite (within templates)Stephan Bergmann1-1/+1
2015-11-20loplugin:unusedfields in basegfxNoel Grandin1-7/+0
2015-11-15Fast PCH generator and optimized PCH filesAshod Nakashian1-40/+59
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-2/+1
2015-11-13tdf#88352 correct triangulator numerical problemArmin Le Grand1-2/+5
2015-11-11new loplugin: memoryvarNoel Grandin1-3/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann16-74/+74
2015-10-30basegfx tree cleanupMario J. Rugiero5-58/+30
2015-10-27loplugin:unusedmethodsNoel Grandin5-112/+0
2015-10-26WaE: loplugin:defaultparamsTor Lillqvist1-2/+1
2015-10-26Replace boost::bind by lambdas in basegfx tree.Mario J. Rugiero3-38/+14
2015-10-22coverity#1326120 try and silence Constant expression resultCaolán McNamara2-4/+4
2015-10-20loplugin:defaultparamsStephan Bergmann1-2/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann6-22/+22
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-1/+1
2015-10-05clang-analyzer-deadcode.DeadStoresStephan Bergmann2-5/+0
2015-09-30Fix typosAndrea Gelmini4-5/+5
2015-09-29loplugin:removeunusedmethods, remove unused stuffNoel Grandin1-22/+0
2015-09-18boost->stdCaolán McNamara2-7/+6
2015-08-11loplugin: defaultparamsNoel Grandin5-9/+9
2015-07-20com::sun::star->css in basegfxNoel Grandin6-70/+70
2015-07-14Revert "Avoid loplugin:staticmethods in non-debug build"Stephan Bergmann1-1/+0
2015-07-10do not include boost/utility.hppMichael Stahl2-2/+2
2015-07-08Avoid loplugin:staticmethods in non-debug buildStephan Bergmann1-0/+1
2015-07-08s/Coordiante/CoordinateTor Lillqvist2-61/+61
2015-07-08Fix typosAndrea Gelmini1-1/+1
2015-07-07Fix some misspellingsTor Lillqvist2-2/+2
2015-07-04Fix typosAndrea Gelmini3-3/+3
2015-06-30Fix typosAndrea Gelmini2-2/+2
2015-06-28Fix typosAndrea Gelmini2-2/+2
2015-06-22Fix typosAndrea Gelmini2-2/+2
2015-06-21Fix typosAndrea Gelmini1-1/+1
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-06-14cppcheck: redundantCondition [part1]Julien Nabet1-2/+1
2015-06-11Typo: vertival -> verticalAndras Timar1-2/+2
2015-06-04Removed getNormal() from polygontools, it just calls B3DPolygon::getNormal()Zsolt Bölöny1-5/+0
2015-06-04uno::Sequence provides now begin and endNoel Grandin1-3/+1
2015-06-04convert B2DLineJoin to scoped enumNoel Grandin1-7/+7
2015-06-04convert B2VectorContinuity to scoped enumNoel Grandin6-14/+14