summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore/unosett.cxx
AgeCommit message (Expand)AuthorFilesLines
2022-03-28Recheck sw/ cxx files with IWYUGabor Kelemen1-4/+0
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4Mike Kaganski1-5/+1
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski1-2/+2
2021-08-22don't store vcl::Font with unique_ptrNoel Grandin1-1/+1
2021-08-11Drop convertMm100ToTwip in favor of the new o3tl::toTwipsMike Kaganski1-12/+10
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin1-1/+1
2021-07-04add a const SwDoc& arg for a follow up optimizationCaolán McNamara1-2/+2
2021-06-30tdf#135316 optimise SwCharFormats::FindFormatByNameNoel Grandin1-12/+1
2021-06-08editengine-columns: ODF support [API CHANGE]Mike Kaganski1-291/+0
2021-05-21sw: replace most static_cast<sal_uInt16>() calls with o3tl::narrowing()Miklos Vajna1-3/+3
2021-05-12tdf#137810 sw: fix SwXNumberingRules setting CharStyleNameMichael Stahl1-8/+14
2021-04-15store ptr to the original entries in SfxItemPropertyMapNoel Grandin1-8/+8
2021-04-15loplugin:stringliteralvar look for assignmentsNoel Grandin1-1/+1
2021-04-07rtl::Static -> function local staticNoel Grandin1-4/+4
2020-12-27Simplify loplugin:stringviewparam comparison operator handlingStephan Bergmann1-2/+2
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