Age | Commit message (Expand) | Author |
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 |
2022-04-03 | tdf#147132 Flatten Basic function implementations | offtkp |
2022-04-02 | loplugin:stringviewparam convert methods using indexOf | Noel Grandin |
2022-03-31 | Basic Collection class unit test | Alain Romedenne |
2022-03-31 | Adapt test to even slower builds | Stephan Bergmann |
2022-03-30 | tdf#114263 tdf#147262 CallByName() function LibO Basic test unit | Alain Romedenne |
2022-03-28 | -Werror,-Wunused-but-set-variable | Stephan Bergmann |
2022-03-22 | Move BSTR wrapper to systools, and fix some wrong BSTR uses | Mike Kaganski |
2022-03-14 | new loplugin:trivialconstructor | Noel Grandin |
2022-03-11 | new loplugin:trivialdestructor | Noel Grandin |
2022-03-07 | tdf#42982: improve UNO API error reporting | Deep17 |
2022-03-02 | Change the comment of the test cases to clarify the textual representation of... | Andreas Heinisch |
2022-02-28 | cid#707501 Uninitialized scalar variable | Caolán McNamara |
2022-02-28 | cid#707500 Uninitialized scalar variable | Caolán McNamara |
2022-02-28 | cid#707503 Uninitialized scalar variable | Caolán McNamara |
2022-02-22 | tdf#147132: Flatten Basic function implementations | Ramreiso Kashung |
2022-02-21 | tdf#147089 - Round Integral Division (IDIV) literals to Integer values | Andreas Heinisch |
2022-02-12 | Basic compiler undetected typo | Alain Romedenne |
2022-02-11 | tdf#147364: fix function signature to account to calling convention | Mike Kaganski |
2022-02-09 | tdf#147262: CallByName() argument names does not match that of VBA | Julien Nabet |
2022-02-09 | tdf#146672 - CDbl: skip spaces and tabs at the end of the scanned string | Andreas Heinisch |
2022-02-06 | tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macro | VaibhavMalik4187 |
2022-02-06 | We know the length here | Mike Kaganski |
2022-02-03 | tdf#146742 - Move the initialization code of a method to SbMethod::Call | Andreas Heinisch |
2022-02-03 | Use default argument | Mike Kaganski |
2022-02-02 | SbRtl_Spc is exactly the same as SbRtl_Space | Mike Kaganski |
2022-02-02 | Use OUStringBuffer in SbRtl_FormatNumber | Mike Kaganski |
2022-01-31 | Adapt test to slow builds | Stephan Bergmann |
2022-01-31 | Fix format string | Mike Kaganski |
2022-01-31 | tdf#132388: add unit test | Mike Kaganski |
2022-01-30 | tdf#132388: reimplement fix for tdf#142487 | Mike Kaganski |
2022-01-28 | tdf#145614: Convert #define to enum | Ramreiso Kashung |