summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore/unosett.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-09-22tdf#132970 SMP bullets mangledCaolán McNamara1-8/+11
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann1-41/+41
2020-08-13use OUStringLiteral in SfxItemPropertyMapEntryNoel Grandin1-41/+41
2020-08-03tdf#42949 Fix IWYU warnings in include/[t-x]*/*hxxGabor Kelemen1-0/+1
2020-07-31loplugin:flatten in sw/core/unocoreNoel Grandin1-64/+63
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: swStephan Bergmann1-1/+1
2020-06-27cid#1464974: Null pointer dereferences (sw/unosett)Julien Nabet1-2/+2
2020-05-17tdf#120394: list format string can be emptyVasily Melenchuk1-3/+4
2020-05-09tdf#94628: sw: allow setting for bullet for outline paragraphsVasily Melenchuk1-509/+386
2020-04-27tdf#116883: sw: support for lists level format stringVasily Melenchuk1-1/+14
2020-02-02tdf#129568 Rename Default Style to Default Paragraph/Page/Table Styleayhanyalcinsoy1-1/+1
2020-01-20sw: prefix members of SwEndNoteInfo and SwFootnoteInfoMiklos Vajna1-18/+18
2019-12-20loplugin:duplicate-definesNoel Grandin1-11/+10
2019-12-12use covariant return type for SfxPoolItem::CloneCaolán McNamara1-1/+1
2019-12-11num->number and bul->bullet in sw/Noel Grandin1-1/+1
2019-12-06tdf#42949 Fix IWYU warnings in sw/source/core/[u-v]*/*cxxGabor Kelemen1-9/+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-6/+2
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-6/+6
2019-07-22cid#1448459 Dereference after null checkCaolán McNamara1-0/+1
2019-07-08Simplify Sequence iterations in sw/qa/* and sw/source/core/*Arkadiy Illarionov1-9/+6
2019-06-12More uses of referer URL with SvxBrushItemStephan Bergmann1-3/+12
2019-05-04Use hasElements to check Sequence emptiness in swArkadiy Illarionov1-1/+1
2019-04-30drop Graphic::operator boolNoel Grandin1-1/+1
2019-04-23tdf#42949 Fix IWYU warnings in include/editeng/[f-x]*Gabor Kelemen1-0/+1
2019-03-06loplugin:unnecessaryparen improve member expressionNoel Grandin1-1/+1
2019-02-11tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-3/+3
2019-02-10loplugin:indentation in swNoel Grandin1-2/+2
2019-01-11tdf#42949 Fix IWYU warnings in sw/inc/*Gabor Kelemen1-0/+1
2019-01-11use unique_ptr in SwXNumberingRulesNoel Grandin1-27/+17
2018-12-17sw: prefix members of SwXNumberingRulesMiklos Vajna1-68/+68
2018-12-10sw: prefix members of SwXEndnote/Footnote/LineNumberingPropertiesMiklos Vajna1-28/+28
2018-10-26use unique_ptr when Clone()'ing PoolItemsNoel Grandin1-5/+4
2018-10-22tdf#120703 (PVS): Recurring check.Xisco Fauli1-1/+1
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-1/+1
2018-09-17New loplugin:externalStephan Bergmann1-4/+4
2018-09-03sw: prefix members of SwXTextColumnsMiklos Vajna1-60/+60
2018-08-16SvxNumberFormat::nFirstLineOffset should have a larger typeStephan Bergmann1-1/+1
2018-08-15SvxNumberFormat::nAbsLSpace should have a larger typeStephan Bergmann1-1/+1
2018-08-03Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-05-20[API-CHANGE] change to GraphicBitmap prop. for NumberingLevelTomaž Vajngerl1-3/+0
2018-05-18dont use SwClient/SwModify in unocore: NumberingRulesBjoern Michaelsen1-13/+19
2018-04-28[API CHANGE] deprecate and revert GraphicURL prop. NumberingLevelTomaž Vajngerl1-1/+28
2018-04-08tdf#112384 sw: Allow New line as a label followed by chapter numberingNithin Kumar Padavu1-3/+11
2018-04-05sw: fix some IWYU warningsMiklos Vajna1-0/+1
2018-03-19coverity#1430056 Dereference null return valueCaolán McNamara1-12/+6
2018-03-19use sw::WriterMultiListener instead of SwDepend in SwEndNoteInfoBjoern Michaelsen1-22/+2
2018-03-07use more Color in swNoel Grandin1-1/+1
2018-03-07Move BackGraphicURL property & friends to BackGraphic + fixesTomaž Vajngerl1-23/+25