summaryrefslogtreecommitdiff
path: root/vcl/source/outdev/map.cxx
AgeCommit message (Expand)Author
2024-04-20Return double from OutputDevice::GetTextArrayMike Kaganski
2024-04-19tdf#160622: Let SalLayout::GetBoundRect return basegfx::B2DRectangleMike Kaganski
2023-07-27deduplicate some code in ImplCalcMapResolutionNoel Grandin
2023-07-23vcl: Drop now unneeded DevicePoint typedefKhaled Hosny
2023-07-23vcl: Drop recently unused OutputDevice::LogicWidthToDeviceCoordinate()Khaled Hosny
2022-12-01vcl: remove unnecessary includesChris Sherlock
2022-11-28tdf#123419 vcl: remove unneeded ImplMakeFraction() in map.cxxChris Sherlock
2022-10-27tdf#123419 optimise ImplMakeFractionNoel Grandin
2022-10-03tdf#151262 drop subpixel->logic pos assertsCaolán McNamara
2022-09-08Turn a macro into a functionMike Kaganski
2022-08-26improve ImplSubPixelToLogic sanity checkCaolán McNamara
2022-08-26automatically set TextRenderModeForResolutionIndependentLayout if we scaleCaolán McNamara
2022-08-25retain accuracy when we have subpixels and convert back to Logic unitsCaolán McNamara
2022-08-24rename DeviceFontWidth/DeviceFontHeight to DeviceSubPixelCaolán McNamara
2022-08-24move & rename height relevant function near & similar to its width equivalentCaolán McNamara
2022-01-30Resolves: tdf#147013 transform the control point positions tooCaolán McNamara
2022-01-16tdf#146453 retain precise vertical base pos with ResolutionIndependentLayoutCaolán McNamara
2022-01-16tdf#146439 retain precise base start pos when using ResolutionIndependentLayoutCaolán McNamara
2022-01-13keep scaled ResolutionIndependentLayout glyph positions as floating pointCaolán McNamara
2022-01-11make VCL_FLOAT_DEVICE_PIXEL compileCaolán McNamara
2021-10-08vcl: split out outdev.h into seperate headersChris Sherlock
2021-09-25vcl: Add sal/config.h in preparation for patchChris Sherlock
2021-09-09crashtesting: assert making thumbnail on reexport of tdf127770-1.ods to odsCaolán McNamara
2021-04-24Fix typosAndrea Gelmini
2021-04-22tdf#141761 Avoid vanishing FormControlsArmin Le Grand (Allotropia)
2021-02-22Fix computation of aF fraction in OutputDevice::SetRelativeMapModeStephan Bergmann
2021-02-14Move unit conversion code to o3tl, and unify on that in more placesMike Kaganski
2020-12-02cid#1470369 Uninitialized scalar variableCaolán McNamara
2020-11-19Drop threshold for BigInt arithmetics from ImplLogicToPixel/ImplPixelToLogicMike Kaganski
2020-11-13Revert "remove BigInt::operator tools::Long()"Noel Grandin
2020-11-12remove BigInt::operator tools::Long()Noel
2020-11-11convert more long -> tools::LongNoel
2020-11-11make tools::Long 64-bit on Windows platformNoel Grandin
2020-10-28convert some more long -> tools::LongNoel
2020-10-19use tools::Long in vclNoel
2020-08-23set point values via ctorCaolán McNamara
2020-08-23use a reference instead of a pointerCaolán McNamara
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: vclStephan Bergmann
2020-06-01tdf#74702 vcl: extract SetMetafileMapMode()Chris Sherlock
2020-01-19tdf#74702: clean up of OutputDevice::SetMapModeAdrien Ollier
2019-12-18vcl: sfx2: LOK: Support per-view popup windowsAshod Nakashian
2019-10-07Drop some useless warnings that we get hundreds ofTor Lillqvist
2019-06-05make OutputDevice::LogicToLogic respect empty Rectangle in more casesNoel Grandin
2019-05-13handle empty tools::Rectangle in vclNoel Grandin
2019-04-12drop warning we're going to do nothing aboutCaolán McNamara
2019-01-15vcl: protect more outdev functions for disposed stateMiklos Vajna
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-09-17New loplugin:externalStephan Bergmann