summaryrefslogtreecommitdiff
path: root/forms
AgeCommit message (Expand)AuthorFilesLines
2017-02-27better fix for tdf#103830Noel Grandin1-7/+9
2017-02-27tdf#103830 Form field names not update in python macroNoel Grandin1-2/+2
2016-07-20Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann4-5/+5
2016-07-20use Any constructor instead of temporariesNoel Grandin1-1/+1
2016-07-20tdf#97087 Give comprehensible names to timersMuhammet Kara1-1/+1
2016-07-20vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock1-1/+1
2016-07-20Fix typosAndrea Gelmini2-2/+2
2016-07-20vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock1-1/+1
2016-07-20Fix typosAndrea Gelmini19-26/+26
2016-07-12loplugin:unusedfieldsNoel Grandin1-1/+0
2016-07-12Remove excess newlinesChris Sherlock52-127/+0
2016-07-12update unusedmethods plugin to deal with constructorsNoel Grandin5-12/+8
2016-05-31tdf#93403 check for changed DataSource on all Controls on form reloadLionel Elie Mamane1-1/+1
2016-05-13Missing break in switchStephan Bergmann1-0/+1
2016-03-15vcl: move graph.[hx]xx to graphic.[hc]xxChris Sherlock1-1/+1
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
2015-11-15Fast PCH generator and optimized PCH filesAshod Nakashian1-203/+115
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-2/+1
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin1-2/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann52-251/+251
2015-11-09new loplugin: oncevarNoel Grandin1-3/+1
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-05java: remove ((unnecessary)) parenthesesNoel Grandin1-1/+1
2015-11-05java: make inner classes static where possibleNoel Grandin1-1/+1
2015-11-04yyyyyNoel Grandin1-2/+1
2015-11-02use uno::Reference::set method instead of assignmentNoel Grandin11-26/+23
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-27loplugin:unusedmethodsNoel Grandin1-3/+3
2015-10-26remove extra spaces around ::Noel Grandin3-3/+3
2015-10-21more removal of com::sun::star typedefsNoel Grandin10-46/+31
2015-10-21refactor out some com::sun::star typedefsNoel Grandin2-42/+31
2015-10-20loplugin:defaultparamsStephan Bergmann2-3/+3
2015-10-19loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-15calling IsSet() before Call() on Link<> is unnecessaryNoel Grandin2-5/+3
2015-10-13remove some useless commentsNoel Grandin1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann82-1300/+1300
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann11-24/+24
2015-10-12loplugin:mergeclassesNoel Grandin4-24/+12
2015-10-07cppcheck: noExplicitConstructorCaolán McNamara37-54/+54
2015-10-05cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-10-02Fix typosAndrea Gelmini9-10/+10
2015-10-02com::sun::star->css in forms/Noel Grandin129-2235/+2191
2015-10-01loplugin:unusedmethodsNoel Grandin3-11/+0
2015-09-30 tdf#94559: second step to remove rtti.hxxOliver Specht1-9/+9
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann2-5/+5
2015-09-29loplugin:removeunusedmethods, remove unused stuffNoel Grandin1-6/+0