- a664990 Resolves: tdf#98778 fix parsing of exponents by Caolán McNamara · 10 years ago
- 4c6f037 Resolves: tdf#93386 crash when closing a Database with macro editor open by Caolán McNamara · 10 years ago
- 876e4b7 -Werror=misleading-indentation (GCC 6) by Stephan Bergmann · 10 years ago
- 0e19e4e tdf#99089: avoid some crashes in Basic by Julien Nabet · 10 years ago
- 4cce16c tdf#99357: Basic, return if .with pNode null by Julien Nabet · 10 years ago
- 90b670f vcl: move graph.[hx]xx to graphic.[hc]xx by Chris Sherlock · 10 years ago
- a93f263 basic: tdf#87530 if a new password is set, must set mbLoadedSource flag by Michael Stahl · 10 years ago
- e93270f basic: tdf#87530 don't copy storage that doesn't exist by Michael Stahl · 10 years ago
- ab11077 WaE vs2015 truncation of literal on static_cast by Norbert Thiebaud · 10 years ago
- 2554efa use comphelper::containerToSequence by Noel Grandin · 10 years ago
- 53f16c3 remove unused typedefs and inline use-once typedefs by Noel Grandin · 10 years ago
- d9e6270 loplugin:unnecessaryvirtual by Noel Grandin · 10 years ago
- 06116bd1 Fast PCH generator and optimized PCH files by Ashod Nakashian · 10 years ago
- fa91dd3 5th step to remove tools/rtti.hxx by Oliver Specht · 10 years ago
- db17d3c new loplugin: memoryvar by Noel Grandin · 10 years ago
- f7715e6 Resolves: #i61854# Basic: Default title of Msgboxes should be changed by Damjan Jovanovic · 10 years ago
- 08e49fa loplugin:nullptr (automatic rewrite) by Stephan Bergmann · 10 years ago
- 6c80a8f new loplugin: oncevar by Noel Grandin · 10 years ago
- a80bab7 loplugin:stringconstant: elide explicit ctor usage (automatic rewrite) by Stephan Bergmann · 10 years ago
- 42a63dd Resolves: #i61277# Basic open file with random access erases all data. by Damjan Jovanovic · 10 years ago
- 59b072e yyyyy by Noel Grandin · 10 years ago
- be729e7 tdf#94269: Replace "n" prefix for bool variables with "b" by Benjamin Ni · 11 years ago
- 3bc5df7 UNO: no need to use OUString constructor when calling createInstance by Noel Grandin · 10 years ago
- 065c8b4 use uno::Reference::set method instead of assignment by Noel Grandin · 10 years ago
- 51eb04a basic: replace boost::ptr_vector with std::vector<std::unique_ptr> by Michael Stahl · 10 years ago
- 71f6aab basic: replace boot::ptr_vector with std::vector by Michael Stahl · 10 years ago
- 79a7cf5 basic: replace boost::ptr_vector with std::vector<std::unique_ptr> by Michael Stahl · 10 years ago
- 192ca71 basic: replace boost::ptr_vector with std::vector<std::unqiue_ptr> by Michael Stahl · 10 years ago
- fc0b9a3 loplugin:defaultparams by Stephan Bergmann · 10 years ago
- af9684f loplugin:defaultparams by Stephan Bergmann · 10 years ago
- 0e8a40e calling IsSet() before Call() on Link<> is unnecessary by Noel Grandin · 10 years ago
- b36963c Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code by Stephan Bergmann · 10 years ago
- bff4c13 Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY code by Stephan Bergmann · 10 years ago
- ccc5ea0 cppcheck:variableScope by Noel Grandin · 10 years ago
- 4d00131 Reduce variable scope by Stephan Bergmann · 11 years ago
- 31ee230 Related: tdf#94814 some cleanup of static_cast following dynamic_cast by Caolán McNamara · 11 years ago
- e8233e1 clang-analyzer-deadcode.DeadStores by Stephan Bergmann · 11 years ago
- 5e02785 clang-analyzer-deadcode.DeadStores by Stephan Bergmann · 11 years ago
- 66ef464 clang-analyzer-deadcode.DeadStores by Stephan Bergmann · 11 years ago
- 89d39bc tdf#94559: 4th step to remove rtti.hxx by Oliver Specht · 11 years ago
- e9ae1b64 checkUnoObjectType etc always deref their ptr arg, convert to ref by Caolán McNamara · 11 years ago
- 2957be0 Fix typos by Andrea Gelmini · 11 years ago
- ddb4526 tdf#94617 allow to store nStart information greater than sal_Int16 limit by Laurent Godard · 11 years ago
- e31cd8f coverity#1325250 Unchecked dynamic_cast by Caolán McNamara · 11 years ago
- 62b39a7 coverity#1325255 Unchecked dynamic_cast by Caolán McNamara · 11 years ago
- 58aea3f loplugin:unusedmethods by Noel Grandin · 11 years ago
- 9e4c87be Fix typos by Andrea Gelmini · 11 years ago
- c50eb68 Renamed wrongly prefixed boolean variables by Stefan Heinemann · 11 years ago
- 3418070 loplugin:removeunusedmethods, remove unused stuff by Noel Grandin · 11 years ago
- 9555d03 remove unused #include <sal/alloca.h> by Michael Stahl · 11 years ago
- d70302e basic: more plausible build fix than e5a8eb9e by Michael Stahl · 11 years ago
- e5a8eb9 fix dbgutil build by Caolán McNamara · 11 years ago
- d3c7c9e tdf#94559: first step to remove rtti.hxx by Oliver Specht · 11 years ago
- 365b13e pVar != null, so static_cast(pVar) != null by Caolán McNamara · 11 years ago
- 3a00aae boost->std by Caolán McNamara · 11 years ago
- 22b80ac boost->std by Caolán McNamara · 11 years ago
- b3ee922 basic: one more WeakImplHelper<XPropertySetInfo> duplicate by Michael Stahl · 11 years ago
- 1f6b082 Fix previous commit by Stephan Bergmann · 11 years ago
- 4b4a7c0 Revert a fix that can never have worked in the first place? by Stephan Bergmann · 11 years ago
- 751c771 loplugin:mergeclass, merge BiNode with NameNode, Obj0Type with ObjkType by Noel Grandin · 11 years ago
- f0208db cppcheck: fix some redundantCondition warnings by Julien Nabet · 11 years ago
- d417059 BASIC : SbiParser::DefXXX Only convert the first letter to uppercase by Arnaud Versini · 11 years ago
- 3fb50fb basic: remove over-engineered XEnumeration service by Michael Stahl · 11 years ago
- 37a6fdf loplugin:stringconstant also for cases using char const v[] = "..." by Stephan Bergmann · 11 years ago
- 79f060d coverity#1242865 Untrusted loop bound by Caolán McNamara · 11 years ago
- 8a7b7b7 New identifier for save/open macro with user defined types by Laurent Godard · 11 years ago
- ba4276e loplugin:stringconstant: OUStringBuffer: appendAscii -> append by Stephan Bergmann · 11 years ago
- 6900bf4 o3tl/cow_wrapper: remove boost dependency by Daniel Robertson · 11 years ago
- 9e318c0 Resolves: #i112383# CLng("&HFFFFFFFF") fails on 64-bits... by Damjan Jovanovic · 11 years ago
- bd8b93f make PostUserEvent Link<> typed by Noel Grandin · 11 years ago
- a6050c3 Clean up aEmpty by Stephan Bergmann · 11 years ago
- 43c00bc Clean up aEmptyStr by Stephan Bergmann · 11 years ago
- 94a52f9 Resolves: #i117989# Basic functions return wrong results for dates <1900-1-1 by Damjan Jovanovic · 11 years ago
- 167bc62 Convert vcl Button Link<> click handler to typed Link<Button*,void> by Noel Grandin · 11 years ago
- de26ef8 coverity#1242865 Untrusted loop bound by Caolán McNamara · 11 years ago
- 6e40334 null pointer guard if no user defined types declared at the module level by Laurent Godard · 11 years ago
- ba5fd0c correct wrong comments by Laurent Godard · 11 years ago
- 0405975 tdf#75973 : User Defined Types in password encrypted macros by Laurent Godard · 11 years ago
- 7985e52 BASIC : SbiParser::pBasic is useless by Arnaud Versini · 11 years ago
- 0d737f2 BASIC : SbiRuntime::ClearExprStack should return void by Arnaud Versini · 11 years ago
- 9d094b9 tdf#92446: Revert apparently bogus attempt at fixing a memory leak by Stephan Bergmann · 11 years ago
- adbc556 make Link<> instances typed by Noel Grandin · 11 years ago
- 4f87e9d loplugin: defaultparams by Noel Grandin · 11 years ago
- 50097a8 basic,basctl: inline some use-once typedefs by Noel Grandin · 11 years ago
- 2660d24 new loplugin: refcounting by Noel Grandin · 11 years ago
- c2ac856 convert SBSTRM constants to scoped enum by Noel Grandin · 11 years ago
- b1c25a0 inline "old" SbERR constants by Noel Grandin · 11 years ago
- 01075a7 inline the "old" SbxErr constants by Noel Grandin · 11 years ago
- 9072c5c convert SbxFlagsBits to scoped enum by Noel Grandin · 11 years ago
- 38023af loplugin:unusedmethods by Noel Grandin · 11 years ago
- 3e92673 Miscellaneous typos by Adolfo Jayme Barrientos · 11 years ago
- b4ee16d com::sun::star->css in basic by Noel Grandin · 11 years ago
- 40c34e6 Fix indentation by Matteo Casalin · 11 years ago
- f7a2795 sal_uIntPtr to sal_uInt32, for consistency by Matteo Casalin · 11 years ago
- c1edceb sal_uInt16 to sal_Int32 with some cleanup by Matteo Casalin · 11 years ago
- 903baa6 Use more proper integer types by Matteo Casalin · 11 years ago
- 15f32b5 basic: replace boost::ptr_vector with std::vector<std::unique_ptr>> by Michael Stahl · 11 years ago
- 5a80e32 loplugin:simplifybool by Stephan Bergmann · 11 years ago
- 536051f fix Windows build by Noel Grandin · 11 years ago
- 22b094f loplugin:unusedmethods basic by Noel Grandin · 11 years ago