summaryrefslogtreecommitdiff
path: root/xmloff
AgeCommit message (Expand)AuthorFilesLines
2014-03-25fix odf validation errorMarkus Mohrhard1-0/+1
2014-03-25fdo#75872: ODF import: fix up graphics defaults stroke/fill colorsMichael Stahl2-2/+82
2014-03-25fix odf validation errors around new chart regression curvesMarkus Mohrhard1-8/+19
2014-03-07fdo#75260: Correctly draw double lines for both Writer and Calc.Kohei Yoshida2-20/+27
2014-02-09fdo#74230: ODF export: write stroke and fill color in graphic defaultsMichael Stahl1-3/+4
2014-02-08fdo#73281: Why!?Kohei Yoshida1-1/+1
2014-01-27Resolves: fdo#73814 wrong name for drawing::PointSequenceSequence propertyCaolán McNamara1-4/+2
2014-01-24Resolves: fdo#73355 reconcile legacy path bug detectionCaolán McNamara4-5/+21
2013-12-20prepare to accept loext:contextual-spacing, fdo#58112Eike Rathke1-1/+7
2013-12-20added bool bForExport parameter to XMLPropertySetMapper ctorEike Rathke21-63/+84
2013-12-20prepared XMLPropertyMapEntry with mbImportOnly flagEike Rathke7-29/+31
2013-12-20reordered member variables for 4 byte alignmentEike Rathke1-2/+2
2013-12-19Backport Calc's data stream massive cleanup effort.Kohei Yoshida1-0/+3
2013-12-18fdo#72850: ODF export: don't export spurious style:display="false"Michael Stahl2-12/+13
2013-12-18fdo#72452: ODF import/export: fix handling of style:page-numberMichael Stahl2-4/+5
2013-12-14fdo#72697 actually write this only in ODF 1.2 extendedEike Rathke1-11/+27
2013-12-13fdo#72697 accept future <loext:sender-initials>Eike Rathke2-2/+3
2013-12-10sax, xmloff: fix ODF import/export of text:time/text:time-valueMichael Stahl3-5/+27
2013-12-09resolved fdo#72537 write <loext:fill-character>Eike Rathke2-2/+3
2013-12-09fix equalsAscii conversion. Noticed in fdo#72391Noel Grandin4-36/+35
2013-12-03Support regression curve name in ODF.Tomaž Vajngerl2-0/+2
2013-12-02fdo#71450 fdo#71698: ODF import: fix frame name corner casesMichael Stahl1-2/+10
2013-11-20avmedia: Implement "block untrusted referer links" featureStephan Bergmann1-1/+3
2013-11-19convert equalsAsciiL calls to startWith calls where possibleNoel Grandin4-39/+35
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin11-57/+56
2013-11-15Resolves: fdo#62461 put preferred image firstCaolán McNamara2-43/+52
2013-11-14SAL_WARN_UNUSED com::sun::star::uno::AnyStephan Bergmann4-7/+0
2013-11-14rhbz#887420 Implement "block untrusted referer links" featureStephan Bergmann2-1/+10
2013-11-14Move MediaDescriptor from comphelper to unotoolsStephan Bergmann2-4/+4
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann1-10/+1
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann1-6/+0
2013-11-14remove unnecessary sal_Unicode casts in XMLOFF moduleNoel Grandin45-247/+247
2013-11-13clear c++11ishCaolán McNamara2-6/+7
2013-11-13Respect svg:font-face-format element.Brennan Vincent3-4/+97
2013-11-11xmloff: include <> for external includesNorbert Thiebaud216-309/+309
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin6-16/+16
2013-11-11convert OUString !compareToAscii to equalsAsciiNoel Grandin1-1/+1
2013-11-11convert OUString 0==compareToAscii to equalsAsciiNoel Grandin6-27/+27
2013-11-11remove unnecessary use of OUString constructorNoel Grandin3-6/+6
2013-11-10cppcheck: reduce scopeJulien Nabet1-1/+1
2013-11-07remove misleading commentAndras Timar1-1/+1
2013-11-07fdo#63020: Replace ::comphelper::stl_begin()...Marcos Paulo de Souza4-10/+5
2013-11-07remove unnecessary use of OUString constructor in XMLOFF moduleNoel Grandin7-28/+24
2013-11-06Remove #ifdef TIMELOG'ed SAL_INFOsStephan Bergmann2-23/+0
2013-11-06check for empty stringCaolán McNamara1-1/+2
2013-11-05Resolves: #i123542# corrected ODF XML export of 3D cube and sphereArmin Le Grand1-9/+13
2013-11-05corrected export of polygons with textArmin Le Grand1-38/+30
2013-11-05update pchThomas Arnhold1-0/+5
2013-11-04remove redundant calls to OUString constructor in if expressionNoel Grandin1-6/+6
2013-11-04remove redundant calls to OUString constructorNoel Grandin3-5/+5