summaryrefslogtreecommitdiff
path: root/forms
AgeCommit message (Expand)AuthorFilesLines
2016-04-18cppcheck: silence known condition warning in formsJochen Nitschke1-7/+3
2016-04-18clean-up: unused using declarations and includesJochen Nitschke14-64/+0
2016-04-15loplugin:passstuffbyrefStephan Bergmann2-2/+2
2016-04-15tdf#95845 Use CommandInfoProvider in formsSamuel Mehrbrodt6-195/+14
2016-04-14clang-tidy performance-unnecessary-value-param in variousNoel Grandin7-13/+13
2016-04-14loplugin:passstuffbyref in variousNoel Grandin6-9/+9
2016-04-13tdf#97087 Give comprehensible names to timersMuhammet Kara1-1/+1
2016-04-12Avoid reserved identifiersStephan Bergmann2-6/+6
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke9-19/+0
2016-04-11tdf#94306 replace boost::noncopyable ...Jochen Nitschke1-3/+3
2016-04-05loplugin:constantparamNoel Grandin2-16/+13
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke7-11/+0
2016-04-01sequence->vector in formsNoel Grandin6-81/+77
2016-04-01tdf#97966 Drop 'static' keywordsWastack9-18/+18
2016-03-23loplugin:constantparam in formsNoel Grandin8-29/+18
2016-03-14inline some use-once macrosNoel Grandin2-50/+48
2016-03-11tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar2-9/+9
2016-03-11tdf#97966: Remove 'static' keywordsWastack3-3/+3
2016-03-10loplugin:constantparam in formsNoel Grandin2-4/+4
2016-03-02loplugin:unuseddefaultparam in formsNoel Grandin6-10/+10
2016-02-25use SearchOptions2Eike Rathke1-6/+5
2016-02-25convert FilterComponent to scoped enumNoel Grandin1-4/+4
2016-02-25convert EComposeRule to scoped enumNoel Grandin3-3/+3
2016-02-23new loplugin: commaoperatorNoel Grandin1-2/+4
2016-02-22loplugin:write only fieldsNoel Grandin3-15/+5
2016-02-09Remove excess newlinesChris Sherlock52-127/+0
2016-02-09Formatting changes across all modulesChris Sherlock2-30/+11
2016-02-06vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock1-1/+1
2016-02-06vcl: split exception types from input typesChris Sherlock1-5/+3
2016-02-05interface to new XTextSearch2 with SearchOptions2, tdf#72196Eike Rathke1-1/+1
2016-02-05Fix typosAndrea Gelmini2-2/+2
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock1-2/+2
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin26-45/+46
2016-01-21vcl: rename Font::GetFamily to Font::GetFamilyTypeChris Sherlock1-1/+1
2016-01-18vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock1-4/+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-2/+5
2016-01-16vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock1-4/+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 formsNoel Grandin8-28/+15
2016-01-10Fix typosAndrea Gelmini21-28/+28
2015-12-23loplugin:unusedfields in formsNoel Grandin5-11/+0
2015-12-19coverity#1343619 Unchecked return valueCaolán McNamara1-1/+2
2015-12-03use comphelper::containerToSequence()Noel Grandin1-6/+2
2015-11-30loplugin:unusedfieldsNoel Grandin1-1/+0
2015-11-30loplugin:unusedfieldsNoel Grandin2-4/+0
2015-11-20loplugin:unusedfields forms,formula,fpicker,frameworkNoel Grandin2-3/+0
2015-11-20add mapKeysToSequence/mapValuesToSequence methods to comphelperNoel Grandin4-32/+6
2015-11-19use comphelper::containerToSequenceNoel Grandin6-24/+7