summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore/unorefmk.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann1-0/+1
2019-12-06tdf#42949 Fix IWYU warnings in sw/source/core/[u-v]*/*cxxGabor Kelemen1-3/+0
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+8
2019-09-26add property name when throwing css::uno::UnknownPropertyExceptionNoel Grandin1-3/+3
2019-09-23tdf#39593 use getUnoTunnelImplementationArkadiy Illarionov1-2/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): swStephan Bergmann1-3/+3
2019-06-24Drop sw::GetSupportedServiceNamesImplArkadiy Illarionov1-30/+13
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-2/+2
2018-08-23loplugin:useuniqueptr in SwXMetaNoel Grandin1-8/+8
2018-08-10unnecessary null check before dynamic_cast, in swNoel Grandin1-1/+1
2018-08-03Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-05-28dont use SwClient/SwModify in unocore: MetaBjoern Michaelsen1-37/+33
2018-05-25Improve re-throwing of UNO exceptionsNoel Grandin1-4/+4
2018-05-21dont use SwClient/SwModify in unocore: RefMarkBjoern Michaelsen1-34/+29
2018-01-25introduce SwClient::EndListeningAll()Bjoern Michaelsen1-5/+2
2018-01-02loplugin:passstuffbyref improved return in swNoel Grandin1-1/+1
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin1-1/+1
2017-11-27loplugin:countusersofdefaultparams in sw (2)Noel Grandin1-1/+1
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann1-8/+8
2017-08-02remove unnecessary use of 'this->'Noel Grandin1-1/+1
2017-06-26fdo#43157 convert OSL_ASSERT to assert in sw/source/coreBernhard Widl1-2/+2
2017-05-15remove some unnecessary lockingNoel Grandin1-1/+0
2017-05-07revert OSL_ASSERT changesChris Sherlock1-2/+2
2017-05-07tdf#43157: convert sw module away from OSL_ASSERT to assertChris Sherlock1-2/+2
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-02-07convert CursorType to scoped enumNoel Grandin1-3/+3
2017-02-06Add missing #includesStephan Bergmann1-0/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-87/+29
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin1-1/+1
2016-12-08OSL_TRACE -> SAL in sw..ucbNoel Grandin1-1/+1
2016-10-28update unnecessaryoverride plugin to find pure forwarding methodsNoel Grandin1-1/+1
2016-06-29move #includes to top of fileNoel Grandin1-17/+16
2016-06-16Remove the :: prefix in ::std for swMark Page1-10/+10
2016-05-31teach refcounting clang plugin about uno::ReferenceNoel Grandin1-1/+1
2016-05-18clang-tidy modernize-make-sharedNoel Grandin1-1/+1
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-2/+2
2016-03-31use SAL_N_ELEMENTS more widelyNoel Grandin1-6/+3
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin1-5/+5
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-28/+28
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-11/+11
2015-09-17boost->stdCaolán McNamara1-3/+3
2015-08-03new loplugin: refcountingNoel Grandin1-20/+18
2015-07-06improve the returnbyref lopluginNoel Grandin1-2/+2
2015-05-29loplugin:redundantcast: const_cast to same typeStephan Bergmann1-1/+1
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-107/+107
2015-03-11convert SetAttrMode to enum classNoel Grandin1-6/+6
2014-11-20sw: convert more legacy assertsMichael Stahl1-7/+7
2014-11-17suspicious cast from 'bool' to 'sal_Bool' [loplugin:salbool]Stephan Bergmann1-1/+1
2014-11-16sw: avoid 'condition ? sal_True : sal_False' expressionsMatteo Casalin1-1/+1
2014-10-01sw: std::auto_ptr -> std::unique_ptrStephan Bergmann1-11/+9