summaryrefslogtreecommitdiff
path: root/chart2/source/tools
AgeCommit message (Expand)AuthorFilesLines
2014-12-06reduce scope of local variablesMichael Weghorn2-2/+2
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl6-0/+6
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-2/+2
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin11-83/+79
2014-11-04remove some unused code in chart2Noel Grandin2-22/+0
2014-10-20chart2: fix memory leak due to cyclic reference in VAxisBaseMichael Stahl2-4/+4
2014-10-10coverity#707673 Uninitialized scalar fieldCaolán McNamara1-0/+1
2014-10-01coverity#707673 uninitialized memberCaolán McNamara1-0/+2
2014-09-19Refactor impl_createDiagramAndContent() to take CreateShapeParam2D.Kohei Yoshida1-0/+5
2014-09-19More scope reduction.Kohei Yoshida1-76/+77
2014-09-18fdo#82577: Handle FontNoel Grandin1-3/+3
2014-09-123D charts: Update the 3D charts when a value changes.Jan Holesovsky1-54/+0
2014-08-22Remove some useless tools/debug.hxx includesMarcos Paulo de Souza1-1/+0
2014-07-29Remove some unused codeMarcos Paulo de Souza1-11/+0
2014-07-21Compiler macro in lieu of literal "Label" to make it easier to track it.Kohei Yoshida1-11/+11
2014-07-03Make these non-inline.Kohei Yoshida1-0/+20
2014-07-02bnc#812796: Correctly handle static value array for OOXML charts.Kohei Yoshida1-58/+142
2014-07-02remove whitespacesMarkus Mohrhard8-13/+0
2014-07-02coverity#705359 Mixing enum typesCaolán McNamara1-24/+24
2014-06-26Use new GridPrinter instance for each table.Kohei Yoshida1-9/+27
2014-06-26Track all uses of ErrorBarX and ErrorBarY UNO property names.Kohei Yoshida3-6/+10
2014-06-26Prevent a crash while dumping internal data content.Kohei Yoshida1-0/+3
2014-06-26Better way to dump the content of InternalData.Kohei Yoshida1-22/+35
2014-06-26Clarify the code a little more.Kohei Yoshida1-3/+9
2014-06-24Re-use DataSeriesHelper::getRole().Kohei Yoshida2-2/+2
2014-06-24Let's remove these lcl_ fetish.Kohei Yoshida1-27/+27
2014-06-19fdo#71076, fdo#71767: Preserve number formats when charts are copied.Kohei Yoshida1-1/+14
2014-06-19Use define constant to keep track of all NumberFormat property usage.Kohei Yoshida5-6/+12
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin7-34/+1
2014-06-10coverity#1158096 Unchecked dynamic_castCaolán McNamara1-3/+2
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin5-24/+0
2014-06-07remove unnecessary and unused chart debug functionalityMarkus Mohrhard1-61/+0
2014-05-28coverity#706267 Uncaught exceptionCaolán McNamara2-2/+3
2014-05-24cppcheck: redundantAssignmentThomas Arnhold1-4/+2
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