summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Expand)AuthorFilesLines
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl7-10/+10
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin3-12/+0
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin1-1/+1
2015-01-07fdo#39440 reduce scope of local variablesŁukasz Hryniuk3-5/+4
2015-01-05Some loplugin:revisibility clean-upStephan Bergmann1-1/+1
2015-01-05fdo#67343 Arrange Help button in a secondary groupAdolfo Jayme Barrientos15-213/+141
2015-01-03fdo#39440 reduce scope of local variablesŁukasz Hryniuk1-18/+9
2015-01-03fdo#83058 File corrupt due to data label position is invalid in chart.xmlPriyankaGaikwad2-1/+14
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara4-9/+9
2014-12-24bnc#830738 Now all axis labels of a chart are displaied.Marco Cecchetti1-7/+20
2014-12-22update the xml files with current reference filesMarkus Mohrhard2-205/+205
2014-12-18fix buildCaolán McNamara11-11/+11
2014-12-18chart2: Use appropriate OUString functions on string constantsStephan Bergmann32-104/+104
2014-12-18bCategoriesUsed is always false at this pointLionel Elie Mamane1-1/+1
2014-12-15chart2: Use appropriate OUString functions on string constantsStephan Bergmann2-2/+2
2014-12-10java: remove comment noiseNoel Grandin1-1/+0
2014-12-09changed timers to idleJennifer Liebel2-6/+5
2014-12-09fix buildCaolán McNamara1-2/+2
2014-12-09fix build under gccNoel Grandin1-2/+2
2014-12-09inline some strings, they don't need to be in a shared header fileNoel Grandin3-4/+8
2014-12-09inline UNO helper macrosNoel Grandin119-294/+2053
2014-12-09inline UNO helper macro APPHELPER_SERVICE_FACTORY_HELPERNoel Grandin40-70/+245
2014-12-09use cppuhelper::suppportsService helper method in chart2Noel Grandin1-10/+4
2014-12-06reduce scope of local variablesMichael Weghorn9-22/+15
2014-12-01fdo#84938: replace EVENT_ constants with enumTobias Madl1-2/+2
2014-11-28chart2: ChartController: fix CommandDispatchContainer access lockingMichael Stahl2-4/+21
2014-11-25Remove ptr_deque.hpp header include from vcl/outdev.hxx.Kohei Yoshida1-0/+1
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl2-0/+2
2014-11-17coverity#1242824 Unused valueCaolán McNamara1-7/+2
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl14-0/+15
2014-11-16vcl: let the ModalDialog ctor take an OUStringMiklos Vajna1-2/+2
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava3-4/+4
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini3-3/+3
2014-11-11fdo#84938: replace HELPMODE_ constants with enumNoel Grandin1-1/+1
2014-11-10callcatcher: unused codeCaolán McNamara2-7/+0
2014-11-10move README.deprecated from chart2 to vclMarkus Mohrhard1-23/+0
2014-11-10prevent crash with empty chart sceneMarkus Mohrhard1-0/+3
2014-11-10merge vcllo and vclopenglloMarkus Mohrhard3-4/+0
2014-11-09OpenGL ES does not support double and glPolygonModeMarkus Mohrhard1-0/+6
2014-11-07fdo#84938: replace MOUSE_ modifier constants with enumNoel Grandin2-2/+2
2014-11-07use css:: prefix to tidy up chart2 UNO macrosNoel Grandin1-33/+23
2014-11-05changed some timer to idleJennifer Liebel1-2/+2
2014-11-05loplugin:unreffunStephan Bergmann1-1/+3
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin32-139/+139
2014-11-04Avoid re-constructing chart shapes when it's not in visible range.Kohei Yoshida2-6/+20
2014-11-04Actually we shouldn't always set Overlap flag on for all xlsx charts...Kohei Yoshida1-1/+1
2014-11-04Modify the tick iterator strategy to use fewer ticks.Kohei Yoshida1-11/+21
2014-11-04Let's use size_t for the index.Kohei Yoshida3-17/+18
2014-11-04Some code sharing.Kohei Yoshida3-62/+64
2014-11-04Create a variant of createTextShapes for simpler use cases.Kohei Yoshida4-17/+193