summaryrefslogtreecommitdiff
path: root/sw/source/filter
AgeCommit message (Expand)AuthorFilesLines
2021-10-21introduce SwNodeOffset strong typedefNoel Grandin39-167/+170
2021-10-21loplugin:flattenNoel Grandin3-62/+62
2021-10-20make more use of SwPaM::End()Noel Grandin1-9/+3
2021-10-20loplugin:indentation check for indent inside blockNoel Grandin1-4/+4
2021-10-16Simplify vector initialization in swJulien Nabet4-41/+33
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski2-3/+4
2021-10-14use std::vector::insert instead of push_backNoel Grandin1-2/+1
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski5-27/+28
2021-10-12ofz#39850 remove content anchored to para being removedCaolán McNamara1-1/+1
2021-10-12ofz#39837 avoid timeoutCaolán McNamara1-2/+5
2021-10-11sw XHTML export: fix missing <li> around nested <ul>/<ol>Miklos Vajna1-1/+12
2021-10-11loplugin:moveparam in swNoel Grandin5-11/+11
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann1-8/+6
2021-10-11Expand some defines and simplify loopsMike Kaganski1-38/+12
2021-10-10use SfxItemSetFixed in swNoel Grandin27-112/+81
2021-10-09Rename bookmrk* -> bookmark*Julien Nabet1-1/+1
2021-10-07ofz: Timeout, detect infinite loopCaolán McNamara1-3/+14
2021-10-07tdf#143982 doc/x export: save automatic table as 100% relativeJustin Luth2-0/+15
2021-10-05drop 'using namespace std' in swJulien Nabet1-1/+0
2021-10-04tdf#77051 DOCX: fix user index and index entry supportLászló Németh2-9/+28
2021-10-03A more lightweight O[U]StringConcatenationStephan Bergmann15-101/+101
2021-10-01sw: simplify DocxAttributeOutput::CharBorder()Miklos Vajna1-2/+4
2021-10-01tdf#144437: rtf export: bookmark position is written to current runVasily Melenchuk1-6/+6
2021-09-29expand out SwNodePtr typedefNoel Grandin2-3/+3
2021-09-29sw: use StaticWhichCast() in docxattributeoutputMiklos Vajna1-2/+7
2021-09-28make this look less like it grew organically and more like it was plannedCaolán McNamara2-21/+23
2021-09-28tdf#144532 closing mail merge wizard preview removed document's data sourceCaolán McNamara3-5/+45
2021-09-28flatten this in advance of additional changesCaolán McNamara1-6/+8
2021-09-28vcl: rename OutDevState to StackChris Sherlock1-1/+1
2021-09-27sw: paragraph styles: add DOCX filter for a linked character styleMiklos Vajna8-19/+35
2021-09-26ofz#39303 don't Abrt on missing com.sun.star.form.component.FormCaolán McNamara1-0/+5
2021-09-26ofz#39150 avoid Timeout with large editengine stringsCaolán McNamara1-0/+6
2021-09-25ofz#39252 use safer SwUnoCursor for the pos to move back toCaolán McNamara2-4/+4
2021-09-24no need to allocate this SfxItemSet on the heapNoel Grandin1-40/+35
2021-09-24no need to allocate these SwPaM on the heapNoel Grandin2-4/+4
2021-09-24sw: make sure own header is the first in rtfexportMiklos Vajna1-2/+2
2021-09-24make it possible to build required database stuff for fuzzingCaolán McNamara1-3/+4
2021-09-22Extend loplugin:stringviewparam to starts/endsWith: swStephan Bergmann4-31/+41
2021-09-22no need to allocate these SfxItemSet on the heapNoel Grandin4-82/+83
2021-09-21Typo: sparatorIndex->separatorIndexJulien Nabet1-11/+11
2021-09-21Fix splitting of "permission-for-group/-user:" stringsStephan Bergmann1-9/+14
2021-09-20ofz: avoid TimeoutCaolán McNamara2-3/+14
2021-09-18ofz#35787 Avoid timeout when fuzzingCaolán McNamara1-0/+6
2021-09-17ofz#38652 Avoid timeout in html importCaolán McNamara3-3/+12
2021-09-17ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara1-1/+1
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 5Mike Kaganski6-48/+17
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4Mike Kaganski2-10/+4
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 2Mike Kaganski1-2/+2
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski4-10/+9
2021-09-14ofz: Null-dereference READCaolán McNamara1-41/+76