summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Expand)AuthorFilesLines
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
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
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
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
2012-01-30fdo#43965 more \page vs \pagebb fixesMiklos Vajna2-3/+11
2012-01-30fdo#43965 fix RTF import of page break symbolMiklos Vajna1-0/+9
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
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
2012-01-20Fix RTF import of dotted and word underlineMiklos Vajna1-3/+16
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
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
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
2012-01-05align ifdefs of usage and definitionsCaolán McNamara4-10/+4
2012-01-05callcatcher: drop some unused methodsCaolán McNamara2-328/+21