summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Expand)AuthorFilesLines
2016-03-17loplugin:constantparam in svtoolsNoel Grandin1-1/+1
2016-03-17loplugin:constantparam in svxNoel Grandin1-1/+1
2016-03-14com::sun::star->css in chart2Noel Grandin385-6607/+5640
2016-03-14remove some unused typedefs, and inline some use-onceNoel Grandin1-2/+1
2016-03-11Resolves: tdf#98390 ChartAreaPanel throw during ctorCaolán McNamara1-46/+71
2016-03-11tdf#97966: Remove 'static' keywordsWastack1-1/+1
2016-03-10Extract Directories from BootstrapFixtureBaseStephan Bergmann1-2/+2
2016-03-09remove unused NOT_POOLABLE enum valueNoel Grandin1-1/+1
2016-03-09loplugin:constantparam in svxNoel Grandin1-2/+2
2016-03-09Add missing includesDavid Ostrovsky2-0/+3
2016-03-07remove remaining uses of gb_SrsTemplateTarget_get_targetDavid Tardon1-1/+0
2016-03-07-Werror=unused-but-set-variableStephan Bergmann1-5/+0
2016-03-07loplugin:write only fieldsNoel 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 Grandin20-188/+106
2016-02-23new loplugin: commaoperatorNoel Grandin1-7/+14
2016-02-22loplugin:write only fieldsNoel Grandin4-47/+15
2016-02-17Fix missing iterator include on MSVC 14.0David Ostrovsky2-0/+2
2016-02-17use consistent #define checks for the Windows platformNoel Grandin1-1/+1
2016-02-11[API CHANGE] add operator==/!= to UNO structsNoel Grandin3-23/+0
2016-02-09don't assert that no ODF import happens without a base URLMichael Stahl1-1/+2
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-02-02tdf#91054 cleanup weirdo function prototypesirem1-60/+30
2016-02-02boost::hash->std::hashNoel Grandin1-1/+0
2016-02-01boost::cref->std::crefNoel Grandin2-3/+2
2016-01-31OSL_THIS_FUNC is a rip-off of BOOST_CURRENT_FUNCTION so we can use thatCaolán McNamara1-1/+0
2016-01-31unnecessary use of OUString constructorNoel Grandin3-9/+8
2016-01-31tools: rename FontUnderline to FontLineStyleChris Sherlock2-3/+3
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin16-38/+30
2016-01-21vcl: rename Font::GetFamily to Font::GetFamilyTypeChris Sherlock2-4/+4
2016-01-20loplugin:unusedmethodsNoel Grandin1-38/+0
2016-01-18basebmp now only used from vcl/headless codeCaolán McNamara1-3/+0
2016-01-18drawmodes header goneCaolán McNamara1-1/+0
2016-01-18vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock2-2/+2
2016-01-17vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock2-4/+4
2016-01-16revert vcl patch series that brok Mac and WindowsNorbert Thiebaud4-6/+6
2016-01-16vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock2-2/+2
2016-01-16vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock2-4/+4
2016-01-11loplugin:privatebase: Make various derivations publicStephan Bergmann1-1/+1
2016-01-11loplugin:privatebase: Make derivation from noncopyable explicitly privateStephan Bergmann1-1/+1
2016-01-11loplugin:unusedmethods unused return value in chart2Noel Grandin17-119/+15
2016-01-10Fix typosAndrea Gelmini5-9/+9
2016-01-08tdf#96807 Reset min/max of auto scaleLaurent Balland-Poirier2-2/+13
2016-01-06Fix typosAndrea Gelmini14-17/+17