summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Expand)AuthorFilesLines
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
2014-06-26Move the category level removal code into its own method.Kohei Yoshida2-17/+25
2014-06-25Remove these pesky ::com::sun::star ....Kohei Yoshida1-12/+8
2014-06-25Tuck this anonymous namespace inside chart namespace.Kohei Yoshida1-12/+10
2014-06-25Add class descriptions. These two classes' roles were not very clear.Kohei Yoshida2-0/+13
2014-06-24Re-use DataSeriesHelper::getRole().Kohei Yoshida4-22/+13
2014-06-24Annotate the code a little more, to make it easier to follow.Kohei Yoshida2-27/+54
2014-06-24Unwind this logic a bit.Kohei Yoshida1-4/+8
2014-06-24Reduce indentation levels.Kohei Yoshida1-160/+163
2014-06-24Let's remove these lcl_ fetish.Kohei Yoshida2-34/+34
2014-06-24new compilerplugin returnbyrefNoel Grandin2-6/+6
2014-06-23fdo#76203 - use consistent titlecase for UI title labelsJoren De Cuyper13-19/+19
2014-06-23XY chart needs to set the X value propertyMarkus Mohrhard1-0/+1
2014-06-22fdo#80295 - Mismatched icons in Chart Data Table dialogJoren De Cuyper1-5/+5
2014-06-22add test case for fdo#78080Markus Mohrhard2-0/+13
2014-06-22remove now unused dialogMarkus Mohrhard5-257/+0
2014-06-22show the property mapping sequences by defaultMarkus Mohrhard4-53/+6
2014-06-22extract common codeMarkus Mohrhard1-12/+15
2014-06-22add test case for property mappingMarkus Mohrhard3-0/+1172
2014-06-22don't try to set property mapping if there is no valueMarkus Mohrhard5-14/+28
2014-06-21avoid truncation double to float warningMarkus Mohrhard1-1/+1
2014-06-21fix windows buildMarkus Mohrhard4-10/+10
2014-06-21avoid manual OpenGL extension checkingMarkus Mohrhard1-39/+2
2014-06-21I don't see a good reason for marking private methods with SAL_CALLMarkus Mohrhard1-10/+10
2014-06-21volatile does not make any sense hereMarkus Mohrhard1-7/+7
2014-06-21remove unneeded code for 3D charts in controllerMarkus Mohrhard3-95/+1
2014-06-21add code to call batch texture renderweigao2-11/+257
2014-06-21small whitespace changesMarkus Mohrhard2-1/+5
2014-06-21add batch render texture shadersweigao3-0/+44
2014-06-21use shader to calculate alpha channelweigao5-30/+34
2014-06-21add global scale matrixweigao1-11/+13
2014-06-21fix the using 3.0 version bugweigao1-1/+0
2014-06-21remove old commentMarkus Mohrhard1-5/+0