summaryrefslogtreecommitdiff
path: root/chart2/source/tools
AgeCommit message (Expand)AuthorFilesLines
2012-09-03fdo#46808, Adapt util::NumberFormatter UNO service to new styleNoel Grandin1-7/+3
2012-08-24Highlight X errorbars data range when a chart is selected.Rafael Dominguez1-0/+12
2012-08-06chart2: merge component files for new chartcore libraryMichael Stahl1-83/+0
2012-07-30Typo ressource -> resourceStephan Bergmann2-9/+9
2012-07-18re-base on ALv2 code. Includes:Michael Meeks39-909/+558
2012-06-22remove bunch of obsolete looking .flt filesMichael Stahl1-3/+0
2012-06-22re-base on ALv2 code.Michael Meeks3-69/+42
2012-06-21re-base on ALv2 code.Michael Meeks30-699/+429
2012-06-06removed dead codeTakeshi Abe1-4/+0
2012-06-05Unify ODF extended vs. ODF1.2 handlingThorsten Behrens1-1/+1
2012-05-31target cppcheck index incrementing revertMichael Meeks1-2/+2
2012-05-17removed unused const rtl::OUStringTakeshi Abe1-1/+0
2012-05-16removed unused constant rtl::OUStringTakeshi Abe1-8/+0
2012-05-02WaE: simple-minded msvc2008 considers code unreachableCaolán McNamara1-8/+12
2012-04-30make ResId::toString a non-static memberCaolán McNamara3-14/+10
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2-58/+31
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2-9/+9
2012-03-28removed duplicate includes in avmedia / basic / canvas / chart2 / comphelperTakeshi Abe2-2/+0
2012-03-26removed duplicate includes in basic / canvas / chart2 / comphelperTakeshi Abe1-1/+0
2012-03-23Remove deprecated chart ObjectType OBJECTTYPE_DATA_ERRORS.Rafael Dominguez2-9/+2
2012-03-23Determine ranges correctly for any type of chart errorbar object.Rafael Dominguez1-1/+4
2012-03-23Return the correct errorbar property set.Rafael Dominguez1-7/+13
2012-03-01Presumably && is what we want here and not (pointlessly) a comma operatorTor Lillqvist1-1/+1
2012-02-23Get rid of CREATEVERSIONRESMGR[_NAME]Stephan Bergmann1-1/+1
2012-02-21fix typoMarkus Mohrhard1-4/+4
2012-02-21use const_iterator for begin and endMarkus Mohrhard1-1/+1
2012-02-18Fix typos in commentsElton Chung1-1/+1
2012-02-05Fixed cppcheck messages about rethrowing copy of exception.PKEuS1-16/+16
2012-01-06Removed unnecessary tools/debug.hxx includes.Marcel Metz3-5/+0
2011-12-13Fix for fdo43460 Part V getLength to isEmptyOlivier Hallot11-40/+40
2011-12-01Remove uses of charAtAugust Sodora1-1/+1
2011-11-29catch by const referenceTakeshi Abe16-77/+75
2011-11-27remove include of pch header in chart2Norbert Thiebaud67-134/+0
2011-09-27Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann1-17/+16
2011-09-21OSL_TRACE: Remove trailing newlinesThomas Arnhold1-1/+1
2011-07-28add prefixes for component_getFactoryMatúš Kukan2-2/+2
2011-07-12Remove component_getImplementationEnvironmentMatus Kukan1-7/+0
2011-06-21catch by const referenceCaolán McNamara1-5/+5
2011-06-03use standard template for thisCaolán McNamara1-9/+7
2011-06-01overly staticCaolán McNamara1-2/+1
2011-05-27Replace DBG_* with OSL_* in calc/chart2Jacek Wolszczak5-12/+5
2011-05-05Some cppcheck cleaningJulien Nabet3-3/+4
2011-04-19prefer prefix ++/-- operatorsKayo Hamid1-2/+2
2011-04-15use SAL_DLLPUBLIC_EXPORT for consistencyDavid Tardon1-2/+2
2011-04-15remove unused filesDavid Tardon3-278/+0
2011-04-15gbuildize chart2David Tardon1-185/+0
2011-03-29drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito29-0/+0
2011-03-23Merge commit 'ooo/DEV300_m103'Jan Holesovsky2-31/+71
2011-03-19Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)Thomas Arnhold1-2/+2
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky35-390/+1413