summaryrefslogtreecommitdiff
path: root/vcl/source/outdev/map.cxx
AgeCommit message (Expand)Author
2019-09-18Drop some useless warnings that we get hundreds ofTor Lillqvist
2019-01-17vcl: protect more outdev functions for disposed stateMiklos Vajna
2017-07-02loplugin:casttovoid: vclStephan Bergmann
2017-06-30loplugin:unusedfields in toolkit..xmloffNoel Grandin
2017-05-09coverity#1250405 Division or modulo by float zeroCaolán McNamara
2017-05-07Revert "coverity#1250405 Division or modulo by float zero"Caolán McNamara
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-02-27ofz#685 floating point exceptionCaolán McNamara
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin
2016-11-04loplugin:unusedmethodsNoel Grandin
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-09-05convert LineStyle to scoped enumNoel Grandin
2016-06-17convert DBG_ASSERT in vclNoel Grandin
2016-06-12convert DBG_ASSERT(false, to SAL_WARN(Noel Grandin
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin
2016-01-26vcl: remove unnecessary header includes in map.cxxChris Sherlock
2015-12-15Get rid of :: prefix for basegfx in include/vcl and vclTor Lillqvist
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-09translated German warningsAndras Timar
2015-10-19convert DBG_ASSERTWARNING to SAL_WARN_IFNoel Grandin
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud
2015-07-30loplugin:unusedmethodsNoel Grandin
2015-07-10loplugin:unusedmethods vcl(part2)Noel Grandin
2015-07-08loplugin:unusedmethods vclNoel Grandin
2015-06-15Fix indentationStephan Bergmann
2015-06-15Minor clean upStephan Bergmann
2015-06-15Assume that nDPI should never be zero in ImplLogicToPixelStephan Bergmann
2015-06-09vcl: handle nDPI == 0 in ImplPixelToLogic()Miklos Vajna
2015-05-18tdf#90604: vcl: reduce MapMode precision further to 32 bits...Michael Stahl
2015-05-15tdf#91195: vcl: reduce MapMode Fraction precision to avoid...Michael Stahl
2015-04-10Convert more sites to VclPtrInstance.Michael Meeks
2015-04-10protect more printer code-paths.Michael Meeks
2015-04-10vclwidget: check for calling delete on subclasses of vcl::WindowNoel Grandin
2015-03-06Handle degenerate case of nMapNum == 0Stephan Bergmann
2015-03-04Remove hack of replacing 0 with 1/LONG_MAXStephan Bergmann
2015-01-13Improve ImplLogicToPixel overflow checkStephan Bergmann
2014-11-25vcl: assert when LogicToPixel overflowsMichael Stahl
2014-11-14vcl: move the Impl class of MapMode ...uhm... out of the public header?Michael Stahl
2014-11-12Fraction: rewrite condition 'GetDenominator()==-1'Juan Picca
2014-11-03be a little more consistent stylewiseCaolán McNamara
2014-11-03coverity#1209395 Dereference after null checkCaolán McNamara
2014-11-01coverity#1250405 Division or modulo by float zeroCaolán McNamara
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin
2014-09-30fdo#82577: Handle RegionNoel Grandin
2014-09-29loplugin: cstylecastNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin