Age | Commit message (Expand) | Author |
2022-06-10 | new loplugin:moveit | Noel Grandin |
2022-06-06 | tdf#149402 - BASIC: Don't extend comment if line ends in a whitespace | Andreas Heinisch |
2022-06-03 | tdf#147132 Flatten Basic function | Roman Kuznetsov |
2022-06-03 | tdf#147132 Flatten Basic function | Roman Kuznetsov |
2022-06-02 | The elements of XInvocation::invoke aOutParamIndex are non-negative | Stephan Bergmann |
2022-06-01 | Use more appropriate type for SbiImage::GetString nId param | Stephan Bergmann |
2022-05-31 | Use more appropriate index variable type | Stephan Bergmann |
2022-05-31 | Use more appropriate type for SbiImage::nStringIdx | Stephan Bergmann |
2022-05-31 | clang-tidy modernize-pass-by-value in basic | Noel Grandin |
2022-05-31 | tdf#149157 - Break multiline continuation in a comment after a new line | Andreas Heinisch |
2022-05-30 | cid#1504574 Resource leak | Caolán McNamara |
2022-05-30 | tdf#147132 Flatten Basic function implementation | Roman Kuznetsov |
2022-05-25 | elide some OUString allocation | Noel Grandin |
2022-05-24 | Use o3tl::make_unsigned in some places | Stephan Bergmann |
2022-05-24 | elide some OUString allocation | Noel Grandin |
2022-05-24 | elide OUString allocation | Noel Grandin |
2022-05-18 | Extend loplugin:redundantcast to trivial reinterpret_cast from T to itself | Stephan Bergmann |
2022-05-11 | in SbUnoObject constructor, only query for XTypeProvider | Noel Grandin |
2022-05-11 | in SetGlobalUNOConstant, only retrieve old value if we need it | Noel Grandin |
2022-05-10 | tdf#121740 dont bother checking for VBA libraries | Noel Grandin |
2022-05-10 | move creation of xParser to where it is used | Noel Grandin |
2022-05-10 | fix --disable-scripting build | Caolán McNamara |
2022-05-10 | More usual 1899-12-30 base Date in Basic | Mike Kaganski |
2022-05-09 | Unify and simplify SbRtl_Hex and SbRtl_Oct | Mike Kaganski |
2022-05-09 | tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macro | Pragat Pandya |
2022-05-09 | Use usual 1899-12-30 base Date in Basic | Mike Kaganski |
2022-05-09 | basic: remove commented out line | Xisco Fauli |
2022-05-09 | sal_Int32 cast to tools::Long to pass to a function taking sal_Int32 | Mike Kaganski |
2022-05-07 | tdf#148358 - Compare Non-ASCII variable names case-insensitive | Andreas Heinisch |
2022-05-05 | use more o3tl::getToken | Noel Grandin |
2022-05-05 | Just use Any ctor instead of makeAny in basic | Stephan Bergmann |
2022-05-01 | use more string_view in various | Noel Grandin |
2022-04-29 | use more string_view in INetURLObject | Noel Grandin |
2022-04-27 | cid#738565 Uninitialized scalar field | Caolán McNamara |
2022-04-27 | add string_view wrappers for rtl::math::stringToDouble | Noel Grandin |
2022-04-25 | tdf#75263 - Export VBA-Project using detected charset on import | Andreas Heinisch |
2022-04-21 | tdf#148651: basic_macros: Add unittest | Xisco Fauli |
2022-04-21 | tdf#148651: implement VBA.FormatPercent | Julien Nabet |
2022-04-17 | loplugin:stringviewparam convert methods using copy() | Noel Grandin |
2022-04-17 | Test StarBasic's native non-ASCII name syntax | Mike Kaganski |
2022-04-15 | loplugin:stringviewparam | Stephan Bergmann |
2022-04-13 | loplugin:stringviewparam whitelist some more functions | Noel Grandin |
2022-04-10 | loplugin:stringview check for getToken and trim | Noel Grandin |
2022-04-08 | move comphelper::string::toInt32 to o3tl | Noel Grandin |
2022-04-08 | Fix build | Mike Kaganski |
2022-04-08 | use more subView when converting to Int32 | Noel Grandin |
2022-04-08 | loplugin:stringviewparam convert methods using trim | Noel Grandin |
2022-04-05 | Move creation of case-insensitive variable name to a central place | Mike Kaganski |
2022-04-04 | Fix --disable-scripting build (WASM) | Jan-Marek Glogowski |
2022-04-04 | Related: tdf#144245 Optimize case-insensitive handling | Mike Kaganski |