summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore/unostyle.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-07-31loplugin:flatten in sw/core/unocoreNoel Grandin1-192/+193
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: swStephan Bergmann1-2/+2
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann1-3/+3
2020-05-05remove unused nSearchFamily and nMask membersCaolán McNamara1-17/+0
2020-05-05make the family and mask explicit in SfxStyleSheetBasePool::FirstCaolán McNamara1-1/+1
2020-05-04default CreateIterator mask to SfxStyleSearchBits::AllCaolán McNamara1-1/+1
2020-05-04no need to save and restore the SaveMask if we don't change itCaolán McNamara1-6/+0
2020-05-04for these we know what the SearchFamily and GetSearchMask are alreadyCaolán McNamara1-18/+18
2020-05-03Related: tdf#130108 expand single arg SfxStyleSheetBasePool::Find usesCaolán McNamara1-19/+20
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann1-0/+1
2020-04-23pass SvxBrushItem around by unique_ptrNoel Grandin1-6/+6
2020-03-13Revert "loplugin:constfields in sw"Noel Grandin1-14/+14
2020-03-02speedup sw build a littleNoel Grandin1-0/+1
2020-02-05tdf#129568 Rename the default table styleMaxim Monastirsky1-23/+20
2020-02-02tdf#129568 Rename Default Style to Default Paragraph/Page/Table Styleayhanyalcinsoy1-1/+1
2020-01-28New loplugin:unsignedcompareStephan Bergmann1-1/+4
2020-01-24loplugin:makeshared in swNoel Grandin1-1/+1
2020-01-16tdf#42949 Fix IWYU warnings in sw/source/uibase/[u-w]*/*cxxGabor Kelemen1-1/+0
2020-01-10use more std::make_sharedNoel Grandin1-1/+1
2019-12-23XStyleLoader::loadStylesFromURL Allow loading from streamSamuel Mehrbrodt1-3/+21
2019-12-12use covariant return type for SfxPoolItem::CloneCaolán McNamara1-5/+5
2019-12-11convert SwFrameSize to scoped enumNoel Grandin1-1/+1
2019-12-06tdf#42949 Fix IWYU warnings in sw/source/core/[u-v]*/*cxxGabor Kelemen1-2/+0
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-4/+14
2019-10-01Drop SfxItemIter::FirstItemMike Kaganski1-3/+1
2019-09-28loplugin:constmethod in swNoel Grandin1-1/+1
2019-09-26add property name when throwing css::uno::UnknownPropertyExceptionNoel Grandin1-4/+4
2019-09-23tdf#39593 use getUnoTunnelImplementationArkadiy Illarionov1-9/+3
2019-08-20loplugin:constvars in swNoel Grandin1-1/+2
2019-08-05Fix typosAndrea Gelmini1-1/+1
2019-07-20loplugin:referencecasting in swNoel Grandin1-1/+1
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