summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Expand)AuthorFilesLines
2014-07-20fdo#81547, part1: use ctor reading .ui file, not a resourceKatarina Behrens1-1/+1
2014-07-20add SAL_OVERRIDEDavid Tardon1-1/+1
2014-07-20WaE: -Werror=shadow and -Werror=unused-but-set-variableCaolán McNamara1-15/+15
2014-07-20Fix OpenGL chart reinitializingZolnai Tamás7-5/+18
2014-07-20opengl charts: Move the init from sc to chart2, to have the right parent.Jan Holesovsky8-33/+82
2014-07-19one more simplificationMarkus Mohrhard1-10/+1
2014-07-19use the shared XPath test code in chart2Markus Mohrhard1-92/+28
2014-07-18coverity#1215398 Uninitialized scalar fieldCaolán McNamara1-0/+11
2014-07-17fdo#77319: set spinbox value AFTER adjusting no. of decimal placesKatarina Behrens2-8/+14
2014-07-14error: unused variable 'TIMEOUT'Matúš Kukan1-1/+0
2014-07-13make threaded rendering work correctly, fdo#81110Markus Mohrhard1-0/+4
2014-07-12first part for threaded chart rendering, fdo#81110Markus Mohrhard2-113/+174
2014-07-12remove unused definesMarkus Mohrhard2-10/+0
2014-07-12using memset on a vector is just so wrongMarkus Mohrhard1-6/+0
2014-07-12we only need one typedef for PointListMarkus Mohrhard2-15/+11
2014-07-12killed this method againMarkus Mohrhard2-35/+0
2014-07-12remove unused methodMarkus Mohrhard2-24/+0
2014-07-11new loplugin: externalandnotdefinedNoel Grandin2-2/+4
2014-07-10coverity#1224984 Dereference before checkNorbert Thiebaud1-3/+5
2014-07-10coverity#1224984 Dereference before null checkCaolán McNamara1-2/+1
2014-07-07bnc#881025: Write test for this.Kohei Yoshida4-27/+98
2014-07-07bnc#882383: Add chart unit test for GradientName property.Matúš Kukan2-0/+15
2014-07-04add parenthese to fix precedence issueNorbert Thiebaud1-2/+2
2014-07-04coverity#735602-3 Division by zeroNorbert Thiebaud1-2/+2
2014-07-04chart2: add some locking to chart::ChartType UNO serviceMichael Stahl2-4/+27
2014-07-03Make these non-inline.Kohei Yoshida2-4/+24
2014-07-03Test the import of data series values as well.Kohei Yoshida2-0/+85
2014-07-03Better and more descriptive naming.Kohei Yoshida2-4/+4
2014-07-03bnc#812796: Write test for this.Kohei Yoshida3-0/+40
2014-07-03fdo#54361:Add test case for the chart backgroundHeena Gupta2-0/+21
2014-07-02bnc#812796: Correctly handle static value array for OOXML charts.Kohei Yoshida2-58/+150
2014-07-02More fine-grained check of data series labels in the unit test.Kohei Yoshida1-8/+22
2014-07-02remove whitespacesMarkus Mohrhard71-111/+0
2014-07-02coverity#705359 Mixing enum typesCaolán McNamara6-145/+56
2014-07-01New loplugin:stringconcatStephan Bergmann3-5/+5
2014-07-01coverity#1219805 Uninitialized scalar fieldCaolán McNamara1-0/+1
2014-07-01coverity#1213562 Uninitialized scalar fieldCaolán McNamara1-0/+2
2014-07-01coverity#706266 Uncaught exceptionCaolán McNamara2-2/+2
2014-07-01clang scan-build: various warningsCaolán McNamara1-1/+1
2014-06-30CreationWizard already inherits boost::noncopyable via OutputDeviceMiklos Vajna1-1/+1
2014-06-27Flush modified data to the model when pressing OK in the data table dialog.Kohei Yoshida2-4/+3
2014-06-27Missing include dirStephan Bergmann1-0/+1
2014-06-27fix invalid memory access in chart testsMarkus Mohrhard3-4/+36
2014-06-26fdo#79151: No need to offset column index by category labels.Kohei Yoshida1-5/+0
2014-06-26Use new GridPrinter instance for each table.Kohei Yoshida1-9/+27
2014-06-26Track all uses of ErrorBarX and ErrorBarY UNO property names.Kohei Yoshida14-33/+46
2014-06-26Prevent a crash while dumping internal data content.Kohei Yoshida1-0/+3
2014-06-26Better way to dump the content of InternalData.Kohei Yoshida2-25/+36
2014-06-26clang: Uninitialized argument valueCaolán McNamara2-18/+18
2014-06-26Clarify the code a little more.Kohei Yoshida3-38/+63