summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Expand)AuthorFilesLines
2014-02-13FDO#74430: File Corruption due to repetition of docPr Idumeshkadam2-0/+23
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin1-1/+1
2014-02-12cid#707669 uninitialized pointer valueNoel Grandin1-0/+1
2014-02-12disable the testMarkus Mohrhard1-1/+1
2014-02-12a 800 kB file is maybe not the best idea for a test caseMarkus Mohrhard1-0/+0
2014-02-12fdo#74111 3D Rotation is wrong after Round trip for bar chartPriyankaGaikwad2-0/+12
2014-02-12fdo#74115 Fix for DOCX BitmapFill for Chart WallVinaya Mandke2-0/+10
2014-02-12fdo#74115 Fix for DOCX GradientFill for Chart WallVinaya Mandke2-0/+13
2014-02-11fdo#74112 Write Chart Displayunits information back to XML.sushil_shinde2-0/+10
2014-02-11fdo#74112 Preserve Chart displayunits properties during ODF import/export.sushil_shinde2-2/+40
2014-02-10set mnemonic widgetsCaolán McNamara1-7/+7
2014-02-10Related: #i123862# use O*String's isEmpty() method...Herbert Dürr1-1/+1
2014-02-10the return of callcatcherCaolán McNamara14-138/+2
2014-02-10first step into positioning fixes for legendsMarkus Mohrhard1-2/+8
2014-02-09coverity#1169824 Explicit null dereferencedCaolán McNamara1-16/+13
2014-02-09coverity#1169832 Using invalid iteratorCaolán McNamara1-6/+7
2014-02-09coverity#1169877 Uninitialized pointer fieldCaolán McNamara2-14/+48
2014-02-09forgot the new filesMarkus Mohrhard3-0/+188
2014-02-09add a few more debug statementsMarkus Mohrhard1-1/+12
2014-02-09improve dialogs for mapped propertiesMarkus Mohrhard4-5/+33
2014-02-09add the time based charting stuff to the ui filesMarkus Mohrhard2-15/+116
2014-02-09Typo: prefere -> preferJulien Nabet1-1/+1
2014-02-09TyposJulien Nabet1-2/+2
2014-02-08coverity#737047 Uncaught exceptionCaolán McNamara2-2/+2
2014-02-08coverity#1169880 Uninitialized pointer fieldCaolán McNamara2-1/+19
2014-02-07coverity#737046 Uncaught exceptionCaolán McNamara2-2/+3
2014-02-07sal_Bool -> boolStephan Bergmann1-7/+7
2014-02-07coverity#1158121 Unchecked dynamic_castCaolán McNamara1-0/+2
2014-02-07coverity#1158125 Unchecked dynamic_castCaolán McNamara1-1/+2
2014-02-07fdo#73374 Trendline: correct R^2 for forced interceptLaurent Balland-Poirier1-1/+14
2014-02-07first step in supporting XShapeDumper for the DummyShapesMarkus Mohrhard1-0/+7
2014-02-06typo fixes in commentsAndras Timar4-7/+7
2014-02-06add a way to dump chart content to consoleMarkus Mohrhard1-0/+12
2014-02-06improve color handling and alpha channel handlingMarkus Mohrhard3-53/+59
2014-02-06small clean-upMarkus Mohrhard1-4/+2
2014-02-06get z order correct in a few more placesMarkus Mohrhard1-0/+4
2014-02-06make bar charts workingMarkus Mohrhard1-0/+32
2014-02-06Resolves: rhbz#975421 wrong chart direction in FarsiCaolán McNamara3-3/+3
2014-02-06TabControl::DeactivatePage should return boolStephan Bergmann1-8/+3
2014-02-05chart2: remove unnecessary complexityMichael Stahl1-3/+1
2014-02-05Fix previous fixStephan Bergmann1-1/+1
2014-02-05Fix target of .glsl files on Mac OS XStephan Bergmann1-1/+1
2014-02-05Doxygen warnings correctedChris Sherlock1-1/+1
2014-02-04convert specialised SvStream::operator>> methods to ReadXXX methodsNoel Grandin1-1/+1
2014-02-04fix ambiguitiesCaolán McNamara1-1/+1
2014-02-04warning C4305: '+=' : truncation from 'double' to 'float'Stephan Bergmann1-1/+1
2014-02-04convert chart type dialog to .uiCaolán McNamara9-73/+90
2014-02-03improve diagram renderingMarkus Mohrhard2-0/+57
2014-02-03no need for typedefs hereMarkus Mohrhard1-6/+6
2014-02-03replace malloc with std::vectorPeilin2-15/+11