summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Collapse)AuthorFilesLines
2012-01-25writerfilter: drop unnecessary includes from DomainMapper.cxxMiklos Vajna1-25/+0
2012-01-23Fix for fdo43460 Part XLV getLength() to isEmpty()Olivier Hallot15-63/+63
Part XLV Modules writerfilter, writerperfect
2012-01-23use $(GPERF) instead of using gperf from pathBapt1-1/+1
2012-01-21fdo#44983 Fix RTF import of \paperh and \paperwMiklos Vajna1-6/+4
These keywords should not only set the *default* paper height/width but also set the current values.
2012-01-20Fix RTF import of dotted and word underlineMiklos Vajna1-3/+16
The problem was that these are flags, not toggles.
2012-01-19writerfilter/documentation: describe what an sprm isMiklos Vajna1-2/+3
2012-01-19a feeble attempt at at least some docs for writerfilterLuboš Luňák1-0/+41
2012-01-19fix reading w:charset, you misdesigned writerfilter monster (fdo#34814)Luboš Luňák1-1/+1
2012-01-18writerfilter: remove empty line before shebangMiklos Vajna1-1/+0
2012-01-18writerfilter: drop exec bit on non-script filesMiklos Vajna3-0/+0
2012-01-15WaE: narrowing conversion from unsigned int to sal_Int32David Tardon1-1/+3
2012-01-15these are not old component files anymoreMatúš Kukan1-6/+3
2012-01-12fdo#41034 improve RTF import of table cell spacingsMiklos Vajna1-6/+8
1) for empty cells, not only paragraph properties, but but character properties should be emitted as well (e.g. font) 2) \sb and \sb is an attribute, not an sprm (it was ignored) 3) \sl was ~ignored due to a typo
2012-01-11fix prefix of command line switches (-- instead of -)Andras Timar1-1/+1
2012-01-11Fix MacOSX buildAugust Sodora1-2/+2
2012-01-11microopt, avoid unnecessary call to Tell()Miklos Vajna1-2/+2
2012-01-11fdo#38057 implement RTF import progressbarMiklos Vajna8-11/+52
2012-01-09Related: fdo#42151 implement cell text flow supportMiklos Vajna1-0/+16
2012-01-09fdo#42151 fix RTF import of vertically merged table cellsMiklos Vajna1-0/+7
The problem was that \row took care of states (which is right, since \trowd wants to reset row properties to the default state), but it should not respect state pops.
2012-01-09catch exception by constant referenceTakeshi Abe9-24/+22
2012-01-06fdo#44053 fix RTF import of implicit horizontal table cell mergesMiklos Vajna5-18/+38
2012-01-05Removed unnecessary tools includes.Marcel Metz1-1/+1
Hello lo-devs, this patch series removes a lot of unnecessary includes for the various tools header. The patches without suffix should be applied to the core repository, the .binfilter.patch suffix should be applied to the binfilter repository. I've tested the build with the configuration --enable-binfilter --enable-dbgutil --enable-debug, is this sufficient or did I miss another important configuration, that enables some conditional compiled code? I've only build this on linux-x86_64, but the patch also touches some of the mac specific code like fpicker/source/aqua/SalAquaFilePicker.mm so it would be maybe a good idea to test this patch. regards Marcel Metz
2012-01-05align ifdefs of usage and definitionsCaolán McNamara4-10/+4
2012-01-05callcatcher: drop some unused methodsCaolán McNamara2-328/+21
2012-01-05regenerate list under OSL_DEBUG_LEVEL=2Caolán McNamara2-6/+0
2011-12-27Related: fdo#43380 fix parsing of the \cf RTF tokenMiklos Vajna1-1/+2
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 Vajna1-3/+6
2011-12-24dmapper: clog -> SAL_WARNMiklos Vajna5-44/+15
2011-12-22dmapper: clog -> SAL_WARN in GraphicImportMiklos Vajna1-5/+5
2011-12-22fdo#40937 fix RTF import of images with invalid crop dataMiklos Vajna1-2/+11
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 Vajna2-0/+80
This basically reverts e8f980d10cf95b8bced1ca18a55b2a4784f6dcc9 and b0e993d42e1df8c68c4c2684ab9dda27a1329594, while keeping callcatcher happy.
2011-12-20Remove unused codeAugust Sodora2-14/+0
2011-12-20RTF/DOCX import: fixed the import of consecutive frames (n#703032)Cédric Bosdonnat1-0/+7
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 Vajna2-9/+45
2011-12-19callcatcher: Remove unused codeAugust Sodora2-58/+0
2011-12-16at least process sub-elements of w:customXml (fdo#35983)Luboš Luňák1-0/+15
2011-12-15Removed extra semicolonsJesse2-4/+4
2011-12-14n#228839: Fix RTF import crasher with \keep in table propertiesCédric Bosdonnat1-2/+2
2011-12-14configmgr.component is no longer an old one.Stephan Bergmann1-1/+1
2011-12-13n#703032: Fixed an RTF import crash when handling formdata in non-FORM fieldsCédric Bosdonnat2-4/+22
2011-12-13RTF import: default scale for images is 100% not 0%Cédric Bosdonnat1-2/+2
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 Vajna1-3/+10
2011-12-09rtf import: Check for the first run even when getting \parCédric Bosdonnat1-0/+1
2011-12-09writerfilter: fix build breakersMichael Stahl2-5/+2
2011-12-09Removed useless code due to the move to SAL_INFOCédric Bosdonnat2-15/+1
2011-12-08Writerfilter: replace OSL_TRACE(...) by SAL_INFO("writerfilter",...)Cédric Bosdonnat6-32/+33
2011-12-07in modules, when we have a env we are in stage gbuildBjoern Michaelsen1-0/+1
2011-12-07make the linear xml processing API more genericLuboš Luňák2-30/+70
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ňák2-3/+8
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ňák1-1/+1