summaryrefslogtreecommitdiff
path: root/chart2/source/tools
AgeCommit message (Expand)Author
2014-07-29Remove some unused codeMarcos Paulo de Souza
2014-07-21Compiler macro in lieu of literal "Label" to make it easier to track it.Kohei Yoshida
2014-07-03Make these non-inline.Kohei Yoshida
2014-07-02bnc#812796: Correctly handle static value array for OOXML charts.Kohei Yoshida
2014-07-02remove whitespacesMarkus Mohrhard
2014-07-02coverity#705359 Mixing enum typesCaolán McNamara
2014-06-26Use new GridPrinter instance for each table.Kohei Yoshida
2014-06-26Track all uses of ErrorBarX and ErrorBarY UNO property names.Kohei Yoshida
2014-06-26Prevent a crash while dumping internal data content.Kohei Yoshida
2014-06-26Better way to dump the content of InternalData.Kohei Yoshida
2014-06-26Clarify the code a little more.Kohei Yoshida
2014-06-24Re-use DataSeriesHelper::getRole().Kohei Yoshida
2014-06-24Let's remove these lcl_ fetish.Kohei Yoshida
2014-06-19fdo#71076, fdo#71767: Preserve number formats when charts are copied.Kohei Yoshida
2014-06-19Use define constant to keep track of all NumberFormat property usage.Kohei Yoshida
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-06-10coverity#1158096 Unchecked dynamic_castCaolán McNamara
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
2014-06-07remove unnecessary and unused chart debug functionalityMarkus Mohrhard
2014-05-28coverity#706267 Uncaught exceptionCaolán McNamara
2014-05-24cppcheck: redundantAssignmentThomas Arnhold
2014-05-20Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part18Julien Nabet
2014-05-18Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part16Julien Nabet
2014-05-14Find places where uno::Sequence is passed by value.Noel Grandin
2014-05-12m_bOwnershipIsWellKnown is unusedCaolán McNamara
2014-05-11coverity#1158099 Unchecked dynamic_castCaolán McNamara
2014-05-11Fix previous commit (chart2 part)Julien Nabet
2014-05-11Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part10Julien Nabet
2014-05-07Reference can be removedJulien Nabet
2014-05-07chart2: move RegressionCalculationHelper.hxx to incTomaž Vajngerl
2014-05-06Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part2 + fix some errorsJulien Nabet
2014-05-05Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part2Julien Nabet
2014-05-01set graphic properties for error bars during import, fdo#78041Markus Mohrhard
2014-04-21remove comments why a file gets includedThomas Arnhold
2014-04-15chart2: sal_Bool->boolNoel Grandin
2014-04-11Separate mouse event handlers for GL3D bar chart.Kohei Yoshida
2014-04-05prevent excessive exceptionsMarkus Mohrhard
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin
2014-04-03fdo#43157 : clean up OSL_POSTCONDMichaël Lefèvre
2014-03-28Missing XServiceInfo base classStephan Bergmann
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-26Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe
2014-03-25Skeleton template class for GL3D bar chart type.Kohei Yoshida
2014-03-19the type in the Any is a util::Date and not a DateTime, fdo#74549Markus Mohrhard
2014-03-17chart2: prefer passing OUString by referenceNoel Grandin
2014-03-11fix negative error bar range export, fdo#75510Markus Mohrhard
2014-03-10chart2: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann
2014-03-05remove unused code chart::ChartModelHelper::setPageSizeNoel Grandin
2014-03-05remove unused code chart::ModifyListenerCallBack::startListeningNoel Grandin
2014-03-03fdo#75538 R^2 calculation for trendline similar to LINEST functionLaurent Balland-Poirier