summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Collapse)Author
2012-01-05callcatcher: drop some unused methodsCaolán McNamara
2012-01-05regenerate list under OSL_DEBUG_LEVEL=2Caolán McNamara
2011-12-27Related: fdo#43380 fix parsing of the \cf RTF tokenMiklos Vajna
Send the real color value to dmapper, not the index, which is meaningless outside the tokenizer.
2011-12-27fdo#43380: fix crash in DomainMapper_Impl::SetFieldFFDataMiklos Vajna
2011-12-24dmapper: clog -> SAL_WARNMiklos Vajna
2011-12-22dmapper: clog -> SAL_WARN in GraphicImportMiklos Vajna
2011-12-22fdo#40937 fix RTF import of images with invalid crop dataMiklos Vajna
Add a try-catch, so in case setting crop data fails, the size data will be still set.
2011-12-22writerfilter: fix dbglevel=2 buildMiklos Vajna
This basically reverts e8f980d10cf95b8bced1ca18a55b2a4784f6dcc9 and b0e993d42e1df8c68c4c2684ab9dda27a1329594, while keeping callcatcher happy.
2011-12-20Remove unused codeAugust Sodora
2011-12-20RTF/DOCX import: fixed the import of consecutive frames (n#703032)Cédric Bosdonnat
When we have two consecutive paragraphs with different frame properties, the second frame wasn't created. Now store the current paragraph properties in order to create the frame later.
2011-12-20fdo#42109 fix RTF import of fields inside tablesMiklos Vajna
2011-12-19callcatcher: Remove unused codeAugust Sodora
2011-12-16at least process sub-elements of w:customXml (fdo#35983)Luboš Luňák
2011-12-15Removed extra semicolonsJesse
2011-12-14n#228839: Fix RTF import crasher with \keep in table propertiesCédric Bosdonnat
2011-12-14configmgr.component is no longer an old one.Stephan Bergmann
2011-12-13n#703032: Fixed an RTF import crash when handling formdata in non-FORM fieldsCédric Bosdonnat
2011-12-13RTF import: default scale for images is 100% not 0%Cédric Bosdonnat
This fixes the import of pictures in n#228839 and n#77738
2011-12-11dmapper: when parsing NS_ooxml::LN_CT_Spacing_lineRule, pTopContext may be nilMiklos Vajna
2011-12-09rtf import: Check for the first run even when getting \parCédric Bosdonnat
2011-12-09writerfilter: fix build breakersMichael Stahl
2011-12-09Removed useless code due to the move to SAL_INFOCédric Bosdonnat
2011-12-08Writerfilter: replace OSL_TRACE(...) by SAL_INFO("writerfilter",...)Cédric Bosdonnat
2011-12-07in modules, when we have a env we are in stage gbuildBjoern Michaelsen
2011-12-07make the linear xml processing API more genericLuboš Luňák
I'm pretty sure I'll love to use it in writerfilter instead of the normal API whenever I get the chance.
2011-12-07process element in endFastElement(), not in dtorLuboš Luňák
Otherwise with malformed xml the dtor is called in a place where the processing of the formula apparently corrupts the internal representation somehow and it is impossible to write the document back as docx. As a bonus, all UI elements related to saving get disabled, so the document then cannot be saved at all. Although this is only with malformed xml, which hopefully should never happen, it's still better to avoid this. Moreover it seems to be the proper way of coding the handlers anyway.
2011-12-07remove needless TODOLuboš Luňák
2011-12-06normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara
2011-12-05RTF import: fixed the handling of frame properties n#417818Cédric Bosdonnat
Change the RTF tokenizer to send the same tokens than the docx tokenizer for the <w:framePr> element.
2011-12-05sw, fixed some missing include in dbglevel>1Cédric Bosdonnat
2011-12-05docx: actually import the last frame of a section.Cédric Bosdonnat
When there is no paragraph outside the frame before the section end, the paragraphs weren't transformed to a frame.
2011-11-30read m:oMathParaLuboš Luňák
I'm unsure on what the difference to o:Math actually is, so just make sure the element and its contents are not ignored and each contained m:oMath will be read in separately.
2011-11-29set gb_PARTIALBUILD in CustomTargetsBjoern Michaelsen
2011-11-29move reconfigure into gbuildBjoern Michaelsen
2011-11-29I hate sal_Int*. Fix ambiguous overload on windows.Luboš Luňák
2011-11-29EMBEDDED_OBJECT UNO property now works, remove hackLuboš Luňák
2011-11-29set properly initial size of starmath component when importing docxLuboš Luňák
2011-11-29the bit hackish addFormula() shortcut is no longer necessaryLuboš Luňák
2011-11-29clean up and format codeLuboš Luňák
2011-11-29remove debug printfMiklos Vajna
2011-11-29RTF: Avoid importing unicode characters one by oneMiklos Vajna
This imprives speed of importing unicode text further. Results of a sample of chinese text of 5 pages: - before: 6.692s - after: 1.388s
2011-11-29mark these as constMiklos Vajna
2011-11-28Remove uses of OUString::setCharAtAugust Sodora
2011-11-28RTFDocumentImpl::resolveChars: don't send empty text tokens to dmapperMiklos Vajna
This speeds up importing unicode text a lot. Results of a sample of chinese text of 5 pages: - before: 18.351s - after: 6.692s
2011-11-27RTFSprm: remove unneeded includesMiklos Vajna
2011-11-27RTFReferenceProperties: remove unneeded includesMiklos Vajna
2011-11-27RTFValue: remove unneeded includesMiklos Vajna
2011-11-25make gbuild makefiles run independant of pwd againBjoern Michaelsen
2011-11-25RTF import: fixed the missing paragraph breaks from fdo#43206.Cédric Bosdonnat
"\\\n" is used as an equivalent to \par even though I couldn't find it in the specs.
2011-11-24remove debug outputLuboš Luňák