summaryrefslogtreecommitdiff
path: root/chart2/source/tools
AgeCommit message (Expand)AuthorFilesLines
2014-06-23fdo#71076, fdo#71767: Preserve number formats when charts are copied.Kohei Yoshida1-1/+14
2014-06-22Use define constant to keep track of all NumberFormat property usage.Kohei Yoshida5-6/+12
2014-05-20Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part18Julien Nabet2-4/+4
2014-05-18Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part16Julien Nabet10-113/+112
2014-05-14Find places where uno::Sequence is passed by value.Noel Grandin2-2/+2
2014-05-12m_bOwnershipIsWellKnown is unusedCaolán McNamara1-5/+3
2014-05-11coverity#1158099 Unchecked dynamic_castCaolán McNamara1-1/+5
2014-05-11Fix previous commit (chart2 part)Julien Nabet1-4/+4
2014-05-11Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part10Julien Nabet1-4/+4
2014-05-07Reference can be removedJulien Nabet2-3/+3
2014-05-07chart2: move RegressionCalculationHelper.hxx to incTomaž Vajngerl1-123/+0
2014-05-06Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part2 + fix some errorsJulien Nabet2-3/+3
2014-05-05Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part2Julien Nabet2-5/+5
2014-05-01set graphic properties for error bars during import, fdo#78041Markus Mohrhard1-1/+1
2014-04-21remove comments why a file gets includedThomas Arnhold6-7/+0
2014-04-15chart2: sal_Bool->boolNoel Grandin10-185/+185
2014-04-11Separate mouse event handlers for GL3D bar chart.Kohei Yoshida1-0/+54
2014-04-05prevent excessive exceptionsMarkus Mohrhard1-8/+12
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin7-12/+12
2014-04-03fdo#43157 : clean up OSL_POSTCONDMichaël Lefèvre1-1/+1
2014-03-28Missing XServiceInfo base classStephan Bergmann1-6/+10
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann6-40/+52
2014-03-26Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe1-8/+9
2014-03-25Skeleton template class for GL3D bar chart type.Kohei Yoshida1-1/+1
2014-03-19the type in the Any is a util::Date and not a DateTime, fdo#74549Markus Mohrhard1-3/+3
2014-03-17chart2: prefer passing OUString by referenceNoel Grandin2-4/+5
2014-03-11fix negative error bar range export, fdo#75510Markus Mohrhard1-1/+1
2014-03-10chart2: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann1-6/+1
2014-03-05remove unused code chart::ChartModelHelper::setPageSizeNoel Grandin1-8/+0
2014-03-05remove unused code chart::ModifyListenerCallBack::startListeningNoel Grandin1-15/+0
2014-03-03fdo#75538 R^2 calculation for trendline similar to LINEST functionLaurent Balland-Poirier1-5/+3
2014-02-27Remove visual noise from chart2Alexander Wilms1-2/+2
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann27-246/+246
2014-02-23Remove unneccessary commentsAlexander Wilms1-1/+1
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+1
2014-02-07fdo#73374 Trendline: correct R^2 for forced interceptLaurent Balland-Poirier1-1/+14
2014-01-29coverity#1019405-04 : Uninitialized scalar fieldNorbert Thiebaud1-0/+2
2014-01-29give up with the nice solutions and enjoy the ugly hackMarkus Mohrhard1-31/+0
2014-01-29some improvements for the time based chartingMarkus Mohrhard1-0/+31
2014-01-28bool improvementsStephan Bergmann4-10/+10
2014-01-28Fix odd bSimple = ThreeDLookScheme_Simple argumentsStephan Bergmann1-2/+2
2014-01-25fdo#54938 Convert chart2 to cppu::supportsServiceAlexandre Vicenzi1-8/+2
2014-01-24fdo#63154 Removed unused solar.h reference in chart2Alexandre Vicenzi1-3/+0
2014-01-22bool improvementsStephan Bergmann2-3/+3
2014-01-12cppcheck: fix some redundantAssignmentJulien Nabet1-4/+2
2013-12-12Don't hold css::uno::Type instances by pointerStephan Bergmann1-16/+16
2013-12-11Revert "Don't hold css::uno::Type instances by pointer"Stephan Bergmann1-16/+16
2013-12-11Don't hold css::uno::Type instances by pointerStephan Bergmann1-16/+16
2013-12-10fdo#40315 Improve text for moving average trendlineLaurent Balland-Poirier1-0/+4
2013-12-09More clearly name the trendline in chart's element selection box.Tomaž Vajngerl1-12/+42