summaryrefslogtreecommitdiff
path: root/xmloff/source/core
AgeCommit message (Expand)AuthorFilesLines
2013-03-19fdo#61135 stepped lines graph: handle ods filesEricSeynaeve1-0/+10
2013-03-12reportbuilder: make "Group on" not-"Each Value" actually workLionel Elie Mamane1-0/+1
2013-03-08make use of startsWith()Thomas Arnhold2-13/+7
2013-03-08simplify compareTo (now correct)Thomas Arnhold1-3/+3
2013-03-08Revert "simplify some compareTo"Stephan Bergmann1-3/+3
2013-03-08simplify some compareToThomas Arnhold1-3/+3
2013-03-06remove the need to explicitly specify font style for font embeddingLuboš Luňák1-0/+8
2013-03-04sal_Bool to boolTakeshi Abe1-1/+1
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold2-2/+2
2013-02-19fdo#52948 fix print-repeated-values=no with formatted valuesLionel Elie Mamane1-1/+1
2013-02-12fdo#46808, convert xmloff module code to use XComponentContextNoel Grandin3-24/+14
2013-02-11fdo#46808, Adapt document::XML*BasicExporter UNO services to new styleNoel Grandin3-133/+92
2013-02-06sw: let drawinglayer manage gradient styles of our textframesMiklos Vajna1-38/+26
2013-02-01basic support for embedded fonts in odt (fdo#42195)Luboš Luňák1-0/+2
2013-01-31export subpath sizes (these are for example in pptx custom shape presets)Radek Doulik1-0/+1
2013-01-29SvXMLExport::_ExportStyles: also try to export text gradientsMiklos Vajna1-26/+38
2013-01-28fdo#46808, Adapt document::*PropertyValues UNO service to new styleNoel Grandin3-155/+108
2013-01-28fdo#46808, don't cache the result of comphelper::getProcessComponentContextNoel Grandin2-17/+4
2013-01-28fdo#46808, Convert SvNumberFormatter to use XComponentContextNoel Grandin1-2/+2
2013-01-27implement conditional date format import/export for ODFMarkus Mohrhard1-0/+1
2013-01-18xmloff: refactor Generator version handling:Michael Stahl1-19/+70
2013-01-11support saving/loading hyperlink cell attribute in extended odfNoel Power1-0/+1
2013-01-07added token for handling of svg:linearGradient and svg:radialGradientChr. Rossmanith1-2/+9
2012-12-18Replace chained O(U)StringBuffer::append() with operator+Christos Strubulis1-6/+1
2012-12-08RTL_CONSTASCII_USTRINGPARAM clean upChr. Rossmanith7-217/+140
2012-11-15WaE: 'const' type qualifier on return type has no effectTor Lillqvist1-2/+2
2012-11-15re-base on ALv2 code. Includes:Michael Meeks22-535/+395
2012-11-13save fixed denominator for fractions fdo#56419Noel Power1-0/+1
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks2-23/+156
2012-11-05fdo#46808, use service constructor for i18n::CharacterClassificationNoel Grandin1-16/+4
2012-11-03xmloff: drop unused OUStringsMiklos Vajna1-1/+0
2012-11-02implement icon set import/export from odfMarkus Mohrhard1-0/+3
2012-10-23fdo#46808, use service constructor for uri::UriReferenceFactoryNoel Grandin1-7/+3
2012-10-22accelerate shape import & export by more sensible XInterface handling.Michael Meeks1-5/+22
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák2-6/+6
2012-10-08Remove more useless code inside "#if 0" blocksMarcos Paulo de Souza1-11/+0
2012-09-19ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann3-6/+6
2012-09-03fdo#46808, Adapt xml::dom::DocumentBuilder UNO service to new styleNoel Grandin1-9/+6
2012-08-16-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann1-2/+0
2012-08-04Replace usage of rtl/memory.h in xmloff with equivalent from string.hArnaud Versini4-7/+10
2012-08-03support new xml number:fill-character elem for number-style namespaceNoel Power1-0/+1
2012-07-30remove unnecessary includes of svl/svarray.hxxCaolán McNamara3-3/+0
2012-07-28WaE: unused variableTor Lillqvist1-1/+3
2012-07-20office:annotation-end exportMiklos Vajna1-0/+1
2012-07-19odf: export arcangleto commands in enhanced path (use drawooo namespace)Radek Doulik1-1/+2
2012-07-16the unknwon typo is surprisingly popularLuboš Luňák1-2/+2
2012-07-10xmloff: kill RTL_CONSTASCII_USTRINGPARAM in rebased codeMiklos Vajna1-1/+1
2012-07-05xmloff: implement first page header/footer import/exportMiklos Vajna1-0/+2
2012-06-27add support for axis color import/exportMarkus Mohrhard1-0/+1
2012-06-21re-base on ALv2 code.Michael Meeks5-118/+73