summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Expand)AuthorFilesLines
2014-03-17Skeleton of drawinglayer object called OpenGLObjectZolnai Tamás1-1/+1
2014-03-17modify SetBackGroundColor to fix background color and gradients issuepeilin2-15/+9
2014-03-17Remove unused framework::IMutexGuard::resetStephan Bergmann1-6/+0
2014-03-17Fold framework::IGuard into framework::IMutexGuardStephan Bergmann1-3/+1
2014-03-17chart2: prefer passing OUString by referenceNoel Grandin21-74/+77
2014-03-17fix another wrong transparency calculationMarkus Mohrhard1-1/+1
2014-03-17fix rendering of invisible bubbleMarkus Mohrhard1-1/+4
2014-03-17move DummyXShape.hxx to the cxx fileMarkus Mohrhard1-0/+0
2014-03-17fix multisample support in OpenGLMarkus Mohrhard1-0/+1
2014-03-17no need for OpenGLRender in OpenGLContext anymoreMarkus Mohrhard2-0/+2
2014-03-17move the windows multisample code to OpenGLContextMarkus Mohrhard2-210/+0
2014-03-17Revert "Move OpenGLRender to vcl"Markus Mohrhard17-3/+2228
2014-03-17we also need to translate from ui to internal rolesMarkus Mohrhard3-1/+7
2014-03-14Remove unused OpenGLContext structZolnai Tamás1-3/+0
2014-03-14Fix build: missing boost_headersZolnai Tamás1-0/+1
2014-03-14Introduce OpenGLContext in vclopenglZolnai Tamás3-458/+6
2014-03-14Move OpenGLRender to vclZolnai Tamás16-2287/+2
2014-03-14svx: sal_Bool->boolNoel Grandin1-1/+1
2014-03-13fix transparence of bubble colorMarkus Mohrhard1-1/+1
2014-03-13don't reposition several times in complex hierarchiesMarkus Mohrhard2-2/+9
2014-03-13add some debug helpersMarkus Mohrhard1-0/+16
2014-03-12fdo#74111 3D Rotation is wrong after Round trip for pie chartPriyankaGaikwad2-0/+11
2014-03-12fdo#75975 crash while saving the DOCX file containing chartsRavindra Vidhate2-0/+9
2014-03-11add test for fdo#75510Markus Mohrhard2-0/+33
2014-03-11fix negative error bar range export, fdo#75510Markus Mohrhard1-1/+1
2014-03-11svx: sal_Bool->boolNoel Grandin3-12/+12
2014-03-11svx: sal_Bool->boolNoel Grandin1-3/+3
2014-03-10add export validation tests for chart2Markus Mohrhard1-0/+13
2014-03-10test case for strict OOXML chart importMarkus Mohrhard2-0/+13
2014-03-10chart2: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann3-14/+3
2014-03-09WaE: unused functionTor Lillqvist1-17/+0
2014-03-09disable property mapping for unsupported chart typesMarkus Mohrhard1-0/+6
2014-03-09the method is staticMarkus Mohrhard3-5/+4
2014-03-09add property mapping to a few more chart typesMarkus Mohrhard6-0/+39
2014-03-09use localized names instead of the internal onesMarkus Mohrhard3-4/+10
2014-03-09don't hardcode property mapping, read them from chart2::XChartTypeMarkus Mohrhard7-8/+36
2014-03-09improve the property mapping dialogMarkus Mohrhard3-5/+66
2014-03-09improve the handling of property mapping sequencesMarkus Mohrhard3-4/+15
2014-03-09no need for overwriting this methodMarkus Mohrhard2-9/+0
2014-03-07coverity#704566 Unchecked dynamic castNorbert Thiebaud1-10/+26
2014-03-07coverity#704563 Unchecked dynamic castNorbert Thiebaud1-1/+7
2014-03-07fix bar chart renderingMarkus Mohrhard1-3/+0
2014-03-07cache text rendering for performanceMarkus Mohrhard3-18/+88
2014-03-07no need to make it a multiple of 3Markus Mohrhard1-4/+4
2014-03-07fix the rotation matrix for text shapesMarkus Mohrhard2-18/+13
2014-03-06fix the translation angle calculationMarkus Mohrhard1-2/+2
2014-03-06make many SAL_WARN in chart2.opengl simple SAL_INFOMarkus Mohrhard1-20/+18
2014-03-06initial work on rotation for text shapesMarkus Mohrhard4-14/+13
2014-03-06fix OpenGL error when line width is 0Markus Mohrhard1-1/+1
2014-03-06remove the formatted string dummyMarkus Mohrhard2-17/+1