summaryrefslogtreecommitdiff
path: root/sw/source/core/doc
AgeCommit message (Expand)AuthorFilesLines
2019-05-29tdf#125372 writer, file with lots of hints very slow to open, part4Noel Grandin1-5/+8
2019-05-28DOCX import: clean-up FinalizeImport() of change trackingLászló Németh1-4/+12
2019-05-28tdf#125522: Mail merge: Hidden text frames are not completely removedSerge Krot1-3/+25
2019-05-26inline IMark::EndsBeforeNoel Grandin1-1/+1
2019-05-26inline IMark::StartsAfterNoel Grandin1-2/+2
2019-05-26inline IMark::StartsBeforeNoel Grandin1-2/+2
2019-05-26move some searching inside IDocumentMarkAccessNoel Grandin1-4/+54
2019-05-26tdf#125372 writer, file with lots of hints very slow to open, part2Noel Grandin1-10/+9
2019-05-24expand SwRangeRedlinePtrNoel Grandin1-3/+3
2019-05-24tdf#125319 DOCX track changes: don't change numberingLászló Németh1-3/+10
2019-05-24SwRedlineData::m_bAutoFormat was left uninitializedStephan Bergmann1-2/+3
2019-05-23convert nsRedlineType_t to scoped enumNoel Grandin11-120/+120
2019-05-22New loplugin:dataStephan Bergmann2-7/+7
2019-05-21tdf#125310 change tracking: don't copy page breakLászló Németh1-1/+1
2019-05-20tdf#125310 change tracking: don't copy page breakLászló Németh1-1/+1
2019-05-18Adapt AutoFormatHelper to std::unique_ptrArmin Le Grand1-70/+52
2019-05-16tdf#42949 Fix IWYU warnings in include/svx/[e-g]*Gabor Kelemen1-0/+1
2019-05-15tdf#118699 DOCX import: don't add numberingLászló Németh1-0/+32
2019-05-14tdf#42949 Fix IWYU warnings in sw/source/core/inc/[t-w]*Gabor Kelemen1-0/+1
2019-05-13tdf#42949 Fix IWYU warnings in sw/source/core/inc/[g-S]*hxxGabor Kelemen1-0/+1
2019-05-12sw: -Werror=deprecated-copy; restore SwBoxAutoFormat::operator=Michael Stahl1-0/+43
2019-05-11tdf#125187 DOCX track changes: fix w:del within w:insLászló Németh1-1/+4
2019-05-10tdf#125164 sw: reimplement SwUndoTOXChangeMichael Stahl1-8/+6
2019-05-09avoid copying when placing items into SfxItemSetNoel Grandin4-33/+21
2019-05-04Use hasElements to check Sequence emptiness in swArkadiy Illarionov1-4/+4
2019-04-30improve loplugin:stringconstantNoel Grandin1-2/+1
2019-04-28tdf#120703 PVS: nullptr dereferenceMike Kaganski1-2/+2
2019-04-28tdf#120703 PVS: Avoid dereferencing nullptrMike Kaganski1-1/+1
2019-04-26Fix typosAndrea Gelmini1-1/+1
2019-04-26tdf#38703 i#42807 sw: stop clearing Undo stack on ToX UpdateMichael Stahl1-2/+0
2019-04-26tdf#38703 i#42807 tdf#123313 sw: add Undo of ToX UpdateMichael Stahl1-48/+70
2019-04-26tdf#123313 sw: towards fixing ToX Update Undo wrt. CrossReferenceMichael Stahl1-1/+1
2019-04-26sw btlr writing mode: implement DOCX shape import for tbrlMiklos Vajna1-19/+43
2019-04-25WIP: Further preparations for deeper Item changesArmin Le Grand5-421/+174
2019-04-22Resolves: tdf#122487 take groups into accountCaolán McNamara1-10/+34
2019-04-20simplify SfxPoolItemArray_Impl (tdf#81765 related)Noel Grandin7-79/+48
2019-04-19optimise find/insert patternNoel Grandin1-5/+1
2019-04-18don't use SwSectionFormats hereNoel Grandin1-7/+3
2019-04-17tdf#109376 sw: fix redline SwUndoDelete with end pos on SwTableNode crashMichael Stahl1-12/+8
2019-04-16tdf#123855 sw_redlinehide: fix GetExpandText() not expanding footnotesMichael Stahl1-1/+1
2019-04-15sw: fix recursive SwTextInputField::LockNotifyContentChangeMichael Stahl1-1/+3
2019-04-15tdf#42949 Fix IWYU warnings in include/editeng/[a-e]*Gabor Kelemen1-0/+1
2019-04-15improve loplugin simplifyconstructNoel Grandin1-1/+1
2019-04-14loplugin:sequentialassign in swNoel Grandin2-7/+2
2019-04-12Resolves: tdf#124698 bubble down parent for modal dialogCaolán McNamara1-5/+3
2019-04-10constify some which range arraysNoel Grandin1-1/+1
2019-04-08tdf#123968 sw: use inline editing for input fields for variablesMichael Stahl2-186/+218
2019-04-08tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]*Gabor Kelemen1-0/+1
2019-04-03Fix typoAndrea Gelmini1-1/+1
2019-04-02tdf#124272 use ClipRegion's geometry if not a rectangleArmin Le Grand1-2/+27