summaryrefslogtreecommitdiff
path: root/writerfilter/source/dmapper/DomainMapper_Impl.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-08-07fftester: guard against empty table manager stackCaolán McNamara1-3/+1
2016-07-31fftester: another table manager stack checksCaolán McNamara1-2/+2
2016-07-29fftester: another empty table manager stackCaolán McNamara1-2/+5
2016-07-27tdf#75573 - docx don't remove frame anchor paragraphJustin Luth1-0/+11
2016-07-27improve passstuffbyref return analysisNoel Grandin1-5/+5
2016-07-18protect against empty m_aTableManagers stackCaolán McNamara1-4/+6
2016-07-12tdf75573 docx - complete frames before starting alternate streamsJustin Luth1-0/+4
2016-07-05Resolves: tdf#100770 crash on loading specific docxCaolán McNamara1-2/+9
2016-06-27loplugin:singlevalfields in writerfilter and xmlsecNoel Grandin1-16/+1
2016-05-18clang-tidy modernize-make-sharedNoel Grandin1-1/+1
2016-05-13clang-tidy modernize-loop-convert in writerfilter to xmlsecurityNoel Grandin1-5/+5
2016-04-29tdf#99434: import/export documentProtection-forms from .docx incl. testOliver Specht1-1/+2
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin1-9/+9
2016-04-22Avoid reserved identifiersStephan Bergmann1-1/+1
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-12/+12
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-1/+1
2016-04-12clang-tidy performance-unnecessary-value-param in writerfilterNoel Grandin1-19/+19
2016-04-04tdf#99074 DOCX import: handle <w:view w:val="web"/>Miklos Vajna1-0/+4
2016-03-31use SAL_N_ELEMENTS in for loopsNoel Grandin1-3/+2
2016-03-11writerfilter: avoid ugly cross-directory includeMiklos Vajna1-3/+2
2016-02-23tdf#59699 RTF import: handle INCLUDEPICTURE fieldMiklos Vajna1-1/+2
2016-02-09Remove excess newlinesChris Sherlock1-8/+0
2016-02-05Fix typosAndrea Gelmini1-1/+1
2016-01-31boost::tuple -> std::tupleCaolán McNamara1-9/+8
2016-01-21oox: import Math objects from PPTX filesMichael Stahl1-0/+1
2016-01-19tdf#85523 DOCX import: fix unexpected extra char at comment endMiklos Vajna1-1/+2
2016-01-18loplugin: unused return values in writerfilter/Noel Grandin1-5/+1
2016-01-10Fix typosAndrea Gelmini1-1/+1
2016-01-08tdf#93640 Fix import of linked left page header/footerLuke Deller1-0/+4
2016-01-07tdf#95213 DOCX import: don't reuse list label stylesMiklos Vajna1-1/+1
2015-12-08tdf#54584: adjust skip-slash condition, allow unterminated quoteMike Kaganski1-9/+9
2015-12-07tdf#54584: allow backslash before field type in RTF and DOCXMike Kaganski1-0/+7
2015-12-02DOCX import: handle <w:smartTag>Miklos Vajna1-0/+2
2015-11-24loplugin:unusedfields in writerfilter/Noel Grandin1-67/+66
2015-11-19Simplify writerfilter::dmapper::DomainMapper_Impl::appendGrabBag()Miklos Vajna1-7/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin1-15/+11
2015-10-22writerfilter: it's enough if dmapper gives the media descriptor to its implMiklos Vajna1-4/+4
2015-10-06tdf#91417: import hyperlink with history flag correctlyOliver Specht1-1/+1
2015-09-29Fix typosAndrea Gelmini1-1/+1
2015-08-28Make sure nEnd-nIndex-1 is valid arg to OUString::copyStephan Bergmann1-1/+1
2015-08-27loplugin:defaultparamsStephan Bergmann1-1/+1
2015-08-27Improving Asian phonetic guide for docx and rtf files.Mark Hung1-0/+77
2015-08-10cppcheck: zerodivCaolán McNamara1-1/+1
2015-07-28tdf#91594 misinterprets letters from Symbol font in docx filesMark Hung1-6/+0
2015-07-21tdf#89702 DOCX import: fix too large bullet characterMiklos Vajna1-6/+10
2015-07-16Removed singleton PropertyNameSupplier and replaced it with single function.Matthew Pottage1-195/+169
2015-07-06tdf#90611 DOCX import: fix missing paragraph style on footnotesMiklos Vajna1-0/+13
2015-07-02tdf#87348 implement mso-next-textbox vml-style textbox chaining importJustin Luth1-3/+74
2015-06-26tdf#87348 allow non-sequentially processed textboxes to be linkedJustin Luth1-66/+48