summaryrefslogtreecommitdiffstats
path: root/basic
Commit message (Expand)AuthorAgeFilesLines
* Avoid OUString::operator[] out-of-bounds assertion when line ends with "&"Stephan Bergmann2016-08-221-1/+1
* Resolves: tdf#88953 byref args incorrectly passed in basic->c++Caolán McNamara2016-08-192-2/+2
* Some clang-tidy misc-move-constructor-initStephan Bergmann2016-08-191-1/+1
* basic: Simplify SbxArrayArnaud Versini2016-08-161-39/+34
* basic: SbxBase should be abstractArnaud Versini2016-08-151-14/+0
* BASIC: Use more often std::unique_ptrArnaud Versini2016-08-138-26/+22
* BASIC: Use rtl/character.hxx in basic/source/sbx/sbxscan.cxxArnaud Versini2016-08-091-11/+4
* BASIC: Remove useless BasicManagerImpl streams.Arnaud Versini2016-08-081-25/+0
* BASIC: Move SbiParser's destructor to cpp file.Arnaud Versini2016-08-082-0/+3
* tdf#100726: Improve readability of OUString concatenationnadith2016-08-045-26/+12
* loplugin:countusersofdefaultparams in basctl..basicNoel Grandin2016-08-048-15/+15
* BASIC: Remove completly useless osl/thread includeArnaud Versini2016-07-311-1/+0
* improve passstuffbyref return analysisNoel Grandin2016-07-277-11/+11
* masses of MessBoxes not being disposed promptlyCaolán McNamara2016-07-262-5/+5
* basic: fix loplugin:cppunitassertequals warningsMiklos Vajna2016-07-223-6/+6
* Resolves: tdf#98778 fix parsing of exponentsCaolán McNamara2016-07-201-0/+7
* BASIC: Remove useless overridesArnaud Versini2016-07-182-24/+2
* tdf#100726: Improve readability of OUString concatenation in basic modulenadith2016-07-153-33/+11
* tdf#84635 - Slow layout of large tablesNoel Grandin2016-07-131-6/+2
* BASIC : Remove useless 16bits Remove function from SbxArrayArnaud Versini2016-07-112-8/+3
* Resolves: tdf#100452 class Date full (BCE,CE) proleptic Gregorian calendarEike Rathke2016-07-081-2/+2
* loplugin:redundantcast: redundant static_casts in basicStephan Bergmann2016-07-081-2/+2
* loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann2016-07-075-8/+8
* Improve readability of OUString concatanation in LibPageMuhammet Kara2016-07-034-34/+34
* tdf#96505 Get rid of cargo cult long integer literalsapurvapriyadarshi2016-06-271-4/+4
* loplugin:singlevalfields in basic and fix leakNoel Grandin2016-06-276-20/+5
* compilerplugins: add OWeakObject::release() override checkMichael Stahl2016-06-241-10/+3
* tdf#99589 - tolower / toupper - dangerous to Turks ...Gökhan Gurbetoğlu2016-06-231-1/+2
* prefer OUStringBuffer to concatenating OUString in a loopMuhammet Kara2016-06-211-11/+14
* Resolves: tdf#59222 Crash in Basic with an array of values...Caolán McNamara2016-06-142-1/+16
* drop dramatic distracting commentCaolán McNamara2016-06-141-3/+0
* Clean up uses of Any::getValue() in basicStephan Bergmann2016-06-143-51/+35
* convert more DBG_ASSERT(false to SAL_WARNNoel Grandin2016-06-124-9/+9
* BASIC : Add SbModule::FindMethodArnaud Versini2016-06-122-2/+7
* Let loplugin:passstuffbyref also look at fn defn not preceded by any declStephan Bergmann2016-06-081-1/+1
* tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl2016-06-062-6/+6
* tdf#89329: use unique_ptr for pImpl in sbxvarXisco Fauli2016-06-031-20/+12
* loplugin:constantparamsNoel Grandin2016-06-031-2/+2
* Resolves: tdf#93386 crash when closing a Database with macro editor openCaolán McNamara2016-05-311-16/+38
* teach refcounting clang plugin about uno::ReferenceNoel Grandin2016-05-311-2/+3
* Just use Any::operator <<= for sal_Unicode valuesStephan Bergmann2016-05-301-2/+1
* tdf#99696 fix build error for 64bit Windows in unit tests using ADODBTomofumi Yagi2016-05-302-2/+25
* Convert GRAPHIC to scoped enumNoel Grandin2016-05-271-2/+2
* tdf#89329: use unique_ptr for pImpl in basmgrXisco Fauli2016-05-261-5/+1
* Fix typosAndrea Gelmini2016-05-252-2/+2
* Resolves: tdf#93474 crash on importing a macro libraryCaolán McNamara2016-05-241-3/+4
* Convert SbxClassType to scoped enumNoel Grandin2016-05-2322-186/+186
* clang-tidy modernize-make-uniqueNoel Grandin2016-05-191-1/+2
* update unusedmethods plugin to deal with constructorsNoel Grandin2016-05-181-13/+0
* Fix typosAndrea Gelmini2016-05-161-1/+1