summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore/unocoll.cxx
AgeCommit message (Expand)AuthorFilesLines
2022-05-03Just use Any ctor instead of makeAny in swStephan Bergmann1-6/+6
2022-05-03add o3tl::equalsAsciiNoel Grandin1-2/+3
2022-03-31sw content controls: add UNO API to insert thisMiklos Vajna1-1/+6
2022-03-03sw clearing breaks: include this in the UNO API text portion enumMiklos Vajna1-2/+2
2022-03-01sw clearing breaks: add UNO API to insert thisMiklos Vajna1-1/+6
2021-10-31Prepare for removal of non-const operator[] from Sequence in swMike Kaganski1-5/+3
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski1-1/+1
2021-09-06clang-tidy:readability-redundant-member-initNoel Grandin1-1/+0
2021-06-08editengine-columns: ODF support [API CHANGE]Mike Kaganski1-1/+2
2021-05-21sw: replace most static_cast<sal_uInt16>() calls with o3tl::narrowing()Miklos Vajna1-1/+1
2021-02-20loplugin:refcounting in swNoel1-5/+2
2020-10-05SwDateTimeField::GetDateTime always dereferences its SwDoc*Caolán McNamara1-8/+8
2020-05-29loplugin:simplifybool in swNoel Grandin1-1/+1
2020-03-13Revert "loplugin:constfields in sw"Noel Grandin1-3/+3
2020-03-02speedup sw build a littleNoel Grandin1-0/+1
2020-02-24Fix typoAndrea Gelmini1-1/+1
2020-01-28New loplugin:unsignedcompareStephan Bergmann1-2/+3
2020-01-15tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMesut Çifci1-16/+8
2019-12-06tdf#42949 Fix IWYU warnings in sw/source/core/[u-v]*/*cxxGabor Kelemen1-14/+0
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+12
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): swStephan Bergmann1-10/+10
2019-07-08Simplify Sequence iterations in sw/qa/* and sw/source/core/*Arkadiy Illarionov1-8/+5
2019-05-31tdf#125372 writer, file with lots of hints very slow to open, part8Noel Grandin1-2/+2
2019-03-07tdf#42949 Fix IWYU warnings in include/basic/*Gabor Kelemen1-0/+1
2019-02-25remove obsolete includes of calbckBjoern Michaelsen1-1/+0
2019-02-10loplugin:indentation in swNoel Grandin1-7/+7
2018-12-18Get rid of aEmptyOUStrMike Kaganski1-1/+1
2018-11-24Replace list by vector in unocoll.cxx (sw)Julien Nabet1-8/+5
2018-10-03loplugin:constfields in swNoel Grandin1-3/+3
2018-08-03Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-02-08Fix some IWYU warningsMiklos Vajna1-0/+1
2018-01-24This presumably always wanted to check for SAL_MAX_UINT16, not USHRT_MAXStephan Bergmann1-1/+1
2018-01-15More loplugin:cstylecast: swStephan Bergmann1-2/+2
2018-01-04drop some unused typedefs in UnoFrameWrap_traitsNoel Grandin1-6/+0
2017-10-23loplugin:includeform: swStephan Bergmann1-1/+1
2017-10-23overload std::hash for OUString and OStringNoel Grandin1-1/+1
2017-09-26loplugin:flatten in swNoel Grandin1-149/+133
2017-07-25convert UNO event ids to scoped enumNoel Grandin1-3/+3
2017-07-24sw: non-functional minor cleanupAshod Nakashian1-31/+31
2017-07-21de-hrc various thingsCaolán McNamara1-0/+1
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke1-1/+0
2017-05-20cleanup unused css/script/ includesJochen Nitschke1-1/+0
2017-03-07convert RES_FIELDS to scoped enumNoel Grandin1-6/+6
2017-03-03Remove redundant 'inline' keywordStephan Bergmann1-6/+6
2017-02-28new loplugin unoanyNoel Grandin1-2/+2
2017-02-17tdf#98665 optimize table format style accessTomaž Vajngerl1-9/+22
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-97/+75
2017-01-19New loplugin:dynexcspec: Add @throws documentation, swStephan Bergmann1-0/+1
2016-11-29convert ND constants to o3tl::typed_flagsNoel Grandin1-6/+6
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1