summaryrefslogtreecommitdiffstats
path: root/forms
Commit message (Expand)AuthorAgeFilesLines
* convert SvxEscapement to scoped enumNoel Grandin2016-08-171-4/+4
* convert SvxLineSpace to scoped enumNoel Grandin2016-08-171-1/+1
* convert SvxInterLineSpaceRule to scoped enumNoel Grandin2016-08-171-1/+1
* loplugin:unusedenumconstants in forms..sotNoel Grandin2016-08-122-6/+0
* loplugin:countusersofdefaultparams in editeng..fpickerNoel Grandin2016-08-055-7/+7
* improve unnecessaryoverride pluginNoel Grandin2016-07-192-9/+0
* Improve loplugin:unnecessaryoverrideStephan Bergmann2016-07-156-29/+0
* new loplugin unnecessary overrideNoel Grandin2016-07-1510-52/+1
* loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann2016-07-071-2/+2
* comphelper::OBaseMutex -> cppu::BaseMutexNoel Grandin2016-07-042-4/+4
* Localize error message in ODataTypeRepositoryMuhammet Kara2016-07-043-2/+9
* move #includes to top of fileNoel Grandin2016-06-292-71/+41
* Further clean-upStephan Bergmann2016-06-291-1/+1
* Remove unused template parameterStephan Bergmann2016-06-294-4/+4
* loplugin:singlevalfields in variousNoel Grandin2016-06-282-3/+1
* Remove unused includesStephan Bergmann2016-06-201-1/+0
* loplugin:salbool: Implicit conversions from non-Boolean fundamental typesStephan Bergmann2016-06-191-2/+2
* Clean up uses of Any::getValue() in formsStephan Bergmann2016-06-106-14/+11
* remove some manual ref-counting in formsNoel Grandin2016-06-086-36/+15
* split AddRemoveListener into two methodsNoel Grandin2016-06-081-2/+2
* tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl2016-06-061-1/+3
* Simplifiy unnecessary uses of int2enumStephan Bergmann2016-05-301-2/+2
* tdf#93403 check for changed DataSource on all Controls on form reloadLionel Elie Mamane2016-05-271-1/+1
* Convert GRAPHIC to scoped enumNoel Grandin2016-05-271-4/+4
* update unusedmethods plugin to deal with constructorsNoel Grandin2016-05-185-24/+2
* convert SFXWB file dialog flags to scoped enumNoel Grandin2016-05-122-2/+2
* Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2016-05-104-5/+5
* Insert explicit "break" when falling through to empty next caseStephan Bergmann2016-05-101-0/+1
* Missing break in switchStephan Bergmann2016-05-101-0/+1
* fix windows build, ambiguous symbolNoel Grandin2016-05-091-2/+2
* use Any constructor instead of temporariesNoel Grandin2016-05-041-1/+1
* Remove unnecessary setBOOL, makeBoolAnyStephan Bergmann2016-05-032-12/+12
* Fix typosAndrea Gelmini2016-05-011-1/+1
* clang-tidy modernize-loop-convert in f*Noel Grandin2016-04-271-6/+6
* tdf#60418: improve perf of opening/closing odts with form tagsAron Budea2016-04-262-220/+167
* Avoid reserved identifiersStephan Bergmann2016-04-223-15/+15
* Elide const varsStephan Bergmann2016-04-221-4/+2
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-2023-64/+64
* loplugin:simplifyboolStephan Bergmann2016-04-201-1/+1
* cppcheck: silence known condition warning in formsJochen Nitschke2016-04-181-7/+3
* clean-up: unused using declarations and includesJochen Nitschke2016-04-1814-64/+0
* loplugin:passstuffbyrefStephan Bergmann2016-04-152-2/+2
* tdf#95845 Use CommandInfoProvider in formsSamuel Mehrbrodt2016-04-156-195/+14
* clang-tidy performance-unnecessary-value-param in variousNoel Grandin2016-04-147-13/+13
* loplugin:passstuffbyref in variousNoel Grandin2016-04-146-9/+9
* tdf#97087 Give comprehensible names to timersMuhammet Kara2016-04-131-1/+1
* Avoid reserved identifiersStephan Bergmann2016-04-122-6/+6
* cleanup: remove unused com/sun/star/uno includesJochen Nitschke2016-04-129-19/+0
* tdf#94306 replace boost::noncopyable ...Jochen Nitschke2016-04-111-3/+3
* loplugin:constantparamNoel Grandin2016-04-052-16/+13