summaryrefslogtreecommitdiffstats
path: root/xmloff
Commit message (Expand)AuthorAgeFilesLines
* Resolves: #i114416# use default service name for scroll bar...Tsutomu Uchino2015-02-012-0/+7
* Use vector::dataStephan Bergmann2015-01-281-2/+1
* remove unused typedefsNoel Grandin2015-01-282-3/+0
* Visible function type RTTI for Clang -fsanitize=functionStephan Bergmann2015-01-265-0/+5
* new loplugin: change virtual methods to non-virtualNoel Grandin2015-01-264-16/+16
* fix 64-bit build after OUStringBuffer changeMichael Stahl2015-01-232-3/+3
* sal: try to avoid abuse of OUStringBuffer(int) ctorMichael Stahl2015-01-231-1/+1
* Some more loplugin:cstylecast: xmloffStephan Bergmann2015-01-201-1/+1
* fdo#39440 reduce scope of local variablesMichael Weghorn2015-01-197-12/+10
* LeakSanitizer: leak detected in ooo56669-1.odtCaolán McNamara2015-01-111-2/+2
* xmloff_uxmloff fails on Linux too, now -> disable it (mergelibs)Matúš Kukan2015-01-091-1/+1
* override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl2015-01-094-4/+4
* Revert "Don't assume that the ZOrder property of shapes is an enumeration"David Tardon2015-01-083-21/+12
* fdo#78921 save embedded fonts in Flat ODFDavid Tardon2015-01-061-3/+43
* fdo#84938: convert SEF_EXPORT_ #defines to 'enum class'Noel Grandin2015-01-062-68/+68
* fdo#84938: convert ERROR_ #defines to 'enum class'Noel Grandin2015-01-062-15/+15
* fdo#84938: convert EXPORT_ #defines to 'enum class'Noel Grandin2015-01-0620-133/+133
* fdo#84938: convert XML_EXPORT_FLAG_ to 'enum class'Noel Grandin2015-01-0613-24/+24
* fdo#84938: convert IMPORT_ constants to 'enum class'Noel Grandin2015-01-069-37/+37
* fdo#84938: convert TEXT_PROP_MAP #defines to 'enum class'Noel Grandin2015-01-065-40/+40
* export format of embedded font tooDavid Tardon2015-01-051-0/+4
* read embedded fonts from Flat ODFDavid Tardon2015-01-052-3/+32
* Fix simple typos.Andrea Gelmini2015-01-021-3/+3
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-0212-27/+26
* Revert "Resolves: #i124452# correct svg:viewBox for EnhancedCustomShape..."Andras Timar2014-12-281-42/+1
* fdo#84714 ODT import: read <loext:table> inside <draw:custom-shape>Miklos Vajna2014-12-271-0/+1
* fix buildLionel Elie Mamane2014-12-201-2/+2
* correct function name in debug messageLionel Elie Mamane2014-12-191-1/+1
* survive "TextBox" having no valueLionel Elie Mamane2014-12-191-1/+1
* Don't assume that the ZOrder property of shapes is an enumerationLionel Elie Mamane2014-12-193-12/+21
* teach XML import/export about unsigned integer typesLionel Elie Mamane2014-12-192-2/+15
* two references having same contentLionel Elie Mamane2014-12-191-5/+4
* this is purely informative, SAL_WARN is overkillLionel Elie Mamane2014-12-191-1/+1
* xmloff: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-1817-51/+49
* Introduce rtl::OUStringLiteral1Stephan Bergmann2014-12-172-2/+2
* xmloff: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-1217-91/+74
* xmloff: make the export of the horrible field marks aware of auto-stylesMichael Stahl2014-12-101-96/+105
* fdo#87110: xmloff: don't catch IllegalArgumentException hereMichael Stahl2014-12-102-7/+11
* Resolves: fdo#87108 crash on saving fodgCaolán McNamara2014-12-091-4/+7
* fdo#38835 strip out OUString globalsNoel Grandin2014-12-083-45/+45
* export to extension namespace instead of odf namespaceMarkus Mohrhard2014-12-071-2/+9
* remove invalid attribute that is not read anywayMarkus Mohrhard2014-12-071-1/+0
* use correct xml element name, related fdo#45266Markus Mohrhard2014-12-071-0/+1
* don't write extension elements into ODF namespaces, related fdo#45266Markus Mohrhard2014-12-071-3/+6
* last inconsitently named data table valueMarkus Mohrhard2014-12-072-2/+2
* more fixes for inconsistent namingMarkus Mohrhard2014-12-072-2/+2
* use a consistent naming schemeMarkus Mohrhard2014-12-072-2/+2
* the xlink:type attribute is mandatory, related fdo#79449Markus Mohrhard2014-12-061-0/+1
* xmloff: remove pointless branch that does the same as the next oneMichael Stahl2014-12-051-2/+0
* fdo#86795: xmloff: ODF import: do not import checkbox fieldmark ...Michael Stahl2014-12-051-15/+34