summaryrefslogtreecommitdiffstats
path: root/chart2
Commit message (Expand)AuthorAgeFilesLines
* add parenthese to fix precedence issueNorbert Thiebaud2014-07-041-2/+2
* coverity#735602-3 Division by zeroNorbert Thiebaud2014-07-041-2/+2
* chart2: add some locking to chart::ChartType UNO serviceMichael Stahl2014-07-042-4/+27
* Make these non-inline.Kohei Yoshida2014-07-032-4/+24
* Test the import of data series values as well.Kohei Yoshida2014-07-032-0/+85
* Better and more descriptive naming.Kohei Yoshida2014-07-032-4/+4
* bnc#812796: Write test for this.Kohei Yoshida2014-07-033-0/+40
* fdo#54361:Add test case for the chart backgroundHeena Gupta2014-07-032-0/+21
* bnc#812796: Correctly handle static value array for OOXML charts.Kohei Yoshida2014-07-022-58/+150
* More fine-grained check of data series labels in the unit test.Kohei Yoshida2014-07-021-8/+22
* remove whitespacesMarkus Mohrhard2014-07-0271-111/+0
* coverity#705359 Mixing enum typesCaolán McNamara2014-07-026-145/+56
* New loplugin:stringconcatStephan Bergmann2014-07-013-5/+5
* coverity#1219805 Uninitialized scalar fieldCaolán McNamara2014-07-011-0/+1
* coverity#1213562 Uninitialized scalar fieldCaolán McNamara2014-07-011-0/+2
* coverity#706266 Uncaught exceptionCaolán McNamara2014-07-012-2/+2
* clang scan-build: various warningsCaolán McNamara2014-07-011-1/+1
* CreationWizard already inherits boost::noncopyable via OutputDeviceMiklos Vajna2014-06-301-1/+1
* Flush modified data to the model when pressing OK in the data table dialog.Kohei Yoshida2014-06-272-4/+3
* Missing include dirStephan Bergmann2014-06-271-0/+1
* fix invalid memory access in chart testsMarkus Mohrhard2014-06-273-4/+36
* fdo#79151: No need to offset column index by category labels.Kohei Yoshida2014-06-261-5/+0
* Use new GridPrinter instance for each table.Kohei Yoshida2014-06-261-9/+27
* Track all uses of ErrorBarX and ErrorBarY UNO property names.Kohei Yoshida2014-06-2614-33/+46
* Prevent a crash while dumping internal data content.Kohei Yoshida2014-06-261-0/+3
* Better way to dump the content of InternalData.Kohei Yoshida2014-06-262-25/+36
* clang: Uninitialized argument valueCaolán McNamara2014-06-262-18/+18
* Clarify the code a little more.Kohei Yoshida2014-06-263-38/+63
* Move the category level removal code into its own method.Kohei Yoshida2014-06-262-17/+25
* Remove these pesky ::com::sun::star ....Kohei Yoshida2014-06-251-12/+8
* Tuck this anonymous namespace inside chart namespace.Kohei Yoshida2014-06-251-12/+10
* Add class descriptions. These two classes' roles were not very clear.Kohei Yoshida2014-06-252-0/+13
* Re-use DataSeriesHelper::getRole().Kohei Yoshida2014-06-244-22/+13
* Annotate the code a little more, to make it easier to follow.Kohei Yoshida2014-06-242-27/+54
* Unwind this logic a bit.Kohei Yoshida2014-06-241-4/+8
* Reduce indentation levels.Kohei Yoshida2014-06-241-160/+163
* Let's remove these lcl_ fetish.Kohei Yoshida2014-06-242-34/+34
* new compilerplugin returnbyrefNoel Grandin2014-06-242-6/+6
* fdo#76203 - use consistent titlecase for UI title labelsJoren De Cuyper2014-06-2313-19/+19
* XY chart needs to set the X value propertyMarkus Mohrhard2014-06-231-0/+1
* fdo#80295 - Mismatched icons in Chart Data Table dialogJoren De Cuyper2014-06-221-5/+5
* add test case for fdo#78080Markus Mohrhard2014-06-222-0/+13
* remove now unused dialogMarkus Mohrhard2014-06-225-257/+0
* show the property mapping sequences by defaultMarkus Mohrhard2014-06-224-53/+6
* extract common codeMarkus Mohrhard2014-06-221-12/+15
* add test case for property mappingMarkus Mohrhard2014-06-223-0/+1172
* don't try to set property mapping if there is no valueMarkus Mohrhard2014-06-225-14/+28
* avoid truncation double to float warningMarkus Mohrhard2014-06-211-1/+1
* fix windows buildMarkus Mohrhard2014-06-214-10/+10
* avoid manual OpenGL extension checkingMarkus Mohrhard2014-06-211-39/+2