summaryrefslogtreecommitdiff
path: root/writerfilter/source/dmapper/DomainMapper_Impl.cxx
AgeCommit message (Expand)AuthorFilesLines
2013-07-22n#825976: handle TOC \h field for illustrations tables in writerfilterCédric Bosdonnat1-39/+63
2013-07-22fdo#65632 RTF import: send NS_ooxml::LN_trackchange only once for one rangeMiklos Vajna1-8/+20
2013-07-10writerfilter: not every field has a Content propertyMichael Stahl1-3/+6
2013-07-08n#825976: Fixed the import of Table of FiguresCédric Bosdonnat1-2/+17
2013-07-08n#825976: Added common flags support for SEQ field importCédric Bosdonnat1-3/+26
2013-07-04bnc#820504 VML import: don't anchor shapes TO_PAGEMiklos Vajna1-1/+1
2013-06-06Related: #i119607#, text font spacing in comments doesn't expand/condense...Jian Fang Zhang1-0/+4
2013-05-30bnc#817956 DOCX import: missing last character of shape textMiklos Vajna1-1/+4
2013-05-21bnc#818997 RTF import: don't ignore page breaks between shapesMiklos Vajna1-0/+15
2013-05-14fdo#64249: make sure we have matching start/end level for table in shapesCédric Bosdonnat1-7/+6
2013-05-02bnc#779630 initial DOCX import of w:sdt's w:dateMiklos Vajna1-58/+5
2013-04-30bnc#779630 initial DOCX import of w:sdt's w:dropDownListMiklos Vajna1-0/+61
2013-04-16fdo#61193 fix crash on RTF paste of footnoteMiklos Vajna1-3/+7
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-2/+2
2013-04-05Resolves: #i119621# Outline level in sample file lostJürgen Schmidt1-5/+9
2013-04-04DOCX import of w:numPicBulletMiklos Vajna1-0/+16
2013-04-04Resolves: #i119544# sequence number is not displayed in docxJürgen Schmidt1-1/+27
2013-03-19further OUString cleanupThomas Arnhold1-1/+1
2013-03-18Wundef, fix various more or less broken debug codeLuboš Luňák1-10/+1
2013-03-08make use of startsWith()Thomas Arnhold1-2/+2
2013-03-07DomainMapper_Impl::PushShapeContext: indentMiklos Vajna1-37/+37
2013-03-07fdo#61343 fix DOCX import of OLE object after groupshapeMiklos Vajna1-1/+14
2013-03-04DOCX import: fix import of font size in table stylesMiklos Vajna1-1/+2
2013-02-20fdo#60789: writerfilter: do not insert a character at field startMichael Stahl1-6/+0
2013-02-20fdo#60789: writerfilter: continue the import if comment insertion failsMichael Stahl1-14/+31
2013-02-18n#779642: ignore framePr inside table or the table import won't workCédric Bosdonnat1-1/+3
2013-01-28fdo#46808, Adapt document::*PropertyValues UNO service to new styleNoel Grandin1-2/+2
2013-01-15fdo#59338 fix RTF paste into footnoteMiklos Vajna1-2/+5
2013-01-10fdo#58327: writerfilter: RemoveLastParagraph is tricky:Michael Stahl1-1/+7
2013-01-04n#793262 fix DOCX import of last empty header/footer para char propsMiklos Vajna1-2/+15
2012-12-06-Werror,-Wunused-private-fieldStephan Bergmann1-1/+0
2012-11-29DomainMapper_Impl::finishParagraph: also handle insert of multi-para framesMiklos Vajna1-1/+3
2012-11-29DomainMapper_Impl::finishParagraph: fix frame conversion vs insert posMiklos Vajna1-4/+5
2012-11-28API CHANGE: add a "position" parameter to XParagraph/TextPortionAppend methodsMiklos Vajna1-16/+51
2012-11-28writerfilter: remove copy&pasteMiklos Vajna1-2/+1
2012-10-29DOCX: w:doNotUseHTMLParagraphAutoSpacing should affect AddParaTableSpacingMiklos Vajna1-0/+1
2012-10-24fdo#46808, convert comphelper::ConfigurationHelper to XComponentContextNoel Grandin1-3/+3
2012-10-18fix import of RTF default page left/right marginMiklos Vajna1-1/+3
2012-10-15fdo#46669 sw: RTF paste should not change page stylesMiklos Vajna1-2/+9
2012-10-13writerfilter: fix new clang warningsMiklos Vajna1-1/+1
2012-09-27writerfilter: unused includes in DomainMapper_ImplMiklos Vajna1-20/+0
2012-09-25n#780853 fix DOCX import of w:sdtContent in table cellMiklos Vajna1-1/+12
2012-09-21n#780563: Fixed table import in shapes table handler was missingCédric Bosdonnat1-0/+1
2012-09-18deprecate oustringostreaminserter.hxxNorbert Thiebaud1-1/+0
2012-09-13n#778836 fix DOCX import of right margin vs numbering and paragraph stylesMiklos Vajna1-6/+25
2012-09-06read support for docx w:embedTrueTypeFonts/w:embedSystemFontsLuboš Luňák1-3/+5
2012-08-27n#775899 docx import of w:usePrinterMetrics compat optionMiklos Vajna1-0/+7
2012-08-23refactor duplicated code to DomainMapper_Impl::getCurrentNumberingPropertyMiklos Vajna1-0/+31
2012-08-08support for deferred property processing in writerfilterLuboš Luňák1-0/+22
2012-08-02fdo#51034 fix docx import of HYPERLINK field, l paramMiklos Vajna1-1/+1