summaryrefslogtreecommitdiff
path: root/basic/source/runtime/methods1.cxx
AgeCommit message (Expand)Author
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
2017-07-04loplugin:casttovoid in RTLFUNCStephan Bergmann
2017-07-02loplugin:casttovoid: basicStephan Bergmann
2017-06-21s/ERRCODE_SBX_OK/ERRCODE_NONENoel Grandin
2017-06-20loplugin:oncevar accessibility..basicNoel Grandin
2017-06-15drop SbError typedefNoel Grandin
2017-06-14use ERRCODE_NONE instead of 0Noel Grandin
2017-05-19loplugin:comparisonwithconstant in basicNoel Grandin
2017-05-02Replace mouth-painted "inaccurate around leap year" rollover algorithmEike Rathke
2017-05-02BASIC: handle the full tools::Date range from -32768-01-01 to 32767-12-31Eike Rathke
2017-04-06loplugin:redundantcast find cstyle double castsNoel Grandin
2017-02-07Revert "[API CHANGE] return sal_uInt64 from GetSystemTicks in basic"Noel Grandin
2017-02-03makeAny->Any in basctl..chart2Noel Grandin
2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin
2017-01-19clear ARRAY_VS_SINGLETON coverity warningsCaolán McNamara
2017-01-09[API CHANGE] return unsigned 64-bit value from GetSystemTicks in basic codeNoel Grandin
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin
2016-10-18replace <<= with assign for <<= with rhs AnyJochen Nitschke
2016-10-17replace <<= with assign for <<= with rhs AnyJochen Nitschke
2016-10-16clang-cl loplugin: basicStephan Bergmann