summaryrefslogtreecommitdiffstats
path: root/writerfilter
Commit message (Expand)AuthorAgeFilesLines
* Typo about "document"Julien Nabet2017-08-201-1/+1
* Fix typosAndrea Gelmini2017-08-181-1/+1
* tdf#50097: DOCX: export form controls as MSO ActiveX controlsTamás Zolnai2017-08-175-104/+3
* remove unnecessary use of OUString::getStrNoel Grandin2017-08-171-1/+1
* remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin2017-08-171-1/+1
* DomainMapper_Impl: add check for m_xTextFactory.is() where missing.Justin Luth2017-08-162-2/+39
* tdf#107480 RTF import: fix HTML automatic spacing in stylesMiklos Vajna2017-08-161-0/+4
* tdf#109319 writerfilter: set DropCap.DistanceJustin Luth2017-08-151-1/+2
* tdf#109318 writerfilter: don't increment DropCap linesJustin Luth2017-08-151-1/+1
* convert std::map::insert to std::map::emplaceNoel Grandin2017-08-112-3/+3
* tdf#111550: A workaround for out-of-order (in-paragraph) tbl on OOXMLMike Kaganski2017-08-104-0/+46
* Avoid warning in OleHandlerTamás Zolnai2017-08-101-0/+7
* tdf#91384: DOCX: import ActiveX controlsTamás Zolnai2017-08-091-24/+0
* tdf#66212 - Hebrew numbering import/export supportYossi Zahn2017-08-091-1/+1
* TableManager::endParagraphGroup(): remove unused variableMike Kaganski2017-08-081-2/+0
* wrong word in comment: should be signal instead of single.Justin Luth2017-08-081-1/+1
* Indentation fixesMiklos Vajna2017-08-0710-14/+14
* 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