summaryrefslogtreecommitdiffstats
path: root/writerfilter
Commit message (Expand)AuthorAgeFilesLines
* move resmgr to unotoolsCaolán McNamara2017-08-013-3/+3
* loplugin:checkunusedparamsNoel Grandin2017-08-014-40/+28
* tdf#109790 RTF import: keep remembering paragraph style between \cell and \rowMiklos Vajna2017-08-014-2/+18
* loplugin:constparams in writerfilterNoel Grandin2017-07-3124-48/+47
* tdf#108944 writerfilter: fix missing footnote separatorJustin Luth2017-07-311-10/+12
* loplugin:oncevarNoel Grandin2017-07-316-17/+16
* OOXMLPropertySet: simplify adding property; use pointer_t consistentlyMike Kaganski2017-07-295-113/+69
* writerfilter: prevent last character of field switch eatenMark Hung2017-07-291-2/+2
* tdf#108949 rtf writerfilter: apply char properties to footnoteJustin Luth2017-07-281-3/+3
* tdf#109524: use 100% table width when there's no explicit width availableMike Kaganski2017-07-281-3/+10
* DomainMapperTableManager::sprm: use std::findMike Kaganski2017-07-251-10/+1
* OOXMLPropertySet: initialize variables on creation and cleanupMike Kaganski2017-07-251-20/+7
* MeasureHandler: Remove incorrect numeric-value-of-constant commentsMike Kaganski2017-07-251-4/+4
* OOXMLPropertySet::add: resize->reserve + range-based loopMike Kaganski2017-07-251-4/+3
* OOXMLPropertySet::add: remove redundant checkMike Kaganski2017-07-251-10/+7
* tdf#108951 RTF import: fix missing custom bullet typesMiklos Vajna2017-07-251-1/+1
* tdf#109306: consider percent unit specification for table sizesMike Kaganski2017-07-246-3/+68
* Eliminate DateTime::operator+=() and -=() with POD typesEike Rathke2017-07-211-2/+2
* de-hrc various thingsCaolán McNamara2017-07-211-1/+0
* migrate to boost::gettextCaolán McNamara2017-07-213-9/+9
* loplugin:unusedfields in writerfilterNoel Grandin2017-07-205-35/+4
* tdf#108849: allow out-of-order sectPrMike Kaganski2017-07-201-1/+13
* Clean up android specific template functions defined in std namespacebrainbreaker2017-07-181-10/+1
* tdf#108955 RTF import: fix missing paragraph backgroundMiklos Vajna2017-07-181-0/+3
* emfplus: completed isolation/migration of Emf/WmfArmin Le Grand2017-07-151-2/+2
* use more OUString::operator== in test..xmlsecurityNoel Grandin2017-07-143-5/+5
* xmlsecurity pdf verify: push_back -> emplace_backMiklos Vajna2017-07-141-2/+1
* loplugin:oncevar: empty strings: writerfilterStephan Bergmann2017-07-133-6/+3
* tdf#109053: DOCX: Multipage table is not imported properlyTamás Zolnai2017-07-121-7/+14
* Small cleanupMike Kaganski2017-07-111-4/+1
* tdf#109063 DOCX import: consider wrap space for multi-page floattablesMiklos Vajna2017-07-111-1/+5
* tdf#106132 DOCX import: fix handling of nested textbox marginsMiklos Vajna2017-07-115-21/+56
* simplify some OUString::copy callsNoel Grandin2017-07-111-2/+2
* use more range-for on uno::SequenceNoel Grandin2017-07-113-20/+14
* Helper function to cast to FastAttributeList:Mohammed Abdul Azeem2017-07-111-3/+2
* DomainMapper_Impl: remove redundant checkMike Kaganski2017-07-101-3/+1
* teach unnecessaryparen loplugin about identifiersNoel Grandin2017-07-101-3/+3
* tdf#108973 writerfilter: allow textboxes to be in the backgroundJustin Luth2017-07-081-0/+1
* tdf#108544 edit in window (XLSX inside DOCX)Szymon Kłos2017-07-081-0/+7
* tdf#108545 show an icon (DOCX inside DOCX)Szymon Kłos2017-07-083-0/+11
* tdf#108995: take xml:space attribute into accountMike Kaganski2017-07-072-2/+43
* tdf#77219 writerfilter: allow shapes to be in front of textJustin Luth2017-07-071-1/+1
* tdf#108714: Also support paragraph-level (line) breaksMike Kaganski2017-07-073-5/+10
* use OString::operator== in preference to ::equalsNoel Grandin2017-07-062-2/+2
* writerfilter: remove unused nkey variable assignmentJustin Luth2017-07-061-2/+0
* new loplugin unnecessaryparenNoel Grandin2017-07-051-1/+1
* writerfilter: remove redundant virtual keywords in dmapperMiklos Vajna2017-07-054-22/+16
* Fix tdf#106029 - Add setting XML_doNotExpandShiftReturn when exporting to docxnikki2017-07-043-0/+18
* tdf#105095 DOCX import: conditionally ignore leading tab in footnotesMiklos Vajna2017-07-041-4/+14
* use sal_Int64 in tools::DateTimeNoel Grandin2017-07-031-1/+1