summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore/unoobj2.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-07-02sw: handle RANGE_IS_SECTION in SwXTextRange::getText()Michael Stahl1-6/+17
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann1-3/+3
2021-04-07rtl::Static -> function local staticNoel Grandin1-11/+5
2021-03-02loplugin:refcounting in swNoel1-3/+3
2021-02-04sw: fix copying and deleting of table in section via APIMichael Stahl1-1/+1
2020-12-02cid#1470356 silence Dereference null return valueCaolán McNamara1-4/+5
2020-12-01cid#1470356 silence Dereference null return valueCaolán McNamara1-4/+4
2020-11-24sw: fix SwXTextRange::createEnumeration() inside table cellMichael Stahl1-6/+26
2020-11-24tdf#42949 Fix new IWYU warnings in directory swGabor Kelemen1-1/+0
2020-11-24sw: fix copying and deleting of section content via APIMichael Stahl1-17/+146
2020-11-24sw: exception messages for SwXTextRangeMichael Stahl1-15/+15
2020-09-30SwPaM::GetDoc can return a reference insteadCaolán McNamara1-26/+26
2020-09-30SwNode::GetDoc can return a reference insteadCaolán McNamara1-4/+4
2020-08-21Fix typosAndrea Gelmini1-1/+1
2020-07-31loplugin:flatten in sw/core/unocoreNoel Grandin1-37/+37
2020-04-30loplugin:makeshared in swNoel Grandin1-2/+2
2020-03-02speedup sw build a littleNoel Grandin1-0/+1
2020-01-28New loplugin:unsignedcompareStephan Bergmann1-1/+2
2020-01-16FirstLeft and FirstMaster not handled in CreateParentXTextBjoern Kirchhoff1-3/+13
2020-01-16tdf#42949 Fix IWYU warnings in sw/source/uibase/[u-w]*/*cxxGabor Kelemen1-1/+0
2019-12-06tdf#42949 Fix IWYU warnings in sw/source/core/[u-v]*/*cxxGabor Kelemen1-45/+3
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-2/+13
2019-09-23UnoBaseClass: remove remaining leftover SwClient bitsBjoern Michaelsen1-19/+0
2019-09-23tdf#39593 use getUnoTunnelImplementationArkadiy Illarionov1-3/+1
2019-08-27loplugin:referencecasting find more redundant static_castNoel Grandin1-3/+2
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): swStephan Bergmann1-4/+4
2019-06-24Drop sw::GetSupportedServiceNamesImplArkadiy Illarionov1-31/+9
2019-05-10an uno -> a unoCaolán McNamara1-1/+1
2019-03-06loplugin:unnecessaryparen improve member expressionNoel Grandin1-1/+1
2019-02-25remove obsolete includes of calbckBjoern Michaelsen1-1/+0
2019-02-11tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-4/+2
2018-12-11sw: fix paragraph enumeration going past a selected tableMiklos Vajna1-0/+30
2018-12-04sw: fix paragraph enumeration going past selection endMiklos Vajna1-0/+8
2018-12-01sw: rename to SwTextNode::GetParaAttr(), at least that's uniqueMichael Stahl1-1/+1
2018-05-24coverity#1435749 silence Uncaught exceptionCaolán McNamara1-1/+1
2018-05-20dont use SwClient/SwModify in unocore: TextRangeBjoern Michaelsen1-39/+37
2018-05-06make SwDepend an implementation detail of sw::WriterMultiListenerBjoern Michaelsen1-1/+1
2018-04-17tdf#42949 Remove unnecessary localization headers from swGabor Kelemen1-1/+0
2018-04-01SwXTextRange::Impl: use WriterMultiListenerBjoern Michaelsen1-33/+27
2018-01-25introduce SwClient::EndListeningAll()Bjoern Michaelsen1-8/+6
2018-01-24Fix some IWYU warningsMiklos Vajna1-0/+1
2018-01-05sw: clean up some no longer building leftover debug codeMiklos Vajna1-6/+0
2017-12-22tdf#42949 Fix some Include What You Use warningsMiklos Vajna1-0/+1
2017-12-21TypedWhichId in svx part 2Noel Grandin1-1/+1
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann1-7/+7
2017-11-20look for =() in loplugin:unnecessaryparenNoel Grandin1-1/+1
2017-09-27tdf#112679 sw: fix copying of fieldmarksMichael Stahl1-1/+1
2017-08-04loplugin:constparams in sw part5Noel Grandin1-2/+2
2017-07-21migrate to boost::gettextCaolán McNamara1-1/+1
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin1-1/+1