Age | Commit message (Expand) | Author |
2022-09-14 | move ErrCode to comphelper and improve debug output string | Noel Grandin |
2022-08-22 | tdf#150139 - Add a concrete name to the error message | Andreas Heinisch |
2022-08-22 | cid#1500544 Uninitialized scalar variable | Caolán McNamara |
2022-06-20 | tdf#149622: also clear return value before calling method from SbxObject::Call | Mike Kaganski |
2022-05-31 | clang-tidy modernize-pass-by-value in basic | Noel Grandin |
2022-05-11 | in SetGlobalUNOConstant, only retrieve old value if we need it | Noel Grandin |
2022-04-29 | use more string_view in INetURLObject | Noel Grandin |
2022-04-05 | Fix typos | Andrea Gelmini |
2022-04-05 | Move creation of case-insensitive variable name to a central place | Mike Kaganski |
2022-04-04 | Related: tdf#144245 Optimize case-insensitive handling | Mike Kaganski |
2022-03-18 | Improve a mis-translated comment | Stephan Bergmann |
2022-02-03 | Use default argument | Mike Kaganski |
2021-12-01 | improve the script for reducing symbol exports | Noel Grandin |
2021-11-30 | fix clang-cl build with -Zc:dllexportInlines- | Luboš Luňák |
2021-10-11 | In O[U]StringBuffer, make string_view params replacements for OUString ones | Stephan Bergmann |
2021-10-11 | fix MSVC mergelibs build | Luboš Luňák |
2021-08-29 | basic : remove BasicManagerImpl | Arnaud Versini |
2021-08-05 | Pass context and resource string down to boost::locale separately | Noel Grandin |
2021-06-19 | loplugin:finalclasses | Noel Grandin |
2021-06-17 | use string_view in the Translate API | Noel Grandin |
2021-05-10 | fix some leaks in basic | Noel Grandin |
2021-05-05 | loplugin:constmethod | Noel Grandin |
2021-04-09 | Recheck include/ with IWYU | Gabor Kelemen |
2021-03-09 | Drop "32" from names of SbxArray methods taking 32-bit indices | Mike Kaganski |
2021-01-29 | loplugin:stringviewparam extend to new.. | Noel |
2021-01-02 | BASIC : simplify SbxVariable constructors and remove impl class | Arnaud Versini |
2020-12-23 | Initialize method mapping table at compile time | Mike Kaganski |
2020-11-21 | tdf#123936 Formatting files in module include with clang-format | Philipp Hofer |
2020-11-17 | loplugin:stringviewparam check methods too | Noel |
2020-11-01 | use officecfg for Experimental flag | Noel Grandin |
2020-10-27 | Replace these macro-based implementations with normal C++ | Mike Kaganski |
2020-07-20 | compact namespace decl | Noel Grandin |
2020-04-02 | tdf#79426, tdf#125180 - Don't convert missing parameters to requested type | Andreas Heinisch |
2020-03-23 | make more classes private in mergedlibs mode | Noel Grandin |
2020-02-08 | move some headers inside basic | Noel Grandin |
2020-01-25 | Change some #define to constexpr | Stephan Bergmann |
2019-12-29 | Avoid crash in shutdown when accessing already destroyed BASIC_DLL | Mike Kaganski |
2019-12-09 | GetSource32 and GetSource are identical | Mike Kaganski |
2019-12-09 | SbxArray: drop 16-bit indices | Mike Kaganski |
2019-12-04 | tdf#129107 objects in basic disappear | Noel Grandin |
2019-11-29 | make some function symbols module private | Noel Grandin |
2019-11-05 | make some classes module-private | Noel Grandin |
2019-11-03 | make some classes module-private | Noel Grandin |
2019-11-03 | find symbols that can be private | Noel Grandin |
2019-10-28 | loplugin:finalclasses in avmedia..basic | Noel Grandin |
2019-10-08 | New loplugin:classmemaccess | Stephan Bergmann |
2019-09-10 | Fix typos | Andrea Gelmini |
2019-09-03 | loplugin:constmethod in basic | Noel Grandin |
2019-06-11 | loplugin:virtualdown in SbxValue | Noel Grandin |
2019-05-10 | an uno -> a uno | Caolán McNamara |