summaryrefslogtreecommitdiff
path: root/chart2/source/view
AgeCommit message (Expand)AuthorFilesLines
2016-04-14loplugin:passstuffbyref in chart2Noel Grandin8-19/+18
2016-04-12clang-tidy performance-unnecessary-value-param in chart2Noel Grandin7-11/+10
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke3-3/+0
2016-04-08tdf#94306 replace boost::noncopyable in chart2Jochen Nitschke8-25/+18
2016-04-06tdf#96871 Do not force auto log Y scale to B^0Laurent Balland-Poirier1-12/+2
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke1-1/+0
2016-04-01tdf#97966 Drop 'static' keywordsWastack1-1/+1
2016-03-31tdf#97525 vcl: make DeletionListener internalJochen Nitschke1-0/+1
2016-03-31use SAL_N_ELEMENTS in for loopsNoel Grandin1-1/+1
2016-03-25fix headless buildOliver Specht1-4/+20
2016-03-17loplugin:constantparam in svxNoel Grandin1-1/+1
2016-03-14com::sun::star->css in chart2Noel Grandin70-1103/+948
2016-03-09remove unused NOT_POOLABLE enum valueNoel Grandin1-1/+1
2016-03-07improve defaultparams lopluginNoel Grandin8-18/+18
2016-03-07loplugin:unuseddefaultparam in variousNoel Grandin1-5/+2
2016-03-02loplugin:unuseddefaultparams in chart2Noel Grandin5-32/+11
2016-02-22loplugin:write only fieldsNoel Grandin1-4/+4
2016-02-17use consistent #define checks for the Windows platformNoel Grandin1-1/+1
2016-02-09Remove excess newlinesChris Sherlock1-1/+0
2016-02-06vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock1-1/+1
2016-02-05Fix typosAndrea Gelmini1-1/+1
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock2-3/+3
2016-02-03chart2: remove commented out codeChris Sherlock1-1/+0
2016-02-03chart2: I think we can get rid of OLDRENDER nowChris Sherlock1-5/+1
2016-01-31unnecessary use of OUString constructorNoel Grandin1-2/+2
2016-01-31tools: rename FontUnderline to FontLineStyleChris Sherlock1-1/+1
2016-01-18vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock1-1/+1
2016-01-16revert vcl patch series that brok Mac and WindowsNorbert Thiebaud1-1/+1
2016-01-16vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock1-1/+1
2016-01-11loplugin:privatebase: Make derivation from noncopyable explicitly privateStephan Bergmann1-1/+1
2016-01-11loplugin:unusedmethods unused return value in chart2Noel Grandin1-4/+0
2016-01-10Fix typosAndrea Gelmini2-3/+3
2016-01-08tdf#96807 Reset min/max of auto scaleLaurent Balland-Poirier2-2/+13
2016-01-06Fix typosAndrea Gelmini6-6/+6
2016-01-04use correct decimal separatorMarkus Mohrhard1-2/+11
2016-01-02cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-12-23loplugin:unusedfields in chart2Noel Grandin5-24/+9
2015-12-04chart2: replace boost::ptr_map with std::mapMichael Stahl2-9/+9
2015-12-04chart2: replace boost::ptr_map with std::mapMichael Stahl2-11/+10
2015-12-04chart2: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl1-11/+10
2015-11-30loplugin:unusedfieldsNoel Grandin2-2/+0
2015-11-26-Werror,-Wunused-private-fieldStephan Bergmann3-49/+11
2015-11-26mark UNO structs as SAL_WARN_UNUSED, where possibleNoel Grandin1-1/+0
2015-11-23VirtualDevices either match another device depth, or are 1 bitCaolán McNamara2-2/+2
2015-11-23establish that Virtual Devices either match Physical Device depth or ...Caolán McNamara2-2/+4
2015-11-20loplugin:unusedfields in chart2Noel Grandin11-29/+14
2015-11-20add mapKeysToSequence/mapValuesToSequence methods to comphelperNoel Grandin1-2/+3
2015-11-19use comphelper::containerToSequenceNoel Grandin2-2/+4
2015-11-18remove unused typedefs and inline use-once typedefsNoel Grandin1-1/+0
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-2/+1