summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Expand)AuthorFilesLines
2017-07-28tdf#108949 rtf writerfilter: apply char properties to footnoteJustin Luth1-3/+3
2017-07-28tdf#109524: use 100% table width when there's no explicit width availableMike Kaganski1-3/+10
2017-07-25DomainMapperTableManager::sprm: use std::findMike Kaganski1-10/+1
2017-07-25OOXMLPropertySet: initialize variables on creation and cleanupMike Kaganski1-20/+7
2017-07-25MeasureHandler: Remove incorrect numeric-value-of-constant commentsMike Kaganski1-4/+4
2017-07-25OOXMLPropertySet::add: resize->reserve + range-based loopMike Kaganski1-4/+3
2017-07-25OOXMLPropertySet::add: remove redundant checkMike Kaganski1-10/+7
2017-07-25tdf#108951 RTF import: fix missing custom bullet typesMiklos Vajna1-1/+1
2017-07-24tdf#109306: consider percent unit specification for table sizesMike Kaganski6-3/+68
2017-07-21Eliminate DateTime::operator+=() and -=() with POD typesEike Rathke1-2/+2
2017-07-21de-hrc various thingsCaolán McNamara1-1/+0
2017-07-21migrate to boost::gettextCaolán McNamara3-9/+9
2017-07-20loplugin:unusedfields in writerfilterNoel Grandin5-35/+4
2017-07-20tdf#108849: allow out-of-order sectPrMike Kaganski1-1/+13
2017-07-18Clean up android specific template functions defined in std namespacebrainbreaker1-10/+1
2017-07-18tdf#108955 RTF import: fix missing paragraph backgroundMiklos Vajna1-0/+3
2017-07-15emfplus: completed isolation/migration of Emf/WmfArmin Le Grand1-2/+2
2017-07-14use more OUString::operator== in test..xmlsecurityNoel Grandin3-5/+5
2017-07-14xmlsecurity pdf verify: push_back -> emplace_backMiklos Vajna1-2/+1
2017-07-13loplugin:oncevar: empty strings: writerfilterStephan Bergmann3-6/+3
2017-07-12tdf#109053: DOCX: Multipage table is not imported properlyTamás Zolnai1-7/+14
2017-07-11Small cleanupMike Kaganski1-4/+1
2017-07-11tdf#109063 DOCX import: consider wrap space for multi-page floattablesMiklos Vajna1-1/+5
2017-07-11tdf#106132 DOCX import: fix handling of nested textbox marginsMiklos Vajna5-21/+56
2017-07-11simplify some OUString::copy callsNoel Grandin1-2/+2
2017-07-11use more range-for on uno::SequenceNoel Grandin3-20/+14
2017-07-11Helper function to cast to FastAttributeList:Mohammed Abdul Azeem1-3/+2
2017-07-10DomainMapper_Impl: remove redundant checkMike Kaganski1-3/+1
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin1-3/+3
2017-07-08tdf#108973 writerfilter: allow textboxes to be in the backgroundJustin Luth1-0/+1
2017-07-08tdf#108544 edit in window (XLSX inside DOCX)Szymon Kłos1-0/+7
2017-07-08tdf#108545 show an icon (DOCX inside DOCX)Szymon Kłos3-0/+11
2017-07-07tdf#108995: take xml:space attribute into accountMike Kaganski2-2/+43
2017-07-07tdf#77219 writerfilter: allow shapes to be in front of textJustin Luth1-1/+1
2017-07-07tdf#108714: Also support paragraph-level (line) breaksMike Kaganski3-5/+10
2017-07-06use OString::operator== in preference to ::equalsNoel Grandin2-2/+2
2017-07-06writerfilter: remove unused nkey variable assignmentJustin Luth1-2/+0
2017-07-05new loplugin unnecessaryparenNoel Grandin1-1/+1
2017-07-05writerfilter: remove redundant virtual keywords in dmapperMiklos Vajna4-22/+16
2017-07-04Fix tdf#106029 - Add setting XML_doNotExpandShiftReturn when exporting to docxnikki3-0/+18
2017-07-04tdf#105095 DOCX import: conditionally ignore leading tab in footnotesMiklos Vajna1-4/+14
2017-07-03use sal_Int64 in tools::DateTimeNoel Grandin1-1/+1
2017-07-03writerfilter: fix indentationMiklos Vajna1-2/+2
2017-07-02loplugin:casttovoid: writerfilterStephan Bergmann14-56/+14
2017-06-30revert related tdf#82173 writerfilter: ignore case when mapping stylesJustin Luth1-12/+23
2017-06-30loplugin:unusedfields in toolkit..xmloffNoel Grandin4-9/+3
2017-06-29related tdf#82173 writerfilter: ensure Xnote para-style round-trippingJustin Luth1-1/+2
2017-06-29Revert "revert related tdf#82173 writerfilter: ignore case when mapping styles"Stephan Bergmann1-22/+12
2017-06-29revert related tdf#82173 writerfilter: ignore case when mapping stylesJustin Luth1-12/+22
2017-06-28loplugin:oncevar in writerfilter..xmlhelpNoel Grandin5-23/+19