summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore/unoobj2.cxx
AgeCommit message (Expand)Author
2018-01-31intermediate: unoob2.cxxBjoern Michaelsen
2018-01-25introduce SwClient::EndListeningAll()Bjoern Michaelsen
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
2016-07-08loplugin:redundantcast: redundant static_casts in swStephan Bergmann
2016-06-16Remove the :: prefix in ::std for swMark Page
2016-05-18clang-tidy modernize-make-sharedNoel Grandin
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-12clang-tidy performance-unnecessary-value-param in swNoel Grandin
2016-03-31use SAL_N_ELEMENTS more widelyNoel Grandin
2016-03-22loplugin:constantparam in swNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06com::sun::star->css in sw/source/coreNoel Grandin
2015-10-12Replace "SAL_FINAL" with "final" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-08-20loplugin: defaultparamsNoel Grandin
2015-07-15cppcheck: noExplicitConstructorCaolán McNamara
2015-07-08sw: remove boost::bind from fmtatr2.cxxMichael Stahl
2015-07-06improve the returnbyref lopluginNoel Grandin
2015-06-30sw: avoid layout recursion when loading documents with charts...Michael Stahl
2015-06-11convert expressions like 'size() == 0' to 'empty()'Noel Grandin
2015-06-09lplugin:redundantcastStephan Bergmann
2015-06-09another RAIIBjoern Michaelsen