summaryrefslogtreecommitdiff
path: root/vcl/source/outdev/map.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-3/+3
2015-11-09translated German warningsAndras Timar1-4/+4
2015-10-19convert DBG_ASSERTWARNING to SAL_WARN_IFNoel Grandin1-3/+3
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud1-15/+15
2015-07-30loplugin:unusedmethodsNoel Grandin1-16/+0
2015-07-10loplugin:unusedmethods vcl(part2)Noel Grandin1-48/+0
2015-07-08loplugin:unusedmethods vclNoel Grandin1-85/+0
2015-06-15Fix indentationStephan Bergmann1-18/+18
2015-06-15Minor clean upStephan Bergmann1-9/+8
2015-06-15Assume that nDPI should never be zero in ImplLogicToPixelStephan Bergmann1-1/+2
2015-06-09vcl: handle nDPI == 0 in ImplPixelToLogic()Miklos Vajna1-1/+1
2015-05-18tdf#90604: vcl: reduce MapMode precision further to 32 bits...Michael Stahl1-1/+1
2015-05-15tdf#91195: vcl: reduce MapMode Fraction precision to avoid...Michael Stahl1-0/+1
2015-04-10Convert more sites to VclPtrInstance.Michael Meeks1-2/+1
2015-04-10protect more printer code-paths.Michael Meeks1-0/+3
2015-04-10vclwidget: check for calling delete on subclasses of vcl::WindowNoel Grandin1-2/+2
2015-03-06Handle degenerate case of nMapNum == 0Stephan Bergmann1-2/+6
2015-03-04Remove hack of replacing 0 with 1/LONG_MAXStephan Bergmann1-12/+0
2015-01-13Improve ImplLogicToPixel overflow checkStephan Bergmann1-1/+7
2014-11-25vcl: assert when LogicToPixel overflowsMichael Stahl1-0/+2
2014-11-14vcl: move the Impl class of MapMode ...uhm... out of the public header?Michael Stahl1-7/+4
2014-11-12Fraction: rewrite condition 'GetDenominator()==-1'Juan Picca1-12/+9
2014-11-03be a little more consistent stylewiseCaolán McNamara1-1/+1
2014-11-03coverity#1209395 Dereference after null checkCaolán McNamara1-11/+8
2014-11-01coverity#1250405 Division or modulo by float zeroCaolán McNamara1-1/+4
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky1-65/+92
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky1-16/+16
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon1-16/+16
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca1-92/+65
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin1-10/+10
2014-09-30fdo#82577: Handle RegionNoel Grandin1-18/+18
2014-09-29loplugin: cstylecastNoel Grandin1-4/+4
2014-09-23fdo#82577: Handle WindowNoel Grandin1-6/+9
2014-09-12Revert "vcl: use DeviceCoordinate for GetCaretPositions in sallayout"Norbert Thiebaud1-25/+0
2014-09-12vcl: use DeviceCoordinate for GetCaretPositions in sallayoutNorbert Thiebaud1-0/+25
2014-08-22WaE: unused parameterMatúš Kukan1-0/+2
2014-08-22vcl: convert a couple of macros to static functionsNoel Grandin1-23/+22
2014-08-14fdo#82550 LogicWidthToDeviceCoordinate missed handling of mbMap == falseNorbert Thiebaud1-4/+5
2014-07-26coverity#707564 Uninitialized scalar variableCaolán McNamara1-0/+8
2014-07-20vcl: add floating equivalent for MapResNorbert Thiebaud1-1/+51
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-4/+0
2014-05-09Revert font initialization fooCaolán McNamara1-0/+11
2014-05-07Move ImplInitAppFontData from Window to Application (take 2)Chris Sherlock1-11/+0
2014-05-05Revert "Move ImplInitAppFontData from Window to Application"Miklos Vajna1-0/+11
2014-05-04Move ImplInitAppFontData from Window to ApplicationChris Sherlock1-11/+0
2014-05-03Rearrange outdev.cxx functions, et al.Chris Sherlock1-0/+20
2014-04-25Remove ImpInitOutDevData and ImplDeInitOutDevData in OutputDeviceChris Sherlock1-12/+0
2014-04-24VCL: Remove unnecessary headers from outdev/map.cxxChris Sherlock1-10/+1
2014-04-22Reorganize outdev.hxx - mainly map functionsChris Sherlock1-0/+2120