summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/docxattributeoutput.cxx
AgeCommit message (Expand)Author
2021-12-11tdf#145720 DOCX export: fix loss of tracked movingLászló Németh
2021-12-09sw: support for other sdt attributes roundtrip in datepickerVasily Melenchuk
2021-12-09sw: refactoring for docx sdt blocks outputVasily Melenchuk
2021-12-03tdf#137466: docx: support w:placeholder & w15:color in w:sdtPrVasily Melenchuk
2021-11-30docx export: preserve spaces in field instructionsVasily Melenchuk
2021-11-22Use less DegreeN::get()Mike Kaganski
2021-11-22Generalize DegreeNMike Kaganski
2021-11-19sw: DOCX export: use list's indent if paragraph is not countedMichael Stahl
2021-11-18tdf#81507: word content control support for w:multiLineVasily Melenchuk
2021-11-15tdf#145091 DOCX: don't export obsolete table row change dataLászló Németh
2021-11-12coverity: annotate with markup so they will stay silencedCaolán McNamara
2021-11-09tdf#145089 DOCX export: fix track changes of table row insertionLászló Németh
2021-11-07return XShape from SdrObject::getUnoShapeNoel Grandin
2021-10-21introduce SwNodeOffset strong typedefNoel Grandin
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski
2021-10-07tdf#143982 doc/x export: save automatic table as 100% relativeJustin Luth
2021-10-03A more lightweight O[U]StringConcatenationStephan Bergmann
2021-10-01sw: simplify DocxAttributeOutput::CharBorder()Miklos Vajna
2021-09-29sw: use StaticWhichCast() in docxattributeoutputMiklos Vajna
2021-09-27sw: paragraph styles: add DOCX filter for a linked character styleMiklos Vajna
2021-09-22Extend loplugin:stringviewparam to starts/endsWith: swStephan Bergmann
2021-09-21Typo: sparatorIndex->separatorIndexJulien Nabet
2021-09-21Fix splitting of "permission-for-group/-user:" stringsStephan Bergmann
2021-09-13tdf#137363 DOC export: don't lose sprmPIlvl of para styleJustin Luth
2021-09-06clang-tidy:readability-redundant-member-initNoel Grandin
2021-08-27tdf#137363 DOCX filter: don't loose <w:ilvl w:val="..."> of paragraph stylesMiklos Vajna
2021-08-17tdf#143911 DOCX: export character formatting changesLászló Németh
2021-08-11Drop convertMm100ToTwip in favor of the new o3tl::toTwipsMike Kaganski
2021-08-02convert #defines to OUStringLiteralNoel Grandin
2021-07-29tdf#143526 fix and add Korean numberingDaeHyun Sung
2021-07-27tdf#143475 consider Word 2007 rotated image specialityRegina Henschel
2021-07-26use officecfg for security optionsNoel Grandin
2021-07-07make code a little clearer to indicate that pAnchor isn't leakedCaolán McNamara
2021-07-03tdf#142902 DOCX export: remove personal info of comments and changesLászló Németh
2021-07-01tdf#121509 DOCX export: fix corrupt shape anchoring in textboxAttila Bakos (NISZ)
2021-06-24tdf#120629 ms formats: better exporting of hindiVowels etc.Justin Luth
2021-06-12tdf#142387 DOCX track changes: export w:del in w:insLászló Németh
2021-06-03tdf#79069 DOCX: support tracked table (row) deletionLászló Németh
2021-05-21sw: replace most static_cast<sal_uInt16>() calls with o3tl::narrowing()Miklos Vajna
2021-05-18tdf#76817 tdf#141966 ooxmlexport: write OutlineRule if not inheritedJustin Luth
2021-05-14Improve loplugin:stringviewStephan Bergmann
2021-05-03loplugin:stringadd improvement for appending numbersNoel Grandin
2021-04-27use string_view in INetURLObject::decodeNoel Grandin
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin
2021-04-22no need to create temporaries when appending number to O[U]StringBufferNoel Grandin
2021-04-16tdf#122222: add DOCX export of resolved comments as "done"Mike Kaganski
2021-04-16sw: DOCX export: write hyperlinks for TOXMark TOX entriesMichael Stahl
2021-04-16sw: DOCX export: DocxAttributeOutput::EndField_Impl() omits bookmark endMichael Stahl
2021-04-14loplugin:unusedmethodsNoel Grandin
2021-04-13tdf#79591: No need to use getStr hereMike Kaganski