summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Expand)AuthorFilesLines
2014-07-23convert SfxItemState constants to a proper enumNoel Grandin1-3/+3
2014-07-23drop DLG_CHART_WIZARD via .resCaolán McNamara6-71/+8
2014-07-22Simplify.Kohei Yoshida1-3/+2
2014-07-22fdo#81547, part2: show only relevant widgets in layout tabpageKatarina Behrens4-18/+20
2014-07-22com::sun::star -> css.Kohei Yoshida2-57/+83
2014-07-22Remove "this->". Pointless.Kohei Yoshida7-22/+21
2014-07-22Wrong indent.Kohei Yoshida1-1/+1
2014-07-22callcatcher: update unused codeCaolán McNamara2-6/+0
2014-07-22printf crept in.Kohei Yoshida1-1/+0
2014-07-22boost::checked_deleter will do.Kohei Yoshida8-17/+15
2014-07-21Perhaps it's time we put ItemConverter etc into the right namespace.Kohei Yoshida25-126/+112
2014-07-21LongAndWordyVariableNameReallyGetsToMyNerveReallyAndEvenMisspelled.Kohei Yoshida2-3/+4
2014-07-21scoped_ptr will do just fine here.Kohei Yoshida1-6/+6
2014-07-21More on removing (unreasonable) use of std::auto_ptr.Kohei Yoshida6-54/+36
2014-07-21Remove auto_ptr from CharacterPropertyItemConverter.Kohei Yoshida14-300/+164
2014-07-21Compiler macro in lieu of literal "Label" to make it easier to track it.Kohei Yoshida7-24/+28
2014-07-21Scope reduction by throwing early.Kohei Yoshida1-26/+23
2014-07-21split helper and fix buildCaolán McNamara1-0/+1
2014-07-20SchLayoutTabPage: that ctor wants a pointerMichael Stahl1-2/+2
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