summaryrefslogtreecommitdiff
path: root/vcl/source/edit/texteng.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-07-13merge IUndoManager into SfxUndoManagerNoel Grandin1-1/+1
2018-06-03Fix tdf#100937: LO Freezed when I insert a very long text in...Matteo Casalin1-1/+1
2018-05-08tdf#117491 Base crash when editing text in SQL query editorNoel Grandin1-1/+0
2018-04-26loplugin:useuniqueptr in TextDocNoel Grandin1-36/+34
2018-04-24loplugin:useuniqueptr in TETextPortionListNoel Grandin1-9/+9
2018-03-02drop old tools/gen methods in vclNoel Grandin1-1/+2
2018-02-27replace Color(COL_*) with COL_*Noel Grandin1-3/+3
2018-02-22loplugin:changetoolsgen in vclNoel Grandin1-17/+17
2018-02-02loplugin:useuniqueptr in TEParaPortionsNoel Grandin1-3/+0
2018-01-24loplugin:unused-returns in vclNoel Grandin1-3/+1
2018-01-22improve RTL detection in TextEngineNoel Grandin1-5/+6
2018-01-17loplugin:useuniqueptr in TextEngineNoel Grandin1-16/+14
2018-01-15More loplugin:cstylecast: vclStephan Bergmann1-1/+1
2018-01-12More loplugin:cstylecast: vclStephan Bergmann1-4/+4
2017-11-30loplugin:unnecessaryparen: signed numeric literalsStephan Bergmann1-1/+1
2017-11-15loplugin:flatten in vclNoel Grandin1-35/+36
2017-10-25tdf#113400: fix crash by destroying returned unique_ptrJulien Nabet1-1/+4
2017-10-23loplugin:includeform: vclStephan Bergmann1-4/+4
2017-09-28tdf#112658: fix leak when calling TextEngine::SetAttribJulien Nabet1-2/+4
2017-09-15Fix BASIC storage that stored an HTML <P> elementEike Rathke1-17/+2
2017-09-14clang-tidy modernize-use-emplace in vclNoel Grandin1-3/+3
2017-09-08tdf#108722 vcl: fix bugs in TextEngine with TEXTATTR_PROTECTEDMichael Stahl1-1/+1
2017-09-08loplugin:constantparamNoel Grandin1-38/+14
2017-08-25loplugin:unusedmethodsNoel Grandin1-11/+0
2017-08-11vcl: remove dead TextAttribHyperLinkJochen Nitschke1-25/+2
2017-07-18loplugin:constparams in vclNoel Grandin1-1/+1
2017-07-13loplugin:oncevar: empty strings: vclStephan Bergmann1-2/+1
2017-07-05new loplugin unnecessaryparenNoel Grandin1-1/+1
2017-06-14use ERRCODE_NONE instead of 0Noel Grandin1-2/+2
2017-04-25loplugin:checkunusedparams in vclNoel Grandin1-16/+15
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-11/+11
2017-03-24convert ViewShellId to o3tl::strong_intNoel Grandin1-1/+1
2017-03-14Clean up uses of integer types in vcl/textengStephan Bergmann1-27/+28
2017-03-13loplugin:loopvartoosmallStephan Bergmann1-2/+2
2017-03-08Clean up uses of integer typesStephan Bergmann1-2/+2
2017-02-10Remove MinGW supportStephan Bergmann1-1/+1
2017-01-23Change all Idle* LINKs to be Timer*Jan-Marek Glogowski1-2/+2
2017-01-17tdf#97087 GDB pretty print the Scheduler task listJan-Marek Glogowski1-0/+1
2016-12-11Drop ComplexDisabled flags that does nothingKhaled Hosny1-1/+1
2016-12-10tdf#93430: Return the right offsets for runsTamás Zolnai1-0/+20
2016-12-08convert SFX_HINT to scoped enumNoel Grandin1-8/+8
2016-12-06Convert TextView to unique_ptrMark Page1-2/+1
2016-10-26loplugin:expandablemethods in vclNoel Grandin1-18/+3
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-1/+1
2016-09-30loplugin:constantparamNoel Grandin1-27/+5
2016-08-01svl: implement SfxUndoAction::GetViewShellId() interface in SfxListUndoActionMiklos Vajna1-1/+1
2016-07-27improve passstuffbyref return analysisNoel Grandin1-3/+3
2016-06-24loplugin:singlevalfields in vcl(part1)Noel Grandin1-16/+5
2016-06-22DBG_ASSERT->SAL_WARN_IF didn't reverse conditionCaolán McNamara1-1/+1
2016-06-17convert DBG_ASSERT in vclNoel Grandin1-53/+53