summaryrefslogtreecommitdiffstats
path: root/chart2
Commit message (Expand)AuthorAgeFilesLines
* brute-force find-and-remove of unused #define constants.Noel Grandin2015-01-083-12/+0
* fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin2015-01-071-1/+1
* fdo#39440 reduce scope of local variablesŁukasz Hryniuk2015-01-073-5/+4
* Some loplugin:revisibility clean-upStephan Bergmann2015-01-051-1/+1
* fdo#67343 Arrange Help button in a secondary groupAdolfo Jayme Barrientos2015-01-0515-213/+141
* fdo#39440 reduce scope of local variablesŁukasz Hryniuk2015-01-031-18/+9
* fdo#83058 File corrupt due to data label position is invalid in chart.xmlPriyankaGaikwad2015-01-032-1/+14
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-024-9/+9
* bnc#830738 Now all axis labels of a chart are displaied.Marco Cecchetti2014-12-241-7/+20
* update the xml files with current reference filesMarkus Mohrhard2014-12-222-205/+205
* fix buildCaolán McNamara2014-12-1811-11/+11
* chart2: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-1832-104/+104
* bCategoriesUsed is always false at this pointLionel Elie Mamane2014-12-181-1/+1
* chart2: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-152-2/+2
* java: remove comment noiseNoel Grandin2014-12-101-1/+0
* changed timers to idleJennifer Liebel2014-12-092-6/+5
* fix buildCaolán McNamara2014-12-091-2/+2
* fix build under gccNoel Grandin2014-12-091-2/+2
* inline some strings, they don't need to be in a shared header fileNoel Grandin2014-12-093-4/+8
* inline UNO helper macrosNoel Grandin2014-12-09119-294/+2053
* inline UNO helper macro APPHELPER_SERVICE_FACTORY_HELPERNoel Grandin2014-12-0940-70/+245
* use cppuhelper::suppportsService helper method in chart2Noel Grandin2014-12-091-10/+4
* reduce scope of local variablesMichael Weghorn2014-12-069-22/+15
* fdo#84938: replace EVENT_ constants with enumTobias Madl2014-12-011-2/+2
* chart2: ChartController: fix CommandDispatchContainer access lockingMichael Stahl2014-11-282-4/+21
* Remove ptr_deque.hpp header include from vcl/outdev.hxx.Kohei Yoshida2014-11-251-0/+1
* cppuhelper: clean up public headers with include-what-you-useMichael Stahl2014-11-182-0/+2
* coverity#1242824 Unused valueCaolán McNamara2014-11-171-7/+2
* sal: clean up public headers with include-what-you-useMichael Stahl2014-11-1714-0/+15
* vcl: let the ModalDialog ctor take an OUStringMiklos Vajna2014-11-161-2/+2
* fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava2014-11-143-4/+4
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-123-3/+3
* fdo#84938: replace HELPMODE_ constants with enumNoel Grandin2014-11-111-1/+1
* callcatcher: unused codeCaolán McNamara2014-11-102-7/+0
* move README.deprecated from chart2 to vclMarkus Mohrhard2014-11-101-23/+0
* prevent crash with empty chart sceneMarkus Mohrhard2014-11-101-0/+3
* merge vcllo and vclopenglloMarkus Mohrhard2014-11-103-4/+0
* OpenGL ES does not support double and glPolygonModeMarkus Mohrhard2014-11-091-0/+6
* fdo#84938: replace MOUSE_ modifier constants with enumNoel Grandin2014-11-072-2/+2
* use css:: prefix to tidy up chart2 UNO macrosNoel Grandin2014-11-071-33/+23
* changed some timer to idleJennifer Liebel2014-11-051-2/+2
* loplugin:unreffunStephan Bergmann2014-11-051-1/+3
* fdo#38835 strip out OUString globalsNoel Grandin2014-11-0532-139/+139
* Avoid re-constructing chart shapes when it's not in visible range.Kohei Yoshida2014-11-042-6/+20
* Actually we shouldn't always set Overlap flag on for all xlsx charts...Kohei Yoshida2014-11-041-1/+1
* Modify the tick iterator strategy to use fewer ticks.Kohei Yoshida2014-11-041-11/+21
* Let's use size_t for the index.Kohei Yoshida2014-11-043-17/+18
* Some code sharing.Kohei Yoshida2014-11-043-62/+64
* Create a variant of createTextShapes for simpler use cases.Kohei Yoshida2014-11-044-17/+193
* These methods can be private rather than protected.Kohei Yoshida2014-11-041-1/+1