summaryrefslogtreecommitdiffstats
path: root/basic
Commit message (Expand)AuthorAgeFilesLines
* tdf#141045 - fixed copy paste error in the replace functionAndreas Heinisch2021-03-152-1/+7
* tdf#135799: properly load arrays in user-defined types from imageMike Kaganski2020-09-161-3/+9
* tdf#134477 add VclMessageType::Other to indicate image-less generic InfoBoxCaolán McNamara2020-09-091-2/+1
* tdf#136032 - abort scan of a string beginning with a hashtagAndreas Heinisch2020-09-072-1/+19
* tdf#136143 - reset SbxFlagBits::Fixed SbiRuntime::StepPARAMAndreas Heinisch2020-08-282-0/+53
* tdf#135470: Fix checksMike Kaganski2020-08-102-2/+46
* tdf#134576: proper handling of For/For Each with On Error Resume NextMike Kaganski2020-07-142-29/+32
* tdf#134576 at least don't crash in this edge-caseCaolán McNamara2020-07-141-2/+6
* tdf#134692: copy deep when there are multiple references to the old arrayMike Kaganski2020-07-141-0/+3
* tdf#133913 - create variable with Variant/Type in StepLOADNCAndreas Heinisch2020-06-175-28/+60
* tdf#132563 - Convert parameters of type SbxEMPTYAndreas Heinisch2020-06-162-1/+23
* Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann2020-05-261-3/+3
* inline some use-once typedefsNoel Grandin2020-05-241-7/+2
* tdf#132389 - case-insensitive operation for non-ASCII charactersAndreas Heinisch2020-05-213-3/+52
* tdf#88205 EasyHack change css::uno::Sequence initializationsvgeof2020-05-191-6/+2
* use for-range on Sequence in basctl..canvasNoel Grandin2020-05-153-11/+10
* fix leak in basicNoel Grandin2020-05-111-1/+1
* new loplugin:simplifypointertoboolNoel Grandin2020-05-102-2/+2
* update pchesCaolán McNamara2020-04-261-1/+2
* tdf#132388: reimplement SbRtl_ReplaceMike Kaganski2020-04-251-62/+65
* uiobject.hxx only needs forward declaresCaolán McNamara2020-04-221-4/+4
* loplugin:flatten in basicNoel Grandin2020-04-1921-2108/+2110
* loplugin:buriedassign in b*Noel Grandin2020-04-144-21/+43
* tdf#79426, tdf#125180 - Don't convert missing parameters to requested typeAndreas Heinisch2020-04-0210-153/+143
* OSL_ASSERT->assert in basicNoel Grandin2020-03-304-32/+33
* Cleanup for tdf#130476, tdf#62323 and tdf#62326Andreas Heinisch2020-03-301-32/+27
* tdf#130476 - take into account trailing data type charactersAndreas Heinisch2020-03-272-11/+235
* Initialize bufferMike Kaganski2020-03-241-2/+2
* VBA Err object raise method TestCasesLibreOfficiant2020-03-242-0/+87
* tdf#131296: get numeric value with its data type in StepLOADNCAndreas Heinisch2020-03-243-24/+30
* Clear SbxAppData::m_aGlobErr earlyStephan Bergmann2020-03-242-1/+3
* tdf#130977 replace `rtl::math::isFinite` with `std::isfinite`.Yukio Siraichi2020-03-122-2/+2
* tdf#36737 - Initialize default values of optionalsAndreas Heinisch2020-03-028-64/+1282
* Remove dead conditionStephan Bergmann2020-02-281-1/+1
* Renaming variables for upcoming commit for tdf#36737Andreas Heinisch2020-02-241-26/+26
* LibO Basic Property Get/SetLibreOfficiant2020-02-221-0/+37
* Drop o3tl::optional wrapperStephan Bergmann2020-02-211-2/+2
* tdf#130426 Support Basic Chr(&H8000), ..., Chr(&HFFFF) againStephan Bergmann2020-02-202-2/+73
* clang-format accessibility & basctl with under 5-percent lines of changeMuhammet Kara2020-02-163-5/+5
* clang-analyzer-deadcode.DeadStoresNoel Grandin2020-02-123-10/+6
* move some headers inside basicNoel Grandin2020-02-0813-15/+243
* make update_pch also consider files in <module>/src/**/incLuboš Luňák2020-02-012-11/+41
* new loplugin:namespaceindentationNoel Grandin2020-01-311-1/+1
* New loplugin:unsignedcompareStephan Bergmann2020-01-284-6/+10
* rename some local variablesNoel Grandin2020-01-264-6/+6
* loplugin:makeshared in basctl..canvasNoel Grandin2020-01-241-1/+1
* Use deleteDirRecursively from comphelperSamuel Mehrbrodt2020-01-211-34/+2
* can use LogicToLogic hereCaolán McNamara2020-01-161-8/+2
* drop Application::GetAppWindowCaolán McNamara2020-01-161-5/+5
* clang-tidy modernize-concat-nested-namespace in basic..canvasNoel Grandin2020-01-141-3/+1