summaryrefslogtreecommitdiffstats
path: root/xmloff
Commit message (Expand)AuthorAgeFilesLines
* 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
* fdo#85496: add some asserts to detect this sort of problemMichael Stahl2014-12-011-0/+14
* xmloff: avoid assertion because AutoCorrect document doesn't ...Michael Stahl2014-11-281-2/+4
* Resolves: fdo#84043 don't create duplicate Mirrored[X|Y] propertiesCaolán McNamara2014-11-271-8/+24
* simplifyStephan Bergmann2014-11-261-3/+2
* Remove ptr_vector header include in favor of forward declaration.Kohei Yoshida2014-11-251-0/+24
* xmloff: clean up some debug printfsMichael Stahl2014-11-251-3/+0
* xmloff: replace DBG_ASSERTs in txtlists.cxxMichael Stahl2014-11-251-15/+11
* xmloff: replace DBG_ASSERTs in txtimppr.cxxMichael Stahl2014-11-251-32/+39
* xmloff: replace DBG_ASSERTs in txtimp.cxxMichael Stahl2014-11-251-28/+25
* cppuhelper: clean up public headers with include-what-you-useMichael Stahl2014-11-1815-0/+15
* cppu: clean up public headers with include-what-you-useMichael Stahl2014-11-181-0/+1
* sal: clean up public headers with include-what-you-useMichael Stahl2014-11-1779-0/+89
* Remove now useless setTextEmbeddedGraphicURL()Zolnai Tamás2014-11-161-7/+0
* more catch by referenceCaolán McNamara2014-11-141-1/+1
* fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava2014-11-1413-15/+15
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-1210-11/+11
* xmloff: XML_DROPDOWN should be XML_DROP_DOWNMichael Stahl2014-11-114-4/+4
* xmloff: [loplugin:unusedvariablecheck]Michael Stahl2014-11-081-1/+0
* xmloff: remove unused parameter of SvxXMLListStyleContext::FillUnoNumRule()Michael Stahl2014-11-083-15/+9
* Removed #includes including themselvesAndrea Gelmini2014-11-072-4/+0
* markup with event type not checker typeCaolán McNamara2014-11-052-1/+3
* fdo#38835 strip out OUString globalsNoel Grandin2014-11-0511-56/+55
* coverity#705391: xmloff: XMLMergeElemTransformerContext misuse of enumMichael Stahl2014-11-034-15/+15
* coverity#1250700 Uninitialized scalar fieldCaolán McNamara2014-11-031-0/+1
* Removed duplicated includesAndrea Gelmini2014-10-312-2/+0
* coverity#705348 Missing break in switchEike Rathke2014-10-311-0/+1
* fdo#80403: Import baseclasses implement FastParser interfacesDaniel Sikeler2014-10-312-0/+124
* Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini2014-10-302-2/+2
* coverity#735663 Division or modulo by zeroCaolán McNamara2014-10-291-0/+3
* XM_TOK_UNKNOWN needs to be in the value range of XMLImageMapToken (ubsan)Stephan Bergmann2014-10-241-1/+1
* coverity#705781 Resource leakCaolán McNamara2014-10-231-8/+4
* More -Werror,-Wunused-private-fieldStephan Bergmann2014-10-1528-83/+3
* coverity#735353 Unchecked return valueCaolán McNamara2014-10-111-7/+13
* coverity#704113 Unchecked return valueCaolán McNamara2014-10-111-1/+1
* typo: follwing -> followingAndras Timar2014-10-101-1/+1
* UBSan runtime error: division by zeroStephan Bergmann2014-10-101-1/+3