summaryrefslogtreecommitdiffstats
path: root/writerfilter
Commit message (Collapse)AuthorAgeFilesLines
* Fix for fdo43460 Part XLV getLength() to isEmpty()Olivier Hallot2012-01-2315-63/+63
| | | | | | Part XLV Modules writerfilter, writerperfect
* use $(GPERF) instead of using gperf from pathBapt2012-01-231-1/+1
|
* fdo#44983 Fix RTF import of \paperh and \paperwMiklos Vajna2012-01-211-6/+4
| | | | | These keywords should not only set the *default* paper height/width but also set the current values.
* Fix RTF import of dotted and word underlineMiklos Vajna2012-01-201-3/+16
| | | | The problem was that these are flags, not toggles.
* writerfilter/documentation: describe what an sprm isMiklos Vajna2012-01-191-2/+3
|
* a feeble attempt at at least some docs for writerfilterLuboš Luňák2012-01-191-0/+41
|
* fix reading w:charset, you misdesigned writerfilter monster (fdo#34814)Luboš Luňák2012-01-191-1/+1
|
* writerfilter: remove empty line before shebangMiklos Vajna2012-01-181-1/+0
|
* writerfilter: drop exec bit on non-script filesMiklos Vajna2012-01-183-0/+0
|
* WaE: narrowing conversion from unsigned int to sal_Int32David Tardon2012-01-151-1/+3
|
* these are not old component files anymoreMatúš Kukan2012-01-151-6/+3
|
* fdo#41034 improve RTF import of table cell spacingsMiklos Vajna2012-01-121-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
* fix prefix of command line switches (-- instead of -)Andras Timar2012-01-111-1/+1
|
* Fix MacOSX buildAugust Sodora2012-01-111-2/+2
|
* microopt, avoid unnecessary call to Tell()Miklos Vajna2012-01-111-2/+2
|
* fdo#38057 implement RTF import progressbarMiklos Vajna2012-01-118-11/+52
|
* Related: fdo#42151 implement cell text flow supportMiklos Vajna2012-01-091-0/+16
|
* fdo#42151 fix RTF import of vertically merged table cellsMiklos Vajna2012-01-091-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.
* catch exception by constant referenceTakeshi Abe2012-01-099-24/+22
|
* fdo#44053 fix RTF import of implicit horizontal table cell mergesMiklos Vajna2012-01-065-18/+38
|
* Removed unnecessary tools includes.Marcel Metz2012-01-051-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
* align ifdefs of usage and definitionsCaolán McNamara2012-01-054-10/+4
|
* callcatcher: drop some unused methodsCaolán McNamara2012-01-052-328/+21
|
* regenerate list under OSL_DEBUG_LEVEL=2Caolán McNamara2012-01-052-6/+0
|
* Related: fdo#43380 fix parsing of the \cf RTF tokenMiklos Vajna2011-12-271-1/+2
| | | | | Send the real color value to dmapper, not the index, which is meaningless outside the tokenizer.
* fdo#43380: fix crash in DomainMapper_Impl::SetFieldFFDataMiklos Vajna2011-12-271-3/+6
|
* dmapper: clog -> SAL_WARNMiklos Vajna2011-12-245-44/+15
|
* 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
| | | | | Add a try-catch, so in case setting crop data fails, the size data will be still set.
* writerfilter: fix dbglevel=2 buildMiklos Vajna2011-12-222-0/+80
| | | | | | This basically reverts e8f980d10cf95b8bced1ca18a55b2a4784f6dcc9 and b0e993d42e1df8c68c4c2684ab9dda27a1329594, while keeping callcatcher happy.
* Remove unused codeAugust Sodora2011-12-202-14/+0
|
* RTF/DOCX import: fixed the import of consecutive frames (n#703032)Cédric Bosdonnat2011-12-201-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.
* fdo#42109 fix RTF import of fields inside tablesMiklos Vajna2011-12-202-9/+45
|
* callcatcher: Remove unused codeAugust Sodora2011-12-192-58/+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
|
* configmgr.component is no longer an old one.Stephan Bergmann2011-12-141-1/+1
|
* 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
| | | | This fixes the import of pictures in n#228839 and n#77738
* 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
|
* in modules, when we have a env we are in stage gbuildBjoern Michaelsen2011-12-071-0/+1
|
* make the linear xml processing API more genericLuboš Luňák2011-12-072-30/+70
| | | | | I'm pretty sure I'll love to use it in writerfilter instead of the normal API whenever I get the chance.
* process element in endFastElement(), not in dtorLuboš Luňák2011-12-072-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.
* remove needless TODOLuboš Luňák2011-12-071-1/+1
|
* normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara2011-12-067-35/+28
|