summaryrefslogtreecommitdiffstats
path: root/writerfilter/source
Commit message (Expand)AuthorAgeFilesLines
* dmapper: clog -> SAL_WARN in GraphicImportMiklos Vajna2011-12-221-5/+5
* fdo#40937 fix RTF import of images with invalid crop dataMiklos Vajna2011-12-221-2/+11
* writerfilter: fix dbglevel=2 buildMiklos Vajna2011-12-221-0/+69
* Remove unused codeAugust Sodora2011-12-201-12/+0
* RTF/DOCX import: fixed the import of consecutive frames (n#703032)Cédric Bosdonnat2011-12-201-0/+7
* fdo#42109 fix RTF import of fields inside tablesMiklos Vajna2011-12-202-9/+45
* callcatcher: Remove unused codeAugust Sodora2011-12-191-53/+0
* at least process sub-elements of w:customXml (fdo#35983)Luboš Luňák2011-12-161-0/+15
* Removed extra semicolonsJesse2011-12-152-4/+4
* n#228839: Fix RTF import crasher with \keep in table propertiesCédric Bosdonnat2011-12-141-2/+2
* n#703032: Fixed an RTF import crash when handling formdata in non-FORM fieldsCédric Bosdonnat2011-12-132-4/+22
* RTF import: default scale for images is 100% not 0%Cédric Bosdonnat2011-12-131-2/+2
* dmapper: when parsing NS_ooxml::LN_CT_Spacing_lineRule, pTopContext may be nilMiklos Vajna2011-12-111-3/+10
* rtf import: Check for the first run even when getting \parCédric Bosdonnat2011-12-091-0/+1
* writerfilter: fix build breakersMichael Stahl2011-12-092-5/+2
* Removed useless code due to the move to SAL_INFOCédric Bosdonnat2011-12-092-15/+1
* Writerfilter: replace OSL_TRACE(...) by SAL_INFO("writerfilter",...)Cédric Bosdonnat2011-12-086-32/+33
* make the linear xml processing API more genericLuboš Luňák2011-12-072-30/+70
* process element in endFastElement(), not in dtorLuboš Luňák2011-12-072-3/+8
* remove needless TODOLuboš Luňák2011-12-071-1/+1
* RTF import: fixed the handling of frame properties n#417818Cédric Bosdonnat2011-12-057-105/+393
* sw, fixed some missing include in dbglevel>1Cédric Bosdonnat2011-12-051-4/+2
* docx: actually import the last frame of a section.Cédric Bosdonnat2011-12-053-115/+120
* read m:oMathParaLuboš Luňák2011-11-301-0/+1
* set gb_PARTIALBUILD in CustomTargetsBjoern Michaelsen2011-11-291-0/+2
* I hate sal_Int*. Fix ambiguous overload on windows.Luboš Luňák2011-11-291-2/+2
* EMBEDDED_OBJECT UNO property now works, remove hackLuboš Luňák2011-11-291-1/+1
* set properly initial size of starmath component when importing docxLuboš Luňák2011-11-291-0/+10
* the bit hackish addFormula() shortcut is no longer necessaryLuboš Luňák2011-11-291-4/+0
* clean up and format codeLuboš Luňák2011-11-291-23/+23
* remove debug printfMiklos Vajna2011-11-291-1/+0
* RTF: Avoid importing unicode characters one by oneMiklos Vajna2011-11-292-3/+35
* mark these as constMiklos Vajna2011-11-292-6/+6
* Remove uses of OUString::setCharAtAugust Sodora2011-11-281-19/+19
* RTFDocumentImpl::resolveChars: don't send empty text tokens to dmapperMiklos Vajna2011-11-281-1/+1
* RTFSprm: remove unneeded includesMiklos Vajna2011-11-271-2/+0
* RTFReferenceProperties: remove unneeded includesMiklos Vajna2011-11-272-3/+0
* RTFValue: remove unneeded includesMiklos Vajna2011-11-272-6/+0
* RTF import: fixed the missing paragraph breaks from fdo#43206.Cédric Bosdonnat2011-11-251-0/+1
* remove debug outputLuboš Luňák2011-11-244-14/+1
* rename and move mathml oox support classes in oox to better placesLuboš Luňák2011-11-243-5/+6
* remove debug outputLuboš Luňák2011-11-241-2/+0
* ooxml mathml import - first very basic implementationLuboš Luňák2011-11-243-20/+16
* initial (very hacky) work on mathml ooxml importLuboš Luňák2011-11-2413-0/+197
* RTF import: partly fixed the WMF images scaling.Cédric Bosdonnat2011-11-243-2/+20
* RTF: OLE object import with graphic result fixed, the file can now be openedCédric Bosdonnat2011-11-231-1/+1
* Show some exception message when getting one in RtfFilterCédric Bosdonnat2011-11-231-1/+6
* RTF import: better implement \trrh to import fixed height rowsCédric Bosdonnat2011-11-221-0/+15
* writerfilter: Fixed crasher when importing docx files with dbglevel>1Cédric Bosdonnat2011-11-221-7/+6
* n#417818: empty paragraphs in tables weren't considered in the table.Cédric Bosdonnat2011-11-221-2/+1