summaryrefslogtreecommitdiff
path: root/chart2/source/controller/main
AgeCommit message (Expand)AuthorFilesLines
2015-04-09Double dispose protection.Michael Meeks1-0/+1
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin4-46/+45
2015-04-09vcl: VclPtr conversion in chart2Noel Grandin4-5/+7
2015-04-04ShapeToolbarController::create is unusedCaolán McNamara2-7/+0
2015-04-01Remove redundant Reference<> from within UnoType<> usesStephan Bergmann1-4/+4
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-1/+1
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin4-24/+24
2015-03-12CppCheck cleanlyness : reduce variable's scopeMichaël Lefèvre1-2/+1
2015-03-11utl::ConfigItem::Commit() should call ClearModified()Michael Stahl1-2/+4
2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara1-10/+4
2015-03-10tdf#89592 Using initializer_lists to populate Sequence<PropertyValue>Swachhand Lokhande2-12/+11
2015-03-06V801: Decreased performanceCaolán McNamara3-17/+17
2015-03-02TyposJulien Nabet1-1/+1
2015-03-02cppcheck: Variable is assigned a value that is never usedNoel Grandin1-2/+1
2015-02-17tdf#39440 - cppcheck cleanlinessRadu Ioan1-3/+1
2015-02-08Typo: relaese->releaseJulien Nabet1-1/+1
2015-02-07loplugin:deletedspecialStephan Bergmann1-2/+2
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin1-1/+1
2015-01-12convert SETTINGS_ #defines to 'enum class'Noel Grandin1-1/+1
2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin1-1/+1
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl1-1/+1
2015-01-07fdo#39440 reduce scope of local variablesŁukasz Hryniuk1-1/+1
2014-12-18chart2: Use appropriate OUString functions on string constantsStephan Bergmann2-2/+2
2014-12-09inline UNO helper macrosNoel Grandin6-12/+96
2014-12-09inline UNO helper macro APPHELPER_SERVICE_FACTORY_HELPERNoel Grandin3-3/+15
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-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-11-11fdo#84938: replace HELPMODE_ constants with enumNoel Grandin1-1/+1
2014-11-07fdo#84938: replace MOUSE_ modifier constants with enumNoel Grandin2-2/+2
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin1-2/+2
2014-11-01coverity#704564 Unchecked dynamic_castCaolá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 Grandin3-7/+7
2014-10-20fdo#84938: replace TIB_ constants with enumNoel Grandin1-1/+1
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon1-2/+2
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca1-2/+2
2014-10-04coverity#703928 Unchecked return valueNorbert Thiebaud1-1/+1
2014-09-30chart2: std::auto_ptr -> std::unique_ptrStephan Bergmann3-6/+6
2014-09-30fdo#82577: Handle RegionNoel Grandin3-3/+3
2014-09-23fdo#82577: Handle WindowNoel Grandin8-22/+22
2014-09-18fdo#82577: Handle FontNoel Grandin1-1/+1
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 Bergmann3-7/+7
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