summaryrefslogtreecommitdiff
path: root/chart2/source
AgeCommit message (Expand)AuthorFilesLines
2014-04-10add teh rounded corners property backMarkus Mohrhard2-0/+8
2014-04-10make sure the unique id is set correctlyMarkus Mohrhard3-4/+43
2014-04-08Need 3 points to define a rectangle in 3D.Jan Holesovsky1-1/+2
2014-04-08Fix typo.Jan Holesovsky1-1/+1
2014-04-08WaE: private field is not usedTor Lillqvist1-5/+0
2014-04-08change debug outputMarkus Mohrhard1-1/+1
2014-04-08clear the container to be safeMarkus Mohrhard1-0/+1
2014-04-08add camera controlMarkus Mohrhard3-0/+17
2014-04-08remove unused variableMarkus Mohrhard1-1/+0
2014-04-08temporarily render to a fileMarkus Mohrhard3-1/+14
2014-04-08improve the code for temporary OpenGl contextMarkus Mohrhard4-6/+43
2014-04-08e temporarily a local OpenGL contextMarkus Mohrhard2-0/+4
2014-04-08remove some OpenGL traces from OpenGLRender and DummyXShapeMarkus Mohrhard4-25/+5
2014-04-08remove fileMarkus Mohrhard1-71/+0
2014-04-08no need to swap buffers in the offscreen renderingMarkus Mohrhard1-20/+1
2014-04-08add initial code for creating 3D bar shapesMarkus Mohrhard7-8/+318
2014-04-08most likley nobody has used that profiling code in yearsMarkus Mohrhard1-12/+0
2014-04-08put some functions into an anonzmous namespaceMarkus Mohrhard1-0/+4
2014-04-06whitespace cleanup in chart2Markus Mohrhard7-14/+0
2014-04-05prevent excessive exceptionsMarkus Mohrhard1-8/+12
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin18-37/+37
2014-04-03fdo#43157 : clean up OSL_POSTCONDMichaël Lefèvre2-2/+2
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann5-5/+5
2014-03-30coverity#1194922 Overflowed return valueCaolán McNamara2-6/+6
2014-03-30set first position and then size, fdo#75075Markus Mohrhard1-1/+1
2014-03-29chart2: loplugin:saloverrideMichael Stahl2-9/+11
2014-03-29Add missing header.Kohei Yoshida1-0/+2
2014-03-29Add API wrapper to handle properties of new GL3D chart type.Kohei Yoshida10-44/+240
2014-03-29Let's use define constants here rather than string values....Kohei Yoshida1-6/+14
2014-03-29Transfer back properties from the chart type object to template object.Kohei Yoshida2-0/+26
2014-03-29Too long a line.Kohei Yoshida1-1/+7
2014-03-29Trying to move this RoundedEdge property from Diagram to GL3DBarChartType.Kohei Yoshida7-32/+166
2014-03-29Some debugging output of GL chart.Kohei Yoshida1-0/+41
2014-03-29Start using common symbols for textural UNO property names.Kohei Yoshida6-15/+22
2014-03-29Add a means to debug the internal state of the diagram object.Kohei Yoshida1-2/+31
2014-03-28Remove remaining DBG_CTOR etc. remnants from chart2Stephan Bergmann2-9/+0
2014-03-28Merge back branch alg_writerframes to trunkArmin Le Grand1-2/+1
2014-03-28Missing XServiceInfo base classStephan Bergmann1-6/+10
2014-03-28ChartTypeTemplate and its derivatives are not UNO service implementationsStephan Bergmann22-192/+0
2014-03-28Missing XServiceInfo base classStephan Bergmann12-46/+36
2014-03-28chart::Wall is not a UNO service implementationStephan Bergmann2-27/+0
2014-03-28chart::impl::StockBar is not a UNO service implementationStephan Bergmann2-27/+0
2014-03-28Missing XServiceInfo base classStephan Bergmann1-6/+10
2014-03-27add interface for 3D stock type chart in 3D sceenMarkus Mohrhard1-0/+55
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann225-1884/+2076
2014-03-27sfx2: sal_Bool->boolNoel Grandin28-39/+39
2014-03-26Make sure to set the RoundedEdge check box on load.Kohei Yoshida1-25/+34
2014-03-26Pass the rounded edge property to the diagram object.Kohei Yoshida6-17/+42
2014-03-26Add the UI bits for showing "rounded edge" property for GL3D chart.Kohei Yoshida7-1/+65
2014-03-26Add a boolean "RoundedRectangle" property to the GL 3D chart.Kohei Yoshida2-4/+107