summaryrefslogtreecommitdiff
path: root/xmloff/source/chart
AgeCommit message (Expand)AuthorFilesLines
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-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-01-24fdo#58562: Ensure internal data is always used when pasting to another doc.Kohei Yoshida1-5/+25
2012-11-27String and OUString cleaning in xmloffNorbert Thiebaud1-54/+53
2012-11-15re-base on ALv2 code. Includes:Michael Meeks29-667/+406
2012-11-03xmloff: drop unused OUStringsMiklos Vajna2-3/+0
2012-10-28fix some VS 2010 specific issuesDavid Ostrovsky2-4/+10
2012-10-25WaE: 'xChartType$D57056$_pInterface' may be used uninitialized…Christian Lohmaier1-1/+3
2012-10-12uninit variableJulien Nabet1-1/+2
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák6-7/+7
2012-09-29Use comphelper::getComponentContextStephan Bergmann3-61/+15
2012-09-12Improvement on previous commitStephan Bergmann3-12/+5
2012-09-12fdo#46808, Adapt xml::dom::SAXDocumentBuilderr UNO service to new styleNoel Grandin1-3/+3
2012-08-16-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann9-48/+16
2012-07-16There is not need to allocate memory just for getting the 'indexOf'Christophe JAILLET1-12/+12
2012-07-09some UniString->rtl::OUStringCaolán McNamara1-2/+2
2012-07-08removed unused includesTakeshi Abe1-1/+0
2012-06-27removed unnecessary forward declarations of classTakeshi Abe3-11/+0
2012-06-26re-base on ALv2 code.Michael Meeks1-26/+17
2012-06-22.cxx files don't need executable bitsMichael Stahl1-0/+0
2012-06-21re-base on ALv2 code.Michael Meeks24-597/+381
2012-06-21re-base on ALv2 code.Michael Meeks1-21/+12
2012-06-12work around spurious signed overflow warningsEike Rathke1-4/+4
2012-06-05Catch more remnant ODFVER_LATEST instances.Thorsten Behrens2-3/+3
2012-06-05Unify ODF extended vs. ODF1.2 handlingThorsten Behrens1-5/+3
2012-06-03Import X errorbars.Rafael Dominguez6-20/+192
2012-06-03Export errorbars attributes and styles to XML.Rafael Dominguez1-1/+23
2012-06-03Map errorbars properties from chart2 API to xml.Rafael Dominguez1-0/+8
2012-06-02targeted string re-workNorbert Thiebaud7-283/+277
2012-05-31targetted re-work of minor cppcheck fixesMichael Meeks1-5/+4
2012-05-29targeted string re-workNorbert Thiebaud1-18/+18
2012-05-19Fix Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-1/+1
2012-05-18removed unused const rtl::OUStringTakeshi Abe1-1/+0
2012-05-14removed unused static rtl::OUStringTakeshi Abe1-1/+0
2012-04-11fix windows buildIvan Timofeev1-1/+1
2012-04-11Export chart X,Y errorbars.Rafael Dominguez1-53/+51
2012-04-11Move exporting chart errorbars code to its own method.Rafael Dominguez1-66/+90
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi1-1/+1
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi6-32/+21
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi3-16/+16
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-2/+2
2012-03-30remove static OUStrings from static_initialization_and_destruction chainCaolán McNamara1-2/+7
2012-03-21chmod -xTor Lillqvist1-0/+0
2012-03-18Some cppcheck cleaningJulien Nabet1-4/+4
2012-03-08Compiler-generated code is just fineStephan Bergmann1-14/+1
2012-03-03don't create uno::Sequence with new, fdo#46825Markus Mohrhard2-13/+9