summaryrefslogtreecommitdiffstats
path: root/forms
Commit message (Expand)AuthorAgeFilesLines
* tdf#93403 check for changed DataSource on all Controls on form reloadLionel Elie Mamane2016-05-311-1/+1
* Missing break in switchStephan Bergmann2016-05-131-0/+1
* vcl: move graph.[hx]xx to graphic.[hc]xxChris Sherlock2016-03-151-1/+1
* loplugin:unusedfields forms,formula,fpicker,frameworkNoel Grandin2015-11-202-3/+0
* add mapKeysToSequence/mapValuesToSequence methods to comphelperNoel Grandin2015-11-204-32/+6
* use comphelper::containerToSequenceNoel Grandin2015-11-196-24/+7
* Fast PCH generator and optimized PCH filesAshod Nakashian2015-11-151-203/+115
* use initialiser for Sequence<OUString>Noel Grandin2015-11-151-2/+1
* use initialiser syntax for Sequence<OUString>Noel Grandin2015-11-151-2/+1
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-1052-251/+251
* new loplugin: oncevarNoel Grandin2015-11-091-3/+1
* coverity#1338244 Uncaught exceptionCaolán McNamara2015-11-062-2/+2
* loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann2015-11-063-5/+5
* java: remove ((unnecessary)) parenthesesNoel Grandin2015-11-051-1/+1
* java: make inner classes static where possibleNoel Grandin2015-11-051-1/+1
* yyyyyNoel Grandin2015-11-041-2/+1
* use uno::Reference::set method instead of assignmentNoel Grandin2015-11-0211-26/+23
* no need to use OUString constructor in call to createInstanceNoel Grandin2015-11-011-2/+2
* don't allocate uno::Reference on the heapNoel Grandin2015-10-272-5/+3
* loplugin:unusedmethodsNoel Grandin2015-10-271-3/+3
* remove extra spaces around ::Noel Grandin2015-10-263-3/+3
* more removal of com::sun::star typedefsNoel Grandin2015-10-2110-46/+31
* refactor out some com::sun::star typedefsNoel Grandin2015-10-212-42/+31
* loplugin:defaultparamsStephan Bergmann2015-10-202-3/+3
* loplugin:defaultparamsStephan Bergmann2015-10-191-1/+1
* calling IsSet() before Call() on Link<> is unnecessaryNoel Grandin2015-10-152-5/+3
* remove some useless commentsNoel Grandin2015-10-131-1/+1
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-1282-1300/+1300
* Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-1211-24/+24
* loplugin:mergeclassesNoel Grandin2015-10-124-24/+12
* cppcheck: noExplicitConstructorCaolán McNamara2015-10-0737-54/+54
* cppcheck: noExplicitConstructorCaolán McNamara2015-10-051-1/+1
* Fix typosAndrea Gelmini2015-10-029-10/+10
* com::sun::star->css in forms/Noel Grandin2015-10-02129-2235/+2191
* loplugin:unusedmethodsNoel Grandin2015-10-013-11/+0
* tdf#94559: second step to remove rtti.hxxOliver Specht2015-09-301-9/+9
* Renamed wrongly prefixed boolean variablesStefan Heinemann2015-09-292-5/+5
* loplugin:removeunusedmethods, remove unused stuffNoel Grandin2015-09-291-6/+0
* convert Link<> to typedNoel Grandin2015-09-233-5/+4
* boost->stdCaolán McNamara2015-09-188-19/+15
* convert Link<> to typedNoel Grandin2015-09-175-11/+9
* boost->stdCaolán McNamara2015-09-173-9/+9
* convert Link<> to typedNoel Grandin2015-09-172-4/+2
* convert Link<> to typedNoel Grandin2015-09-162-4/+3
* Merge INetMessageIStream into INetMIMEMessageStreamStephan Bergmann2015-09-101-3/+1
* A charset is not a content transfer encodingStephan Bergmann2015-09-101-2/+3
* Reduce INetMIMEMessage::EnableAttachChild to its only use caseStephan Bergmann2015-09-101-1/+1
* convert Link<> to typedNoel Grandin2015-09-042-6/+4
* make Link<> typedNoel Grandin2015-08-312-3/+2
* loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann2015-08-314-10/+10