summaryrefslogtreecommitdiff
path: root/xmloff
AgeCommit message (Expand)AuthorFilesLines
2015-01-20Some more loplugin:cstylecast: xmloffStephan Bergmann1-1/+1
2015-01-19fdo#39440 reduce scope of local variablesMichael Weghorn7-12/+10
2015-01-11LeakSanitizer: leak detected in ooo56669-1.odtCaolán McNamara1-2/+2
2015-01-09xmloff_uxmloff fails on Linux too, now -> disable it (mergelibs)Matúš Kukan1-1/+1
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl4-4/+4
2015-01-08Revert "Don't assume that the ZOrder property of shapes is an enumeration"David Tardon3-21/+12
2015-01-06fdo#78921 save embedded fonts in Flat ODFDavid Tardon1-3/+43
2015-01-06fdo#84938: convert SEF_EXPORT_ #defines to 'enum class'Noel Grandin2-68/+68
2015-01-06fdo#84938: convert ERROR_ #defines to 'enum class'Noel Grandin2-15/+15
2015-01-06fdo#84938: convert EXPORT_ #defines to 'enum class'Noel Grandin20-133/+133
2015-01-06fdo#84938: convert XML_EXPORT_FLAG_ to 'enum class'Noel Grandin13-24/+24
2015-01-06fdo#84938: convert IMPORT_ constants to 'enum class'Noel Grandin9-37/+37
2015-01-06fdo#84938: convert TEXT_PROP_MAP #defines to 'enum class'Noel Grandin5-40/+40
2015-01-05export format of embedded font tooDavid Tardon1-0/+4
2015-01-05read embedded fonts from Flat ODFDavid Tardon2-3/+32
2015-01-02Fix simple typos.Andrea Gelmini1-3/+3
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara12-27/+26
2014-12-28Revert "Resolves: #i124452# correct svg:viewBox for EnhancedCustomShape..."Andras Timar1-42/+1
2014-12-27fdo#84714 ODT import: read <loext:table> inside <draw:custom-shape>Miklos Vajna1-0/+1
2014-12-20fix buildLionel Elie Mamane1-2/+2
2014-12-19correct function name in debug messageLionel Elie Mamane1-1/+1
2014-12-19survive "TextBox" having no valueLionel Elie Mamane1-1/+1
2014-12-19Don't assume that the ZOrder property of shapes is an enumerationLionel Elie Mamane3-12/+21
2014-12-19teach XML import/export about unsigned integer typesLionel Elie Mamane2-2/+15
2014-12-19two references having same contentLionel Elie Mamane1-5/+4
2014-12-19this is purely informative, SAL_WARN is overkillLionel Elie Mamane1-1/+1
2014-12-18xmloff: Use appropriate OUString functions on string constantsStephan Bergmann17-51/+49
2014-12-17Introduce rtl::OUStringLiteral1Stephan Bergmann2-2/+2
2014-12-12xmloff: Use appropriate OUString functions on string constantsStephan Bergmann17-91/+74
2014-12-10xmloff: make the export of the horrible field marks aware of auto-stylesMichael Stahl1-96/+105
2014-12-10fdo#87110: xmloff: don't catch IllegalArgumentException hereMichael Stahl2-7/+11
2014-12-09Resolves: fdo#87108 crash on saving fodgCaolán McNamara1-4/+7
2014-12-08fdo#38835 strip out OUString globalsNoel Grandin3-45/+45
2014-12-07export to extension namespace instead of odf namespaceMarkus Mohrhard1-2/+9
2014-12-07remove invalid attribute that is not read anywayMarkus Mohrhard1-1/+0
2014-12-07use correct xml element name, related fdo#45266Markus Mohrhard1-0/+1
2014-12-07don't write extension elements into ODF namespaces, related fdo#45266Markus Mohrhard1-3/+6
2014-12-07last inconsitently named data table valueMarkus Mohrhard2-2/+2
2014-12-07more fixes for inconsistent namingMarkus Mohrhard2-2/+2
2014-12-07use a consistent naming schemeMarkus Mohrhard2-2/+2
2014-12-06the xlink:type attribute is mandatory, related fdo#79449Markus Mohrhard1-0/+1
2014-12-05xmloff: remove pointless branch that does the same as the next oneMichael Stahl1-2/+0
2014-12-05fdo#86795: xmloff: ODF import: do not import checkbox fieldmark ...Michael Stahl1-15/+34
2014-12-01fdo#85496: add some asserts to detect this sort of problemMichael Stahl1-0/+14
2014-11-28xmloff: avoid assertion because AutoCorrect document doesn't ...Michael Stahl1-2/+4
2014-11-27Resolves: fdo#84043 don't create duplicate Mirrored[X|Y] propertiesCaolán McNamara1-8/+24
2014-11-26simplifyStephan Bergmann1-3/+2
2014-11-25Remove ptr_vector header include in favor of forward declaration.Kohei Yoshida1-0/+24
2014-11-25xmloff: clean up some debug printfsMichael Stahl1-3/+0
2014-11-25xmloff: replace DBG_ASSERTs in txtlists.cxxMichael Stahl1-15/+11