summaryrefslogtreecommitdiff
path: root/xmloff
AgeCommit message (Expand)AuthorFilesLines
2013-05-15Fix fdo#64512 Handle xml:id correctly on multi-image draw:framesThorsten Behrens3-80/+44
2013-05-15Remove redundant doxygen doc strings.Thorsten Behrens1-16/+0
2013-05-15Use upper camel case for class names in xmloff.Thorsten Behrens6-11/+11
2013-05-15fdo#60075 open drawings with connector attached to SVGDavid Tardon5-10/+99
2013-05-07fdo#48056 treat report chart as draw chartLionel Elie Mamane1-1/+2
2013-05-01Merge tag 'libreoffice-4.0.3.2' into suse-4.0Petr Mladek7-1/+117
2013-04-30Fix fdo#64062 - can't assume para styles to be there.Thorsten Behrens1-1/+1
2013-04-25xmloff::token::GetXMLToken: only execute the check onceMichael Stahl1-10/+16
2013-04-25xmloff::token::GetXMLToken: deploy assert in consistency checkMichael Stahl1-2/+2
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-25we need to register data sequences during import, fdo#52159Markus Mohrhard3-9/+17
2013-03-25use the right range representation, fdo#52159Markus Mohrhard1-2/+2
2013-03-22fdo#60769 implement odf export of multi-paragraph comment rangesMiklos Vajna1-8/+12
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-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