summaryrefslogtreecommitdiff
path: root/sw/source/uibase/uno/unoatxt.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-12-10cid#1545789 COPY_INSTEAD_OF_MOVECaolán McNamara1-2/+1
2023-10-22Use getXWeak in swMike Kaganski1-1/+1
2023-10-06Related: cool#7373 add an SfxHintId::ThisIsAnSfxEventHintCaolán McNamara1-2/+3
2023-09-14simplify some exception throwingNoel Grandin1-6/+2
2023-01-22XUnoTunnel->dynamic_cast in SwXAutoTextGroupNoel Grandin1-11/+0
2023-01-21XUnoTunnel->dynamic_cast in SwXAutoTextEntryNoel Grandin1-11/+0
2023-01-20XUnoTunnel->dynamic_cast in SwXTextRangeNoel Grandin1-6/+4
2023-01-19XUnoTunnel->dynamic_cast for SwXFrameNoel Grandin1-2/+2
2023-01-19XUnoTunnel->dynamic_cast in OTextCursorHelperNoel Grandin1-5/+6
2022-08-12clang-tidy modernize-pass-by-value in swNoel Grandin1-4/+5
2022-07-26elide some temporaries when constructing SwPositionNoel Grandin1-1/+1
2022-07-25rename SwIndex->SwContentIndexNoel Grandin1-1/+1
2022-05-24Use o3tl::make_unsigned in some placesStephan Bergmann1-1/+1
2022-05-03Just use Any ctor instead of makeAny in swStephan Bergmann1-2/+2
2022-01-03sw: prefix members of ConstCustomShape, SwXAutoTextContainer, ...Miklos Vajna1-69/+69
2021-12-27use comphelper::WeakComponentImplHelper in SwXAutoTextEntryNoel Grandin1-2/+1
2021-12-20sw: prefix members of SdrHHCWrapper, SwAutoTextEventDescriptor, ...Miklos Vajna1-9/+9
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 5Mike Kaganski1-29/+10
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4Mike Kaganski1-10/+2
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski1-4/+4
2021-06-20cid#1486006 help coverity see that pGlossaries won't be nullCaolán McNamara1-1/+3
2021-05-21sw: replace most static_cast<sal_uInt16>() calls with o3tl::narrowing()Miklos Vajna1-1/+1
2021-04-15store ptr to the original entries in SfxItemPropertyMapNoel Grandin1-2/+2
2021-04-07rtl::Static -> function local staticNoel Grandin1-12/+4
2020-10-04MakeCopy family never called with a null SwDoc* argCaolán McNamara1-9/+7
2020-08-14loplugin:simplifybool moreNoel Grandin1-2/+2
2020-07-30loplugin:flatten in sw/uibase/sidebar..sw/uibase/unoNoel Grandin1-50/+51
2020-05-10new loplugin:simplifypointertoboolNoel Grandin1-1/+1
2020-02-05sw: convert CopyRange boolean parameters to enumMichael Stahl1-1/+2
2020-01-28New loplugin:unsignedcompareStephan Bergmann1-3/+4
2020-01-16tdf#42949 Fix IWYU warnings in sw/source/uibase/[u-w]*/*cxxGabor Kelemen1-8/+1
2020-01-10DOCX import: fix lost objects anchored to the single para of a linked headerMiklos Vajna1-1/+1
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann1-2/+2
2019-09-26add property name when throwing css::uno::UnknownPropertyExceptionNoel Grandin1-2/+2
2019-08-23tdf#39593 extract UnoTunnelId comparison to template functionArkadiy Illarionov1-8/+4
2019-08-18tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet1-3/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): swStephan Bergmann1-4/+4
2019-03-29tdf#42949 Fix IWYU warnings in include/sfx2/[n-r]*Gabor Kelemen1-0/+1
2019-02-11tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-4/+3
2019-01-27Reduce OUString temporariesMatteo Casalin1-2/+1
2018-11-19Fix typosAndrea Gelmini1-1/+1
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen1-0/+1
2018-10-03loplugin:constfields in swNoel Grandin1-3/+1
2018-09-25uno: extra exception for XAutoTextGroup:removeByNameVasily Melenchuk1-2/+4
2018-09-15loplugin:useuniqueptr pass SwTextBlocks around by unique_ptrNoel Grandin1-2/+4
2018-05-25Improve re-throwing of UNO exceptionsNoel Grandin1-2/+4
2017-12-11loplugin:salcall fix functionsNoel Grandin1-1/+1
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann1-2/+2
2017-09-26loplugin:flatten in swNoel Grandin1-26/+23
2017-07-25convert UNO event ids to scoped enumNoel Grandin1-9/+9