summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Expand)AuthorFilesLines
2014-11-15RTF import: handle right-to-left tablesMiklos Vajna1-1/+1
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava4-4/+4
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini5-5/+5
2014-11-09test for membership should be 'not in'Miklos Vajna2-4/+4
2014-11-08fdo#84645 RTF import: set DontBalanceTextColumns=true for the last section ...Miklos Vajna1-0/+6
2014-11-08writerfilter: SW_DEBUG_RTF_PASTE_{TO,FROM} is expected to be UTF-8Miklos Vajna1-2/+2
2014-11-07Correct number format mapping for CJK numbered lists in rtf/doc/docx filters.Mark Hung2-19/+77
2014-11-07writerfilter: handle ooxml:CT_TblPrBase_bidiVisualMiklos Vajna1-0/+7
2014-11-07DOCX import: fix rounding error in table cell widthsMiklos Vajna1-2/+2
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann6-12/+12
2014-11-06DOCX import: fix <w:tblW w:type="auto"/> handling when cells have fixed widthsMiklos Vajna1-10/+1
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin6-12/+12
2014-11-05fdo#85812: RTF import: better fix for run type in new groupsMichael Stahl1-2/+3
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin6-69/+69
2014-11-05fdo#85812: RTF import: fix run type in new groupsMichael Stahl1-0/+2
2014-11-04Use comphelper::SequenceAsVectorMiklos Vajna2-8/+3
2014-11-03be a little more consistent stylewiseCaolán McNamara1-1/+1
2014-11-02unused includes in RTF filter and related filesMiklos Vajna8-47/+0
2014-11-01fdo#82512 RTF import: fix position of column breakMiklos Vajna1-0/+8
2014-11-01coverity#1000600 Division or modulo by float zeroCaolán McNamara1-11/+18
2014-11-01oox: introduce W_TOKEN() macroMiklos Vajna1-4/+4
2014-10-31Removed duplicated includesAndrea Gelmini3-3/+0
2014-10-31Use oox::drawingml::convertEmuToHmm()Miklos Vajna4-17/+11
2014-10-30Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini1-1/+1
2014-10-30fdo#79602: sw: add new compatibiltiy flag PropLineSpacingShrinksFirstLineMichael Stahl1-0/+1
2014-10-29coverity#1202781 Division or modulo by zeroCaolán McNamara1-1/+2
2014-10-28coverity#1000600 Division or modulo by zeroCaolán McNamara1-5/+12
2014-10-26Avoid boost::optional<bool>Miklos Vajna1-5/+7
2014-10-26fdo#82076 RTF import: handle footnote in table cellMiklos Vajna2-2/+20
2014-10-25loplugin:unreffunMiklos Vajna1-21/+0
2014-10-25fdo#82859 RTF import: fillColor is unsignedMiklos Vajna1-1/+1
2014-10-25fdo#82859 RTF import: don't try to set CustomShapeGeometry on a TextFrameMiklos Vajna1-1/+1
2014-10-25only the now removed OOXML tokenizer called getType()Miklos Vajna16-63/+0
2014-10-25writerfilter: remove unused dumpXml() methodsMiklos Vajna4-140/+0
2014-10-25writerfilter: nobody generates FSPA references anymore, only doctok didMiklos Vajna3-45/+28
2014-10-25writerfilter: nobody generates PICF references anymore, only doctok didMiklos Vajna3-7/+2
2014-10-25fdo#85179 RTF filter: import image borderMiklos Vajna2-8/+25
2014-10-25writerfilter: avoid copy&pasteMiklos Vajna1-2/+3
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky2-11/+11
2014-10-23Fraction: Revert "error C2677: binary '*' : no global operator found"Jan Holesovsky1-1/+1
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky2-8/+8
2014-10-23WaE: unused parametersTor Lillqvist2-0/+2
2014-10-23loplugin: cstylecastNoel Grandin1-2/+2
2014-10-22i#84172 RTF import: handle nested groups inside redlinesMiklos Vajna2-0/+16
2014-10-21WaE: unused parametersTor Lillqvist1-0/+2
2014-10-20DOCX import: fix <w:pageBreakBefore> wrt. inherited stylesMiklos Vajna1-4/+1
2014-10-19fdo#83464 RTF import: \plain should reset \rtlch and \hich as wellMiklos Vajna1-0/+2
2014-10-18i#74153 RTF import: fix track changes vs superscript char propMiklos Vajna2-2/+15
2014-10-17UBSan: Don't force sal_Int32/float values into sal_uInt32Stephan Bergmann1-4/+10
2014-10-17Work around Clang 3.2 -Wnull-conversion bugStephan Bergmann25-169/+169