summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore/unoobj.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-08-28tdf#131801: sw: support of style references in ListAutoFormatVasily Melenchuk1-1/+10
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann1-3/+3
2020-08-13use OUStringLiteral in SfxItemPropertyMapEntryNoel Grandin1-3/+3
2020-07-31loplugin:flatten in sw/core/unocoreNoel Grandin1-82/+82
2020-07-23Silence GCC 11 trunk -Werror=nonnull involving dynamic_castStephan Bergmann1-2/+2
2020-07-07Typo: pargraph->paragraphJulien Nabet1-1/+1
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann1-1/+1
2020-05-21use for-range on Sequence in sfx2..swNoel Grandin1-5/+5
2020-01-28New loplugin:unsignedcompareStephan Bergmann1-1/+2
2019-12-11convert SwSortDirection to scoped enumNoel Grandin1-3/+3
2019-12-11convert SwSortOrder to scoped enumNoel Grandin1-5/+5
2019-12-06tdf#42949 Fix IWYU warnings in sw/source/core/[u-v]*/*cxxGabor Kelemen1-43/+2
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann1-0/+4
2019-09-23tdf#39593 use getUnoTunnelImplementationArkadiy Illarionov1-7/+1
2019-09-17tdf#64222 sw: better DOCX import/export of paragraph marker formattingMichael Stahl1-0/+35
2019-08-17Use a nice way of merging rangesMike Kaganski1-9/+4
2019-08-16This was meant to be 'continue', not 'break'Mike Kaganski1-6/+6
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): swStephan Bergmann1-1/+1
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