summaryrefslogtreecommitdiff
path: root/sw/source/core/doc
AgeCommit message (Expand)AuthorFilesLines
2021-07-16Fix typosAndrea Gelmini1-1/+1
2021-07-16sw: handle mbProtectForm when replacing compat optionsMiklos Vajna1-1/+1
2021-07-15drop the Pair constructor from SfxItemSetNoel Grandin2-3/+3
2021-07-15tdf#134452 sw: fix page break disappears after applying table styleBalazs Santha1-15/+7
2021-07-14tdf#143320 Crash at paste/undo paste againNoel Grandin1-1/+0
2021-07-13tdf#143215 DOCX import: fix tracked empty row insertion/deletionLászló Németh1-17/+5
2021-07-13tdf#143278 DOCX: support tracked table (row) insertionLászló Németh1-0/+3
2021-07-12loplugin:unusedmethodsNoel Grandin1-6/+0
2021-07-09Make loplugin:stringadd slightly more aggressiveStephan Bergmann1-2/+1
2021-07-09sw: handle mbAddVerticalFlyOffsets when replacing compat optionsMiklos Vajna1-1/+1
2021-07-08sw: use SfxPoolItem::StaticWhichCast() in SwTextBoxHelperMiklos Vajna1-6/+3
2021-07-06sw: avoid not needed copy in SwTextBoxHelper::getProperty()Miklos Vajna1-2/+2
2021-07-05tdf#131771 sw: fix missing table style after copying and pasting the tableBalazs Santha1-1/+2
2021-07-04add a const SwDoc& arg for a follow up optimizationCaolán McNamara4-12/+12
2021-07-02sw: handle FloattableNomargins when replacing compat optionsMiklos Vajna1-1/+1
2021-06-30tdf#135316 optimise SwCharFormats::FindFormatByNameNoel Grandin3-7/+12
2021-06-29constructing SaveOptions just to read default versionNoel Grandin1-2/+1
2021-06-29tdf#142698 sw: fix reject of deleted images anchored to-charLászló Németh1-0/+4
2021-06-29new ODF numbered list parameter loext:num-list-formatVasily Melenchuk1-10/+4
2021-06-28Fix uninitialised conditional jumpJan-Marek Glogowski1-1/+1
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin2-2/+2
2021-06-24should be using upper_bound hereNoel Grandin1-1/+1
2021-06-23optimised FindFormatByName for SwFrameFormatsNoel Grandin2-4/+20
2021-06-22Move SwDoc::FindFormatByName to SwFormatsBaseNoel Grandin1-23/+7
2021-06-22SwFrameFormats::rangeFind does not, in fact return a rangeNoel Grandin2-23/+22
2021-06-21create SfxHintId::SwLegacyModify idNoel Grandin6-12/+13
2021-06-21replace dynamic_cast<SwFlyFreeFrame> with cheaper checkNoel Grandin1-2/+3
2021-06-21tdf#116501 sw: layout: check for flys in SwTabFrame::ShouldBwdMoved()Michael Stahl1-1/+1
2021-06-21merge SwList and SwListImpl (tdf#135316 related)Noel Grandin1-129/+11
2021-06-18ofz: fix use-after freeCaolán McNamara2-13/+26
2021-06-17NFC sw PropagateOutlineRule: early exit if no outlineRuleJustin Luth1-8/+6
2021-06-16tdf#135316 docx open performanceNoel Grandin1-4/+9
2021-06-15remove some redundant lookupsNoel Grandin2-75/+64
2021-06-15remove some unnecessary LanguageType copiesNoel Grandin2-52/+52
2021-06-15Remove some unused includesMiklos Vajna1-1/+1
2021-06-14tdf#108518 revert OOo hack: Fix issue #i119405: Numbering text styleJustin Luth1-50/+2
2021-06-13Assert on valid order of which ids in ranges on SfxItemSet creationMike Kaganski1-1/+1
2021-06-11tdf#130428 remove unnecessary usage of SfxItemState::UNKNOWNArmin Le Grand (Allotropia)1-21/+18
2021-06-11loplugin:unnecessaryreturn in sw/Noel Grandin2-8/+2
2021-06-11sw: handle InvertBorderSpacing when replacing compat optionsMiklos Vajna1-1/+1
2021-06-09-Werror,-Wunused-but-set-variable (Clang 13 trunk)Stephan Bergmann1-10/+0
2021-06-08tdf#142404 DOCX c15: add compat flag TabOverSpacingJustin Luth1-0/+12
2021-06-02SAL_WARN -> SAL_INFONoel Grandin1-1/+1
2021-06-01tdf#60382 sw: fix tracked row deletion at rejectionLászló Németh1-0/+21
2021-05-31no need to allocate this separatelyNoel Grandin1-3/+3
2021-05-31no need to allocate this separatelyNoel Grandin1-4/+4
2021-05-29std::unique_ptr->std::optionalNoel Grandin1-2/+2
2021-05-29no need to allocate these on the heapNoel Grandin2-3/+5
2021-05-29no need to allocate these on the heapNoel Grandin1-9/+5
2021-05-29no need to store SwSortKey separately on the heapNoel Grandin2-13/+10