summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore/unostyle.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-07-08Simplify Sequence iterations in sw/qa/* and sw/source/core/*Arkadiy Illarionov1-7/+5
2019-07-05tdf#42949 Fix IWYU warnings in sw/inc/*Gabor Kelemen1-0/+9
2019-06-11tdf#42949 Fix IWYU warnings in include/svx/[sS][v-Z]*Gabor Kelemen1-0/+1
2019-05-09avoid copying when placing items into SfxItemSetNoel Grandin1-2/+2
2019-04-25WIP: Further preparations for deeper Item changesArmin Le Grand1-22/+22
2019-04-20simplify SfxPoolItemArray_Impl (tdf#81765 related)Noel Grandin1-11/+14
2019-04-19optimise find/insert patternNoel Grandin1-2/+1
2019-04-01tdf#42949 Fix IWYU warnings in include/sfx2/[sS]*Gabor Kelemen1-0/+1
2019-03-25Resolves: tdf#124142 don't deref nullptrCaolán McNamara1-1/+2
2019-03-04simplify UNO getTypes methodsNoel Grandin1-5/+4
2019-02-27loplugin:simplifybool improve search for negated operatorNoel Grandin1-1/+1
2019-02-11tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-9/+4
2019-02-07o3tl::make_unique -> std::make_unique in swGabor Kelemen1-2/+1
2019-01-15UNO Styles: uno SvtListener instead of SwClientBjoern Michaelsen1-16/+9
2019-01-11tdf#42949 Fix IWYU warnings in sw/inc/*Gabor Kelemen1-0/+6
2019-01-08convert "*xxx.get()" to "*xxx"Noel Grandin1-2/+2
2018-11-22improve function-local statics in swNoel Grandin1-27/+21
2018-11-10tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski1-3/+3
2018-11-07Simplify containers iterations in sw/source/core/[t-v]*Arkadiy Illarionov1-6/+4
2018-10-03loplugin:constfields in swNoel Grandin1-14/+14
2018-09-17New loplugin:externalStephan Bergmann1-3/+3
2018-09-12loplugin:simplifyconstruct in swNoel Grandin1-4/+1
2018-08-29Replace find_if with proper quantifier algorithmsArkadiy Illarionov1-3/+2
2018-08-03Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-07-20Fix typoAndrea Gelmini1-1/+1
2018-07-19return SfxStyleSheetIterator by std::unique_ptrNoel Grandin1-1/+1
2018-05-25Improve re-throwing of UNO exceptionsNoel Grandin1-6/+18
2018-05-21dont use SwClient/SwModify in unocore: StyleBjoern Michaelsen1-11/+12
2018-04-19convert SFXSTYLEBIT to scoped enumNoel Grandin1-20/+18
2018-04-07Avoid -fsanitize=nullStephan Bergmann1-1/+1
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann1-2/+2
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin1-2/+2
2018-03-09completely remove MID_GRAFURL, replace with MID_BITMAPTomaž Vajngerl1-4/+2
2018-02-28Fix some IWYU warningsMiklos Vajna1-1/+2
2018-02-08Fix some IWYU warningsMiklos Vajna1-0/+1
2018-02-01split out SFX_METRIC_ITEM into separate fieldNoel Grandin1-15/+11
2018-01-30loplugin:unused-returns in swNoel Grandin1-3/+3
2018-01-25introduce SwClient::EndListeningAll()Bjoern Michaelsen1-2/+1
2018-01-15Fix typoAndrea Gelmini1-1/+1
2018-01-15More loplugin:cstylecast: swStephan Bergmann1-2/+2
2018-01-13sw: lazy load table autoformats for style purposesMiklos Vajna1-0/+3
2018-01-12More loplugin:cstylecast: swStephan Bergmann1-2/+2
2018-01-04loplugin:unusedfieldsNoel Grandin1-1/+1
2018-01-02loplugin:passstuffbyref improved return in swNoel Grandin1-1/+1
2017-12-24convert RES_FRM constants to TypedWhichIdNoel Grandin1-17/+19
2017-12-21TypedWhichId in svx part 2Noel Grandin1-1/+1
2017-12-21TypedWhichId in svx part 1Noel Grandin1-1/+1
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin1-1/+1
2017-12-13TypedWhichId in sw (TXTATTR)Noel Grandin1-3/+4
2017-12-11loplugin:salcall (clang-cl)Stephan Bergmann1-2/+2