summaryrefslogtreecommitdiffstats
path: root/writerfilter/source/ooxml
Commit message (Expand)AuthorAgeFilesLines
* tdf#91384: DOCX: import ActiveX controlsTamás Zolnai2017-08-091-24/+0
* move resmgr to unotoolsCaolán McNamara2017-08-011-1/+1
* loplugin:constparams in writerfilterNoel Grandin2017-07-312-4/+4
* loplugin:oncevarNoel Grandin2017-07-311-6/+6
* OOXMLPropertySet: simplify adding property; use pointer_t consistentlyMike Kaganski2017-07-295-113/+69
* OOXMLPropertySet: initialize variables on creation and cleanupMike Kaganski2017-07-251-20/+7
* OOXMLPropertySet::add: resize->reserve + range-based loopMike Kaganski2017-07-251-4/+3
* OOXMLPropertySet::add: remove redundant checkMike Kaganski2017-07-251-10/+7
* tdf#109306: consider percent unit specification for table sizesMike Kaganski2017-07-246-3/+68
* migrate to boost::gettextCaolán McNamara2017-07-211-3/+3
* tdf#108849: allow out-of-order sectPrMike Kaganski2017-07-201-1/+13
* tdf#106132 DOCX import: fix handling of nested textbox marginsMiklos Vajna2017-07-114-21/+52
* Helper function to cast to FastAttributeList:Mohammed Abdul Azeem2017-07-111-3/+2
* tdf#108995: take xml:space attribute into accountMike Kaganski2017-07-072-2/+43
* tdf#108714: Also support paragraph-level (line) breaksMike Kaganski2017-07-073-5/+10
* new loplugin unnecessaryparenNoel Grandin2017-07-051-1/+1
* loplugin:casttovoid: writerfilterStephan Bergmann2017-07-021-2/+2
* loplugin:oncevar in writerfilter..xmlhelpNoel Grandin2017-06-281-6/+3
* tdf#108714 follow-up: handle deferred break in character groupMike Kaganski2017-06-281-4/+4
* OOXMLFastContextHandler: remove unused stuffMike Kaganski2017-06-272-19/+0
* tdf#108714: allow <w:br> as direct child of <w:body>Mike Kaganski2017-06-276-1/+54
* tdf#108806: convert CRLF into space in OOXML textMike Kaganski2017-06-271-2/+7
* loplugin:unusedfields in writerfilterNoel Grandin2017-06-202-4/+1
* remove unused osl/mutex.hxx includesJochen Nitschke2017-06-181-1/+0
* [API CHANGE] Add processingInstruction event to XFastDocumentHandler:Mohammed Abdul Azeem2017-06-152-0/+5
* Avoid UBSan warning about negative double -> sal_uInt32 conversionStephan Bergmann2017-06-092-7/+7
* tdf#108408: support unit specifications for ST_HpsMeasureMike Kaganski2017-06-096-21/+70
* Related: tdf#108269 DOCM filter: reuse oox code for VBA data preservationMiklos Vajna2017-06-074-83/+21
* Related: tdf#108269 DOCM filter: reuse oox code for VBA preservationMiklos Vajna2017-06-071-1/+0
* tdf#73873 Fix missing embeddings in word/embeddings directoryBartosz Kosiorek2017-06-042-1/+1
* Related: tdf#108269 DOCM filter: preserve VBA streamMiklos Vajna2017-06-023-0/+82
* remove unnecessary use of OString::getStrNoel Grandin2017-05-281-10/+3
* AutoText: add only real AutoText entriesSzymon Kłos2017-05-101-5/+5
* loplugin:checkunusedparams in writerfilterNoel Grandin2017-05-054-27/+27
* AutoText: read names of entriesSzymon Kłos2017-05-021-0/+7
* AutoText: Reading multiple entriesSzymon Kłos2017-05-013-1/+18
* drop toStringCaolán McNamara2017-04-281-1/+1
* AutoText: importing docx contentSzymon Kłos2017-04-232-0/+8
* new loplugin unoanyNoel Grandin2017-02-281-6/+6
* tdf#103931 DOCX import: fix lost section breakMiklos Vajna2017-02-281-0/+1
* re org things a little to quieten coverity warningsCaolán McNamara2017-02-253-0/+6
* remove some unused enumeratorsNoel Grandin2017-02-201-1/+0
* loplugin:unusedenumconstants read-only constants in writerfilterNoel Grandin2017-02-081-4/+0
* Add missing #includesStephan Bergmann2017-02-061-0/+1
* writerfilter: convert ResourceType to scoped enumNoel Grandin2017-02-065-38/+37
* writerfilter: remove gperf related declarationsMichael Stahl2017-02-021-11/+1
* Remove dynamic exception specificationsStephan Bergmann2017-01-264-147/+50
* Drop incorrect "artistic" prefix from some token namesTor Lillqvist2017-01-241-4/+4
* New loplugin:dynexcspec: Add @throws documentation, writerfilterStephan Bergmann2017-01-191-0/+10
* tdf#104718: Prompt user to continue on SAXExceptionMike Kaganski2017-01-191-3/+7