summaryrefslogtreecommitdiff
path: root/basic/source/runtime
AgeCommit message (Expand)Author
2018-08-17Resolves: tdf#119013 do not over-aggressively reorder date particlesEike Rathke
2018-05-28loplugin:passstuffbyrefNoel Grandin
2018-05-22tdf#97231: basic: do not use extra wrapping for string marshalingVasily Melenchuk
2018-05-21tdf#97231: potential crash fixedVasily Melenchuk
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-05-04Related: tdf#116579 tell SvNumberFormatter the proper NfEvalDateFormatEike Rathke
2018-04-20loplugin:expressionalwayszero (clang-cl)Stephan Bergmann
2018-04-12weld SbiInputDialogCaolán McNamara
2018-04-12weld SvRTLInputBoxCaolán McNamara
2018-04-06tdf#111313: Honor bWriteNoLenParam in !bCompatibility, tooStephan Bergmann
2018-02-27convert Redline warning dialog to .ui to get helpidsCaolán McNamara
2018-02-27convert remaining WarningBox to weld::MessageDialogCaolán McNamara
2018-02-25convert remaining InfoBox to weld::MessageDialogCaolán McNamara
2018-02-25Blind fix for 3ceb01afc3e5f47930e24fb0b21e6e85b86f660eJulien Nabet
2018-02-24Use for range loops in basegfx and basicJulien Nabet
2018-02-16Revert "loplugin:changetoolsgen in avmedia..basic" and reapply pluginNoel Grandin
2018-02-13loplugin:changetoolsgen in avmedia..basicNoel Grandin
2018-01-25loplugin:pointerbool (clang-cl)Stephan Bergmann
2018-01-23More loplugin:cstylecast on WindowsStephan Bergmann
2018-01-19loplugin:useuniqueptr in SbiStdObjectNoel Grandin
2018-01-19loplugin:useuniqueptr in SbiGlobalsNoel Grandin
2018-01-19loplugin:useuniqueptr in SbModuleNoel Grandin
2018-01-15More loplugin:cstylecast: basicStephan Bergmann
2018-01-12More loplugin:cstylecast: basicStephan Bergmann
2018-01-08basic, solve link problemsjan Iversen
2017-12-26loplugin:passstuffbyref improved return in basic,frameworkNoel Grandin
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin
2017-12-07loplugin:countusersofdefaultparams in basctl..basegfxNoel 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-29Find VBA-only functions when compiling first on module levelEike Rathke
2017-11-24Aaand another one.. SvNumberFormatter instanceEike Rathke
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-11-18silence some coverity warningsCaolán McNamara
2017-11-15Fix typosAndrea Gelmini
2017-11-04loplugin:constparams in various(1)Noel Grandin
2017-11-01loplugin:constantparam in basic,basctlNoel Grandin
2017-10-26vcl: make MapMode constructor explicitMichael Stahl
2017-10-10basic: consistently use "" and <> in include directivesMike Kaganski
2017-10-05Rename and move SAL_U/W to o3tl::toU/WMike Kaganski
2017-10-03Replace more reinterpret_cast with SAL_W/SAL_UMike Kaganski
2017-09-30Use SAL_W/SAL_U instead of reinterpret_cast btwn wchar_t* and sal_Unicode*Mike Kaganski
2017-09-30Use explicit function names for fooA/fooW WinAPI; prefer fooWMike Kaganski
2017-09-20Bin some noise comments and ASCII graphicsTor Lillqvist
2017-09-08clang-tidy modernize-use-emplace in b*Noel Grandin