summaryrefslogtreecommitdiff
path: root/drawinglayer/source/primitive2d/textlayoutdevice.cxx
AgeCommit message (Expand)Author
2021-11-19Drop F_PI1800/F_PI18000, and unify deg2rad/rad2deg conversionsMike Kaganski
2021-11-19Use M_PI* instead of F_PI*Mike Kaganski
2021-10-31add o3tl::span ctor from std::vectorLuboš Luňák
2021-10-30tools::Long->sal_Int32 in GetCaretPositionsNoel Grandin
2021-10-30tools::Long->sal_Int32 in the DX arraysNoel Grandin
2021-10-29pass DX array around using o3tl::span instead of pointerNoel Grandin
2021-09-04use std::vector for fetching DX array dataNoel Grandin
2021-08-31clang-tidy:readability-redundant-member-initNoel Grandin
2021-08-18undo changes to TextAlignCaolán McNamara
2021-07-30convert TextAlign to scoped enumCaolán McNamara
2020-11-23simplify namespaces and clean-up for TextLayouterDeviceTomaž Vajngerl
2020-11-23remove textlayoutdevice.{hxx,cxx} from clang-format excludelistTomaž Vajngerl
2020-11-12Revert "tdf#127471 Remove font width scaling hack"Aron Budea
2020-10-29Revert "Revert "tdf#127471 Remove font width scaling hack""Stephan Bergmann
2020-10-29Revert "tdf#127471 Remove font width scaling hack"Samuel Mehrbrodt
2020-10-28convert some more long -> tools::LongNoel
2020-10-28convert some more long -> tools::LongNoel
2020-10-21new tools::Degree10 strong typedefNoel Grandin
2020-08-25add a getCaretPositions like getTextArrayCaolán McNamara
2020-08-21-Werror,-Wunused-variable (clang-cl)Stephan Bergmann
2020-08-19tdf#127471 Remove font width scaling hackSamuel Mehrbrodt
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann
2020-01-20clang-tidy modernize-concat-nested-namespace in drawinglayerNoel Grandin
2020-01-07Fix typoAndrea Gelmini
2019-11-22tdf#42949 Fix IWYU warnings in drawinglayer/Gabor Kelemen
2019-05-22New loplugin:dataStephan Bergmann
2019-05-18Fix typoAndrea Gelmini
2019-05-08improve tools::Rectangle->basegfx::B2?Rectangle conversionNoel Grandin
2018-10-08tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]*Gabor Kelemen
2018-09-17New loplugin:externalStephan Bergmann
2018-01-24loplugin:unused-returns in drawinglayer..svxNoel Grandin
2018-01-23More loplugin:cstylecast on WindowsStephan Bergmann
2018-01-12More loplugin:cstylecast: drawinglayerStephan Bergmann
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin
2017-11-26coverity#1421100 Uncaught exceptionCaolán McNamara
2017-09-22Put definition of _CRT_RAND_S into bin/update_pchMike Kaganski
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-02-17Drop :: prefix from std in [de]*/Tor Lillqvist
2017-01-17tdf#97087 GDB pretty print the Scheduler task listJan-Marek Glogowski
2016-12-14This fallback code makes no sense any moreKhaled Hosny
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-09-01convert RefDevMode to scoped enumNoel Grandin
2016-07-22Resolves: tdf#101067 put SolarMutexGuard back in againCaolán McNamara
2016-07-07tdf#50613 add support to load charts asynchronouslyArmin Le Grand
2016-02-16use consistent #define checks for the Windows platformNoel Grandin
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock
2016-01-29vcl: add text alignment functions to ImplFont and FontAttributesChris Sherlock
2016-01-17vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock