summaryrefslogtreecommitdiffstats
path: root/xmloff
Commit message (Expand)AuthorAgeFilesLines
* fdo#76697: Remove this duplicate and use the UNO constant values instead.Kohei Yoshida2014-04-031-34/+17
* fdo#75872: ODF import: fix up graphics defaults stroke/fill colorsMichael Stahl2014-03-172-2/+82
* fix odf validation errors around new chart regression curvesMarkus Mohrhard2014-03-111-8/+19
* fdo#75260: Correctly draw double lines for both Writer and Calc.Kohei Yoshida2014-03-052-20/+27
* fdo#74230: ODF export: write stroke and fill color in graphic defaultsMichael Stahl2014-02-091-3/+4
* fdo#73281: Why!?Kohei Yoshida2014-02-081-1/+1
* Resolves: fdo#73814 wrong name for drawing::PointSequenceSequence propertyCaolán McNamara2014-01-271-4/+2
* Resolves: fdo#73355 reconcile legacy path bug detectionCaolán McNamara2014-01-244-5/+21
* prepare to accept loext:contextual-spacing, fdo#58112Eike Rathke2013-12-201-1/+7
* added bool bForExport parameter to XMLPropertySetMapper ctorEike Rathke2013-12-2021-63/+84
* prepared XMLPropertyMapEntry with mbImportOnly flagEike Rathke2013-12-207-29/+31
* reordered member variables for 4 byte alignmentEike Rathke2013-12-201-2/+2
* Backport Calc's data stream massive cleanup effort.Kohei Yoshida2013-12-191-0/+3
* fdo#72850: ODF export: don't export spurious style:display="false"Michael Stahl2013-12-182-12/+13
* fdo#72452: ODF import/export: fix handling of style:page-numberMichael Stahl2013-12-182-4/+5
* fdo#72697 actually write this only in ODF 1.2 extendedEike Rathke2013-12-141-11/+27
* fdo#72697 accept future <loext:sender-initials>Eike Rathke2013-12-132-2/+3
* sax, xmloff: fix ODF import/export of text:time/text:time-valueMichael Stahl2013-12-103-5/+27
* resolved fdo#72537 write <loext:fill-character>Eike Rathke2013-12-092-2/+3
* fix equalsAscii conversion. Noticed in fdo#72391Noel Grandin2013-12-094-36/+35
* Support regression curve name in ODF.Tomaž Vajngerl2013-12-032-0/+2
* fdo#71450 fdo#71698: ODF import: fix frame name corner casesMichael Stahl2013-12-021-2/+10
* avmedia: Implement "block untrusted referer links" featureStephan Bergmann2013-11-201-1/+3
* convert equalsAsciiL calls to startWith calls where possibleNoel Grandin2013-11-194-39/+35
* remove unnecessary use of OUString constructor when assigningNoel Grandin2013-11-1911-57/+56
* Resolves: fdo#62461 put preferred image firstCaolán McNamara2013-11-152-43/+52
* SAL_WARN_UNUSED com::sun::star::uno::AnyStephan Bergmann2013-11-144-7/+0
* rhbz#887420 Implement "block untrusted referer links" featureStephan Bergmann2013-11-142-1/+10
* Move MediaDescriptor from comphelper to unotoolsStephan Bergmann2013-11-142-4/+4
* -Werror,-Wunused-member-functionStephan Bergmann2013-11-141-10/+1
* -Werror,-Wunused-member-functionStephan Bergmann2013-11-141-6/+0
* remove unnecessary sal_Unicode casts in XMLOFF moduleNoel Grandin2013-11-1445-247/+247
* clear c++11ishCaolán McNamara2013-11-132-6/+7
* Respect svg:font-face-format element.Brennan Vincent2013-11-133-4/+97
* xmloff: include <> for external includesNorbert Thiebaud2013-11-11216-309/+309
* convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin2013-11-116-16/+16
* convert OUString !compareToAscii to equalsAsciiNoel Grandin2013-11-111-1/+1
* convert OUString 0==compareToAscii to equalsAsciiNoel Grandin2013-11-116-27/+27
* remove unnecessary use of OUString constructorNoel Grandin2013-11-113-6/+6
* cppcheck: reduce scopeJulien Nabet2013-11-101-1/+1
* remove misleading commentAndras Timar2013-11-071-1/+1
* fdo#63020: Replace ::comphelper::stl_begin()...Marcos Paulo de Souza2013-11-074-10/+5
* remove unnecessary use of OUString constructor in XMLOFF moduleNoel Grandin2013-11-077-28/+24
* Remove #ifdef TIMELOG'ed SAL_INFOsStephan Bergmann2013-11-062-23/+0
* check for empty stringCaolán McNamara2013-11-061-1/+2
* Resolves: #i123542# corrected ODF XML export of 3D cube and sphereArmin Le Grand2013-11-051-9/+13
* corrected export of polygons with textArmin Le Grand2013-11-051-38/+30
* update pchThomas Arnhold2013-11-051-0/+5
* remove redundant calls to OUString constructor in if expressionNoel Grandin2013-11-041-6/+6
* remove redundant calls to OUString constructorNoel Grandin2013-11-043-5/+5