summaryrefslogtreecommitdiff
path: root/basic/source/runtime/methods.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-11-17tdf#121325: Replace all of given length, even if replacement is shorterStephan Bergmann1-9/+5
2018-05-16Resolves: tdf#117612 truncate DateAdd("m",...) to last day of monthEike Rathke1-10/+27
2018-04-06tdf#111313: Honor bWriteNoLenParam in !bCompatibility, tooStephan Bergmann1-36/+26
2018-02-25convert remaining InfoBox to weld::MessageDialogCaolán McNamara1-89/+98
2018-01-23More loplugin:cstylecast on WindowsStephan Bergmann1-1/+1
2018-01-19loplugin:useuniqueptr in SbiGlobalsNoel Grandin1-3/+4
2018-01-15More loplugin:cstylecast: basicStephan Bergmann1-6/+6
2018-01-12More loplugin:cstylecast: basicStephan Bergmann1-44/+44
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin1-6/+6
2017-12-05Save an unnecessary duplicate GetObject() callEike Rathke1-6/+3
2017-12-05Simplify the IsObject()/GetObject() logic hereEike Rathke1-9/+2
2017-12-05Rather call GetObject() only if IsObject(), tdf#112571 follow-upEike Rathke1-9/+1
2017-12-05Resolves: tdf#114232 reset error after unsuccessful GetObject() queryEike Rathke1-0/+8
2017-11-24Aaand another one.. SvNumberFormatter instanceEike Rathke1-10/+8
2017-11-24Make the SbiInstance SvNumberFormatter shared_ptrEike Rathke1-29/+5
2017-11-22drop duplicate methodCaolán McNamara1-5/+5
2017-11-01loplugin:constantparam in basic,basctlNoel Grandin1-3/+3
2017-10-10basic: consistently use "" and <> in include directivesMike Kaganski1-11/+11
2017-10-05Rename and move SAL_U/W to o3tl::toU/WMike Kaganski1-2/+3
2017-09-30Use SAL_W/SAL_U instead of reinterpret_cast btwn wchar_t* and sal_Unicode*Mike Kaganski1-2/+1
2017-09-30Use explicit function names for fooA/fooW WinAPI; prefer fooWMike Kaganski1-2/+1
2017-09-01Replace list by vector in methods.cxx (basic)Julien Nabet1-8/+8
2017-08-29rename SBX errorcodes to BASICNoel Grandin1-4/+4
2017-08-25Allow non-modal Dialogs during FileImport/LoadArmin Le Grand1-1/+1
2017-08-23convert message box style bits to scoped enumNoel Grandin1-17/+16
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin1-5/+2
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin1-1/+1
2017-07-21Eliminate Date::operator+=() and -=() and replace with Date::AddDays()Eike Rathke1-5/+5
2017-07-21migrate to boost::gettextCaolán McNamara1-2/+0
2017-07-20loplugin:constparams in basicNoel Grandin1-1/+1
2017-07-19Change the most obvious Date+=(long)... to Date+=static_cast<sal_Int32>(...)Eike Rathke1-2/+2
2017-07-17loplugin:unnecessaryparen: basic (clang-cl)Stephan Bergmann1-1/+1
2017-07-05new loplugin unnecessaryparenNoel Grandin1-1/+1
2017-07-04loplugin:casttovoid in RTLFUNCStephan Bergmann1-435/+114
2017-07-02loplugin:casttovoid: basicStephan Bergmann1-7/+0
2017-06-20loplugin:oncevar accessibility..basicNoel Grandin1-4/+2
2017-06-15replace SbxError typedef with ErrCodeNoel Grandin1-1/+1
2017-06-15drop SbError typedefNoel Grandin1-7/+7
2017-06-14use ERRCODE_NONE instead of 0Noel Grandin1-1/+1
2017-06-06replace SVSTREAM_OK with ERRCODE_NONENoel Grandin1-1/+1
2017-05-19loplugin:comparisonwithconstant in basicNoel Grandin1-1/+1
2017-05-15Translate German comments and debug strings (leftovers in dirs a... to c...)Johnny_M1-1/+1
2017-05-12remove unused uno::Reference varsNoel Grandin1-1/+0
2017-05-03More likely month pos firstEike Rathke1-1/+1
2017-05-03CDateFromIso: accept YYMMDD two digit year for compatibilityEike Rathke1-7/+15
2017-05-02Replace mouth-painted "inaccurate around leap year" rollover algorithmEike Rathke1-49/+51
2017-05-02SbiRuntime::isVBAEnabled() needs to be guarded with #if HAVE_FEATURE_SCRIPTINGEike Rathke1-1/+5
2017-05-02BASIC: handle the full tools::Date range from -32768-01-01 to 32767-12-31Eike Rathke1-38/+67
2017-04-29CDateToIso: larger buffer for possible year rangeEike Rathke1-1/+1
2017-04-28Use invalid parameter error for malformed input, tdf#106956 follow-upEike Rathke1-42/+46