summaryrefslogtreecommitdiff
path: root/vcl/source/edit/texteng.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-02-06Simplify nXWidth initializationStephan Bergmann1-3/+2
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
2016-06-03Convert ComplexTextLayoutMode to scoped enumNoel Grandin1-2/+2
2016-05-30Convert TxtAlign to scoped enumNoel Grandin1-11/+11
2016-05-13clang-tidy modernize-loop-convert in vclNoel Grandin1-8/+4
2016-05-11convert EXTTEXTINPUT_ATTR to scoped enumNoel Grandin1-10/+10
2016-05-10Constify some temporariesMatteo Casalin1-40/+37
2016-05-10This temporary Size is not really neededMatteo Casalin1-8/+4
2016-05-10Use member initialization listMatteo Casalin1-26/+26
2016-05-10Fix code format and remove some unneeded parenthesesMatteo Casalin1-36/+34
2016-05-03Resolves: tdf#98940 (-1 not mapping to maximum string length anymore)Matteo Casalin1-1/+1
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin1-29/+29
2016-03-16loplugin:constantparams in vcl/Noel Grandin1-6/+3
2016-03-04loplugin:unuseddefaultparams in vcl and xmloffNoel Grandin1-5/+3
2016-02-26loplugin:unuseddefaultparams in /include/vclNoel Grandin1-30/+15
2016-01-31tools: rename FontUnderline to FontLineStyleChris Sherlock1-5/+5