summaryrefslogtreecommitdiff
path: root/chart2/source/controller
AgeCommit message (Expand)AuthorFilesLines
2014-12-06reduce scope of local variablesMichael Weghorn3-8/+7
2014-12-01fdo#84938: replace EVENT_ constants with enumTobias Madl1-2/+2
2014-11-28chart2: ChartController: fix CommandDispatchContainer access lockingMichael Stahl2-4/+21
2014-11-17coverity#1242824 Unused valueCaolán McNamara1-7/+2
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl4-0/+4
2014-11-16vcl: let the ModalDialog ctor take an OUStringMiklos Vajna1-2/+2
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini3-3/+3
2014-11-11fdo#84938: replace HELPMODE_ constants with enumNoel Grandin1-1/+1
2014-11-10callcatcher: unused codeCaolán McNamara2-7/+0
2014-11-07fdo#84938: replace MOUSE_ modifier constants with enumNoel Grandin2-2/+2
2014-11-05changed some timer to idleJennifer Liebel1-2/+2
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin13-26/+26
2014-11-03coverity#1242524, arguments in wrong orderMarkus Mohrhard1-1/+1
2014-11-01coverity#704564 Unchecked dynamic_castCaolán McNamara1-1/+1
2014-10-31Removed duplicated includesAndrea Gelmini3-3/+0
2014-10-29coverity#1242433 SdrMakeOutliner alway derefs pModCaolán McNamara1-1/+1
2014-10-24coverity#704564 Unchecked dynamic_castCaolán McNamara1-1/+1
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky1-2/+2
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky1-2/+2
2014-10-23loplugin: cstylecastNoel Grandin19-83/+83
2014-10-20chart2: fix memory leak due to cyclic reference in VAxisBaseMichael Stahl2-4/+4
2014-10-20fdo#84938: replace TIB_ constants with enumNoel Grandin1-1/+1
2014-10-17coverity#1247647 Uncaught exceptionCaolán McNamara4-4/+4
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon1-2/+2
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann1-1/+0
2014-10-10coverity#1223085 Unchecked return valueCaolán McNamara1-2/+2
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca1-2/+2
2014-10-05coverity#1223085 Unchecked return valueNorbert Thiebaud1-1/+1
2014-10-04coverity#703928 Unchecked return valueNorbert Thiebaud1-1/+1
2014-09-30chart2: std::auto_ptr -> std::unique_ptrStephan Bergmann6-10/+10
2014-09-30fdo#82577: Handle RegionNoel Grandin6-6/+6
2014-09-25Resolves: fdo#83010 remove svx::WrapFieldCaolán McNamara3-6/+3
2014-09-24Replace some std::auto_ptr function parameters with std::unique_ptrStephan Bergmann1-2/+7
2014-09-23fdo#82577: Handle WindowNoel Grandin88-163/+163
2014-09-18fdo#82577: Handle FontNoel Grandin2-2/+2
2014-09-12chart2: sal_Bool -> boolStephan Bergmann1-5/+5
2014-09-123D charts: Update the 3D charts when a value changes.Jan Holesovsky1-1/+0
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann22-120/+120
2014-09-10more fixes for SfxItemStateNoel Grandin1-3/+3
2014-09-09fix bitwise->logic conversion in SfxItemState commitNoel Grandin1-1/+1
2014-09-01Consistency around SvxB3DVectorItem in svx/svx3ditems.hxxStephan Bergmann1-16/+16
2014-09-01Consistency around SvxColorItem in svx/svx3ditems.hxxStephan Bergmann1-17/+17
2014-09-01Consistency around SfxBoolItem in svx/svx3ditems.hxxStephan Bergmann1-16/+16
2014-09-01Consistency around SfxUInt32Item in svx/svx3ditems.hxxStephan Bergmann1-1/+1
2014-08-29CHART_DUMMY_FACTORY should not control the OpenGL windowMarkus Mohrhard1-1/+1
2014-08-29Update chart when chart type is changed in edit modeZolnai Tamás1-0/+16
2014-08-29Don't create an OpenGL window in case of normal charts.Zolnai Tamás1-7/+11
2014-08-29Fix OpenGL chart reinitialiationZolnai Tamás1-0/+2
2014-08-29opengl charts: Move the init from sc to chart2, to have the right parent.Jan Holesovsky3-7/+38