summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore/unorefmk.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-11-07ITEM: Get away from classic 'poolable' Item flagArmin Le Grand (allotropia)1-3/+3
2023-10-22Use getXWeak in swMike Kaganski1-9/+9
2023-09-17remove unnecessary dynamic_cast around SwXTextNoel Grandin1-11/+10
2023-05-12use more concrete UNO types in sw/Noel Grandin1-20/+9
2023-01-21XUnoTunnel->dynamic_cast in SwXReferenceMarkNoel Grandin1-12/+0
2023-01-20XUnoTunnel->dynamic_cast in SwXMetaNoel Grandin1-13/+0
2023-01-20XUnoTunnel->dynamic_cast in SwXTextRangeNoel Grandin1-5/+2
2023-01-19XUnoTunnel->dynamic_cast in OTextCursorHelperNoel Grandin1-9/+2
2022-08-14rename SwPaM::GetNode to GetPointNode/GetContentNodeNoel Grandin1-4/+4
2022-08-12clang-tidy modernize-pass-by-value in swNoel Grandin1-2/+2
2022-08-02introduce SwPosition::GetContentIndexNoel Grandin1-5/+5
2022-08-02introduce SwPosition::GetNodeNoel Grandin1-2/+2
2022-07-21use more concrete UNO classes in writerNoel Grandin1-26/+20
2022-04-12sw: document SwXMeta::ImplMiklos Vajna1-3/+7
2022-03-28Recheck sw/ cxx files with IWYUGabor Kelemen1-1/+0
2022-01-14make comphelper::OInterfaceContainerHelper4 more threadsafeNoel Grandin1-4/+4
2021-12-31osl::Mutex->std::mutex in SwXMetaNoel Grandin1-16/+17
2021-12-01use more OInterfaceContainerHelper3 in swNoel Grandin1-5/+5
2021-10-11loplugin:moveparam in swNoel Grandin1-1/+1
2021-09-24no need to allocate these SwPaM on the heapNoel Grandin1-4/+6
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 5Mike Kaganski1-8/+2
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 2Mike Kaganski1-6/+6
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski1-3/+3
2021-09-08convert some OSL_ENSURE -> assertNoel Grandin1-2/+1
2021-05-23tdf#142448 sw offapi: add custom color metadata field shadingLászló Németh1-6/+21
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann1-2/+2
2021-04-07rtl::Static -> function local staticNoel Grandin1-12/+4
2021-02-20loplugin:refcounting in swNoel1-2/+2
2020-11-05retire most of SwModifyBjoern Michaelsen1-1/+1
2020-09-30SwPaM::GetDoc can return a reference insteadCaolán McNamara1-4/+4
2020-09-30SwNode::GetDoc can return a reference insteadCaolán McNamara1-7/+7
2020-07-31loplugin:flatten in sw/core/unocoreNoel Grandin1-12/+12
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