summaryrefslogtreecommitdiff
path: root/canvas/source/vcl/textlayout.cxx
AgeCommit message (Expand)Author
2021-10-31add o3tl::span ctor from std::vectorLuboš Luňák
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-10-29Prepare for removal of non-const operator[] from Sequence in canvasMike Kaganski
2021-09-28vcl: rename OutDevState to StackChris Sherlock
2021-08-28clang-tidy:readability-redundant-member-initNoel Grandin
2021-08-16Drop tools::Rectangle::getX/getY, which are just duplicates of Left/TopMike Kaganski
2021-05-03vcl: remove MetricVectorChris Sherlock
2021-02-17loplugin:referencecasting in canvasNoel
2020-10-28convert some more long -> tools::LongNoel
2020-10-21use tools::Long in basegfx..chart2Noel
2019-11-06tdf#42949 Fix IWYU warnings in canvas/*/*cxxGabor Kelemen
2019-10-30tdf#42949 Fix IWYU warnings in canvas/source/*/*hxxGabor Kelemen
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): canvasStephan Bergmann
2019-06-11Use hasElements to check Sequence emptiness in accessibility..canvasArkadiy Illarionov
2019-01-08convert "*xxx.get()" to "*xxx"Noel Grandin
2018-10-30loplugin:returnconstantNoel Grandin
2018-02-27Use for-range loops (canvas)Julien Nabet
2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist
2017-07-24cairo_canvas: shape clipping box doesn't match where its text is renderedCaolán McNamara
2017-07-06use more begin()/end() for SequenceNoel Grandin
2017-07-02loplugin:casttovoid: canvasStephan Bergmann
2017-03-17vcl: OutputDevice::GetGlyphBoundRects()'s nIndex and nBase is always the sameMiklos Vajna
2017-02-15Drop :: prefix from std in c*/Tor Lillqvist
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-12-14This fallback code makes no sense any moreKhaled Hosny
2016-12-11canvas: remove useless MutexGuardsArnaud Versini
2016-08-04tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMuhammet Kara
2016-06-03Convert ComplexTextLayoutMode to scoped enumNoel Grandin
2015-12-03Use comphelper::containerToSequence()Noel Grandin
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-08-11stop inclduing canvas/verbosetraces.hxx and canvas/debug.hxxNorbert Thiebaud
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-06-08cppcheck: noExplicitConstructorCaolán McNamara
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks
2015-04-10Fix OutputDevice members / stack allocation: chart, canvas, cui.Michael Meeks
2014-08-20vcl: use enum for complex text layout constantsNoel Grandin
2014-07-20vcl consitent use of long for corrdinateNorbert Thiebaud
2014-06-18rtl::Reference fits just fine hereStephan Bergmann
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-01-16fdo#54938: Convert canvas to cppu::supportsServiceMarcos Paulo de Souza
2013-12-18vcl get rid of xub_StrLen and STRING_LEN in outdev3Norbert Thiebaud
2013-03-01Replace rtl::O(U)String with O(U)StringÁdám Csaba Király
2013-01-07RTL_CONSTASCII_(U)STRINGPARAM removed in canvas (WIP)Chr. Rossmanith
2012-10-08re-base on ALv2 code. Includes:Michael Meeks
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-01-09Avoid pointless const_cast, use getConstArray in all cases.Thorsten Behrens
2011-11-27remove include of pch header in canvasNorbert Thiebaud