summaryrefslogtreecommitdiff
path: root/basic/source/runtime/methods.cxx
AgeCommit message (Expand)Author
2020-09-19tdf#134477 add VclMessageType::Other to indicate image-less generic InfoBoxCaolán McNamara
2020-02-21tdf#130426 Support Basic Chr(&H8000), ..., Chr(&HFFFF) againStephan Bergmann
2019-12-06tdf#129136 Call _wgetdcwd with "harmless" invalid parameter handlerStephan Bergmann
2019-11-12tdf#42949 Fix IWYU warnings in basic/Gabor Kelemen
2019-10-01loplugin:stringadd in basctl..cuiNoel Grandin
2019-09-17move GetStandardText to stdtext.hxxCaolán McNamara
2019-09-01Fix '..'Andrea Gelmini
2019-09-01Fix '..'Andrea Gelmini
2019-08-27loplugin:referencecasting find more redundant static_castNoel Grandin
2019-07-19cid#1448547 Unchecked return valueCaolán McNamara
2019-07-19cid#1448256 Unchecked return valueCaolán McNamara
2019-07-18cid#1448326 Unchecked return valueCaolán McNamara
2019-06-11Use hasElements to check Sequence emptiness in accessibility..canvasArkadiy Illarionov
2019-04-08Fix typoAndrea Gelmini
2019-01-16o3tl::make_unique -> std::make_unique in basctl...bridgesGabor Kelemen
2018-12-07loplugin:singlevalfields extend to all static varsNoel Grandin
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin
2018-11-21improve function-local statics in basic..cuiNoel Grandin
2018-11-13Set error also in non-UNO/UCB case file date failures, tdf#121337 follow-upEike Rathke
2018-11-13tdf#121325: Replace all of given length, even if replacement is shorterStephan Bergmann
2018-11-13Don't call Date's ImpYearToDays with zero year argumentStephan Bergmann
2018-11-05tdf#120703 PVS: V547 Expression '!pRTLData' is always falseMike Kaganski
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin
2018-10-23clang-tidy performance-unnecessary-copy-initialization inNoel Grandin
2018-10-15add SvStream::TellEndNoel 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-08-01add operator+=(OUStringBuffer) method to OUStringNoel Grandin
2018-07-18Fix typosAndrea Gelmini
2018-07-09Add missing sal/log.hxx headersGabor Kelemen
2018-06-29tdf#118218: Implement FormatNumber VBA functionMike Kaganski
2018-05-28Add missing includeSamuel Mehrbrodt
2018-05-28basic: Avoid looking up system clock twice to get current datetimeTakeshi Abe
2018-05-16Resolves: tdf#117612 truncate DateAdd("m",...) to last day of monthEike Rathke
2018-04-06tdf#111313: Honor bWriteNoLenParam in !bCompatibility, tooStephan Bergmann
2018-02-25convert remaining InfoBox to weld::MessageDialogCaolán McNamara
2018-01-23More loplugin:cstylecast on WindowsStephan Bergmann
2018-01-19loplugin:useuniqueptr in SbiGlobalsNoel Grandin
2018-01-15More loplugin:cstylecast: basicStephan Bergmann
2018-01-12More loplugin:cstylecast: basicStephan Bergmann
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin
2017-12-05Save an unnecessary duplicate GetObject() callEike Rathke
2017-12-05Simplify the IsObject()/GetObject() logic hereEike Rathke
2017-12-05Rather call GetObject() only if IsObject(), tdf#112571 follow-upEike Rathke
2017-12-05Resolves: tdf#114232 reset error after unsuccessful GetObject() queryEike Rathke
2017-11-24Aaand another one.. SvNumberFormatter instanceEike Rathke
2017-11-24Make the SbiInstance SvNumberFormatter shared_ptrEike Rathke
2017-11-22drop duplicate methodCaolán McNamara
2017-11-01loplugin:constantparam in basic,basctlNoel Grandin