Age | Commit message (Expand) | Author |
2016-10-12 | Don't allow O[U]StringBuffer in string concatenation | Stephan Bergmann |
2016-10-05 | loplugin:unnecessaryoverride in forms/framework | Noel Grandin |
2016-10-05 | convert MapUnit to scoped enum | Noel Grandin |
2016-10-05 | Remove _TYPED suffix from tools/link.hxx macros | Stephan Bergmann |
2016-10-03 | Fix typos | Andrea Gelmini |
2016-09-16 | Drop redundant cast | Takeshi Abe |
2016-09-15 | replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos) | Michael Stahl |
2016-09-13 | loplugin:override: No more need for the "MSVC dtor override" workaround | Stephan Bergmann |
2016-09-12 | loplugin:constantparam in extensions..lotuswordpro | Noel Grandin |
2016-09-01 | coverity#1372386 Uncaught exception | Caolán McNamara |
2016-08-30 | default dtors are fine here | Caolán McNamara |
2016-08-30 | loplugin:stringconstant: adapt to improved OUStringLiteral1 (forms) | Stephan Bergmann |
2016-08-27 | put StreamMode masks in scope of enum class | Jochen Nitschke |
2016-08-26 | tdf#100726 - Improve readability of OUString concatanations | Gökhan Gurbetoğlu |
2016-08-21 | tdf#89329: use unique_ptr for pImpl in richtextvclcontrol | Arnold Dumas |
2016-08-19 | Resolves: coverity#705366 Mixing enum types | Caolán McNamara |
2016-08-17 | convert SvxEscapement to scoped enum | Noel Grandin |
2016-08-17 | convert SvxLineSpace to scoped enum | Noel Grandin |
2016-08-17 | convert SvxInterLineSpaceRule to scoped enum | Noel Grandin |
2016-08-12 | loplugin:unusedenumconstants in forms..sot | Noel Grandin |
2016-08-05 | loplugin:countusersofdefaultparams in editeng..fpicker | Noel Grandin |
2016-07-19 | improve unnecessaryoverride plugin | Noel Grandin |
2016-07-15 | Improve loplugin:unnecessaryoverride | Stephan Bergmann |
2016-07-15 | new loplugin unnecessary override | Noel Grandin |
2016-07-07 | loplugin:passstuffbyref also for {css::uno,rtl}::Reference | Stephan Bergmann |
2016-07-04 | comphelper::OBaseMutex -> cppu::BaseMutex | Noel Grandin |
2016-07-04 | Localize error message in ODataTypeRepository | Muhammet Kara |
2016-06-29 | move #includes to top of file | Noel Grandin |
2016-06-29 | Further clean-up | Stephan Bergmann |
2016-06-29 | Remove unused template parameter | Stephan Bergmann |
2016-06-28 | loplugin:singlevalfields in various | Noel Grandin |
2016-06-20 | Remove unused includes | Stephan Bergmann |
2016-06-19 | loplugin:salbool: Implicit conversions from non-Boolean fundamental types | Stephan Bergmann |
2016-06-10 | Clean up uses of Any::getValue() in forms | Stephan Bergmann |
2016-06-08 | remove some manual ref-counting in forms | Noel Grandin |
2016-06-08 | split AddRemoveListener into two methods | Noel Grandin |
2016-06-06 | tools: rename SvStream::Read/Write to ReadBytes/WriteBytes | Michael Stahl |
2016-05-30 | Simplifiy unnecessary uses of int2enum | Stephan Bergmann |
2016-05-27 | tdf#93403 check for changed DataSource on all Controls on form reload | Lionel Elie Mamane |
2016-05-27 | Convert GRAPHIC to scoped enum | Noel Grandin |
2016-05-18 | update unusedmethods plugin to deal with constructors | Noel Grandin |
2016-05-12 | convert SFXWB file dialog flags to scoped enum | Noel Grandin |
2016-05-10 | Replace fallthrough comments with new SAL_FALLTHROUGH macro | Stephan Bergmann |
2016-05-10 | Insert explicit "break" when falling through to empty next case | Stephan Bergmann |
2016-05-10 | Missing break in switch | Stephan Bergmann |
2016-05-09 | fix windows build, ambiguous symbol | Noel Grandin |
2016-05-04 | use Any constructor instead of temporaries | Noel Grandin |
2016-05-03 | Remove unnecessary setBOOL, makeBoolAny | Stephan Bergmann |
2016-05-01 | Fix typos | Andrea Gelmini |
2016-04-27 | clang-tidy modernize-loop-convert in f* | Noel Grandin |