summaryrefslogtreecommitdiff
path: root/chart2/source/controller/main
AgeCommit message (Expand)AuthorFilesLines
2016-10-25Avoid crash with empty Chart documentStephan Bergmann1-0/+3
2016-10-13avoid crashes on broken charts, related tdf#98690Markus Mohrhard1-2/+2
2016-08-03masses of MessBoxes not being disposed promptlyCaolán McNamara1-1/+1
2016-06-07only init the OpenGL context if we need itMarkus Mohrhard1-1/+1
2016-05-10Missing break in switchStephan Bergmann1-0/+1
2016-04-25the container document commands std::set can be staticNoel Grandin1-5/+6
2016-04-25no need to copy the list of available commands on every callNoel Grandin1-2/+3
2016-04-25Kill comphelper::MakeMapStephan Bergmann1-1/+0
2016-04-25Kill comphelper::MakeSetStephan Bergmann2-62/+60
2016-04-24C++11: disable ctors instead of not implementing them (chart2)Jochen Nitschke1-3/+1
2016-04-21new plugin stylepoliceNoel Grandin1-2/+2
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann5-17/+17
2016-04-18clean-up: unused using declarations and includesJochen Nitschke2-11/+0
2016-04-14tdf#91794 removed OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar1-5/+1
2016-04-12clang-tidy performance-unnecessary-value-param in chart2Noel Grandin2-3/+3
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke7-12/+0
2016-04-08tdf#94306 replace boost::noncopyable in chart2Jochen Nitschke3-9/+11
2016-04-05loplugin:constantparam in chart2Noel Grandin1-1/+1
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke2-4/+0
2016-03-25fix headless buildOliver Specht1-1/+5
2016-03-21Move clipboard stuff to the top like in other modulesMaxim Monastirsky1-4/+5
2016-03-21tdf#93837 chart2: Convert shape context menus to xmlMaxim Monastirsky1-22/+35
2016-03-14com::sun::star->css in chart2Noel Grandin29-185/+158
2016-03-09loplugin:constantparam in svxNoel Grandin1-2/+2
2016-02-17Fix missing iterator include on MSVC 14.0David Ostrovsky1-0/+1
2016-02-01boost::cref->std::crefNoel Grandin1-2/+2
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin2-3/+4
2016-01-21vcl: rename Font::GetFamily to Font::GetFamilyTypeChris Sherlock1-1/+1
2016-01-17vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock1-1/+1
2016-01-16revert vcl patch series that brok Mac and WindowsNorbert Thiebaud1-1/+1
2016-01-16vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock1-1/+1
2016-01-11loplugin:privatebase: Make various derivations publicStephan Bergmann1-1/+1
2016-01-10Fix typosAndrea Gelmini1-1/+1
2016-01-06Fix typosAndrea Gelmini2-4/+4
2015-12-24loplugin:unusedfieldsNoel Grandin1-1/+1
2015-12-23loplugin:unusedfields in chart2Noel Grandin3-12/+5
2015-12-15chart2: add DocumentBaseURL in ChartFrameLoader::load()Michael Stahl1-0/+5
2015-12-11Return std::unique_ptr from svt::AcceleratorExecute::createAcceleratorHelperStephan Bergmann1-1/+1
2015-11-15use initialiser for Sequence<OUString>Noel Grandin2-4/+2
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-2/+1
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin1-2/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann20-71/+71
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin4-5/+5
2015-10-27Replace boost::bind by lambdas in chart2 tree.Mario J. Rugiero1-3/+1
2015-10-19cleanup some local var declarationsNoel Grandin2-17/+17
2015-10-17coverity#1327446 Unchecked dynamic_castCaolán McNamara1-2/+1
2015-10-13remove some useless commentsNoel Grandin2-2/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann17-106/+106
2015-10-12loplugin:mergeclassesNoel Grandin2-41/+5
2015-10-10use trendline context for trendlines, tdf#94931, tdf#94934Markus Mohrhard1-0/+3