summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore/unoobj.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-07-08Simplify Sequence iterations in sw/qa/* and sw/source/core/*Arkadiy Illarionov1-17/+14
2019-06-24Drop sw::GetSupportedServiceNamesImplArkadiy Illarionov1-16/+10
2019-05-22New loplugin:dataStephan Bergmann1-1/+1
2019-05-04Use hasElements to check Sequence emptiness in swArkadiy Illarionov1-4/+4
2019-01-11tdf#42949 Fix IWYU warnings in sw/inc/*Gabor Kelemen1-0/+1
2018-12-10tdf#42949 Fix IWYU warnings in include/vcl/s*Gabor Kelemen1-0/+1
2018-12-01sw: SwTextNode::GetAttr() inconsistencyMichael Stahl1-0/+3
2018-11-22improve function-local statics in swNoel Grandin1-4/+3
2018-11-16loplugin:buriedassign in swNoel Grandin1-4/+8
2018-11-15sw_redlinehide_3: SwXTextViewCursor::getString() without redlinesMichael Stahl1-1/+3
2018-11-07loplugin:collapseif in swNoel Grandin1-5/+2
2018-10-21pvs-studio: V590 The expression is excessive or contains a misprintCaolán McNamara1-4/+10
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-5/+5
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-1/+1
2018-09-19sw_redlinehide_2: view cursor movement, Word/Sentence functionsMichael Stahl1-2/+2
2018-09-17New loplugin:externalStephan Bergmann1-1/+1
2018-06-07provide overrides of GetNext/GetPrev in SwPaM subclassesNoel Grandin1-1/+1
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke1-1/+0
2018-05-25NFC SwUnoCursorHelper: add SetModeAttr option to setPropertyValueJustin Luth1-2/+3
2018-04-16sw: prefix members of WriterMiklos Vajna1-6/+6
2018-04-11return std::unique_ptr from SfxItemSet::CloneNoel Grandin1-2/+2
2018-03-21sw: fix some IWYU warningsMiklos Vajna1-0/+1
2018-03-09sw: fix some IWYU warningsMiklos Vajna1-0/+1
2018-01-12More loplugin:cstylecast: swStephan Bergmann1-2/+2
2018-01-05sw: clean up some no longer building leftover debug codeMiklos Vajna1-5/+0
2017-11-27loplugin:countusersofdefaultparams in sw (2)Noel Grandin1-1/+1
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann1-7/+7
2017-11-21loplugin:flatten in swNoel Grandin1-54/+56
2017-10-27loplugin:constantparam in swNoel Grandin1-10/+9
2017-10-20use std::unique_ptr in SwSortOptionsNoel Grandin1-7/+7
2017-09-26loplugin:flatten in swNoel Grandin1-9/+7
2017-08-25Drop gratuitous initial :: from comphelper::ProfileZoneTor Lillqvist1-2/+2
2017-08-04loplugin:constparams in sw part5Noel Grandin1-2/+2
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin1-1/+1
2017-07-02loplugin:casttovoid: swStephan Bergmann1-3/+1
2017-06-21convert ErrCode to strong typedefNoel Grandin1-1/+1
2017-06-19Make SfxItemSet ranges correct by construction: Fix static casesStephan Bergmann1-7/+9
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke1-1/+0
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann1-9/+7
2017-06-16Profiling API: add ProfileZonesLászló Németh1-0/+3
2017-05-24tdf#106424 fix crash in SfxItemPool::PutJochen Nitschke1-3/+1
2017-04-28loplugin:salunicodeliteral: swStephan Bergmann1-1/+1
2017-04-03use actual UNO enums in swNoel Grandin1-1/+1
2017-03-16convert SwUndoId to scoped enumNoel Grandin1-8/+8
2017-02-07convert CursorType to scoped enumNoel Grandin1-50/+50
2017-02-03TyposJulien Nabet1-1/+1
2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin1-1/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-95/+32
2017-01-19New loplugin:dynexcspec: Add @throws documentation, swStephan Bergmann1-0/+3
2017-01-17Set exception messageStephan Bergmann1-1/+1