summaryrefslogtreecommitdiff
path: root/basic/source/runtime/methods1.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-08-30Simplify default ImpScan usageMike Kaganski1-9/+0
2024-05-06loplugin:ostr basicNoel Grandin1-14/+14
2024-04-08tdf#147132 Flatten Basic function implementationsAmandaQuaresmaCoutinho1-27/+15
2023-01-07Resolves: tdf#152917 Add ConvertFromUrl() put result back, tdf#147132 follow-upEike Rathke1-0/+1
2022-09-05tdf147132 basic : flaten some functionsArnaud VERSINI1-260/+178
2022-05-10More usual 1899-12-30 base Date in BasicMike Kaganski1-2/+1
2022-05-05Just use Any ctor instead of makeAny in basicStephan Bergmann1-54/+54
2022-02-09tdf#147262: CallByName() argument names does not match that of VBAJulien Nabet1-1/+1
2022-02-06tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macroVaibhavMalik41871-7/+7
2022-01-13Recheck modules [a-c]* with IWYUGabor Kelemen1-1/+0
2021-12-10ofz#42182 oss-build failureCaolán McNamara1-7/+7
2021-12-09Make the tdf#97983 changes to BASIC optionalTor Lillqvist1-0/+10
2021-11-18Drop unused argument names, and (void) noiseMike Kaganski1-8/+2
2021-10-29Prepare for removal of non-const operator[] from Sequence in basicMike Kaganski1-3/+3
2021-10-17Simplify Sequence in b*Julien Nabet1-70/+96
2021-10-07tdf#144924 - Change return type of array elements of the split functionAndreas Heinisch1-0/+6
2021-09-28gives names to all the Idles and TasksNoel Grandin1-1/+1
2021-08-13split SvNumberFormatter into it's own headerNoel Grandin1-0/+1
2021-07-06tdf#142922 fixes Round to follow half-to-even roundingbaltasarq1-21/+2
2021-04-02Simplify some static variable initializationsMike Kaganski1-12/+5
2021-03-14check for quit when calling Yield in loopNoel Grandin1-1/+1
2021-03-09Drop "32" from names of SbxArray methods taking 32-bit indicesMike Kaganski1-310/+311
2020-11-05tdf#42949 Fix new IWYU warnings in directories [ab]*Gabor Kelemen1-0/+1
2020-10-21use tools::Long in basegfx..chart2Noel1-4/+4
2020-10-16tdf#123025 - ReDim Preserve fails if array is filled by SplitAndreas Heinisch1-2/+4
2020-10-13static_cast after dynamic_castNoel1-10/+6
2020-09-03Make ImpSvNumberformatScan::GetColor constMike Kaganski1-1/+1
2020-09-01tdf#54912 - with option base arrays should start at index 1Andreas Heinisch1-3/+1
2019-12-09SbxArray: drop 16-bit indicesMike Kaganski1-325/+325
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-2/+2
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann1-0/+3
2019-11-12tdf#42949 Fix IWYU warnings in basic/Gabor Kelemen1-2/+0
2019-10-29remove unnecessary includesCaolán McNamara1-1/+1
2019-10-26size some stringbuffer to prevent re-allocNoel Grandin1-1/+1
2019-10-10convert WriteCharPtr..getStr to WriteOStringNoel Grandin1-1/+1
2019-10-09tdf#114441 changed some sal_uLong to better fitting typesChristian Barth1-13/+13
2019-08-27loplugin:referencecasting find more redundant static_castNoel Grandin1-2/+2
2018-11-21improve function-local statics in basic..cuiNoel Grandin1-7/+1
2018-11-20Fix a copypaste errorMike Kaganski1-1/+1
2018-10-23clang-tidy performance-unnecessary-copy-initialization inNoel Grandin1-5/+5
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-3/+3
2018-09-17New loplugin:externalStephan Bergmann1-7/+7
2018-08-10unnecessary null check before dynamic_cast, in variousNoel Grandin1-2/+2
2018-07-27loplugin:stringloop in basic, framework, sax, svtoolsNoel Grandin1-4/+4
2018-05-17New o3tl::temporary to simplify calls of std::modfStephan Bergmann1-2/+2
2018-05-16Resolves: tdf#117612 truncate DateAdd("m",...) to last day of monthEike Rathke1-16/+4
2018-01-15More loplugin:cstylecast: basicStephan Bergmann1-1/+1
2018-01-12More loplugin:cstylecast: basicStephan Bergmann1-16/+16
2017-11-24Make the SbiInstance SvNumberFormatter shared_ptrEike Rathke1-6/+1
2017-11-23tdf#114011 limit/truncate date, not only yearEike Rathke1-8/+19