summaryrefslogtreecommitdiffstats
path: root/basic
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann2016-05-1012-0/+14
* Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2016-05-101-2/+4
* tdf#99589 tolower / toupper - dangerous to Turks ...Krishna Keshav2016-05-091-1/+2
* BASIC : Remove an useless static_cast and use make_uniqueArnaud Versini2016-05-081-1/+2
* BASIC: SbiParser Remove useless static_cast and indent the code correctly.Arnaud Versini2016-05-071-9/+9
* teach passstuffbyref plugin to check for..Noel Grandin2016-05-064-9/+9
* use Any constructor instead of temporariesNoel Grandin2016-05-042-17/+5
* While at it, delete Any functions on sal_Bool*Stephan Bergmann2016-05-041-2/+1
* Fix typo in codeAndrea Gelmini2016-05-011-6/+6
* Fix typosAndrea Gelmini2016-05-011-1/+1
* update loplugin stylepolice to check local pointers varsNoel Grandin2016-04-261-3/+3
* clang-tidy modernize-loop-convert in b*Noel Grandin2016-04-214-11/+8
* new plugin stylepoliceNoel Grandin2016-04-212-7/+7
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-206-15/+15
* BASIC : Partially revert SbxArray simplification.Arnaud Versini2016-04-191-1/+16
* clang-tidy performance-unnecessary-copy-initializationNoel Grandin2016-04-181-1/+1
* clean-up: unused using declarations and includesJochen Nitschke2016-04-181-3/+0
* BASIC : Simplify SbxArrayArnaud Versini2016-04-181-23/+4
* Remove needless typedef from basic/qa/cppunit/basic_coverage.cxxRyan McCoskrie2016-04-181-6/+5
* tdf#99357: Basic, return if .with pNode nullJulien Nabet2016-04-171-0/+2
* remove tools/solarmutex.hxxNoel Grandin2016-04-151-3/+7
* loplugin:passstuffbyref in basicNoel Grandin2016-04-136-12/+12
* Related tdf#99089: avoid second crashJulien Nabet2016-04-131-1/+1
* Avoid reserved identifierStephan Bergmann2016-04-121-2/+2
* Avoid reserved identifierStephan Bergmann2016-04-121-5/+5
* Avoid reserved identifiersStephan Bergmann2016-04-121-393/+393
* cleanup: remove unused com/sun/star/uno includesJochen Nitschke2016-04-121-1/+0