summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Expand)AuthorFilesLines
2014-06-26Clarify the code a little more.Kohei Yoshida3-38/+63
2014-06-26Move the category level removal code into its own method.Kohei Yoshida2-17/+25
2014-06-25Remove these pesky ::com::sun::star ....Kohei Yoshida1-12/+8
2014-06-25Tuck this anonymous namespace inside chart namespace.Kohei Yoshida1-12/+10
2014-06-25Add class descriptions. These two classes' roles were not very clear.Kohei Yoshida2-0/+13
2014-06-24Re-use DataSeriesHelper::getRole().Kohei Yoshida4-22/+13
2014-06-24Annotate the code a little more, to make it easier to follow.Kohei Yoshida2-27/+54
2014-06-24Unwind this logic a bit.Kohei Yoshida1-4/+8
2014-06-24Reduce indentation levels.Kohei Yoshida1-160/+163
2014-06-24Let's remove these lcl_ fetish.Kohei Yoshida2-34/+34
2014-06-24new compilerplugin returnbyrefNoel Grandin2-6/+6
2014-06-23fdo#76203 - use consistent titlecase for UI title labelsJoren De Cuyper13-19/+19
2014-06-23XY chart needs to set the X value propertyMarkus Mohrhard1-0/+1
2014-06-22fdo#80295 - Mismatched icons in Chart Data Table dialogJoren De Cuyper1-5/+5
2014-06-22add test case for fdo#78080Markus Mohrhard2-0/+13
2014-06-22remove now unused dialogMarkus Mohrhard5-257/+0
2014-06-22show the property mapping sequences by defaultMarkus Mohrhard4-53/+6
2014-06-22extract common codeMarkus Mohrhard1-12/+15
2014-06-22add test case for property mappingMarkus Mohrhard3-0/+1172
2014-06-22don't try to set property mapping if there is no valueMarkus Mohrhard5-14/+28
2014-06-21avoid truncation double to float warningMarkus Mohrhard1-1/+1
2014-06-21fix windows buildMarkus Mohrhard4-10/+10
2014-06-21avoid manual OpenGL extension checkingMarkus Mohrhard1-39/+2
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-21add code to call batch texture renderweigao2-11/+257
2014-06-21small whitespace changesMarkus Mohrhard2-1/+5
2014-06-21add batch render texture shadersweigao3-0/+44
2014-06-21use shader to calculate alpha channelweigao5-30/+34
2014-06-21add global scale matrixweigao1-11/+13
2014-06-21fix the using 3.0 version bugweigao1-1/+0
2014-06-21remove old commentMarkus Mohrhard1-5/+0
2014-06-21add disabled code for square barsMarkus Mohrhard1-0/+5
2014-06-20mark numbers as untranslatableStanislav Horacek1-2/+2
2014-06-20fdo#71767: Write test for this.Kohei Yoshida3-0/+105
2014-06-20sw: clean up leftover TextBox TODOsMiklos Vajna1-10/+1
2014-06-19fdo#71076, fdo#71767: Preserve number formats when charts are copied.Kohei Yoshida16-92/+84
2014-06-19Use define constant to keep track of all NumberFormat property usage.Kohei Yoshida19-44/+67
2014-06-19small text positioning fixesMarkus Mohrhard1-2/+2
2014-06-19use better default colorsMarkus Mohrhard1-1/+1
2014-06-19fix range input in chart data source dialogMarkus Mohrhard1-1/+10
2014-06-19Fix build with system glm once againFridrich Štrba1-6/+6
2014-06-18rtl::Reference fits just fine hereStephan Bergmann3-21/+15
2014-06-18chart2, sw: remaining textbox DOCX import test preparationsMiklos Vajna1-1/+14
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin56-220/+45
2014-06-17add codes for calling the 3.0 shadersweigao1-26/+101
2014-06-17add codes for compile the 3.0 shadersweigao2-19/+102
2014-06-17add shaders for 3.0 glsl versionweigao3-0/+118
2014-06-17modify the mouse drag functionweigao1-10/+10