summaryrefslogtreecommitdiff
path: root/xmloff
AgeCommit message (Expand)Author
2014-04-17coverity#738948 Uninitialized scalar fieldCaolán McNamara
2014-04-16fdo#77027: add some comments to prevent such oversightsMichael Stahl
2014-04-16xmloff: we used to call it LOdev back in 4.0 so check that tooMichael Stahl
2014-04-16ODF import: detect "LibreOfficeDev" in meta:generator tooMichael Stahl
2014-04-16fdo#77027: ODF import: fix wrong version in check for embedded objectsMichael Stahl
2014-04-15whitespace for include statementsThomas Arnhold
2014-04-15WaE: 'bHidden' may be used uninitialized in this functionTor Lillqvist
2014-04-15xmloff: sal_Bool->boolNoel Grandin
2014-04-14update_pchThomas Arnhold
2014-04-14typo: attribut -> attributeThomas Arnhold
2014-04-14typo: noone -> no oneThomas Arnhold
2014-04-14typo: paramter -> parameterThomas Arnhold
2014-04-14typo: implicitely -> implicitlyThomas Arnhold
2014-04-14typo: currect -> currentThomas Arnhold
2014-04-14typo: choosen -> chosenThomas Arnhold
2014-04-10It's "its", not "it's"Tor Lillqvist
2014-04-09Clean up function declarations and some unused functionsStephan Bergmann
2014-04-07Replace SV_DECL/IMPL_REF macros with SvRef templateStephan Bergmann
2014-04-06coverity#704111: Unchecked return valueNorbert Thiebaud
2014-04-06coverity#441207: Logicaly dead codeNorbert Thiebaud
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