summaryrefslogtreecommitdiff
path: root/xmloff
AgeCommit message (Expand)Author
2014-04-05export label names that are strings, fdo#64722, cp#1000058Markus Mohrhard
2014-04-05no need for member variable and bool variableMarkus Mohrhard
2014-04-04glTF ODF export: use mimetype to decide about file typeZolnai Tamás
2014-04-04Use stored mime type for stream creationZolnai Tamás
2014-04-04Introduce a new media shape property to handle mime typeZolnai Tamás
2014-04-04resolved fdo#76777 now write correct number style condition operator !=Eike Rathke
2014-04-04accept proper number style condition != as not equal operator, fdo#76777Eike Rathke
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin
2014-04-02ODF import of glTF 3D modelsZolnai Tamás
2014-04-02ODF export of glTF 3D modelsZolnai Tamás
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-31xmloff: sal_Bool->boolNoel Grandin
2014-03-31xmloff: sal_Bool->boolNoel Grandin
2014-03-31xmloff: sal_Bool->boolNoel Grandin
2014-03-31xmloff: sal_Bool->boolNoel Grandin
2014-03-31xmloff: sal_Bool->boolNoel Grandin
2014-03-31xmloff: sal_Bool->boolNoel Grandin
2014-03-31xmloff: sal_Bool->boolNoel Grandin
2014-03-31xmloff: sal_Bool->boolNoel Grandin
2014-03-31xmloff: sal_Bool->boolNoel Grandin
2014-03-29typo: persistance -> persistenceThomas Arnhold
2014-03-28Remove remaining DBG_CTOR etc. remnants from xmloffStephan Bergmann
2014-03-28-Werror,-Wunused-const-variableStephan Bergmann
2014-03-28Merge back branch alg_writerframes to trunkArmin Le Grand
2014-03-26Export RoundedEdge property to ODF.Kohei Yoshida
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-26Split TYPEINFO into plain and TYPEINFO_OVERRIDEStephan Bergmann
2014-03-25Properly import and export the new chart type to and from ODF.Kohei Yoshida
2014-03-25Simplify by choosing shape kind in SvXMLElementExport constructorMatteo Casalin
2014-03-21coverity#705095 Unchecked dynamic_castCaolán McNamara
2014-03-21coverity#705345 Missing break in switchCaolán McNamara
2014-03-21coverity#704114 Unchecked return valueCaolán McNamara
2014-03-21coverity#705346 Missing break in switchCaolán McNamara
2014-03-21coverity#704115 Unchecked return valueCaolán McNamara
2014-03-21coverity#705096 Dereference after null checkCaolán McNamara
2014-03-20Resolves: #i124452# correct svg:viewBox for EnhancedCustomShape...Armin Le Grand
2014-03-19Add dash-dot and dash-dot-dot line styles.Kohei Yoshida
2014-03-18Disable unit tests which use library objects from libmerged on Windows.Matúš Kukan
2014-03-17remove element that was only written for binary formatsMarkus Mohrhard
2014-03-17property mapping importMarkus Mohrhard
2014-03-14fix odf validation errorMarkus Mohrhard
2014-03-13xmloff,vbahelper: prefer passing OUString and OString by referenceNoel Grandin
2014-03-12fdo#75872: ODF import: fix up graphics defaults stroke/fill colorsMichael Stahl
2014-03-12Spelling fix: suportedTor Lillqvist
2014-03-10fix one more ODF validation errorMarkus Mohrhard
2014-03-10fix odf validation errors around new chart regression curvesMarkus Mohrhard
2014-03-10support export of property mappingMarkus Mohrhard
2014-03-10unnecessary null pointer check before deleteMarkus Mohrhard
2014-03-10coverity#736008 Dereference after null checkCaolán McNamara
2014-03-10Keying on XTypeProvider::getImplementationId is unnecessary hereStephan Bergmann