summaryrefslogtreecommitdiffstats
path: root/chart2
Commit message (Expand)AuthorAgeFilesLines
* remove some unused typedefs, and inline some use-onceNoel Grandin2016-03-141-2/+1
* Resolves: tdf#98390 ChartAreaPanel throw during ctorCaolán McNamara2016-03-111-46/+71
* tdf#97966: Remove 'static' keywordsWastack2016-03-111-1/+1
* Extract Directories from BootstrapFixtureBaseStephan Bergmann2016-03-101-2/+2
* remove unused NOT_POOLABLE enum valueNoel Grandin2016-03-091-1/+1
* loplugin:constantparam in svxNoel Grandin2016-03-091-2/+2
* Add missing includesDavid Ostrovsky2016-03-092-0/+3
* remove remaining uses of gb_SrsTemplateTarget_get_targetDavid Tardon2016-03-071-1/+0
* -Werror=unused-but-set-variableStephan Bergmann2016-03-071-5/+0
* loplugin:write only fieldsNoel Grandin2016-03-071-1/+1
* improve defaultparams lopluginNoel Grandin2016-03-078-18/+18
* loplugin:unuseddefaultparam in variousNoel Grandin2016-03-071-5/+2
* loplugin:unuseddefaultparams in chart2Noel Grandin2016-03-0220-188/+106
* new loplugin: commaoperatorNoel Grandin2016-02-231-7/+14
* loplugin:write only fieldsNoel Grandin2016-02-224-47/+15
* Fix missing iterator include on MSVC 14.0David Ostrovsky2016-02-172-0/+2
* use consistent #define checks for the Windows platformNoel Grandin2016-02-171-1/+1
* [API CHANGE] add operator==/!= to UNO structsNoel Grandin2016-02-113-23/+0
* don't assert that no ODF import happens without a base URLMichael Stahl2016-02-091-1/+2
* Remove excess newlinesChris Sherlock2016-02-091-1/+0
* vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock2016-02-061-1/+1
* Fix typosAndrea Gelmini2016-02-051-1/+1
* vcl: take into account the font width is the average font widthChris Sherlock2016-02-042-3/+3
* chart2: remove commented out codeChris Sherlock2016-02-031-1/+0
* chart2: I think we can get rid of OLDRENDER nowChris Sherlock2016-02-031-5/+1
* tdf#91054 cleanup weirdo function prototypesirem2016-02-021-60/+30
* boost::hash->std::hashNoel Grandin2016-02-021-1/+0
* boost::cref->std::crefNoel Grandin2016-02-012-3/+2
* OSL_THIS_FUNC is a rip-off of BOOST_CURRENT_FUNCTION so we can use thatCaolán McNamara2016-01-311-1/+0
* unnecessary use of OUString constructorNoel Grandin2016-01-313-9/+8
* tools: rename FontUnderline to FontLineStyleChris Sherlock2016-01-312-3/+3
* InterfaceContainer2 with vector instead of SequenceNoel Grandin2016-01-2516-38/+30
* vcl: rename Font::GetFamily to Font::GetFamilyTypeChris Sherlock2016-01-212-4/+4
* loplugin:unusedmethodsNoel Grandin2016-01-201-38/+0
* basebmp now only used from vcl/headless codeCaolán McNamara2016-01-181-3/+0
* drawmodes header goneCaolán McNamara2016-01-181-1/+0
* vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock2016-01-182-2/+2
* vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock2016-01-172-4/+4
* revert vcl patch series that brok Mac and WindowsNorbert Thiebaud2016-01-164-6/+6
* vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock2016-01-162-2/+2
* vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock2016-01-162-4/+4
* loplugin:privatebase: Make various derivations publicStephan Bergmann2016-01-111-1/+1
* loplugin:privatebase: Make derivation from noncopyable explicitly privateStephan Bergmann2016-01-111-1/+1
* loplugin:unusedmethods unused return value in chart2Noel Grandin2016-01-1117-119/+15
* Fix typosAndrea Gelmini2016-01-105-9/+9
* tdf#96807 Reset min/max of auto scaleLaurent Balland-Poirier2016-01-082-2/+13
* Fix typosAndrea Gelmini2016-01-0614-17/+17
* Make SotFactory private to sot/ and clean a bitMatúš Kukan2016-01-051-0/+1
* tdf#94205: Use o3tl::make_unique insted of new+std::move.Sheikha AL-Hinai2016-01-051-3/+2
* use correct decimal separatorMarkus Mohrhard2016-01-041-2/+11