summaryrefslogtreecommitdiff
path: root/vcl/source/edit/texteng.cxx
AgeCommit message (Expand)Author
2019-11-27tdf#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
2018-07-13merge IUndoManager into SfxUndoManagerNoel Grandin
2018-06-03Fix tdf#100937: LO Freezed when I insert a very long text in...Matteo Casalin
2018-05-08tdf#117491 Base crash when editing text in SQL query editorNoel Grandin
2018-04-26loplugin:useuniqueptr in TextDocNoel Grandin
2018-04-24loplugin:useuniqueptr in TETextPortionListNoel Grandin
2018-03-02drop old tools/gen methods in vclNoel Grandin
2018-02-27replace Color(COL_*) with COL_*Noel Grandin
2018-02-22loplugin:changetoolsgen in vclNoel Grandin
2018-02-02loplugin:useuniqueptr in TEParaPortionsNoel Grandin
2018-01-24loplugin:unused-returns in vclNoel Grandin
2018-01-22improve RTL detection in TextEngineNoel Grandin
2018-01-17loplugin:useuniqueptr in TextEngineNoel Grandin
2018-01-15More loplugin:cstylecast: vclStephan Bergmann
2018-01-12More loplugin:cstylecast: vclStephan Bergmann
2017-11-30loplugin:unnecessaryparen: signed numeric literalsStephan Bergmann
2017-11-15loplugin:flatten in vclNoel Grandin
2017-10-25tdf#113400: fix crash by destroying returned unique_ptrJulien Nabet
2017-10-23loplugin:includeform: vclStephan Bergmann
2017-09-28tdf#112658: fix leak when calling TextEngine::SetAttribJulien Nabet
2017-09-15Fix BASIC storage that stored an HTML <P> elementEike Rathke
2017-09-14clang-tidy modernize-use-emplace in vclNoel Grandin
2017-09-08tdf#108722 vcl: fix bugs in TextEngine with TEXTATTR_PROTECTEDMichael Stahl
2017-09-08loplugin:constantparamNoel Grandin
2017-08-25loplugin:unusedmethodsNoel Grandin
2017-08-11vcl: remove dead TextAttribHyperLinkJochen Nitschke