summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Expand)AuthorFilesLines
2016-06-03tdf#89329: use unique_ptr for pImpl in sbxvarXisco Fauli1-20/+12
2016-06-03loplugin:constantparamsNoel Grandin1-2/+2
2016-05-31Resolves: tdf#93386 crash when closing a Database with macro editor openCaolán McNamara1-16/+38
2016-05-31teach refcounting clang plugin about uno::ReferenceNoel Grandin1-2/+3
2016-05-30Just use Any::operator <<= for sal_Unicode valuesStephan Bergmann1-2/+1
2016-05-30tdf#99696 fix build error for 64bit Windows in unit tests using ADODBTomofumi Yagi2-2/+25
2016-05-27Convert GRAPHIC to scoped enumNoel Grandin1-2/+2
2016-05-26tdf#89329: use unique_ptr for pImpl in basmgrXisco Fauli1-5/+1
2016-05-25Fix typosAndrea Gelmini2-2/+2
2016-05-24Resolves: tdf#93474 crash on importing a macro libraryCaolán McNamara1-3/+4
2016-05-23Convert SbxClassType to scoped enumNoel Grandin22-186/+186
2016-05-19clang-tidy modernize-make-uniqueNoel Grandin1-1/+2
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin1-13/+0
2016-05-16Fix typosAndrea Gelmini1-1/+1
2016-05-10Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann12-0/+14
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-2/+4
2016-05-09tdf#99589 tolower / toupper - dangerous to Turks ...Krishna Keshav1-1/+2
2016-05-08BASIC : Remove an useless static_cast and use make_uniqueArnaud Versini1-1/+2
2016-05-07BASIC: SbiParser Remove useless static_cast and indent the code correctly.Arnaud Versini1-9/+9
2016-05-06teach passstuffbyref plugin to check for..Noel Grandin4-9/+9
2016-05-04use Any constructor instead of temporariesNoel Grandin2-17/+5
2016-05-04While at it, delete Any functions on sal_Bool*Stephan Bergmann1-2/+1
2016-05-01Fix typo in codeAndrea Gelmini1-6/+6
2016-05-01Fix typosAndrea Gelmini1-1/+1
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin1-3/+3
2016-04-21clang-tidy modernize-loop-convert in b*Noel Grandin4-11/+8
2016-04-21new plugin stylepoliceNoel Grandin2-7/+7
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann6-15/+15
2016-04-19BASIC : Partially revert SbxArray simplification.Arnaud Versini1-1/+16
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-1/+1
2016-04-18clean-up: unused using declarations and includesJochen Nitschke1-3/+0
2016-04-18BASIC : Simplify SbxArrayArnaud Versini1-23/+4
2016-04-18Remove needless typedef from basic/qa/cppunit/basic_coverage.cxxRyan McCoskrie1-6/+5
2016-04-17tdf#99357: Basic, return if .with pNode nullJulien Nabet1-0/+2
2016-04-15remove tools/solarmutex.hxxNoel Grandin1-3/+7
2016-04-13loplugin:passstuffbyref in basicNoel Grandin6-12/+12
2016-04-13Related tdf#99089: avoid second crashJulien Nabet1-1/+1
2016-04-12Avoid reserved identifierStephan Bergmann1-2/+2
2016-04-12Avoid reserved identifierStephan Bergmann1-5/+5
2016-04-12Avoid reserved identifiersStephan Bergmann1-393/+393
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke1-1/+0
2016-04-11BASIC: Remove useless static_cast from basmgr.cxxArnaud Versini1-23/+20
2016-04-11Avoid reserved identifierStephan Bergmann1-8/+8
2016-04-11Remove an useless check I had addedJulien Nabet1-1/+1
2016-04-11clang-tidy performance-unnecessary-value-param in basicNoel Grandin9-41/+33
2016-04-11make GetGlobalUNOConstant and GetUNOConstant take an OUStringNoel Grandin2-10/+7
2016-04-10tdf#99089: avoid some crashes in BasicJulien Nabet2-2/+2
2016-04-07fix bug in SbxArray::MergeNoel Grandin1-1/+1
2016-04-06Avoid reserved identifierStephan Bergmann1-3/+3
2016-04-06Avoid reserved identifiersStephan Bergmann5-26/+26