summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Expand)Author
2021-03-15tdf#141045 - fixed copy paste error in the replace functionAndreas Heinisch
2020-09-16tdf#135799: properly load arrays in user-defined types from imageMike Kaganski
2020-09-09tdf#134477 add VclMessageType::Other to indicate image-less generic InfoBoxCaolán McNamara
2020-09-07tdf#136032 - abort scan of a string beginning with a hashtagAndreas Heinisch
2020-08-28tdf#136143 - reset SbxFlagBits::Fixed SbiRuntime::StepPARAMAndreas Heinisch
2020-08-10tdf#135470: Fix checksMike Kaganski
2020-07-14tdf#134576: proper handling of For/For Each with On Error Resume NextMike Kaganski
2020-07-14tdf#134576 at least don't crash in this edge-caseCaolán McNamara
2020-07-14tdf#134692: copy deep when there are multiple references to the old arrayMike Kaganski
2020-06-17tdf#133913 - create variable with Variant/Type in StepLOADNCAndreas Heinisch
2020-06-16tdf#132563 - Convert parameters of type SbxEMPTYAndreas Heinisch
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann
2020-05-24inline some use-once typedefsNoel Grandin
2020-05-21tdf#132389 - case-insensitive operation for non-ASCII charactersAndreas Heinisch
2020-05-19tdf#88205 EasyHack change css::uno::Sequence initializationsvgeof
2020-05-15use for-range on Sequence in basctl..canvasNoel Grandin
2020-05-11fix leak in basicNoel Grandin
2020-05-10new loplugin:simplifypointertoboolNoel Grandin
2020-04-26update pchesCaolán McNamara
2020-04-25tdf#132388: reimplement SbRtl_ReplaceMike Kaganski
2020-04-22uiobject.hxx only needs forward declaresCaolán McNamara
2020-04-19loplugin:flatten in basicNoel Grandin
2020-04-14loplugin:buriedassign in b*Noel Grandin
2020-04-02tdf#79426, tdf#125180 - Don't convert missing parameters to requested typeAndreas Heinisch
2020-03-30OSL_ASSERT->assert in basicNoel Grandin
2020-03-30Cleanup for tdf#130476, tdf#62323 and tdf#62326Andreas Heinisch
2020-03-27tdf#130476 - take into account trailing data type charactersAndreas Heinisch
2020-03-24Initialize bufferMike Kaganski
2020-03-24VBA Err object raise method TestCasesLibreOfficiant
2020-03-24tdf#131296: get numeric value with its data type in StepLOADNCAndreas Heinisch
2020-03-24Clear SbxAppData::m_aGlobErr earlyStephan Bergmann
2020-03-12tdf#130977 replace `rtl::math::isFinite` with `std::isfinite`.Yukio Siraichi
2020-03-02tdf#36737 - Initialize default values of optionalsAndreas Heinisch
2020-02-28Remove dead conditionStephan Bergmann
2020-02-24Renaming variables for upcoming commit for tdf#36737Andreas Heinisch
2020-02-22LibO Basic Property Get/SetLibreOfficiant
2020-02-21Drop o3tl::optional wrapperStephan Bergmann
2020-02-20tdf#130426 Support Basic Chr(&H8000), ..., Chr(&HFFFF) againStephan Bergmann
2020-02-16clang-format accessibility & basctl with under 5-percent lines of changeMuhammet Kara
2020-02-12clang-analyzer-deadcode.DeadStoresNoel Grandin
2020-02-08move some headers inside basicNoel Grandin
2020-02-01make update_pch also consider files in <module>/src/**/incLuboš Luňák
2020-01-31new loplugin:namespaceindentationNoel Grandin
2020-01-28New loplugin:unsignedcompareStephan Bergmann
2020-01-26rename some local variablesNoel Grandin
2020-01-24loplugin:makeshared in basctl..canvasNoel Grandin
2020-01-21Use deleteDirRecursively from comphelperSamuel Mehrbrodt
2020-01-16can use LogicToLogic hereCaolán McNamara
2020-01-16drop Application::GetAppWindowCaolán McNamara
2020-01-14clang-tidy modernize-concat-nested-namespace in basic..canvasNoel Grandin