summaryrefslogtreecommitdiff
path: root/chart2/source
AgeCommit message (Expand)AuthorFilesLines
2014-07-23fix one more deadlockMarkus Mohrhard1-1/+2
2014-07-23avoid deadlocks in BENCHMARK_MODEMarkus Mohrhard1-0/+19
2014-07-23avoid deadlock in 3D chartsMarkus Mohrhard1-1/+1
2014-07-23modify the light to make the sence looks betterweigao1-5/+13
2014-07-23add benchmark render threadweigao2-1/+80
2014-07-23Revert "opengl charts: Move the init from sc to chart2 ...Markus Mohrhard7-95/+47
2014-07-23Revert "Fix OpenGL chart reinitializing"Markus Mohrhard7-18/+5
2014-07-23Annotate.Kohei Yoshida1-0/+2
2014-07-23Add documentation.Kohei Yoshida1-0/+16
2014-07-23convert SfxItemState constants to a proper enumNoel Grandin1-3/+3
2014-07-23drop DLG_CHART_WIZARD via .resCaolán McNamara5-70/+8
2014-07-22Simplify.Kohei Yoshida1-3/+2
2014-07-22fdo#81547, part2: show only relevant widgets in layout tabpageKatarina Behrens3-5/+6
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 Yoshida6-24/+27
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-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 Holesovsky7-33/+81
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-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-02bnc#812796: Correctly handle static value array for OOXML charts.Kohei Yoshida2-58/+150