summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Expand)Author
2014-10-30Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini
2014-10-30fdo#79602: sw: add new compatibiltiy flag PropLineSpacingShrinksFirstLineMichael Stahl
2014-10-29coverity#1202781 Division or modulo by zeroCaolán McNamara
2014-10-28coverity#1000600 Division or modulo by zeroCaolán McNamara
2014-10-26Avoid boost::optional<bool>Miklos Vajna
2014-10-26fdo#82076 RTF import: handle footnote in table cellMiklos Vajna
2014-10-25loplugin:unreffunMiklos Vajna
2014-10-25fdo#82859 RTF import: fillColor is unsignedMiklos Vajna
2014-10-25fdo#82859 RTF import: don't try to set CustomShapeGeometry on a TextFrameMiklos Vajna
2014-10-25only the now removed OOXML tokenizer called getType()Miklos Vajna
2014-10-25writerfilter: remove unused dumpXml() methodsMiklos Vajna
2014-10-25writerfilter: nobody generates FSPA references anymore, only doctok didMiklos Vajna
2014-10-25writerfilter: nobody generates PICF references anymore, only doctok didMiklos Vajna
2014-10-25fdo#85179 RTF filter: import image borderMiklos Vajna
2014-10-25writerfilter: avoid copy&pasteMiklos Vajna
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky
2014-10-23Fraction: Revert "error C2677: binary '*' : no global operator found"Jan Holesovsky
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky
2014-10-23WaE: unused parametersTor Lillqvist
2014-10-23loplugin: cstylecastNoel Grandin
2014-10-22i#84172 RTF import: handle nested groups inside redlinesMiklos Vajna
2014-10-21WaE: unused parametersTor Lillqvist
2014-10-20DOCX import: fix <w:pageBreakBefore> wrt. inherited stylesMiklos Vajna
2014-10-19fdo#83464 RTF import: \plain should reset \rtlch and \hich as wellMiklos Vajna
2014-10-18i#74153 RTF import: fix track changes vs superscript char propMiklos Vajna
2014-10-17UBSan: Don't force sal_Int32/float values into sal_uInt32Stephan Bergmann
2014-10-17Work around Clang 3.2 -Wnull-conversion bugStephan Bergmann
2014-10-17DOCX import: parse <w:spacing>'s w:before/afterLines attributeMiklos Vajna
2014-10-17writerfilter: Fix various Clang warningsStephan Bergmann
2014-10-17error: use of undeclared identifier 'sResult'Miklos Vajna
2014-10-17DEBUG_DOMAINMAPPER -> DEBUG_WRITERFILTERMiklos Vajna
2014-10-17fix incremental buildMiklos Vajna
2014-10-16writerfilter: make dmapper logging a runtime decision, not a buildtime oneMiklos Vajna
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon
2014-10-16fdo#77716 DOCX import: fix handling of user-defined Standard styleMiklos Vajna
2014-10-16writerfilter: check for DEBUG_DOMAINMAPPER, not OSL_DEBUG_LEVEL explicitlyMiklos Vajna
2014-10-16writerfilter: fix include guardMiklos Vajna
2014-10-16DEBUG_WRAP_POLYGON_HANDLER would be never definedMiklos Vajna
2014-10-15writerfilter: call to SAL_WARN() is not expensiveMiklos Vajna
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann
2014-10-15fdo#82860 RTF import: fix handling of SHAPE fieldsMiklos Vajna
2014-10-14fdo#82071 RTF import: get rid of unexpected underlining in TOC fieldMiklos Vajna
2014-10-13Use comphelper::SequenceAsVectorMiklos Vajna
2014-10-13create a macro library for implementing bit-flags typesNoel Grandin
2014-10-13Avoid manual realloc, use comphelper::SequenceAsVector insteadMiklos Vajna
2014-10-12Remove dead codeMiklos Vajna
2014-10-12Clean up now unnecessary boost::bind() magic in RTFSdrImport::initShape()Miklos Vajna
2014-10-12RTF filter: fix \acc* handlingMiklos Vajna
2014-10-12DOCX filter: fix <w:em> handlingMiklos Vajna
2014-10-12Typo: compatability->compatibilityJulien Nabet