summaryrefslogtreecommitdiff
path: root/chart2/source/controller
AgeCommit message (Expand)AuthorFilesLines
2016-04-14loplugin:passstuffbyref in chart2Noel Grandin9-11/+11
2016-04-12Avoid reserved identifierStephan Bergmann1-2/+2
2016-04-12clang-tidy performance-unnecessary-value-param in chart2Noel Grandin33-105/+106
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke24-33/+0
2016-04-11cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2016-04-11loplugin:constantparamNoel Grandin4-34/+9
2016-04-08tdf#94306 replace boost::noncopyable in chart2Jochen Nitschke9-30/+29
2016-04-05loplugin:constantparam in chart2Noel Grandin9-18/+13
2016-04-04tdf99069: lock the solar mutex before updating sidebarMarkus Mohrhard1-0/+2
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke6-8/+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 Monastirsky4-228/+35
2016-03-17loplugin:constantparam in svtoolsNoel Grandin1-1/+1
2016-03-14com::sun::star->css in chart2Noel Grandin144-2064/+1788
2016-03-11Resolves: tdf#98390 ChartAreaPanel throw during ctorCaolán McNamara1-46/+71
2016-03-09loplugin:constantparam in svxNoel Grandin1-2/+2
2016-03-07-Werror=unused-but-set-variableStephan Bergmann1-5/+0
2016-03-07loplugin:write only fieldsNoel Grandin1-1/+1
2016-03-02loplugin:unuseddefaultparams in chart2Noel Grandin2-3/+3
2016-02-22loplugin:write only fieldsNoel Grandin1-6/+1
2016-02-17Fix missing iterator include on MSVC 14.0David Ostrovsky2-0/+2
2016-02-11[API CHANGE] add operator==/!= to UNO structsNoel Grandin1-10/+0
2016-02-01boost::cref->std::crefNoel Grandin1-2/+2
2016-01-31unnecessary use of OUString constructorNoel Grandin1-6/+5
2016-01-31tools: rename FontUnderline to FontLineStyleChris Sherlock1-2/+2
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin14-33/+25
2016-01-21vcl: rename Font::GetFamily to Font::GetFamilyTypeChris Sherlock1-1/+1
2016-01-18vcl: change Font::SetName() to Font::SetFamilyName()Chris 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 Thiebaud2-2/+2
2016-01-16vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock1-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-11loplugin:unusedmethods unused return value in chart2Noel Grandin10-24/+12
2016-01-10Fix typosAndrea Gelmini1-1/+1
2016-01-06Fix typosAndrea Gelmini2-4/+4
2016-01-05Make SotFactory private to sot/ and clean a bitMatúš Kukan1-0/+1
2016-01-05tdf#94205: Use o3tl::make_unique insted of new+std::move.Sheikha AL-Hinai1-3/+2
2015-12-24loplugin:unusedfieldsNoel Grandin4-10/+4
2015-12-23loplugin:unusedfields in chart2Noel Grandin32-74/+16
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-12-10tdf#69977: constructing and destructing AccessibleElementInfo...Noel Grandin1-1/+1
2015-12-03WaE: comparison between signed and unsigned integer expressionsTor Lillqvist1-1/+1
2015-12-03uno::Sequence->std::vector in SfxIntegerListItemNoel Grandin2-7/+7
2015-11-25loplugin:unusedfields variousNoel Grandin1-1/+0
2015-11-20add mapKeysToSequence/mapValuesToSequence methods to comphelperNoel Grandin1-9/+1
2015-11-19use comphelper::containerToSequenceNoel Grandin13-15/+19
2015-11-17loplugin:unnecessaryvirtualNoel Grandin1-1/+1