summaryrefslogtreecommitdiffstats
path: root/xmloff
Commit message (Expand)AuthorAgeFilesLines
* fix import issue with property mappingMarkus Mohrhard2014-05-191-0/+9
* Correct common misspellings, and remove some ASCII art along the way.Chris Laplante2014-05-172-2/+2
* Comment why it's not a copy paste errorJulien Nabet2014-05-171-0/+5
* ODF filters: fallback glTF model to bitmap for older versionsZolnai Tamás2014-05-162-8/+60
* Fix class name typo in commentZolnai Tamás2014-05-161-1/+1
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part12Julien Nabet2014-05-141-2/+2
* Typo: shoud -> shouldJulien Nabet2014-05-131-1/+1
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part10Julien Nabet2014-05-114-6/+6
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part9Julien Nabet2014-05-104-13/+13
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8Julien Nabet2014-05-107-23/+23
* fdo#77451 Detect AOO 4.x for SvXMLImport::needFixPositionAfterZLaurent Balland-Poirier2014-05-081-4/+6
* cppcheck: Prefer prefix ++/-- operators for non-primitive typesJulien Nabet2014-05-081-2/+2
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part3Julien Nabet2014-05-061-12/+12
* simplify ternary conditions "xxx ? yyy : false"Noel Grandin2014-05-054-4/+4
* Many spelling fixes: directories r* - z*.Pedro Giffuni2014-05-0113-15/+15
* set graphic properties for error bars during import, fdo#78041Markus Mohrhard2014-05-011-0/+15
* German Comment translationMichael Meeks2014-04-281-4/+4
* Fix typo: cought => caughtMatteo Casalin2014-04-274-5/+5
* sepcified -> specified.Jan Holesovsky2014-04-271-2/+2
* WaE: implicit conversion of literal of type 'sal_Bool' to 'bool'Tor Lillqvist2014-04-251-1/+1
* i#124638 support for DrawingLayre FillStyle for GraphicFrames and ...Armin Le Grand2014-04-251-1/+80
* remove comments why a file gets includedThomas Arnhold2014-04-2113-19/+0
* cpplint: [readability/utf8] Line contains invalid UTF-8Julien Nabet2014-04-191-1/+1
* fixincludeguards.sh: some smaller dirsThomas Arnhold2014-04-191-2/+2
* Typo: s/cant/can't/Tor Lillqvist2014-04-181-2/+2
* remove executable bitAndras Timar2014-04-172-0/+0
* coverity#738948 Uninitialized scalar fieldCaolán McNamara2014-04-171-0/+1
* fdo#77027: add some comments to prevent such oversightsMichael Stahl2014-04-161-0/+5
* xmloff: we used to call it LOdev back in 4.0 so check that tooMichael Stahl2014-04-161-1/+2
* ODF import: detect "LibreOfficeDev" in meta:generator tooMichael Stahl2014-04-161-6/+7
* fdo#77027: ODF import: fix wrong version in check for embedded objectsMichael Stahl2014-04-161-1/+1
* whitespace for include statementsThomas Arnhold2014-04-151-1/+1
* WaE: 'bHidden' may be used uninitialized in this functionTor Lillqvist2014-04-151-1/+1
* xmloff: sal_Bool->boolNoel Grandin2014-04-15249-2227/+2223
* update_pchThomas Arnhold2014-04-141-12/+9
* typo: attribut -> attributeThomas Arnhold2014-04-141-1/+1
* typo: noone -> no oneThomas Arnhold2014-04-141-1/+1
* typo: paramter -> parameterThomas Arnhold2014-04-141-1/+1
* typo: implicitely -> implicitlyThomas Arnhold2014-04-141-1/+1
* typo: currect -> currentThomas Arnhold2014-04-141-1/+1
* typo: choosen -> chosenThomas Arnhold2014-04-142-2/+2
* It's "its", not "it's"Tor Lillqvist2014-04-102-2/+2
* Clean up function declarations and some unused functionsStephan Bergmann2014-04-0924-375/+433
* Replace SV_DECL/IMPL_REF macros with SvRef templateStephan Bergmann2014-04-074-5/+4
* coverity#704111: Unchecked return valueNorbert Thiebaud2014-04-061-2/+3
* coverity#441207: Logicaly dead codeNorbert Thiebaud2014-04-061-8/+3
* 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