summaryrefslogtreecommitdiff
path: root/chart2/source
AgeCommit message (Expand)Author
2014-04-08Fix typo.Jan Holesovsky
2014-04-08WaE: private field is not usedTor Lillqvist
2014-04-08change debug outputMarkus Mohrhard
2014-04-08clear the container to be safeMarkus Mohrhard
2014-04-08add camera controlMarkus Mohrhard
2014-04-08remove unused variableMarkus Mohrhard
2014-04-08temporarily render to a fileMarkus Mohrhard
2014-04-08improve the code for temporary OpenGl contextMarkus Mohrhard
2014-04-08e temporarily a local OpenGL contextMarkus Mohrhard
2014-04-08remove some OpenGL traces from OpenGLRender and DummyXShapeMarkus Mohrhard
2014-04-08remove fileMarkus Mohrhard
2014-04-08no need to swap buffers in the offscreen renderingMarkus Mohrhard
2014-04-08add initial code for creating 3D bar shapesMarkus Mohrhard
2014-04-08most likley nobody has used that profiling code in yearsMarkus Mohrhard
2014-04-08put some functions into an anonzmous namespaceMarkus Mohrhard
2014-04-06whitespace cleanup in chart2Markus Mohrhard
2014-04-05prevent excessive exceptionsMarkus Mohrhard
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin
2014-04-03fdo#43157 : clean up OSL_POSTCONDMichaël Lefèvre
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-30coverity#1194922 Overflowed return valueCaolán McNamara
2014-03-30set first position and then size, fdo#75075Markus Mohrhard
2014-03-29chart2: loplugin:saloverrideMichael Stahl
2014-03-29Add missing header.Kohei Yoshida
2014-03-29Add API wrapper to handle properties of new GL3D chart type.Kohei Yoshida
2014-03-29Let's use define constants here rather than string values....Kohei Yoshida
2014-03-29Transfer back properties from the chart type object to template object.Kohei Yoshida
2014-03-29Too long a line.Kohei Yoshida
2014-03-29Trying to move this RoundedEdge property from Diagram to GL3DBarChartType.Kohei Yoshida
2014-03-29Some debugging output of GL chart.Kohei Yoshida
2014-03-29Start using common symbols for textural UNO property names.Kohei Yoshida
2014-03-29Add a means to debug the internal state of the diagram object.Kohei Yoshida
2014-03-28Remove remaining DBG_CTOR etc. remnants from chart2Stephan Bergmann
2014-03-28Merge back branch alg_writerframes to trunkArmin Le Grand
2014-03-28Missing XServiceInfo base classStephan Bergmann
2014-03-28ChartTypeTemplate and its derivatives are not UNO service implementationsStephan Bergmann
2014-03-28Missing XServiceInfo base classStephan Bergmann
2014-03-28chart::Wall is not a UNO service implementationStephan Bergmann
2014-03-28chart::impl::StockBar is not a UNO service implementationStephan Bergmann
2014-03-28Missing XServiceInfo base classStephan Bergmann
2014-03-27add interface for 3D stock type chart in 3D sceenMarkus Mohrhard
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-27sfx2: sal_Bool->boolNoel Grandin
2014-03-26Make sure to set the RoundedEdge check box on load.Kohei Yoshida
2014-03-26Pass the rounded edge property to the diagram object.Kohei Yoshida
2014-03-26Add the UI bits for showing "rounded edge" property for GL3D chart.Kohei Yoshida
2014-03-26Add a boolean "RoundedRectangle" property to the GL 3D chart.Kohei Yoshida
2014-03-27show negative values correctly in pie charts, fdo#69143Markus Mohrhard
2014-03-26Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe
2014-03-26Error: exception specification of overriding function is more lax than baseTor Lillqvist