summaryrefslogtreecommitdiff
path: root/writerfilter/source/dmapper/DomainMapper_Impl.cxx
AgeCommit message (Expand)Author
2016-03-09tdf#59699 RTF import: handle INCLUDEPICTURE fieldMiklos Vajna
2016-02-11tdf#85523 DOCX import: fix unexpected extra char at comment endMiklos Vajna
2016-01-12tdf#95213 DOCX import: don't reuse list label stylesMiklos Vajna
2015-11-24loplugin:unusedfields in writerfilter/Noel Grandin
2015-11-19Simplify writerfilter::dmapper::DomainMapper_Impl::appendGrabBag()Miklos Vajna
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-22writerfilter: it's enough if dmapper gives the media descriptor to its implMiklos Vajna
2015-10-06tdf#91417: import hyperlink with history flag correctlyOliver Specht
2015-09-29Fix typosAndrea Gelmini
2015-08-28Make sure nEnd-nIndex-1 is valid arg to OUString::copyStephan Bergmann
2015-08-27loplugin:defaultparamsStephan Bergmann
2015-08-27Improving Asian phonetic guide for docx and rtf files.Mark Hung
2015-08-10cppcheck: zerodivCaolán McNamara
2015-07-28tdf#91594 misinterprets letters from Symbol font in docx filesMark Hung
2015-07-21tdf#89702 DOCX import: fix too large bullet characterMiklos Vajna
2015-07-16Removed singleton PropertyNameSupplier and replaced it with single function.Matthew Pottage
2015-07-06tdf#90611 DOCX import: fix missing paragraph style on footnotesMiklos Vajna
2015-07-02tdf#87348 implement mso-next-textbox vml-style textbox chaining importJustin Luth
2015-06-26tdf#87348 allow non-sequentially processed textboxes to be linkedJustin Luth
2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann
2015-06-23Revert "Typo: iff->if"Julien Nabet
2015-06-23Typo: iff->ifJulien Nabet
2015-06-23tdf#87460 DOCX import: fix missing endnote in floattableMiklos Vajna
2015-06-16Fix typosAndrea Gelmini
2015-06-11convert expressions like 'size() == 0' to 'empty()'Noel Grandin
2015-05-27Resolves: tdf#89731 numberingChange feature not available in writerCaolán McNamara
2015-05-19TagLogger can be staticNoel Grandin
2015-05-18writerfilter: avoid unnecessary roundtrip to css::uno::SequenceMiklos Vajna
2015-05-18writerfilter: avoid manual reallocMiklos Vajna
2015-05-12tdf#90260 writerfilter: pasted RTF documents may contain no \parMiklos Vajna
2015-05-04tdf#91077 don't import shapes from discarded DOCX header/footerLászló Németh
2015-04-26DomainMapper_Impl::finishParagraph: refactor to avoid manual reallocMiklos Vajna
2015-04-11writerfilter: no need to spell out com::sun::star, css is enoughMiklos Vajna
2015-03-04V813: Decreased performanceCaolán McNamara
2015-02-14indentation fixesMiklos Vajna
2015-02-06fdo#75757: Remove inheritance from std::vectorMatthew Pottage
2015-01-19fdo#39440 reduce scope of local variablesMichael Weghorn
2015-01-14rhbz#1180114: writerfilter: don't crash on w:customXmlDelRangeStart etc.Michael Stahl
2015-01-05Some loplugin:revisibility clean-upStephan Bergmann
2015-01-05WaE: passing class rtl::OUString by value, rather pass by referenceTor Lillqvist
2015-01-04fdo#79738: FILEOPEN: Number lines in footer not compatible with MSOCharu Tyagi
2014-12-21writerfilter: hardcoded cFieldStart/Sep/EndMiklos Vajna
2014-12-21writerfilter: refactor to get rid of remaining scary PositionHandler staticsMiklos Vajna
2014-12-21writerfilter: refactor to get rid of savedPositionOffset{V,H} staticsMiklos Vajna
2014-12-19Support for docx import of fixed date and time fields.Eilidh McAdam
2014-12-19Small fix for docx date field format import.Eilidh McAdam
2014-12-18writerfilter: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-13Avoid '#include "../'Miklos Vajna
2014-12-10revert writer won't allow us to enter multiple CrossRefBookmarkCaolán McNamara