summaryrefslogtreecommitdiffstats
path: root/basic/source/runtime/methods1.cxx
Commit message (Expand)AuthorAgeFilesLines
* clang-tidy performance-unnecessary-copy-initialization inNoel Grandin2018-10-231-5/+5
* Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann2018-10-091-3/+3
* New loplugin:externalStephan Bergmann2018-09-171-7/+7
* unnecessary null check before dynamic_cast, in variousNoel Grandin2018-08-101-2/+2
* loplugin:stringloop in basic, framework, sax, svtoolsNoel Grandin2018-07-271-4/+4
* New o3tl::temporary to simplify calls of std::modfStephan Bergmann2018-05-171-2/+2
* Resolves: tdf#117612 truncate DateAdd("m",...) to last day of monthEike Rathke2018-05-161-16/+4
* More loplugin:cstylecast: basicStephan Bergmann2018-01-151-1/+1
* More loplugin:cstylecast: basicStephan Bergmann2018-01-121-16/+16
* Make the SbiInstance SvNumberFormatter shared_ptrEike Rathke2017-11-241-6/+1
* tdf#114011 limit/truncate date, not only yearEike Rathke2017-11-231-8/+19
* drop duplicate methodCaolán McNamara2017-11-221-1/+1
* basic: consistently use "" and <> in include directivesMike Kaganski2017-10-101-8/+8
* Eliminate Date::operator+=() and -=() and replace with Date::AddDays()Eike Rathke2017-07-211-2/+2
* loplugin:casttovoid in RTLFUNCStephan Bergmann2017-07-041-334/+86
* loplugin:casttovoid: basicStephan Bergmann2017-07-021-19/+14
* s/ERRCODE_SBX_OK/ERRCODE_NONENoel Grandin2017-06-211-2/+2
* loplugin:oncevar accessibility..basicNoel Grandin2017-06-201-7/+4
* drop SbError typedefNoel Grandin2017-06-151-4/+4
* use ERRCODE_NONE instead of 0Noel Grandin2017-06-141-4/+4
* loplugin:comparisonwithconstant in basicNoel Grandin2017-05-191-2/+2
* Replace mouth-painted "inaccurate around leap year" rollover algorithmEike Rathke2017-05-021-5/+5
* BASIC: handle the full tools::Date range from -32768-01-01 to 32767-12-31Eike Rathke2017-05-021-10/+5
* loplugin:redundantcast find cstyle double castsNoel Grandin2017-04-061-1/+1
* Revert "[API CHANGE] return sal_uInt64 from GetSystemTicks in basic"Noel Grandin2017-02-071-1/+1
* makeAny->Any in basctl..chart2Noel Grandin2017-02-031-10/+10
* convert method names in tools::SvRef to be more like our other..Noel Grandin2017-02-021-1/+1
* clear ARRAY_VS_SINGLETON coverity warningsCaolán McNamara2017-01-191-8/+8
* [API CHANGE] return unsigned 64-bit value from GetSystemTicks in basic codeNoel Grandin2017-01-091-1/+1
* convert DecodeMechanism to scoped enumNoel Grandin2016-12-051-1/+1
* replace <<= with assign for <<= with rhs AnyJochen Nitschke2016-10-181-3/+3
* replace <<= with assign for <<= with rhs AnyJochen Nitschke2016-10-171-10/+10
* clang-cl loplugin: basicStephan Bergmann2016-10-161-1/+1
* tdf#96099 Reduce no. of useless typedefs for trivial containers.Hieronymous2016-10-161-1/+1
* tdf#89307: Removed SvRef::operator T*()Jacek Fraczek2016-10-101-2/+2
* convert MapUnit to scoped enumNoel Grandin2016-10-051-4/+4
* replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl2016-09-151-4/+6
* improve passstuffbyref return analysisNoel Grandin2016-07-271-1/+1
* Resolves: tdf#59222 Crash in Basic with an array of values...Caolán McNamara2016-06-141-1/+1
* drop dramatic distracting commentCaolán McNamara2016-06-141-3/+0
* Convert SbxClassType to scoped enumNoel Grandin2016-05-231-2/+2
* use consistent #define checks for the Windows platformNoel Grandin2016-02-171-3/+3
* Remove excess newlinesChris Sherlock2016-02-091-1/+0
* Fix typosAndrea Gelmini2016-01-051-1/+1
* sal_uLong/sal_uIntPtr for ScNumFormatAbbrevMatteo Casalin2015-12-271-1/+1
* DBG_TRACE_BASIC/PROFILING had been rotting for quite some time nowStephan Bergmann2015-12-101-7/+0
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-19/+19
* tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni2015-11-021-3/+3
* Fix typosAndrea Gelmini2015-10-021-1/+1
* tdf#94559: first step to remove rtti.hxxOliver Specht2015-09-291-13/+13