summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Expand)AuthorFilesLines
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
2014-03-06finally fix title renderingMarkus Mohrhard1-13/+36
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke1-9/+9
2014-03-05remove unused code chart::ChartModelHelper::setPageSizeNoel Grandin2-12/+0
2014-03-05remove unused code chart::ModifyListenerCallBack::startListeningNoel Grandin2-16/+0
2014-03-04remove mfAlpha againMarkus Mohrhard3-15/+11
2014-03-04add black bubble edge and modify transparencePeilin3-3/+38
2014-03-04Revert "fdo#75200:Libreoffice crash while opening the file"Markus Mohrhard2-7/+3
2014-03-04fdo#54938: Convert some places to use cppu::supportsServiceMarcos Paulo de Souza1-3/+5
2014-03-03fdo#75538 R^2 calculation for trendline similar to LINEST functionLaurent Balland-Poirier1-5/+3
2014-03-03-Werror,-Wunused-functionStephan Bergmann1-5/+0
2014-03-03convert chart type page to .ui formatCaolán McNamara17-884/+663
2014-03-03fdo#74826: File corruption-Issue related to Series idx & order val.YogeshBharate2-0/+10
2014-03-02fdo#75200:Libreoffice crash while opening the filePriyankaGaikwad2-3/+7
2014-02-27coverity#1187864 Uninitialized pointer fieldCaolán McNamara1-0/+8
2014-02-27editeng: sal_Bool->boolNoel Grandin1-1/+1
2014-02-27editeng: sal_Bool->boolNoel Grandin1-2/+2
2014-02-27Remove visual noise from chart2Alexander Wilms39-134/+134
2014-02-26Statics with non-trivial initialization must use StaticWithInitStephan Bergmann1-45/+17