summaryrefslogtreecommitdiffstats
path: root/forms
Commit message (Expand)AuthorAgeFilesLines
* Drop redundant castTakeshi Abe2016-09-161-1/+1
* replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl2016-09-151-5/+5
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-1342-52/+52
* loplugin:constantparam in extensions..lotuswordproNoel Grandin2016-09-124-43/+18
* coverity#1372386 Uncaught exceptionCaolán McNamara2016-09-014-6/+6
* default dtors are fine hereCaolán McNamara2016-08-303-13/+0
* loplugin:stringconstant: adapt to improved OUStringLiteral1 (forms)Stephan Bergmann2016-08-301-1/+1
* put StreamMode masks in scope of enum classJochen Nitschke2016-08-272-2/+2
* tdf#100726 - Improve readability of OUString concatanationsGökhan Gurbetoğlu2016-08-261-2/+2
* tdf#89329: use unique_ptr for pImpl in richtextvclcontrolArnold Dumas2016-08-212-3/+4
* Resolves: coverity#705366 Mixing enum typesCaolán McNamara2016-08-192-5/+5
* 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