summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore
AgeCommit message (Expand)AuthorFilesLines
2021-06-08editengine-columns: ODF support [API CHANGE]Mike Kaganski4-315/+2
2021-06-03tdf#79069 DOCX: support tracked table (row) deletionLászló Németh1-1/+15
2021-06-02fix messageNoel Grandin1-1/+1
2021-05-29std::unique_ptr->std::optionalNoel Grandin1-10/+10
2021-05-29no need to allocate these on the heapNoel Grandin1-2/+2
2021-05-29no need to store SwSortKey separately on the heapNoel Grandin1-21/+21
2021-05-29no need to allocate these on the heapNoel Grandin1-2/+2
2021-05-27tdf#60382 sw xmloff: import/export tracked table/row deletionLászló Németh1-1/+1
2021-05-24fix leak of wronglist in SwTextNodeNoel Grandin2-7/+7
2021-05-23tdf#142448 sw offapi: add custom color metadata field shadingLászló Németh1-6/+21
2021-05-21sw: replace most static_cast<sal_uInt16>() calls with o3tl::narrowing()Miklos Vajna6-20/+20
2021-05-20tdf#60382 sw offapi: add change tracking of table/row deletionLászló Németh1-0/+1
2021-05-17sw: prefix members of SwASCIIParser, SwASC_AttrIter, ...Miklos Vajna1-3/+8
2021-05-12tdf#137810 sw: fix SwXNumberingRules setting CharStyleNameMichael Stahl1-8/+14
2021-05-10sw: prefix members of SwAutoStylesEnumImpl, SwXRedline, ...Miklos Vajna3-50/+50
2021-05-03sw: prefix members of BaseFrameProperties_Impl, SwDocStyleSheetPool, ...Miklos Vajna2-15/+15
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann6-16/+16
2021-04-27tdf#141924: SwFormatAutoFormat::GetStyleHandle may return nullptrMike Kaganski1-3/+5
2021-04-26sw: prefix members of SaveBox, SaveLine, SwDocStyleSheet and ...Miklos Vajna1-6/+6
2021-04-19sw: prefix members of SwDoCapitals, SwDoGetCapitalSize, SwFntObj and ...Miklos Vajna1-5/+5
2021-04-19cid#1476278 silence Null pointer dereferencesCaolán McNamara1-1/+3
2021-04-19Fix two string matches to not include the trailing NULsStephan Bergmann1-2/+2
2021-04-15store ptr to the original entries in SfxItemPropertyMapNoel Grandin16-150/+150
2021-04-15loplugin:stringliteralvar look for assignmentsNoel Grandin3-4/+4
2021-04-12less copying in SfxItemPropertyMap::getPropertyEntriesNoel Grandin3-294/+183
2021-04-07rtl::Static -> function local staticNoel Grandin21-134/+58
2021-04-01Fix typosAndrea Gelmini1-2/+2
2021-03-31tdf#141158 DOCX: import discarded headers/footersAttila Bakos (NISZ)1-0/+32
2021-03-30tdf#140343 sw page rtl gutter margin: add UNO APIMiklos Vajna1-0/+1
2021-03-29tdf#98749 Move initialization of page defaults to writer corePanos1-10/+1
2021-03-25const OUString -> const OUStringLiteralMike Kaganski1-4/+4
2021-03-25tdf#134734 tdf#141059 tdf#122508 cui,sw,xmloff: BackgroundFullSizeMichael Stahl1-0/+1
2021-03-02loplugin:refcounting in swNoel3-8/+8
2021-02-27tdf#138345 Char highlight: numbering needs charstyle props highlightJustin Luth1-1/+1
2021-02-20loplugin:refcounting in swNoel13-87/+66
2021-02-15loplugin:referencecasting in swNoel2-4/+4
2021-02-11Remove unneeded breaksAndrea Gelmini1-2/+0
2021-02-06tdf#139529 Fix incomplete DisplayName property for table stylesMaxim Monastirsky1-0/+1
2021-02-04sw: fix copying and deleting of table in section via APIMichael Stahl2-2/+2
2021-02-04use more getSdrObjectFromXShapeNoel1-3/+1
2021-02-02sw page gutter margin: add UNO APIMiklos Vajna1-0/+1
2021-02-02loplugin:redundantcast catch more dynamic_castNoel1-14/+14
2021-01-16make the Color constructors explicitly specify transparencyNoel1-1/+1
2021-01-11Revert "Revert "NotifyClients no more""Bjoern Michaelsen1-1/+1
2021-01-05Revert "NotifyClients no more"Stephan Bergmann1-1/+1
2021-01-03NotifyClients no moreBjoern Michaelsen1-1/+1
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann2-15/+17
2020-12-27Simplify loplugin:stringviewparam comparison operator handlingStephan Bergmann1-2/+2
2020-12-19use more string_view in SfxItemPropertyMapNoel1-1/+1
2020-12-10tdf#41466 DOCX import: fix VML v:shape/v:textboxRegényi Balázs1-0/+9