summaryrefslogtreecommitdiffstats
path: root/xmloff
Commit message (Expand)AuthorAgeFilesLines
* export label names that are strings, fdo#64722, cp#1000058Markus Mohrhard2014-04-057-4/+74
* no need for member variable and bool variableMarkus Mohrhard2014-04-052-6/+4
* glTF ODF export: use mimetype to decide about file typeZolnai Tamás2014-04-041-1/+1
* Use stored mime type for stream creationZolnai Tamás2014-04-041-10/+8
* Introduce a new media shape property to handle mime typeZolnai Tamás2014-04-042-10/+5
* resolved fdo#76777 now write correct number style condition operator !=Eike Rathke2014-04-041-1/+1
* accept proper number style condition != as not equal operator, fdo#76777Eike Rathke2014-04-041-1/+8
* remove unnecessary scope qualifier from sal_Bool usesNoel Grandin2014-04-031-2/+2
* ODF import of glTF 3D modelsZolnai Tamás2014-04-021-1/+2
* ODF export of glTF 3D modelsZolnai Tamás2014-04-021-1/+63
* Explicitly mark overriding destructors as "virtual"Stephan Bergmann2014-04-0144-47/+47
* xmloff: sal_Bool->boolNoel Grandin2014-03-3128-124/+123
* xmloff: sal_Bool->boolNoel Grandin2014-03-3115-268/+267
* xmloff: sal_Bool->boolNoel Grandin2014-03-3158-484/+483
* xmloff: sal_Bool->boolNoel Grandin2014-03-3117-209/+208
* xmloff: sal_Bool->boolNoel Grandin2014-03-317-33/+33
* xmloff: sal_Bool->boolNoel Grandin2014-03-3119-80/+80
* xmloff: sal_Bool->boolNoel Grandin2014-03-3114-83/+83
* xmloff: sal_Bool->boolNoel Grandin2014-03-315-12/+12
* xmloff: sal_Bool->boolNoel Grandin2014-03-315-95/+72
* typo: persistance -> persistenceThomas Arnhold2014-03-292-2/+2
* Remove remaining DBG_CTOR etc. remnants from xmloffStephan Bergmann2014-03-281-5/+0
* -Werror,-Wunused-const-variableStephan Bergmann2014-03-281-10/+0
* Merge back branch alg_writerframes to trunkArmin Le Grand2014-03-284-11/+99
* Export RoundedEdge property to ODF.Kohei Yoshida2014-03-262-0/+4
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-26259-1224/+1224
* Split TYPEINFO into plain and TYPEINFO_OVERRIDEStephan Bergmann2014-03-26128-254/+254
* Properly import and export the new chart type to and from ODF.Kohei Yoshida2014-03-253-0/+10
* Simplify by choosing shape kind in SvXMLElementExport constructorMatteo Casalin2014-03-251-14/+3
* coverity#705095 Unchecked dynamic_castCaolán McNamara2014-03-211-1/+1
* coverity#705345 Missing break in switchCaolán McNamara2014-03-211-0/+1
* coverity#704114 Unchecked return valueCaolán McNamara2014-03-211-2/+3
* coverity#705346 Missing break in switchCaolán McNamara2014-03-211-0/+1
* coverity#704115 Unchecked return valueCaolán McNamara2014-03-211-14/+18
* coverity#705096 Dereference after null checkCaolán McNamara2014-03-211-3/+8
* Resolves: #i124452# correct svg:viewBox for EnhancedCustomShape...Armin Le Grand2014-03-201-1/+42
* Add dash-dot and dash-dot-dot line styles.Kohei Yoshida2014-03-192-0/+10
* Disable unit tests which use library objects from libmerged on Windows.Matúš Kukan2014-03-181-4/+2
* remove element that was only written for binary formatsMarkus Mohrhard2014-03-173-52/+0
* property mapping importMarkus Mohrhard2014-03-176-1/+196
* fix odf validation errorMarkus Mohrhard2014-03-141-1/+2
* xmloff,vbahelper: prefer passing OUString and OString by referenceNoel Grandin2014-03-1327-89/+89
* fdo#75872: ODF import: fix up graphics defaults stroke/fill colorsMichael Stahl2014-03-122-2/+82
* Spelling fix: suportedTor Lillqvist2014-03-121-1/+1
* fix one more ODF validation errorMarkus Mohrhard2014-03-101-1/+1
* fix odf validation errors around new chart regression curvesMarkus Mohrhard2014-03-101-8/+19
* support export of property mappingMarkus Mohrhard2014-03-102-0/+44
* unnecessary null pointer check before deleteMarkus Mohrhard2014-03-101-2/+1
* coverity#736008 Dereference after null checkCaolán McNamara2014-03-101-2/+4
* Keying on XTypeProvider::getImplementationId is unnecessary hereStephan Bergmann2014-03-102-75/+27