summaryrefslogtreecommitdiff
path: root/include/editeng/unotext.hxx
AgeCommit message (Expand)AuthorFilesLines
2018-07-13pass SvxFieldData around by std::unique_ptrNoel Grandin1-1/+1
2018-05-17loplugin:unusedfields in editeng..filterNoel Grandin1-3/+0
2018-05-10store Color using boost::optional in EditCharAttribFieldNoel Grandin1-1/+1
2018-04-12make SvxEditSource::Clone return std::unique_ptrNoel Grandin1-1/+1
2018-02-05loplugin:useuniqueptr in SvxUnoTextRangeBaseNoel Grandin1-2/+2
2018-02-01split out SFX_METRIC_ITEM into separate fieldNoel Grandin1-5/+5
2018-01-25loplugin:datamembershadow in SvxUnoTextRangeBaseNoel Grandin1-1/+1
2018-01-18ofz#5471 Null-dereference READCaolán McNamara1-1/+6
2017-12-25various coverity exception warningsCaolán McNamara1-8/+8
2017-12-14No need to keep these whitelisted functions decorated with SAL_CALLStephan Bergmann1-1/+1
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin1-8/+8
2017-11-16use implict conversion operator in TypedWhichIdNoel Grandin1-10/+10
2017-11-15TypedWhichIdNoel Grandin1-10/+10
2017-07-28loplugin:constparams in editengNoel Grandin1-3/+3
2017-07-21de-hrc various thingsCaolán McNamara1-1/+1
2017-06-30EditEngine: Changing export selection for copy/pasteVarun Dhall1-21/+24
2017-05-02loplugin:checkunusedparams in editengNoel Grandin1-1/+1
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-2/+2
2017-03-17cleanup itempool includesJochen Nitschke1-1/+0
2017-02-16convert EditEngineAttribs to scoped enumNoel Grandin1-1/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-124/+121
2017-01-19New loplugin:dynexcspec: Add @throws documentation, editengStephan Bergmann1-0/+29
2017-01-13new loplugin: useuniqueptr: editengNoel Grandin1-1/+1
2016-11-18includes should be at the top of the fileNoel Grandin1-2/+1
2016-11-09loplugin:expandablemethods in drawinglayer..editengNoel Grandin1-2/+0
2016-09-29tdf#88206 replace cppu::WeakImplHelper* in sfx2 and svlJochen Nitschke1-1/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-8/+8
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann1-2/+2
2016-04-05loplugin:constantparam in editengNoel Grandin1-1/+1
2016-03-18loplugin:constantfunction in editengNoel Grandin1-1/+1
2016-02-09Remove excess newlinesChris Sherlock1-4/+0
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin1-2/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-2/+2
2015-10-21com::sun::star->css in include/editengNoel Grandin1-211/+211
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-168/+168
2015-07-16loplugin:unusedmethods editengNoel Grandin1-1/+0
2015-06-10tdf#88055: Don't export transparent background colour as whiteKatarina Behrens1-0/+1
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-3/+3
2015-04-13loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-25/+25
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1
2015-02-03callcatcher: shave off some moreCaolán McNamara1-1/+0
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin1-1/+1
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin1-20/+20
2014-07-23convert SfxItemState constants to a proper enumNoel Grandin1-2/+2
2014-06-30Associated CharBackColor to EE_CHAR_BKGCOLORmatteocam1-0/+1
2014-06-05editeng: remove SAL_THROW macroNoel Grandin1-2/+2
2014-05-28coverity#706505 Uncaught exceptionCaolán McNamara1-1/+2
2014-05-13remove dead codeNoel Grandin1-1/+0