summaryrefslogtreecommitdiff
path: root/basic/source/runtime/methods1.cxx
AgeCommit message (Expand)Author
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
2016-10-16tdf#96099 Reduce no. of useless typedefs for trivial containers.Hieronymous
2016-10-10tdf#89307: Removed SvRef::operator T*()Jacek Fraczek
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl
2016-07-27improve passstuffbyref return analysisNoel Grandin
2016-06-14Resolves: tdf#59222 Crash in Basic with an array of values...Caolán McNamara
2016-06-14drop dramatic distracting commentCaolán McNamara
2016-05-23Convert SbxClassType to scoped enumNoel Grandin
2016-02-17use consistent #define checks for the Windows platformNoel Grandin