summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Collapse)AuthorFilesLines
2012-03-13writerfilter: catch UnknownPropertyExcetion earlyMiklos Vajna1-7/+14
2012-03-13writerfilter: log exception message in ModelEventListenerMiklos Vajna1-2/+2
2012-03-13Related: fdo#45563 RTF import of \r should be the same as \parMiklos Vajna1-0/+1
2012-03-13Bug 45563 - incorrect IMPORT of Zotero RTF, regressionChristina Rossmanith1-0/+1
2012-03-12implement RTF support of contextual spacingMiklos Vajna1-0/+6
Import, export and testcase.
2012-03-12dmapper: implement contextual spacingMiklos Vajna3-1/+3
2012-03-12Fix crash with document from bnc#693238Tor Lillqvist1-4/+9
2012-03-11Add a virtual destrcutor to value to prevent memory leak in RTFValueArnaud Versini1-0/+2
2012-03-10gbuild: remove some more realpathsMatúš Kukan4-5/+5
Where necessary, replace with wildcard, what does not change path.
2012-03-10gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan6-10/+10
2012-03-09writerfilter: ifdef + fprintf -> SAL_INFOMiklos Vajna1-8/+4
2012-03-08fold i18npaper into i18nutilCaolán McNamara4-4/+4
It's too small to justify standalone existence. We can accumulate i18n things we link to directly into i18nutil and rework i18npool uno implementions in terms of thin wrappers over i18nutil and prefer linking to i18nutil internally and leave the uno forwarders for use by external components and scripting
2012-03-08rtftok: get rid of unnecessary lcl_getNumPr()Miklos Vajna1-23/+3
The more generic lcl_putNestedSprm() can be used instead.
2012-03-06use a consistent naming schemeCaolán McNamara1-0/+0
2012-03-06get rid of these numbering bools in RTFDocumentImpl::popState()Miklos Vajna1-42/+16
2012-03-05n#693238, n#747471: create TableManager for inside shapesCédric Bosdonnat1-0/+6
When a texbox is contained inside a table cell... we were running into some troubles when creating the table: the reference to the paragraphs inside the textbox were passed to the TableManager. This was leading to missing references when converting to a table because the paragraph references within the textbox were dropped.
2012-03-05n#747471, n#693238: Textboxes import is a mess with OLE objects insideCédric Bosdonnat2-66/+52
2012-03-03Avoid temporary rtl::OUStringJulien Nabet1-1/+1
2012-03-01WaE: non-virtual destructorTor Lillqvist3-0/+8
2012-03-01fix RTF import of drawing objects when there is no shape to sendMiklos Vajna1-1/+1
2012-02-29Related: fdo#46662 fix RTF import of leveltext destinationMiklos Vajna1-0/+5
After leveltext is imported, the levelnumbers group modifies the contents of the previous group, but this modification was lost when the stack was popped.
2012-02-29fdo#46662 fix RTF import of numbering levelnumbersMiklos Vajna1-1/+1
To handle stateful encodings, we process hex characters in one go for a run. Levelnumbers of numberings should be an exception, since there the special characters (here: 0x7, which is table cell end) have no special meaning.
2012-02-28RTFFrame::getSprms: use SAL_N_ELEMENTS()Miklos Vajna1-1/+1
2012-02-27clarify ambiguitiesCaolán McNamara4-13/+13
2012-02-24fdo#45187 revert "writerfilter import, fixed the shapes import"Miklos Vajna2-9/+8
This reverts commit 0e26bd20978cbdd7c59368044c2a21b98ffba164. Sadly without a test document for the original issue there is no better fix for this one. Acked-by: Luboš Luňák <l.lunak@suse.cz> Acked-by: Cédric Bosdonnat <cedric.bosdonnat.ooo@free.fr>
2012-02-23removed remaining #if DEBUGCédric Bosdonnat1-3/+0
2012-02-22fdo#42465 fix RTF import of unicode characters with backwards compatibilityMiklos Vajna1-1/+6
2012-02-22RTF: clean up border property handlingMiklos Vajna1-15/+7
2012-02-22implement RTF import of non-box paragraph bordersMiklos Vajna2-2/+29
2012-02-21implement import of RTF_DOB{X,Y}{MARGIN,PAGE}Miklos Vajna2-2/+26
2012-02-21implement import of RTF_DPLINEMiklos Vajna2-1/+47
2012-02-20writerfilter: try to silence MacOSX-Intel tinderboxMiklos Vajna1-1/+1
2012-02-20gb_JunitTest_JunitTest takes only one argumentStephan Bergmann1-1/+1
2012-02-20n#695479 fix rtf/docx import of transparent framesMiklos Vajna3-1/+8
Previously all frames were opaque by default, which is the Writer but not the docx/rtf default. Change the default, while keeping the possibility to set an opaque color background for the frame.
2012-02-19Get rid of size() == 0Elton Chung4-7/+7
2012-02-13fdo#45543 fix RTF import of ms932-encoded charactersMiklos Vajna2-8/+25
2012-02-13n#695479 fix RTF import of text frames with exact heightMiklos Vajna1-2/+5
2012-02-13fix RTF import of ffres token for checkboxesMiklos Vajna1-1/+3
2012-02-10fdo#39491 -I$(OUTDIR)/inc is set in SOLARINCMatúš Kukan6-6/+0
2012-02-10n#703032 fix RTF import of page breaks right before text framesMiklos Vajna1-1/+13
2012-02-09rtftok: remove unused variableMiklos Vajna1-3/+0
Leftover from commit 01292f171cc851ba092510f10a97cd293670829e.
2012-02-09fdo#45553 fix RTF import of space-before/after tokensMiklos Vajna1-2/+8
2012-02-08Added and improved READMEs for modules which used to be in filterJosh Heidenreich1-11/+14
2012-02-07rtftok: use m_r prefix for C++ reference members onlyMiklos Vajna4-33/+33
2012-02-07n#192129 fix RTF import of PNG images with bogus width/heightMiklos Vajna3-1/+32
For example Apache FOP generates RTF output where the \picw and \pich values are even negative, SvxRTFParser::ReadBmpData() used the same trick to solve the issue.
2012-02-06RTFSdrImport::resolve: replace 75 in the importer as wellMiklos Vajna1-1/+2
2012-02-06n#228839 an empty table grid can't have implicit mergesMiklos Vajna1-1/+1
2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud1-35/+2
2012-02-02dmapper: Switch paragraphs to RTL based on the value of w:BiDi.Muhammad Haggag1-2/+7
This is a fix for 43398: FORMATTING: Documents opened in LibreOffice Writer incorrectly appear as right justified. Cause: dmapper used to treat the presence of a w:BiDi element in a paragraph's properties as an indicator of RTL directionality, which is incorrect. A w:BiDi element may have a value of 0, indicating LTR. Fix: Inspect the integral value of w:BiDi elements before switching to RTL.
2012-01-30fdo#43965 more \page vs \pagebb fixesMiklos Vajna2-3/+11
The previous commit even reset \pagebb at the end of the paragraph, which is not what the spec says.