summaryrefslogtreecommitdiffstats
path: root/writerfilter
Commit message (Expand)AuthorAgeFilesLines
* WaE: non-virtual destructorTor Lillqvist2012-03-013-0/+8
* fix RTF import of drawing objects when there is no shape to sendMiklos Vajna2012-03-011-1/+1
* Related: fdo#46662 fix RTF import of leveltext destinationMiklos Vajna2012-02-291-0/+5
* fdo#46662 fix RTF import of numbering levelnumbersMiklos Vajna2012-02-291-1/+1
* RTFFrame::getSprms: use SAL_N_ELEMENTS()Miklos Vajna2012-02-281-1/+1
* clarify ambiguitiesCaolán McNamara2012-02-274-13/+13
* fdo#45187 revert "writerfilter import, fixed the shapes import"Miklos Vajna2012-02-242-9/+8
* removed remaining #if DEBUGCédric Bosdonnat2012-02-231-3/+0
* fdo#42465 fix RTF import of unicode characters with backwards compatibilityMiklos Vajna2012-02-221-1/+6
* RTF: clean up border property handlingMiklos Vajna2012-02-221-15/+7
* implement RTF import of non-box paragraph bordersMiklos Vajna2012-02-222-2/+29
* implement import of RTF_DOB{X,Y}{MARGIN,PAGE}Miklos Vajna2012-02-212-2/+26
* implement import of RTF_DPLINEMiklos Vajna2012-02-212-1/+47
* writerfilter: try to silence MacOSX-Intel tinderboxMiklos Vajna2012-02-201-1/+1
* gb_JunitTest_JunitTest takes only one argumentStephan Bergmann2012-02-201-1/+1
* n#695479 fix rtf/docx import of transparent framesMiklos Vajna2012-02-203-1/+8
* Get rid of size() == 0Elton Chung2012-02-194-7/+7
* fdo#45543 fix RTF import of ms932-encoded charactersMiklos Vajna2012-02-132-8/+25
* n#695479 fix RTF import of text frames with exact heightMiklos Vajna2012-02-131-2/+5
* fix RTF import of ffres token for checkboxesMiklos Vajna2012-02-131-1/+3
* fdo#39491 -I$(OUTDIR)/inc is set in SOLARINCMatúš Kukan2012-02-106-6/+0
* n#703032 fix RTF import of page breaks right before text framesMiklos Vajna2012-02-101-1/+13
* rtftok: remove unused variableMiklos Vajna2012-02-091-3/+0
* fdo#45553 fix RTF import of space-before/after tokensMiklos Vajna2012-02-091-2/+8
* Added and improved READMEs for modules which used to be in filterJosh Heidenreich2012-02-081-11/+14
* rtftok: use m_r prefix for C++ reference members onlyMiklos Vajna2012-02-074-33/+33
* n#192129 fix RTF import of PNG images with bogus width/heightMiklos Vajna2012-02-073-1/+32
* RTFSdrImport::resolve: replace 75 in the importer as wellMiklos Vajna2012-02-061-1/+2
* n#228839 an empty table grid can't have implicit mergesMiklos Vajna2012-02-061-1/+1
* switch to include-based build rather than sourced-based buildNorbert Thiebaud2012-02-051-35/+2
* dmapper: Switch paragraphs to RTL based on the value of w:BiDi.Muhammad Haggag2012-02-021-2/+7
* fdo#43965 more \page vs \pagebb fixesMiklos Vajna2012-01-302-3/+11
* fdo#43965 fix RTF import of page break symbolMiklos Vajna2012-01-301-0/+9
* writerfilter: drop unnecessary includes from DomainMapper.cxxMiklos Vajna2012-01-251-25/+0
* Fix for fdo43460 Part XLV getLength() to isEmpty()Olivier Hallot2012-01-2315-63/+63
* 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
* Fix RTF import of dotted and word underlineMiklos Vajna2012-01-201-3/+16
* 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
* 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