Age | Commit message (Expand) | Author |
2014-07-10 | coverity#1224984 Dereference before null check | Caolán McNamara |
2014-07-07 | bnc#881025: Write test for this. | Kohei Yoshida |
2014-07-07 | bnc#882383: Add chart unit test for GradientName property. | Matúš Kukan |
2014-07-04 | add parenthese to fix precedence issue | Norbert Thiebaud |
2014-07-04 | coverity#735602-3 Division by zero | Norbert Thiebaud |
2014-07-04 | chart2: add some locking to chart::ChartType UNO service | Michael Stahl |
2014-07-03 | Make these non-inline. | Kohei Yoshida |
2014-07-03 | Test the import of data series values as well. | Kohei Yoshida |
2014-07-03 | Better and more descriptive naming. | Kohei Yoshida |
2014-07-03 | bnc#812796: Write test for this. | Kohei Yoshida |
2014-07-03 | fdo#54361:Add test case for the chart background | Heena Gupta |
2014-07-02 | bnc#812796: Correctly handle static value array for OOXML charts. | Kohei Yoshida |
2014-07-02 | More fine-grained check of data series labels in the unit test. | Kohei Yoshida |
2014-07-02 | remove whitespaces | Markus Mohrhard |
2014-07-02 | coverity#705359 Mixing enum types | Caolán McNamara |
2014-07-01 | New loplugin:stringconcat | Stephan Bergmann |
2014-07-01 | coverity#1219805 Uninitialized scalar field | Caolán McNamara |
2014-07-01 | coverity#1213562 Uninitialized scalar field | Caolán McNamara |
2014-07-01 | coverity#706266 Uncaught exception | Caolán McNamara |
2014-07-01 | clang scan-build: various warnings | Caolán McNamara |
2014-06-30 | CreationWizard already inherits boost::noncopyable via OutputDevice | Miklos Vajna |
2014-06-27 | Flush modified data to the model when pressing OK in the data table dialog. | Kohei Yoshida |
2014-06-27 | Missing include dir | Stephan Bergmann |
2014-06-27 | fix invalid memory access in chart tests | Markus Mohrhard |
2014-06-26 | fdo#79151: No need to offset column index by category labels. | Kohei Yoshida |
2014-06-26 | Use new GridPrinter instance for each table. | Kohei Yoshida |
2014-06-26 | Track all uses of ErrorBarX and ErrorBarY UNO property names. | Kohei Yoshida |
2014-06-26 | Prevent a crash while dumping internal data content. | Kohei Yoshida |
2014-06-26 | Better way to dump the content of InternalData. | Kohei Yoshida |
2014-06-26 | clang: Uninitialized argument value | Caolán McNamara |
2014-06-26 | Clarify the code a little more. | Kohei Yoshida |
2014-06-26 | Move the category level removal code into its own method. | Kohei Yoshida |
2014-06-25 | Remove these pesky ::com::sun::star .... | Kohei Yoshida |
2014-06-25 | Tuck this anonymous namespace inside chart namespace. | Kohei Yoshida |
2014-06-25 | Add class descriptions. These two classes' roles were not very clear. | Kohei Yoshida |
2014-06-24 | Re-use DataSeriesHelper::getRole(). | Kohei Yoshida |
2014-06-24 | Annotate the code a little more, to make it easier to follow. | Kohei Yoshida |
2014-06-24 | Unwind this logic a bit. | Kohei Yoshida |
2014-06-24 | Reduce indentation levels. | Kohei Yoshida |
2014-06-24 | Let's remove these lcl_ fetish. | Kohei Yoshida |
2014-06-24 | new compilerplugin returnbyref | Noel Grandin |
2014-06-23 | fdo#76203 - use consistent titlecase for UI title labels | Joren De Cuyper |
2014-06-23 | XY chart needs to set the X value property | Markus Mohrhard |
2014-06-22 | fdo#80295 - Mismatched icons in Chart Data Table dialog | Joren De Cuyper |
2014-06-22 | add test case for fdo#78080 | Markus Mohrhard |
2014-06-22 | remove now unused dialog | Markus Mohrhard |
2014-06-22 | show the property mapping sequences by default | Markus Mohrhard |
2014-06-22 | extract common code | Markus Mohrhard |
2014-06-22 | add test case for property mapping | Markus Mohrhard |
2014-06-22 | don't try to set property mapping if there is no value | Markus Mohrhard |