Age | Commit message (Expand) | Author |
2016-06-23 | tdf#97527 - vcl: reference-count Menu | Noel Grandin |
2016-06-22 | Increase width of Copy Table dialog in Base | Muhammet Kara |
2016-06-17 | Simplify OPropertyContainerHelper::registerPropertyNoMember's _pInitialValue | Stephan Bergmann |
2016-06-16 | tdf#42949: clean up includes in include/dbaccess with iwyu | Jorenz Paragas |
2016-06-13 | coverity#1362680 Pointer to local outside scope | Caolán McNamara |
2016-06-13 | Fix typos | Andrea Gelmini |
2016-06-10 | Clean up uses of Any::getValue() in dbaccess | Stephan Bergmann |
2016-06-09 | tdf#100286 Fix deactivate flags | Maxim Monastirsky |
2016-06-09 | convert some manual ref-counting in dbaccess | Noel Grandin |
2016-06-08 | Let loplugin:passstuffbyref also look at fn defn not preceded by any decl | Stephan Bergmann |
2016-06-08 | tdf#96099 Remove various smart pointer typedefs | Mark Page |
2016-06-08 | split AddRemoveListener into two methods | Noel Grandin |
2016-06-08 | remove "object is disposed" warning in OBroadcastHelperVar::removeListener | Noel Grandin |
2016-06-06 | Normalize on using @throws instead of @raise[s] | Stephan Bergmann |
2016-06-06 | Convert DeactivePage return code to scoped enum | Noel Grandin |
2016-06-04 | tdf#96516 fixup: when removing entry, entry count does not stay constant | Lionel Elie Mamane |
2016-06-03 | connectivity: firebird: use ODS12 test database for Firebird 3 | Michal Kubecek |
2016-06-02 | coverity#1362486 Unchecked dynamic_cast | Caolán McNamara |
2016-06-02 | loplugin:unusedfields | Noel Grandin |
2016-06-01 | Convert VCL_MESSAGE to scoped enum | Noel Grandin |
2016-05-31 | teach refcounting clang plugin about uno::Reference | Noel Grandin |
2016-05-30 | move the one single use of EnableMenuStrings to its call site | Caolán McNamara |
2016-05-30 | Convert SelectionMode to scoped enum | Noel Grandin |
2016-05-27 | tdf#96516 do not increment position counter when an entry is removed | Lionel Elie Mamane |
2016-05-26 | Related: tdf#97854 confirm that on !bDelete there's a ref to the connection | Caolán McNamara |
2016-05-26 | Resolves: tdf#97854 crash on deleting inner join relationship | Caolán McNamara |
2016-05-25 | (nearly) nothing uses GetUniqueId anymore, so remove it. | Caolán McNamara |
2016-05-20 | clang-tidy misc-assign-operator-signature | Noel Grandin |
2016-05-19 | Resolve: "TODO(Q1): Make GetSystemData method virtual" | Caolán McNamara |
2016-05-19 | rename to two GetSystemData methods to find all call-sites | Caolán McNamara |
2016-05-19 | clang-tidy misc-unused-alias-decls | Noel Grandin |
2016-05-19 | clang-tidy clang-analyzer-alpha.core.IdenticalExpr | Noel Grandin |
2016-05-18 | update unusedmethods plugin to deal with constructors | Noel Grandin |
2016-05-18 | clang-tidy modernize-make-shared | Noel Grandin |
2016-05-16 | Fix typos | Andrea Gelmini |
2016-05-13 | convert SHOWTRACK to scoped enum | Noel Grandin |
2016-05-13 | Typo: ExcecuteContextMenuAction->ExecuteContextMenuAction | Julien Nabet |
2016-05-12 | in non-debug build, leave sPath empty | Stephan Bergmann |
2016-05-12 | dbaccess: replace boost::bind with C++11 lambdas | Michael Stahl |
2016-05-12 | convert SFXWB file dialog flags to scoped enum | Noel Grandin |
2016-05-10 | Avoid some OUString temporaries | Matteo Casalin |
2016-05-10 | Avoid some OUString temporaries and constify | Matteo Casalin |
2016-05-10 | Avoid some temporaries and constify | Matteo Casalin |
2016-05-10 | Fix typos | Andrea Gelmini |
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-06 | teach passstuffbyref plugin to check for.. | Noel Grandin |
2016-05-04 | use Any constructor instead of temporaries | Noel Grandin |
2016-05-04 | While at it, delete Any functions on sal_Bool* | Stephan Bergmann |
2016-05-03 | Prevent Any::setValue from reinterpreting bool* as sal_Bool* | Stephan Bergmann |