summaryrefslogtreecommitdiff
path: root/chart2/source/view
AgeCommit message (Collapse)Author
2013-11-24Custom name for a trend line (shown in legend).Tomaž Vajngerl
Previously, a trendline name was fixed to a combination of the trendline type and the name of the series. With this it is possible to add a custom name for the trendline, which is shown in the legend. Change-Id: I61eaaf14e6df45088abdf1f3e9c24877d26ae8a7
2013-11-24Simplify conversion from/to ItemSet/PropertySet for RegressionCurvesTomaž Vajngerl
Change-Id: I5ddf53f984508a88fd02063eb9f81cd05cf627c9
2013-11-23widht -> widthJulien Nabet
Change-Id: I661eeb167a95540a223ce72aac51789daf3767dc
2013-11-22replace OUString::reverseCompareTo("xxx") with operator==Noel Grandin
operator== with OUString and literal internally does a reverse-compare (via OUString::equalsAsciiL) anyway, so no need to keep explicit calls to OUString::reverseCompareTo with literal argument Change-Id: I799d9bcd0d5c308a9547ce7cacb2db6042fdb643
2013-11-22remove unnecessary RTL_CONSTASCII_STRINGPARAMNoel Grandin
A final pass through the code, converting code to use the new OUString and OString methods that can detect string literals. Change-Id: Ifa6382335e5650a1c67e52006b26354e0692c710
2013-11-19unknown log areaStephan Bergmann
Change-Id: Ideb0742c2c6f3f7ba45af23359d5a653f58b120c
2013-11-19-Werror,-Wunused-functionStephan Bergmann
Change-Id: I337691b4a7548c5c92bc0484c2ef9224ce461ba5
2013-11-19-Werror,-Wunused-functionStephan Bergmann
Change-Id: I4ae45a0809cc57fad3d8e872952aedfead27a518
2013-11-19this only works with c++11Markus Mohrhard
2013-11-19fix tinderboxMarkus Mohrhard
2013-11-19disable building the OpenGL piecesMarkus Mohrhard
2013-11-19fix the windows buildMarkus Mohrhard
Change-Id: Ie3625211a32c41dd0fadf94294bc689aef7b1c24
2013-11-19more windows build fixesMarkus Mohrhard
Change-Id: I79b75bbb193851855328a7dbbd8ab547afe29aec
2013-11-19fix windows buildMarkus Mohrhard
Change-Id: I51942eb3719459abc0353a7fd024784f2c4abdb3
2013-11-19removed unused variableMarkus Mohrhard
Change-Id: I74af65aba6d19e39f889a28b15d04f7e293168c5
2013-11-19fix crash in opengl backendMarkus Mohrhard
Change-Id: I1257f4568e55ca545e96bda8a53f272ba8e1f0b0
2013-11-19we need to init manually nowMarkus Mohrhard
Change-Id: I1374814e549dcbb33de75ffa118d1eccfd168893
2013-11-19fix lifetime problems of ChartViewMarkus Mohrhard
Change-Id: I99b24b026c50a05f8f3803348c76277e29a45ec7
2013-11-19it builds againMarkus Mohrhard
Change-Id: I969ff5ed6fd979e9fd126e8d0b79a518697e7915
2013-11-19add glew and make chartopengl a dynamically loaded libMarkus Mohrhard
2013-11-19add a few property casesMarkus Mohrhard
Change-Id: Idd77baf2f84550f1a29e5eaf9afb4aa454e79154
2013-11-19add the definition for the shapesMarkus Mohrhard
resolves the linker errors Change-Id: I24d18a4491c8bc4f5839f9245386d0cd2b612cf0
2013-11-19make the shapes explicit in the backendMarkus Mohrhard
Change-Id: Idf92176c66cefde3022cec2990c9711a1b49a111
2013-11-19actually create a dummy root shape objectMarkus Mohrhard
Change-Id: I6251042266f531a28944197bda8d2fab39fce495
2013-11-19make it possible to avoid XShape/XShapes in the backendMarkus Mohrhard
Change-Id: I9aa4b71d12bb6720e2197dc1de6f06c61f27d6ee
2013-11-19implement XMultiPropertySetMarkus Mohrhard
Change-Id: I91878c0883f0de03341eee65f2925ec3beb71889
2013-11-19implement top level shape and method to get itMarkus Mohrhard
This class contains the glcontext Change-Id: If0418cfbfb0486396a75ab274e7b480607f8de6d
2013-11-19fix buildMarkus Mohrhard
Change-Id: I776455675a066dad790bc6beac4aa545186d5192
2013-11-19adapt name of methodMarkus Mohrhard
Change-Id: I02435256f747bb2bff63414735fa5af3b3413e82
2013-11-19rename DummyShapeFactory to OpenglShapeFactoryMarkus Mohrhard
Change-Id: Ife9640b10e90351f871513f1f8e26d80c384e0d9
2013-11-19add methods to render whole data series at onceMarkus Mohrhard
additionally we have now a method for timebased data series in the shape factory. The method contains the two points in time and the rendering backend should calculate intermitiate points for a good interpolation. Change-Id: Id30e2039ec90a6c36e947b7a7f9bca65ef0e8961
2013-11-19use ChartModel instead of XModel in a few placesMarkus Mohrhard
This allows us easier implementation of some advanced features. Mainly the 4D chartting will now be able to work without several ugly layers of UNO. Change-Id: I74d07229eaef921c508f3bab8fae6d6075ad737a
2013-11-19work on plotting a whole series at onceMarkus Mohrhard
Change-Id: I70a7b22aa30e959ed311348f047e349be38ebcfb
2013-11-19one more newly unused variableMarkus Mohrhard
Change-Id: If24290d1a2fd818d9b6f264abf1b75c941b767fb
2013-11-19remove a few more unnecessary linesMarkus Mohrhard
Change-Id: I44eafb69bf32cb8dbf7d07278a010ca4d812a832
2013-11-19simplify AreaChart now that it does not deal with net chartsMarkus Mohrhard
Change-Id: I4ff556a43b65d54954b3d057b86dbb1fe7e66ac6
2013-11-19extract code for net charts from AreaChartMarkus Mohrhard
Now AreaChart only contains code for 11 different chart types. NetChart was the only one needing a PolarPlottingPositionHelper Change-Id: Ibbe45f9afdf91fea1ef542020d8a3388a6e8c27b
2013-11-19make it a normal variableMarkus Mohrhard
Change-Id: I75e38a02d48db938df2216bc245f34f363838042
2013-11-19leave default constructed objects outMarkus Mohrhard
Change-Id: I551574e33d1a3c08c0653f88f2d626beee3f2594
2013-11-19small clean up in chart codeMarkus Mohrhard
Change-Id: I42c1b4aa4e174917199d1635a044b8698d8ae851
2013-11-19we only support 2D Bubble Charts anywayMarkus Mohrhard
Change-Id: I3e1ac100c3c217e194f2b58c2dadcec370560d51
2013-11-19prevent some implicit iterator conversionsMarkus Mohrhard
Change-Id: I2335acba43eaf5950dec17bf847da4b115737dfa
2013-11-19no createInstance calls any more in chart2/source/view creating shapesMarkus Mohrhard
Change-Id: I7978d607ecd9170fff37ff0be02cdfbec7ebb89b
2013-11-19only one createInstance call leftMarkus Mohrhard
Change-Id: Iabefaea11e9190f84cecc1991585c4a958802fae
2013-11-19use AbstractShapeFactory in more placesMarkus Mohrhard
Change-Id: I1c34f6e56579c4a43e4ba28a81799c3f67d679cb
2013-11-19more use of ShapeFactory and set Properties in factory if possibleMarkus Mohrhard
Change-Id: I7d172fd7bde506233fc74ec07b9603ee29149e5c
2013-11-19and another file that only uses AbstractShapeFactoryMarkus Mohrhard
Change-Id: I5f986083fcbedae81281eb2bdaa6361115e1063a
2013-11-19use the AbstractShapeFactory in more placesMarkus Mohrhard
Change-Id: I992533b5e38ca5cb91f7688d94c35652f7dbaa38
2013-11-19some small fixesMarkus Mohrhard
Change-Id: I9e18fc04e0e8d8be0bed0b9c7b80fd0e983893f1
2013-11-19make it possible to switch between different ShapeFactoriesMarkus Mohrhard
Change-Id: I49f6b16182c25ead486a15ab86f722902b36933e