summaryrefslogtreecommitdiff
path: root/vcl/source/edit/texteng.cxx
AgeCommit message (Expand)Author
2023-06-07tdf#155376 partially convert SvCTLOptions to officecfgNoel Grandin
2022-11-03Related: tdf#149932 honour PANGO_UNDERLINE_DOUBLE for preedit underlineCaolán McNamara
2022-09-06cid#1509195 silence Explicit null dereferencedCaolán McNamara
2022-08-26cid#1509211 silence Explicit null dereferencedCaolán McNamara
2022-05-13add SvStream::ReadLine(OStringBuffer... to reduce OString allocationNoel Grandin
2022-05-01don't use an empty fontname, reuse the default from the virtual devCaolán McNamara
2021-09-30loplugin:constmethod handle more casesNoel Grandin
2021-09-28gives names to all the Idles and TasksNoel Grandin
2021-09-28vcl: rename OutDevState to StackChris Sherlock
2021-08-18undo changes to TextAlignCaolán McNamara
2021-07-30convert TextAlign to scoped enumCaolán McNamara
2021-05-27TETextPortion can be allocated inside the vectorNoel Grandin
2021-05-18cid#1484904 Dereference after null checkCaolán McNamara
2021-05-17split OutputDevice from WindowNoel Grandin
2021-05-14Fix assertion in vcl/textengJulien Nabet
2021-01-28simplify code, use more subView()Noel
2021-01-12transparency->alpha in tools::ColorNoel
2020-10-28convert some more long -> tools::LongNoel
2020-10-28std::set->o3tl::sorted_vector in vclNoel Grandin
2020-10-19use tools::Long in vclNoel
2020-09-02move Edit into toolkit only headersCaolán McNamara
2020-08-04loplugin:flatten in vclNoel Grandin
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: vclStephan Bergmann
2020-02-11tdf#57879 - Expand word boundaries to include connector punctuationsAndreas Heinisch
2020-01-17flush out unused Font objectsCaolán McNamara
2019-11-26tdf#127403 Revert "VCL keep / return the original set TextEngine font"Jan-Marek Glogowski
2019-10-22loplugin:constantparamNoel Grandin
2019-09-06Fixing '....' and '..'Andrea Gelmini
2019-08-12tdf#118856 vcl: avoid flicker in the about dialogMiklos Vajna
2019-07-17loplugin:unusedmethodsNoel Grandin
2019-07-02tdf#42949 Fix IWYU warnings in vcl/source/[a-e]*Gabor Kelemen
2019-05-22VCL keep / return the original set TextEngine fontJan-Marek Glogowski
2019-02-08o3tl::make_unique -> std::make_unique in tools..xmloffGabor Kelemen
2019-01-21Simplify nXWidth initializationStephan Bergmann
2019-01-11Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen
2018-11-21tdf#42949 Fix IWYU warnings in include/vcl/[B-E]*Gabor Kelemen
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen
2018-11-10tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski
2018-10-22pvs-studio: V728 An excessive check can be simplifiedCaolán McNamara
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin
2018-10-18clang-tidy readability-simplify-boolean-exprNoel Grandin
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-10-09use unique_ptr in SfxUndoManager::AddUndoActionNoel Grandin
2018-10-04use unique_ptr in TextCharAttribList::InsertAttribNoel Grandin
2018-10-03no need to call empty() before clear()Noel Grandin
2018-09-12loplugin:simplifyconstruct in ucbhelper..vclNoel Grandin
2018-08-14create appendCopy method in OUStringBufferNoel Grandin
2018-07-31Add missing sal/log.hxx headersGabor Kelemen
2018-07-27loplugin:stringloop in vclNoel Grandin