summaryrefslogtreecommitdiff
path: root/basic/source/runtime/methods1.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-05-18Resolves: tdf#117612 truncate DateAdd("m",...) to last day of monthEike Rathke1-16/+4
2017-11-24Make the SbiInstance SvNumberFormatter shared_ptrEike Rathke1-6/+1
2017-11-23tdf#114011 limit/truncate date, not only yearEike Rathke1-8/+19
2017-11-22drop duplicate methodCaolán McNamara1-1/+1
2017-10-10basic: consistently use "" and <> in include directivesMike Kaganski1-8/+8
2017-07-21Eliminate Date::operator+=() and -=() and replace with Date::AddDays()Eike Rathke1-2/+2
2017-07-04loplugin:casttovoid in RTLFUNCStephan Bergmann1-334/+86
2017-07-02loplugin:casttovoid: basicStephan Bergmann1-19/+14
2017-06-21s/ERRCODE_SBX_OK/ERRCODE_NONENoel Grandin1-2/+2
2017-06-20loplugin:oncevar accessibility..basicNoel Grandin1-7/+4
2017-06-15drop SbError typedefNoel Grandin1-4/+4
2017-06-14use ERRCODE_NONE instead of 0Noel Grandin1-4/+4
2017-05-19loplugin:comparisonwithconstant in basicNoel Grandin1-2/+2
2017-05-02Replace mouth-painted "inaccurate around leap year" rollover algorithmEike Rathke1-5/+5
2017-05-02BASIC: handle the full tools::Date range from -32768-01-01 to 32767-12-31Eike Rathke1-10/+5
2017-04-06loplugin:redundantcast find cstyle double castsNoel Grandin1-1/+1
2017-02-07Revert "[API CHANGE] return sal_uInt64 from GetSystemTicks in basic"Noel Grandin1-1/+1
2017-02-03makeAny->Any in basctl..chart2Noel Grandin1-10/+10
2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin1-1/+1
2017-01-19clear ARRAY_VS_SINGLETON coverity warningsCaolán McNamara1-8/+8
2017-01-09[API CHANGE] return unsigned 64-bit value from GetSystemTicks in basic codeNoel Grandin1-1/+1
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin1-1/+1
2016-10-18replace <<= with assign for <<= with rhs AnyJochen Nitschke1-3/+3
2016-10-17replace <<= with assign for <<= with rhs AnyJochen Nitschke1-10/+10
2016-10-16clang-cl loplugin: basicStephan Bergmann1-1/+1
2016-10-16tdf#96099 Reduce no. of useless typedefs for trivial containers.Hieronymous1-1/+1
2016-10-10tdf#89307: Removed SvRef::operator T*()Jacek Fraczek1-2/+2
2016-10-05convert MapUnit to scoped enumNoel Grandin1-4/+4
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl1-4/+6
2016-07-27improve passstuffbyref return analysisNoel Grandin1-1/+1
2016-06-14Resolves: tdf#59222 Crash in Basic with an array of values...Caolán McNamara1-1/+1
2016-06-14drop dramatic distracting commentCaolán McNamara1-3/+0
2016-05-23Convert SbxClassType to scoped enumNoel Grandin1-2/+2
2016-02-17use consistent #define checks for the Windows platformNoel Grandin1-3/+3
2016-02-09Remove excess newlinesChris Sherlock1-1/+0
2016-01-05Fix typosAndrea Gelmini1-1/+1
2015-12-27sal_uLong/sal_uIntPtr for ScNumFormatAbbrevMatteo Casalin1-1/+1
2015-12-10DBG_TRACE_BASIC/PROFILING had been rotting for quite some time nowStephan Bergmann1-7/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-19/+19
2015-11-02tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni1-3/+3
2015-10-02Fix typosAndrea Gelmini1-1/+1
2015-09-29tdf#94559: first step to remove rtti.hxxOliver Specht1-13/+13
2015-08-11loplugin: defaultparamsNoel Grandin1-1/+1
2015-07-29convert SBSTRM constants to scoped enumNoel Grandin1-2/+2
2015-07-28inline "old" SbERR constantsNoel Grandin1-104/+104
2015-07-28inline the "old" SbxErr constantsNoel Grandin1-2/+2
2015-07-28convert SbxFlagsBits to scoped enumNoel Grandin1-4/+4
2015-07-20com::sun::star->css in basicNoel Grandin1-2/+2
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-2/+2
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann1-2/+2