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