summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore/unofield.cxx
AgeCommit message (Expand)AuthorFilesLines
2022-05-03Just use Any ctor instead of makeAny in swStephan Bergmann1-1/+1
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin1-1/+1
2022-01-14make comphelper::OInterfaceContainerHelper4 more threadsafeNoel Grandin1-19/+18
2022-01-01osl::Mutex->std::mutex in SwXTextField*Noel Grandin1-20/+16
2021-12-01use more OInterfaceContainerHelper3 in swNoel Grandin1-7/+7
2021-11-27use more OInterfaceContainerHelper3 in SvxUnoTextContentNoel Grandin1-0/+1
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin1-2/+2
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski1-1/+1
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 5Mike Kaganski1-16/+5
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 2Mike Kaganski1-2/+2
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski1-2/+2
2021-08-02convert #defines to OUStringLiteralNoel Grandin1-2/+2
2021-06-21create SfxHintId::SwLegacyModify idNoel Grandin1-1/+2
2021-06-11Simplify Sequences initializations (sw)Julien Nabet1-3/+1
2021-04-15store ptr to the original entries in SfxItemPropertyMapNoel Grandin1-3/+3
2021-04-07rtl::Static -> function local staticNoel Grandin1-12/+4
2021-02-15loplugin:referencecasting in swNoel1-1/+1
2020-12-19use more string_view in SfxItemPropertyMapNoel1-1/+1
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel1-5/+5
2020-11-24tdf#42949 Fix new IWYU warnings in directory swGabor Kelemen1-1/+0
2020-11-11loplugin:stringviewNoel1-1/+1
2020-11-02Field, FieldType: Remove remaining calls to ModifyNotificationBjoern Michaelsen1-1/+1
2020-11-02sw: return SwXFieldmark in SwXFieldEnumerationMichael Stahl1-0/+7
2020-10-20use tools::Long in swNoel1-1/+1
2020-09-30SwPaM::GetDoc can return a reference insteadCaolán McNamara1-1/+1
2020-09-30SwNode::GetDoc can return a reference insteadCaolán McNamara1-2/+2
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: swStephan Bergmann1-2/+2
2020-03-13Revert "loplugin:constfields in sw"Noel Grandin1-4/+4
2020-03-11tdf#39674 Translate German variable namesJohnny_M1-2/+2
2020-02-26use GatherFieldsBjoern Michaelsen1-21/+6
2020-02-26use GatherFieldsBjoern Michaelsen1-11/+4
2020-02-25add GatherField member functionBjoern Michaelsen1-15/+5
2020-01-28New loplugin:unsignedcompareStephan Bergmann1-1/+2
2020-01-24loplugin:makeshared in swNoel Grandin1-1/+1
2019-12-23sal_Char->char in swNoel Grandin1-1/+1
2019-12-06tdf#42949 Fix IWYU warnings in sw/source/core/[u-v]*/*cxxGabor Kelemen1-15/+0
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+8
2019-11-06loplugin:indentation find broken if statementsNoel Grandin1-1/+1
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann1-3/+3
2019-10-14tdf#128076: throw exception only if it's not alive and it's not a descriptionXisco Fauli1-3/+3
2019-09-20convert SwFieldTypesEnum to scoped enumNoel Grandin1-3/+3
2019-09-07kill SwXShape SwClientBjoern Michaelsen1-1/+0
2019-08-18tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet1-5/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): swStephan Bergmann1-5/+5
2019-07-25tdf#119228 Add storage and serialisation for the Resolved flagScott Clarke1-1/+3
2019-07-24sw: fix indentation in SwXTextField::attach()Miklos Vajna1-596/+596
2019-07-20cid#1448255 Out-of-bounds accessCaolán McNamara1-1/+1
2019-07-16tdf#1448234 Uninitialized pointer fieldCaolán McNamara1-1/+2
2019-06-27sw: fix SwXTextField::Impl::IsDescriptor()Michael Stahl1-3/+9
2019-06-26tdf#125382: Check if pDoc is not nullXisco Fauli1-0/+4