summaryrefslogtreecommitdiff
path: root/forms
AgeCommit message (Expand)AuthorFilesLines
2016-07-04comphelper::OBaseMutex -> cppu::BaseMutexNoel Grandin2-4/+4
2016-07-04Localize error message in ODataTypeRepositoryMuhammet Kara3-2/+9
2016-06-29move #includes to top of fileNoel Grandin2-71/+41
2016-06-29Further clean-upStephan Bergmann1-1/+1
2016-06-29Remove unused template parameterStephan Bergmann4-4/+4
2016-06-28loplugin:singlevalfields in variousNoel Grandin2-3/+1
2016-06-20Remove unused includesStephan Bergmann1-1/+0
2016-06-19loplugin:salbool: Implicit conversions from non-Boolean fundamental typesStephan Bergmann1-2/+2
2016-06-10Clean up uses of Any::getValue() in formsStephan Bergmann6-14/+11
2016-06-08remove some manual ref-counting in formsNoel Grandin6-36/+15
2016-06-08split AddRemoveListener into two methodsNoel Grandin1-2/+2
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl1-1/+3
2016-05-30Simplifiy unnecessary uses of int2enumStephan Bergmann1-2/+2
2016-05-27tdf#93403 check for changed DataSource on all Controls on form reloadLionel Elie Mamane1-1/+1
2016-05-27Convert GRAPHIC to scoped enumNoel Grandin1-4/+4
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin5-24/+2
2016-05-12convert SFXWB file dialog flags to scoped enumNoel Grandin2-2/+2
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann4-5/+5
2016-05-10Insert explicit "break" when falling through to empty next caseStephan Bergmann1-0/+1
2016-05-10Missing break in switchStephan Bergmann1-0/+1
2016-05-09fix windows build, ambiguous symbolNoel Grandin1-2/+2
2016-05-04use Any constructor instead of temporariesNoel Grandin1-1/+1
2016-05-03Remove unnecessary setBOOL, makeBoolAnyStephan Bergmann2-12/+12
2016-05-01Fix typosAndrea Gelmini1-1/+1
2016-04-27clang-tidy modernize-loop-convert in f*Noel Grandin1-6/+6
2016-04-26tdf#60418: improve perf of opening/closing odts with form tagsAron Budea2-220/+167
2016-04-22Avoid reserved identifiersStephan Bergmann3-15/+15
2016-04-22Elide const varsStephan Bergmann1-4/+2
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann23-64/+64
2016-04-20loplugin:simplifyboolStephan Bergmann1-1/+1
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