summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/mapmod.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-07-27pack the MapMode::ImplMapMode structNoel Grandin1-2/+2
2023-07-27avoid some allocation in MapModeNoel Grandin1-2/+37
2022-11-22ReduceInaccurate(32) makes no sense for Fraction based on sal_Int32Mike Kaganski1-4/+0
2022-04-12include OutputDevice MapMode in SalLayoutGlyphsCache key (tdf#148400)Luboš Luňák1-0/+12
2021-09-11clang:optin.performance.Padding in vclNoel Grandin1-1/+1
2021-09-06clang-tidy:readability-redundant-member-initNoel Grandin1-1/+1
2021-07-29rtl::Static -> static localNoel Grandin1-5/+7
2021-04-02vcl: move MapMode reading and writing to TypeSerializerTomaž Vajngerl1-32/+0
2021-01-14cid#1471346 Uncaught exceptionCaolán McNamara1-2/+2
2020-12-30vcl: remove {Read,Write}ImpGraphic and ImplExportNative from GraphicTomaž Vajngerl1-1/+1
2019-09-29Move Rectangle,Point,Size serialization to GenericTypeSerializerTomaž Vajngerl1-2/+7
2018-03-31clang-tidy modernize-use-equals-default in vcl/source/gdiJochen Nitschke1-24/+5
2018-01-15More loplugin:cstylecast: vclStephan Bergmann1-2/+2
2017-08-09send this MapMode scale thing back to where it came fromCaolán McNamara1-46/+0
2017-04-25clang-tidy readability-simplify-boolean-expr in vclNoel Grandin1-4/+2
2016-11-15fix tdf#101832 and tdf#100617Thorsten Behrens1-0/+3
2016-11-15vcl: include redux in MapModeThorsten Behrens1-1/+0
2016-11-15vcl: cleanup whitespace in MapModeThorsten Behrens1-8/+8
2016-10-05convert MapUnit to scoped enumNoel Grandin1-15/+15
2016-09-02coverity#1371150 Missing move assignment operatorCaolán McNamara1-0/+6
2016-05-06coverity#1359236 Uninitialized scalar fieldCaolán McNamara1-1/+2
2016-05-04tdf#62525 vcl: use cow_wrapper for mapmodXisco Fauli1-143/+41
2016-02-14tdf#85761 vcl: JPEG export does not save PPI values correctlyChris Sherlock1-1/+46
2016-02-09Remove excess newlinesChris Sherlock1-1/+0
2016-02-09Formatting changes across all modulesChris Sherlock1-1/+0
2015-05-18vcl: fix the MapMode ctor too to limit precision to 32 bitsMichael Stahl1-0/+6
2015-05-18tdf#90604: vcl: reduce MapMode precision further to 32 bits...Michael Stahl1-2/+2
2015-05-15tdf#91195: vcl: reduce MapMode Fraction precision to avoid...Michael Stahl1-0/+2
2015-04-17SvStream: WriteUChar -> WriteBoolStephan Bergmann1-1/+1
2015-01-20Some more loplugin:cstylecast: vclStephan Bergmann1-2/+2
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin1-2/+2
2014-11-16callcatcher: update unused codeCaolán McNamara1-5/+0
2014-11-14vcl: remove more unnecessary headers from mapmod.hxxMichael Stahl1-0/+1
2014-11-14vcl: move the Impl class of MapMode ...uhm... out of the public header?Michael Stahl1-6/+46
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky1-4/+4
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky1-4/+4
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon1-4/+4
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca1-4/+4
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt16Noel Grandin1-1/+1
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist1-1/+0
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-12/+12
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin1-2/+2
2014-02-04convert specialised SvStream::operator>> methods to ReadXXX methodsNoel Grandin1-5/+7
2014-01-16convert SvStream::operator<< overloads to more explicit methodsNoel Grandin1-7/+7
2014-01-10re-write SvStream operator<< to non-overloaded methodsNoel Grandin1-3/+3
2013-12-04VCL : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini1-16/+0
2013-03-26Translate German comments, fix some wsPhilipp Weissenbacher1-51/+9
2012-06-21re-base on ALv2 code.Michael Meeks1-23/+14
2011-11-27remove include of pch header from vclNorbert Thiebaud1-2/+0
2011-03-11Merge commit 'ooo/DEV300_m101' into intm101Jan Holesovsky1-13/+13