summaryrefslogtreecommitdiff
path: root/xmloff
AgeCommit message (Expand)AuthorFilesLines
2013-05-06fdo#48056 treat report chart as draw chartLionel Elie Mamane1-1/+2
2013-04-30Fix fdo#64062 - can't assume para styles to be there.Thorsten Behrens1-1/+1
2013-04-10fdo#39066: using UNO_QUERY instead of UNO_QUERY_THROW displays hyperlinksChr. Rossmanith1-1/+1
2013-04-05export darken/darkeless/lighten/lightenless commandsRadek Doulik2-0/+52
2013-04-05export subpath sizes (these are for example in pptx custom shape presets)Radek Doulik6-0/+64
2013-03-29Revert "hacky fix for export of cell anchored flipped custom shapes (fdo#62448)"Luboš Luňák1-1/+1
2013-03-28hacky fix for export of cell anchored flipped custom shapes (fdo#62448)Noel Power1-1/+1
2013-03-20fdo#60769 implement odf export of multi-paragraph comment rangesMiklos Vajna1-8/+12
2013-03-19we need to register data sequences during import, fdo#52159Markus Mohrhard3-9/+17
2013-03-19use the right range representation, fdo#52159Markus Mohrhard1-2/+2
2013-03-18fdo#61256 - the Get.*Export methods also create and register stylesMichael Meeks2-0/+4
2013-03-06another fix for error bar import, related fdo#60083Markus Mohrhard1-0/+7
2013-03-06and one more fix for error bar import, related fdo#60083Markus Mohrhard1-0/+8
2013-02-27one more fix for error bar import, fdo#60083Markus Mohrhard1-5/+17
2013-02-26get error bar import working again, fdo#60083Markus Mohrhard1-53/+88
2013-02-26fdo#52948 fix print-repeated-values=no with formatted valuesLionel Elie Mamane2-2/+2
2013-02-08Resolves: fdo#60132 Error reading file after inserting commentCaolán McNamara1-0/+5
2013-01-24fdo#58562: Ensure internal data is always used when pasting to another doc.Kohei Yoshida1-5/+25
2013-01-21xmloff: refactor Generator version handling:Michael Stahl4-30/+97
2013-01-21fdo#59517: fix detection of ancient OOo ODF generator strings:Michael Stahl1-4/+5
2013-01-18Resolves: fdo#58730 workaround [UL|LR]Space 100% problemCaolán McNamara2-1/+30
2013-01-03limit the number of imported digits, fdo#58539Markus Mohrhard1-1/+3
2012-12-26text:p is not allowed for chart objects, fdo#58571Markus Mohrhard1-2/+6
2012-12-13added some FIXME-BCP47 markersEike Rathke1-0/+6
2012-12-06OUStringBuffer::remove( int ) -> truncate( int )Luboš Luňák1-1/+1
2012-12-03API CHANGE: roll back the XStyle changes to add a new Hidden property on StyleCédric Bosdonnat7-9/+38
2012-11-30Hidden styles: ODF import/exportCédric Bosdonnat10-6/+28
2012-11-28OUString::trim() does not modify in-placeTor Lillqvist1-2/+2
2012-11-28OUString::trim() does not modify in-placeTor Lillqvist1-1/+1
2012-11-28We only support MSVC 2008 (_MSC_VER 1500) or laterTor Lillqvist1-4/+0
2012-11-27String and OUString cleaning in xmloffNorbert Thiebaud10-385/+370
2012-11-27migrate user of InsertBlanks to OUStringNorbert Thiebaud1-3/+6
2012-11-23some i18n wrappers with LanguageTagEike Rathke2-16/+16
2012-11-18svl: OUString conversion of most of zforscanNorbert Thiebaud2-4/+4
2012-11-18xmloff: simplify the use of AddToCodeNorbert Thiebaud2-13/+24
2012-11-18xmloff: convert lcl_FindSymbol to OUStringNorbert Thiebaud1-12/+21
2012-11-18svl: convert GetQuoteEnd to OUStringNorbert Thiebaud1-2/+2
2012-11-16use LanguageTagEike Rathke2-13/+14
2012-11-15WaE: 'const' type qualifier on return type has no effectTor Lillqvist1-2/+2
2012-11-15re-base on ALv2 code. Includes:Michael Meeks372-8535/+5421
2012-11-15Revert "sb140: #i117310# remove unnecessary dependencyMichael Meeks6-60/+103
2012-11-15masterfix OOO340: #i117696# do not write fo:marginKurt Zenker1-15/+1
2012-11-15fdo#46808, use service constructor for i18n::NumberFormatMapperNoel Grandin3-6/+10
2012-11-13save fixed denominator for fractions fdo#56419Noel Power5-11/+34
2012-11-09s/aIter++/++aIter/jailletc361-1/+1
2012-11-09Cut and paste typo ?jailletc361-1/+0
2012-11-09Same, cut and paste typo ?jailletc361-1/+0
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks15-308/+653
2012-11-05fdo#46808, use service constructor for i18n::CharacterClassificationNoel Grandin3-62/+28
2012-11-03xmloff: drop unused OUStringsMiklos Vajna11-27/+2