summaryrefslogtreecommitdiff
path: root/chart2/source/inc
AgeCommit message (Expand)AuthorFilesLines
2014-11-07use css:: prefix to tidy up chart2 UNO macrosNoel Grandin1-33/+23
2014-11-04remove some unused code in chart2Noel Grandin2-5/+0
2014-10-20chart2: fix memory leak due to cyclic reference in VAxisBaseMichael Stahl2-2/+2
2014-09-30chart2: std::auto_ptr -> std::unique_ptrStephan Bergmann1-1/+1
2014-09-24Add missing include to avoid compile error on windowsPeter Foley2-0/+2
2014-09-19Refactor impl_createDiagramAndContent() to take CreateShapeParam2D.Kohei Yoshida1-0/+2
2014-09-123D charts: Update the 3D charts when a value changes.Jan Holesovsky1-29/+0
2014-08-18Generally better to have DLLPUBLIC class with some DLLPRIVATE membersStephan Bergmann1-10/+10
2014-07-29Remove some unused codeMarcos Paulo de Souza1-1/+0
2014-07-11new loplugin: externalandnotdefinedNoel Grandin1-0/+3
2014-07-03Make these non-inline.Kohei Yoshida1-4/+4
2014-07-02bnc#812796: Correctly handle static value array for OOXML charts.Kohei Yoshida1-0/+8
2014-07-02remove whitespacesMarkus Mohrhard1-4/+0
2014-07-02coverity#705359 Mixing enum typesCaolán McNamara1-17/+5
2014-06-26Better way to dump the content of InternalData.Kohei Yoshida1-3/+1
2014-06-26Clarify the code a little more.Kohei Yoshida1-0/+5
2014-06-25Add class descriptions. These two classes' roles were not very clear.Kohei Yoshida2-0/+13
2014-06-24Re-use DataSeriesHelper::getRole().Kohei Yoshida1-3/+2
2014-06-24Let's remove these lcl_ fetish.Kohei Yoshida1-7/+7
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin5-7/+7
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin5-6/+6
2014-06-07remove unnecessary and unused chart debug functionalityMarkus Mohrhard1-63/+0
2014-05-28coverity#706261 Uncaught exceptionCaolán McNamara1-1/+2
2014-05-23drop unused templateCaolán McNamara1-10/+0
2014-05-19hrc and src files: squeeze multiple newlinesThomas Arnhold1-7/+0
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold2-5/+5
2014-05-12m_bOwnershipIsWellKnown is unusedCaolán McNamara1-5/+0
2014-05-07chart2: move RegressionCalculationHelper.hxx to incTomaž Vajngerl1-0/+123
2014-04-21remove comments why a file gets includedThomas Arnhold5-8/+0
2014-04-17fix non unique property handleMarkus Mohrhard1-1/+2
2014-04-15chart2: sal_Bool->boolNoel Grandin9-103/+103
2014-04-11Separate mouse event handlers for GL3D bar chart.Kohei Yoshida1-0/+29
2014-04-08add initial code for creating 3D bar shapesMarkus Mohrhard1-1/+1
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin2-7/+7
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann28-227/+227
2014-03-25Make the new OpenGL chart type a compile time option.Kohei Yoshida1-0/+2
2014-03-25List child type for GL3D bar chart type.Kohei Yoshida1-0/+1
2014-03-25Add a new chart type "GL 3D Bar" (working name).Kohei Yoshida1-3/+4
2014-03-25Initial skeleton class for the new chart type. Still very much empty.Kohei Yoshida1-2/+3
2014-03-17chart2: prefer passing OUString by referenceNoel Grandin2-4/+4
2014-03-09improve the handling of property mapping sequencesMarkus Mohrhard1-2/+3
2014-03-05remove unused code chart::ChartModelHelper::setPageSizeNoel Grandin1-4/+0
2014-03-05remove unused code chart::ModifyListenerCallBack::startListeningNoel Grandin1-1/+0
2014-03-03convert chart type page to .ui formatCaolán McNamara1-15/+0
2014-02-27Remove visual noise from chart2Alexander Wilms4-20/+20
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann23-202/+202
2014-02-22replace auto_ptr with boost::scoped_ptrMarkus Mohrhard1-2/+2
2014-02-10the return of callcatcherCaolán McNamara1-1/+0
2014-01-29give up with the nice solutions and enjoy the ugly hackMarkus Mohrhard1-8/+2
2014-01-29some improvements for the time based chartingMarkus Mohrhard1-2/+8