summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Expand)Author
2022-05-25elide some OUString allocationNoel Grandin
2022-05-24Use o3tl::make_unsigned in some placesStephan Bergmann
2022-05-24elide some OUString allocationNoel Grandin
2022-05-24elide OUString allocationNoel Grandin
2022-05-18Extend loplugin:redundantcast to trivial reinterpret_cast from T to itselfStephan Bergmann
2022-05-11in SbUnoObject constructor, only query for XTypeProviderNoel Grandin
2022-05-11in SetGlobalUNOConstant, only retrieve old value if we need itNoel Grandin
2022-05-10tdf#121740 dont bother checking for VBA librariesNoel Grandin
2022-05-10move creation of xParser to where it is usedNoel Grandin
2022-05-10fix --disable-scripting buildCaolán McNamara
2022-05-10More usual 1899-12-30 base Date in BasicMike Kaganski
2022-05-09Unify and simplify SbRtl_Hex and SbRtl_OctMike Kaganski
2022-05-09tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macroPragat Pandya
2022-05-09Use usual 1899-12-30 base Date in BasicMike Kaganski
2022-05-09basic: remove commented out lineXisco Fauli
2022-05-09sal_Int32 cast to tools::Long to pass to a function taking sal_Int32Mike Kaganski
2022-05-07tdf#148358 - Compare Non-ASCII variable names case-insensitiveAndreas Heinisch
2022-05-05use more o3tl::getTokenNoel Grandin
2022-05-05Just use Any ctor instead of makeAny in basicStephan Bergmann
2022-05-01use more string_view in variousNoel Grandin
2022-04-29use more string_view in INetURLObjectNoel Grandin
2022-04-27cid#738565 Uninitialized scalar fieldCaolán McNamara
2022-04-27add string_view wrappers for rtl::math::stringToDoubleNoel Grandin
2022-04-25tdf#75263 - Export VBA-Project using detected charset on importAndreas Heinisch
2022-04-21tdf#148651: basic_macros: Add unittestXisco Fauli
2022-04-21tdf#148651: implement VBA.FormatPercentJulien Nabet
2022-04-17loplugin:stringviewparam convert methods using copy()Noel Grandin
2022-04-17Test StarBasic's native non-ASCII name syntaxMike Kaganski
2022-04-15loplugin:stringviewparamStephan Bergmann
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin
2022-04-10loplugin:stringview check for getToken and trimNoel Grandin
2022-04-08move comphelper::string::toInt32 to o3tlNoel Grandin
2022-04-08Fix buildMike Kaganski
2022-04-08use more subView when converting to Int32Noel Grandin
2022-04-08loplugin:stringviewparam convert methods using trimNoel Grandin
2022-04-05Move creation of case-insensitive variable name to a central placeMike Kaganski
2022-04-04Fix --disable-scripting build (WASM)Jan-Marek Glogowski
2022-04-04Related: tdf#144245 Optimize case-insensitive handlingMike Kaganski
2022-04-03tdf#147132 Flatten Basic function implementationsofftkp
2022-04-02loplugin:stringviewparam convert methods using indexOfNoel Grandin
2022-03-31Basic Collection class unit testAlain Romedenne
2022-03-31Adapt test to even slower buildsStephan Bergmann
2022-03-30tdf#114263 tdf#147262 CallByName() function LibO Basic test unitAlain Romedenne
2022-03-28-Werror,-Wunused-but-set-variableStephan Bergmann
2022-03-22Move BSTR wrapper to systools, and fix some wrong BSTR usesMike Kaganski
2022-03-14new loplugin:trivialconstructorNoel Grandin
2022-03-11new loplugin:trivialdestructorNoel Grandin
2022-03-07tdf#42982: improve UNO API error reportingDeep17
2022-03-02Change the comment of the test cases to clarify the textual representation of...Andreas Heinisch
2022-02-28cid#707501 Uninitialized scalar variableCaolán McNamara