summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore/unoobj2.cxx
AgeCommit message (Expand)Author
2021-07-02sw: handle RANGE_IS_SECTION in SwXTextRange::getText()Michael Stahl
2021-02-04sw: fix copying and deleting of table in section via APIMichael Stahl
2020-11-24sw: fix SwXTextRange::createEnumeration() inside table cellMichael Stahl
2020-11-24sw: fix copying and deleting of section content via APIMichael Stahl
2020-11-24sw: exception messages for SwXTextRangeMichael Stahl
2019-09-23UnoBaseClass: remove remaining leftover SwClient bitsBjoern Michaelsen
2019-09-23tdf#39593 use getUnoTunnelImplementationArkadiy Illarionov
2019-08-27loplugin:referencecasting find more redundant static_castNoel Grandin
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): swStephan Bergmann
2019-06-24Drop sw::GetSupportedServiceNamesImplArkadiy Illarionov
2019-05-10an uno -> a unoCaolán McNamara
2019-03-06loplugin:unnecessaryparen improve member expressionNoel Grandin
2019-02-25remove obsolete includes of calbckBjoern Michaelsen
2019-02-11tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski
2018-12-11sw: fix paragraph enumeration going past a selected tableMiklos Vajna
2018-12-04sw: fix paragraph enumeration going past selection endMiklos Vajna
2018-12-01sw: rename to SwTextNode::GetParaAttr(), at least that's uniqueMichael Stahl
2018-05-24coverity#1435749 silence Uncaught exceptionCaolán McNamara
2018-05-20dont use SwClient/SwModify in unocore: TextRangeBjoern Michaelsen
2018-05-06make SwDepend an implementation detail of sw::WriterMultiListenerBjoern Michaelsen
2018-04-17tdf#42949 Remove unnecessary localization headers from swGabor Kelemen
2018-04-01SwXTextRange::Impl: use WriterMultiListenerBjoern Michaelsen
2018-01-25introduce SwClient::EndListeningAll()Bjoern Michaelsen
2018-01-24Fix some IWYU warningsMiklos Vajna
2018-01-05sw: clean up some no longer building leftover debug codeMiklos Vajna
2017-12-22tdf#42949 Fix some Include What You Use warningsMiklos Vajna
2017-12-21TypedWhichId in svx part 2Noel Grandin
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann
2017-11-20look for =() in loplugin:unnecessaryparenNoel Grandin
2017-09-27tdf#112679 sw: fix copying of fieldmarksMichael Stahl
2017-08-04loplugin:constparams in sw part5Noel Grandin
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin
2017-07-02loplugin:casttovoid: swStephan Bergmann
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke
2017-06-06add COVERITY_NOEXCEPT_FALSECaolán McNamara
2017-05-12remove unused uno::Reference varsNoel Grandin
2017-03-20convert RndStdIds to scoped enumNoel Grandin
2017-03-16convert SwUndoId to scoped enumNoel Grandin
2017-02-07convert CursorType to scoped enumNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-19New loplugin:dynexcspec: Add @throws documentation, swStephan Bergmann
2017-01-05use proper message passingBjoern Michaelsen
2016-11-29convert ND constants to o3tl::typed_flagsNoel Grandin
2016-10-03loplugin:countusersofdefaultparams in sw..vclNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-08-31Get rid of a pointless indirect function pointer variableNoel Grandin
2016-08-29Get rid of pointless indirect function pointer variablesTor Lillqvist
2016-08-29Switch isTextBox to use the format pointersJan-Marek Glogowski
2016-08-18cppcheck: passedByValueCaolán McNamara