summaryrefslogtreecommitdiff
path: root/canvas/source/cairo/cairo_textlayout.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-11-08loplugin:reftotemp in canvasNoel Grandin1-1/+1
2024-05-06loplugin:ostr in canvasNoel Grandin1-2/+2
2024-02-08canvas : use more OUString literalsArnaud VERSINI1-2/+2
2023-10-11Drop o3tl::span, can use C++20 std::span directly nowStephan Bergmann1-1/+1
2023-08-19loplugin: new global analysis locking2Noel Grandin1-4/+0
2023-06-18tdf#155810: Pass Kashida insertion positions through canvasKhaled Hosny1-1/+22
2023-06-05Use getXWeak in canvasMike Kaganski1-1/+1
2023-02-24BaseMutex->std::mutex in cairocanvas::TextLayoutNoel Grandin1-11/+8
2023-01-05Revert all the recent loplugin:unocast changesStephan Bergmann1-10/+0
2022-12-18loplugin:unocast (cairocanvas::TextLayout)Stephan Bergmann1-0/+10
2022-12-02tdf#152094 retain more accuracy from RefDevMode::MSO1Caolán McNamara1-11/+8
2022-12-01we only need aOffsets if maLogicalAdvancements.hasElements() is trueCaolán McNamara1-5/+3
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann1-1/+1
2022-08-14tdf#104921: Cleanup Kashida insertion logicKhaled Hosny1-1/+1
2022-05-21clang-tidy modernize-pass-by-value in canvasNoel Grandin1-10/+11
2022-01-13Recheck modules [a-c]* with IWYUGabor Kelemen1-1/+0
2021-10-31add o3tl::span ctor from std::vectorLuboš Luňák1-1/+1
2021-10-30tools::Long->sal_Int32 in the DX arraysNoel Grandin1-2/+2
2021-10-29pass DX array around using o3tl::span instead of pointerNoel Grandin1-3/+3
2021-09-28vcl: rename OutDevState to StackChris Sherlock1-5/+5
2021-08-28clang-tidy:readability-redundant-member-initNoel Grandin1-1/+0
2021-02-17loplugin:referencecasting in canvasNoel1-1/+1
2021-01-20improve some IllegalArgumentException messagesNoel1-1/+1
2020-11-06tdf#42949 Fix new IWYU warnings in directories c*Gabor Kelemen1-9/+0
2020-10-28convert some more long -> tools::LongNoel1-1/+1
2020-10-21use tools::Long in basegfx..chart2Noel1-1/+1
2020-05-24isCairoRenderable is newly unusedCaolán McNamara1-27/+0
2020-05-24platforms using the cairo canvas use cairo for text rendering alreadyCaolán McNamara1-191/+9
2019-11-06tdf#42949 Fix IWYU warnings in canvas/*/*cxxGabor Kelemen1-1/+2
2019-10-30tdf#42949 Fix IWYU warnings in canvas/source/*/*hxxGabor Kelemen1-0/+2
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): canvasStephan Bergmann1-1/+1
2019-06-11Use hasElements to check Sequence emptiness in accessibility..canvasArkadiy Illarionov1-6/+6
2019-05-22New loplugin:dataStephan Bergmann1-2/+2
2019-01-08convert "*xxx.get()" to "*xxx"Noel Grandin1-1/+1
2018-10-23clang-tidy performance-unnecessary-copy-init in canvas..cuiNoel Grandin1-1/+1
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin1-1/+1
2018-07-09Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-02-27Use for-range loops (canvas)Julien Nabet1-14/+8
2018-01-25loplugin:unused-returns in basegfx..cppcanvasNoel Grandin1-7/+4
2018-01-12More loplugin:cstylecast: canvasStephan Bergmann1-2/+2
2017-09-11clang-tidy modernize-use-emplace in c*Noel Grandin1-2/+2
2017-07-24cairo_canvas: shape clipping box doesn't match where its text is renderedCaolán McNamara1-1/+1
2017-07-20loplugin:constparams in canvasNoel Grandin1-1/+1
2017-07-06use more begin()/end() for SequenceNoel Grandin1-2/+2
2017-02-15Drop :: prefix from std in c*/Tor Lillqvist1-2/+2
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-20/+20
2016-12-11canvas: remove useless MutexGuardsArnaud Versini1-22/+0
2016-08-24tdf#96505 get rid of long integer literals 'L'Asela Dasanayaka1-1/+1
2016-08-04tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMuhammet Kara1-3/+1
2016-06-03Convert ComplexTextLayoutMode to scoped enumNoel Grandin1-5/+5