summaryrefslogtreecommitdiffstats
path: root/basic/source/runtime/methods1.cxx
Commit message (Expand)AuthorAgeFilesLines
* catchallprivate/jmux/current-reorgaJan-Marek Glogowski2021-12-101-8/+8
* Make the tdf#97983 changes to BASIC optionalTor Lillqvist2021-12-091-0/+10
* Drop unused argument names, and (void) noiseMike Kaganski2021-11-181-8/+2
* Prepare for removal of non-const operator[] from Sequence in basicMike Kaganski2021-10-291-3/+3
* Simplify Sequence in b*Julien Nabet2021-10-171-70/+96
* tdf#144924 - Change return type of array elements of the split functionAndreas Heinisch2021-10-071-0/+6
* gives names to all the Idles and TasksNoel Grandin2021-09-281-1/+1
* split SvNumberFormatter into it's own headerNoel Grandin2021-08-131-0/+1
* tdf#142922 fixes Round to follow half-to-even roundingbaltasarq2021-07-061-21/+2
* Simplify some static variable initializationsMike Kaganski2021-04-021-12/+5
* check for quit when calling Yield in loopNoel Grandin2021-03-141-1/+1
* Drop "32" from names of SbxArray methods taking 32-bit indicesMike Kaganski2021-03-091-310/+311
* tdf#42949 Fix new IWYU warnings in directories [ab]*Gabor Kelemen2020-11-051-0/+1
* use tools::Long in basegfx..chart2Noel2020-10-211-4/+4
* tdf#123025 - ReDim Preserve fails if array is filled by SplitAndreas Heinisch2020-10-161-2/+4
* static_cast after dynamic_castNoel2020-10-131-10/+6
* Make ImpSvNumberformatScan::GetColor constMike Kaganski2020-09-031-1/+1
* tdf#54912 - with option base arrays should start at index 1Andreas Heinisch2020-09-011-3/+1
* SbxArray: drop 16-bit indicesMike Kaganski2019-12-091-325/+325
* Extend loplugin:external to warn about classesStephan Bergmann2019-11-221-2/+2
* Extend loplugin:external to warn about enumsStephan Bergmann2019-11-171-0/+3
* tdf#42949 Fix IWYU warnings in basic/Gabor Kelemen2019-11-121-2/+0
* remove unnecessary includesCaolán McNamara2019-10-291-1/+1
* size some stringbuffer to prevent re-allocNoel Grandin2019-10-261-1/+1
* convert WriteCharPtr..getStr to WriteOStringNoel Grandin2019-10-101-1/+1
* tdf#114441 changed some sal_uLong to better fitting typesChristian Barth2019-10-091-13/+13
* loplugin:referencecasting find more redundant static_castNoel Grandin2019-08-271-2/+2
* improve function-local statics in basic..cuiNoel Grandin2018-11-211-7/+1
* Fix a copypaste errorMike Kaganski2018-11-201-1/+1
* clang-tidy performance-unnecessary-copy-initialization inNoel Grandin2018-10-231-5/+5
* Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann2018-10-091-3/+3
* New loplugin:externalStephan Bergmann2018-09-171-7/+7
* unnecessary null check before dynamic_cast, in variousNoel Grandin2018-08-101-2/+2
* loplugin:stringloop in basic, framework, sax, svtoolsNoel Grandin2018-07-271-4/+4
* New o3tl::temporary to simplify calls of std::modfStephan Bergmann2018-05-171-2/+2
* Resolves: tdf#117612 truncate DateAdd("m",...) to last day of monthEike Rathke2018-05-161-16/+4
* More loplugin:cstylecast: basicStephan Bergmann2018-01-151-1/+1
* More loplugin:cstylecast: basicStephan Bergmann2018-01-121-16/+16
* Make the SbiInstance SvNumberFormatter shared_ptrEike Rathke2017-11-241-6/+1
* tdf#114011 limit/truncate date, not only yearEike Rathke2017-11-231-8/+19
* drop duplicate methodCaolán McNamara2017-11-221-1/+1
* basic: consistently use "" and <> in include directivesMike Kaganski2017-10-101-8/+8
* Eliminate Date::operator+=() and -=() and replace with Date::AddDays()Eike Rathke2017-07-211-2/+2
* loplugin:casttovoid in RTLFUNCStephan Bergmann2017-07-041-334/+86
* loplugin:casttovoid: basicStephan Bergmann2017-07-021-19/+14
* s/ERRCODE_SBX_OK/ERRCODE_NONENoel Grandin2017-06-211-2/+2
* loplugin:oncevar accessibility..basicNoel Grandin2017-06-201-7/+4
* drop SbError typedefNoel Grandin2017-06-151-4/+4
* use ERRCODE_NONE instead of 0Noel Grandin2017-06-141-4/+4
* loplugin:comparisonwithconstant in basicNoel Grandin2017-05-191-2/+2