summaryrefslogtreecommitdiff
path: root/xmloff
AgeCommit message (Expand)AuthorFilesLines
2014-04-06coverity#704111: Unchecked return valueNorbert Thiebaud1-2/+3
2014-04-06coverity#441207: Logicaly dead codeNorbert Thiebaud1-8/+3
2014-04-05export label names that are strings, fdo#64722, cp#1000058Markus Mohrhard7-4/+74
2014-04-05no need for member variable and bool variableMarkus Mohrhard2-6/+4
2014-04-04glTF ODF export: use mimetype to decide about file typeZolnai Tamás1-1/+1
2014-04-04Use stored mime type for stream creationZolnai Tamás1-10/+8
2014-04-04Introduce a new media shape property to handle mime typeZolnai Tamás2-10/+5
2014-04-04resolved fdo#76777 now write correct number style condition operator !=Eike Rathke1-1/+1
2014-04-04accept proper number style condition != as not equal operator, fdo#76777Eike Rathke1-1/+8
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin1-2/+2
2014-04-02ODF import of glTF 3D modelsZolnai Tamás1-1/+2
2014-04-02ODF export of glTF 3D modelsZolnai Tamás1-1/+63
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann44-47/+47
2014-03-31xmloff: sal_Bool->boolNoel Grandin28-124/+123
2014-03-31xmloff: sal_Bool->boolNoel Grandin15-268/+267
2014-03-31xmloff: sal_Bool->boolNoel Grandin58-484/+483
2014-03-31xmloff: sal_Bool->boolNoel Grandin17-209/+208
2014-03-31xmloff: sal_Bool->boolNoel Grandin7-33/+33
2014-03-31xmloff: sal_Bool->boolNoel Grandin19-80/+80
2014-03-31xmloff: sal_Bool->boolNoel Grandin14-83/+83
2014-03-31xmloff: sal_Bool->boolNoel Grandin5-12/+12
2014-03-31xmloff: sal_Bool->boolNoel Grandin5-95/+72
2014-03-29typo: persistance -> persistenceThomas Arnhold2-2/+2
2014-03-28Remove remaining DBG_CTOR etc. remnants from xmloffStephan Bergmann1-5/+0
2014-03-28-Werror,-Wunused-const-variableStephan Bergmann1-10/+0
2014-03-28Merge back branch alg_writerframes to trunkArmin Le Grand4-11/+99
2014-03-26Export RoundedEdge property to ODF.Kohei Yoshida2-0/+4
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann259-1224/+1224
2014-03-26Split TYPEINFO into plain and TYPEINFO_OVERRIDEStephan Bergmann128-254/+254
2014-03-25Properly import and export the new chart type to and from ODF.Kohei Yoshida3-0/+10
2014-03-25Simplify by choosing shape kind in SvXMLElementExport constructorMatteo Casalin1-14/+3
2014-03-21coverity#705095 Unchecked dynamic_castCaolán McNamara1-1/+1
2014-03-21coverity#705345 Missing break in switchCaolán McNamara1-0/+1
2014-03-21coverity#704114 Unchecked return valueCaolán McNamara1-2/+3
2014-03-21coverity#705346 Missing break in switchCaolán McNamara1-0/+1
2014-03-21coverity#704115 Unchecked return valueCaolán McNamara1-14/+18
2014-03-21coverity#705096 Dereference after null checkCaolán McNamara1-3/+8
2014-03-20Resolves: #i124452# correct svg:viewBox for EnhancedCustomShape...Armin Le Grand1-1/+42
2014-03-19Add dash-dot and dash-dot-dot line styles.Kohei Yoshida2-0/+10
2014-03-18Disable unit tests which use library objects from libmerged on Windows.Matúš Kukan1-4/+2
2014-03-17remove element that was only written for binary formatsMarkus Mohrhard3-52/+0
2014-03-17property mapping importMarkus Mohrhard6-1/+196
2014-03-14fix odf validation errorMarkus Mohrhard1-1/+2
2014-03-13xmloff,vbahelper: prefer passing OUString and OString by referenceNoel Grandin27-89/+89
2014-03-12fdo#75872: ODF import: fix up graphics defaults stroke/fill colorsMichael Stahl2-2/+82
2014-03-12Spelling fix: suportedTor Lillqvist1-1/+1
2014-03-10fix one more ODF validation errorMarkus Mohrhard1-1/+1
2014-03-10fix odf validation errors around new chart regression curvesMarkus Mohrhard1-8/+19
2014-03-10support export of property mappingMarkus Mohrhard2-0/+44
2014-03-10unnecessary null pointer check before deleteMarkus Mohrhard1-2/+1