summaryrefslogtreecommitdiff
path: root/chart2/source/controller/main
AgeCommit message (Expand)AuthorFilesLines
2014-07-04add parenthese to fix precedence issueNorbert Thiebaud1-2/+2
2014-07-04coverity#735602-3 Division by zeroNorbert Thiebaud1-2/+2
2014-07-02remove whitespacesMarkus Mohrhard4-5/+0
2014-07-02coverity#705359 Mixing enum typesCaolán McNamara1-1/+1
2014-06-27Flush modified data to the model when pressing OK in the data table dialog.Kohei Yoshida1-2/+2
2014-06-26Track all uses of ErrorBarX and ErrorBarY UNO property names.Kohei Yoshida1-2/+3
2014-06-21fix windows buildMarkus Mohrhard4-10/+10
2014-06-21I don't see a good reason for marking private methods with SAL_CALLMarkus Mohrhard1-10/+10
2014-06-21volatile does not make any sense hereMarkus Mohrhard1-7/+7
2014-06-21remove unneeded code for 3D charts in controllerMarkus Mohrhard3-95/+1
2014-06-19fdo#71076, fdo#71767: Preserve number formats when charts are copied.Kohei Yoshida3-4/+4
2014-06-18rtl::Reference fits just fine hereStephan Bergmann2-20/+15
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin3-9/+1
2014-06-13loplugin:staticcallStephan Bergmann2-3/+3
2014-06-10coverity#1158100 Unchecked dynamic_castCaolán McNamara1-2/+2
2014-06-10coverity#1158114 Unchecked dynamic_castCaolán McNamara1-3/+3
2014-06-10coverity#1158115 Unchecked dynamic_castCaolán McNamara1-2/+2
2014-06-10coverity#1158117 Unchecked dynamic_castCaolán McNamara1-2/+2
2014-06-10coverity#1158118 Unchecked dynamic_castCaolán McNamara1-2/+2
2014-06-10coverity#1158151 Unchecked dynamic_castCaolán McNamara1-2/+2
2014-06-06fdo#78860: Swap the logic here: Disable -> Enable.Kohei Yoshida1-5/+5
2014-05-28coverity#706260 Uncaught exceptionCaolán McNamara2-4/+4
2014-05-27chart2: Fix using the last shapeMaxim Monastirsky2-0/+9
2014-05-27Remove unnecessary semicolonsPeter Senna Tschudin1-1/+1
2014-05-19hrc and src files: squeeze multiple newlinesThomas Arnhold1-1/+0
2014-05-18Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part16Julien Nabet1-2/+2
2014-05-12WaE: private field 'm_bOwnershipIsWellKnown' is not usedTor Lillqvist1-4/+0
2014-05-12m_bOwnershipIsWellKnown is unusedCaolán McNamara1-5/+1
2014-05-08coverity#736136 Dereference null return valueCaolán McNamara1-1/+3
2014-05-06Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part3Julien Nabet1-5/+5
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin2-2/+2
2014-05-03chart::ChartController::queryGL3DChart(): crash on concurrent model closeMichael Stahl1-3/+7
2014-04-25error C2872: ´chart´ : ambiguous symbolCaolán McNamara1-1/+1
2014-04-25chart2: use constructor feature for WizardDialogMiklos Vajna1-54/+0
2014-04-25chart2: use constructor feature for ShapeToolbarControllerMiklos Vajna2-8/+7
2014-04-25chart2: use constructor feature for ChartTypeDialogMiklos Vajna1-8/+0
2014-04-25chart2: use constructor feature for ChartFrameLoaderMiklos Vajna2-8/+7
2014-04-25chart2: use constructor feature for ChartDocumentWrapperMiklos Vajna1-8/+0
2014-04-25chart2: use constructor feature for ChartControllerMiklos Vajna2-8/+8
2014-04-24chart2: use constructor feature for ElementSelectorToolbarControllerMiklos Vajna2-8/+7
2014-04-21remove comments why a file gets includedThomas Arnhold19-46/+1
2014-04-15chart2: sal_Bool->boolNoel Grandin12-49/+49
2014-04-14typo: paramter -> parameterThomas Arnhold1-1/+1
2014-04-11Several more Window events to intercept for the GL3D chart.Kohei Yoshida3-1/+32
2014-04-11Separate mouse event handlers for GL3D bar chart.Kohei Yoshida3-0/+60
2014-04-10Reduce indentation by early bailout.Kohei Yoshida1-136/+136
2014-04-10Let's remove these...Kohei Yoshida1-6/+0
2014-04-06whitespace cleanup in chart2Markus Mohrhard1-2/+0
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin2-4/+4
2014-03-28Remove remaining DBG_CTOR etc. remnants from chart2Stephan Bergmann2-9/+0