summaryrefslogtreecommitdiff
path: root/basegfx
AgeCommit message (Expand)Author
2015-05-19That was totally pointlessZsolt Bölöny
2015-05-18cppunit: noExplicitConstructorCaolán McNamara
2015-05-07simplify code by replacing std::find_if with std::any_of/std::none_ofTakeshi Abe
2015-05-05Drop misused lcl_ prefixTor Lillqvist
2015-04-27More loplugin:simplifyboolStephan Bergmann
2015-04-21fix crash on export of ooo30155-1.sxw to odtCaolán McNamara
2015-03-27loplugin:staticfunctionNoel Grandin
2015-03-27convert CUTFLAG_ constants to enum classNoel Grandin
2015-03-04V813: Decreased performanceCaolán McNamara
2015-02-17tdf#39440 - cppcheck cleanlinessRadu Ioan
2015-02-05Updated all precompiled headers.Ashod Nakashian
2015-01-18remove unused fileMarkus Mohrhard
2015-01-12Removed lcl_putNumberChar() from basegfx.Zsolt Bölöny
2015-01-08asan: global-buffer-overflow on fdo55736-1.docxCaolán McNamara
2015-01-07fdo#39440 reduce scope of local variablesŁukasz Hryniuk
2014-12-08reduce scope of local variablesMichael Weghorn
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-11-10basegfx: Solve crossovers even if there is only one polygon in the polypolygonLouis-Francis Ratté-Boulianne
2014-11-05markup with event type not checker typeCaolán McNamara
2014-10-28Fix --disable-sal-log buildsStephan Bergmann
2014-10-28coverity#1242792 Unused valueCaolán McNamara
2014-10-08Resolves: #i125447# corrected some string to number conversion...Armin Le Grand
2014-10-07disambiguate uniform_int_distributionCaolán McNamara
2014-10-06use comphelper::rng::uniform_*_distribution everywhereCaolán McNamara
2014-10-03coverity#1242792 Unused valueCaolán McNamara
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin
2014-09-22loplugin: cstylecastNoel Grandin
2014-09-15basegfx: sal_False/True -> false/trueStephan Bergmann
2014-08-28Fixed some CppunitTest namesStephan Bergmann
2014-08-07Related: #i125349# refined to exclude possible recursive callsArmin Le Grand
2014-08-07Related: #i125349# moved clip enhancements to base clipping functionalityArmin Le Grand
2014-08-07coverity#983561 Arguments in wrong orderCaolán McNamara
2014-08-07coverity#983562 Arguments in wrong orderCaolán McNamara
2014-07-06no need to declare the variable outside of the loopMarkus Mohrhard
2014-07-06use empty instead of size to check if vector is emptyMarkus Mohrhard
2014-07-06remove unnecessary whitespaces in basegfxMarkus Mohrhard
2014-06-25isFinished() not really usedMatúš Kukan
2014-06-23fdo#79615 create clipping polygon correctlyDavid Tardon
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-05-30fdo#68849: Add header guards to all include filesJens Carl
2014-05-16clean up, remove eof commentsThomas Arnhold
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold
2014-05-15update_pch: add basegfxThomas Arnhold
2014-05-06simplify ternary conditions "xxx ? true : yyy"Noel Grandin
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni
2014-04-23Revert "Remove unused basegfx::tools::containsOnlyHorizontalAndVerticalEdges"Tor Lillqvist
2014-04-22Remove unused basegfx::tools::equalMiklos Vajna
2014-04-22Remove unused basegfx::unotools::homMatrixFromMatrixMiklos Vajna
2014-04-22Remove unused basegfx::tools::containsOnlyHorizontalAndVerticalEdgesMiklos Vajna
2014-04-14typo: implicitely -> implicitlyThomas Arnhold