summaryrefslogtreecommitdiff
path: root/forms/source/component
AgeCommit message (Expand)AuthorFilesLines
2016-04-22Avoid reserved identifiersStephan Bergmann1-6/+6
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann10-34/+34
2016-04-18clean-up: unused using declarations and includesJochen Nitschke2-6/+0
2016-04-14clang-tidy performance-unnecessary-value-param in variousNoel Grandin3-3/+3
2016-04-14loplugin:passstuffbyref in variousNoel Grandin1-1/+1
2016-04-13tdf#97087 Give comprehensible names to timersMuhammet Kara1-1/+1
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke1-1/+0
2016-04-05loplugin:constantparamNoel Grandin2-16/+13
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke1-1/+0
2016-04-01sequence->vector in formsNoel Grandin5-76/+66
2016-04-01tdf#97966 Drop 'static' keywordsWastack2-2/+2
2016-03-23loplugin:constantparam in formsNoel Grandin6-25/+14
2016-03-14inline some use-once macrosNoel Grandin1-42/+48
2016-03-02loplugin:unuseddefaultparam in formsNoel Grandin2-3/+3
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-09Remove excess newlinesChris Sherlock17-19/+0
2016-02-09Formatting changes across all modulesChris Sherlock2-30/+11
2016-02-06vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock1-1/+1
2016-02-05Fix typosAndrea Gelmini1-1/+1
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin17-31/+32
2016-01-11loplugin:unusedmethods unused return value in formsNoel Grandin3-9/+2
2016-01-10Fix typosAndrea Gelmini12-17/+17
2015-12-23loplugin:unusedfields in formsNoel Grandin4-10/+0
2015-12-03use comphelper::containerToSequence()Noel Grandin1-6/+2
2015-11-30loplugin:unusedfieldsNoel Grandin1-1/+0
2015-11-20loplugin:unusedfields forms,formula,fpicker,frameworkNoel Grandin1-1/+0
2015-11-19use comphelper::containerToSequenceNoel Grandin4-15/+4
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-2/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann16-88/+88
2015-11-06coverity#1338244 Uncaught exceptionCaolán McNamara2-2/+2
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann3-5/+5
2015-11-02use uno::Reference::set method instead of assignmentNoel Grandin5-14/+14
2015-11-01no need to use OUString constructor in call to createInstanceNoel Grandin1-2/+2
2015-10-27don't allocate uno::Reference on the heapNoel Grandin2-5/+3
2015-10-26remove extra spaces around ::Noel Grandin3-3/+3
2015-10-21refactor out some com::sun::star typedefsNoel Grandin1-19/+12
2015-10-15calling IsSet() before Call() on Link<> is unnecessaryNoel Grandin1-3/+2
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann38-798/+798
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-10-07cppcheck: noExplicitConstructorCaolán McNamara27-37/+37
2015-10-05cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-10-02Fix typosAndrea Gelmini6-6/+6
2015-10-02com::sun::star->css in forms/Noel Grandin70-1395/+1357
2015-09-18boost->stdCaolán McNamara2-4/+4
2015-09-17convert Link<> to typedNoel Grandin5-11/+9
2015-09-10Merge INetMessageIStream into INetMIMEMessageStreamStephan Bergmann1-3/+1
2015-09-10A charset is not a content transfer encodingStephan Bergmann1-2/+3
2015-09-10Reduce INetMIMEMessage::EnableAttachChild to its only use caseStephan Bergmann1-1/+1