summaryrefslogtreecommitdiffstats
path: root/chart2
Commit message (Expand)AuthorAgeFilesLines
* 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
* I don't see a good reason for marking private methods with SAL_CALLMarkus Mohrhard2014-06-211-10/+10
* volatile does not make any sense hereMarkus Mohrhard2014-06-211-7/+7
* remove unneeded code for 3D charts in controllerMarkus Mohrhard2014-06-213-95/+1
* add code to call batch texture renderweigao2014-06-212-11/+257
* small whitespace changesMarkus Mohrhard2014-06-212-1/+5
* add batch render texture shadersweigao2014-06-213-0/+44
* use shader to calculate alpha channelweigao2014-06-215-30/+34
* add global scale matrixweigao2014-06-211-11/+13
* fix the using 3.0 version bugweigao2014-06-211-1/+0
* remove old commentMarkus Mohrhard2014-06-211-5/+0
* add disabled code for square barsMarkus Mohrhard2014-06-211-0/+5
* mark numbers as untranslatableStanislav Horacek2014-06-201-2/+2
* fdo#71767: Write test for this.Kohei Yoshida2014-06-203-0/+105
* sw: clean up leftover TextBox TODOsMiklos Vajna2014-06-201-10/+1
* fdo#71076, fdo#71767: Preserve number formats when charts are copied.Kohei Yoshida2014-06-1916-92/+84
* Use define constant to keep track of all NumberFormat property usage.Kohei Yoshida2014-06-1919-44/+67
* small text positioning fixesMarkus Mohrhard2014-06-191-2/+2
* use better default colorsMarkus Mohrhard2014-06-191-1/+1
* fix range input in chart data source dialogMarkus Mohrhard2014-06-191-1/+10
* Fix build with system glm once againFridrich Štrba2014-06-191-6/+6
* rtl::Reference fits just fine hereStephan Bergmann2014-06-183-21/+15
* chart2, sw: remaining textbox DOCX import test preparationsMiklos Vajna2014-06-181-1/+14
* improve the inlinesimplememberfunctions clang pluginNoel Grandin2014-06-1756-220/+45