summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore
AgeCommit message (Expand)AuthorFilesLines
2021-07-15drop the Pair constructor from SfxItemSetNoel Grandin5-9/+9
2021-07-14use ImplInheritanceHelper in SwXTextFrameNoel Grandin1-4/+4
2021-07-13tdf#143215 DOCX import: fix tracked empty row insertion/deletionLászló Németh1-2/+14
2021-07-13tdf#143278 DOCX: support tracked table (row) insertionLászló Németh1-12/+12
2021-07-04add a const SwDoc& arg for a follow up optimizationCaolán McNamara1-2/+2
2021-07-02sw: handle RANGE_IS_SECTION in SwXTextRange::getText()Michael Stahl1-6/+17
2021-07-01can allocate these SfxItemSet on the stackNoel Grandin1-3/+3
2021-06-30tdf#135316 optimise SwCharFormats::FindFormatByNameNoel Grandin2-13/+2
2021-06-30tdf#135316 cache propertysetinfo in SwXShapeNoel Grandin1-13/+16
2021-06-30Purge out rtl::math::setNanBaiXiaochun1-7/+4
2021-06-29remove pimpl from SwXTextCursorNoel Grandin1-149/+133
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin3-4/+4
2021-06-27Revert "tdf#135316 bypass 'existing style' check when importing"Noel Grandin1-7/+4
2021-06-24tdf#135316 bypass 'existing style' check when importingNoel Grandin1-4/+7
2021-06-21create SfxHintId::SwLegacyModify idNoel Grandin3-3/+5
2021-06-14tdf#108518 revert OOo hack: Fix issue #i119405: Numbering text styleJustin Luth1-1/+1
2021-06-13Assert on valid order of which ids in ranges on SfxItemSet creationMike Kaganski1-8/+6
2021-06-11Simplify Sequences initializations (sw)Julien Nabet4-36/+17
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