summaryrefslogtreecommitdiff
path: root/xmloff/source/chart
AgeCommit message (Expand)AuthorFilesLines
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
2012-03-03make this variable constMarkus Mohrhard1-1/+1
2012-02-18Fix typos in commentsElton Chung1-1/+1
2012-02-10Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("...")) to equalsAscii("...")Takeshi Abe1-3/+3
2012-02-05Remove unused code.Elton Chung3-38/+0
2012-01-25Fix for fdo43460 Part XLVII getLength() to isEmpty()Olivier Hallot13-96/+93
2012-01-17Replaced SAL_INFO with SAL_WARN were applicable.Marcel Metz2-2/+2
2012-01-16Replaced DBG_ERRORFILE with SAL_INFO.Marcel Metz2-2/+2
2012-01-09catch exception by constant referenceTakeshi Abe4-15/+12
2012-01-06Removed unnecessary tools/debug.hxx includes.Marcel Metz3-4/+0
2012-01-05Removed unnecessary tools includes.Marcel Metz1-3/+0
2012-01-05Removed unnecessary tools includes.Marcel Metz1-0/+1
2011-12-21callcatcher: remove some unused codeCaolán McNamara2-40/+0
2011-12-01typo fix: explicitely -> explicitlyLior Kaplan1-1/+1
2011-11-27remove include of pch header from xmloffNorbert Thiebaud28-56/+0
2011-11-03callcatcher: ditch some unused codeCaolán McNamara1-64/+0
2011-10-11#i108468#: clean up xmluconv code duplication, measured approach:Michael Stahl5-21/+43
2011-10-11#i108468#: clean up xmluconv code duplication, DateTime edition:Michael Stahl2-3/+5
2011-10-11#i108468#: clean up xmluconv code duplication, part 1:Michael Stahl7-32/+58