Age | Commit message (Expand) | Author |
2021-09-14 | tdf#42982: improve UNO API error reporting | 4k5h1t |
2021-09-10 | Fix typos | Andrea Gelmini |
2021-09-10 | tdf#144353 - Handling of missing optional parameters | Andreas Heinisch |
2021-09-08 | simplify static_cast after dynamic_cast | Noel Grandin |
2021-09-07 | Fixed typos in the description of the default case for optionals | Andreas Heinisch |
2021-09-07 | Fixed a copy paste error in the test cases | Andreas Heinisch |
2021-09-07 | tdf#144245 - Added test file to automatic test | Andreas Heinisch |
2021-09-07 | tdf#144245 - Case-insensitive operation for non-ASCII characters | Andreas Heinisch |
2021-09-06 | clang-tidy:clang-analyzer-optin.performance.Padding | Noel Grandin |
2021-08-29 | basic : remove BasicManagerImpl | Arnaud Versini |
2021-08-27 | clang-tidy:readability-redundant-member-init | Noel Grandin |
2021-08-26 | Avoid OUString::createFromAscii on input containing NUL characters | Stephan Bergmann |
2021-08-20 | New loplugin:unusedcapturedefault | Stephan Bergmann |
2021-08-17 | rtl::Static -> thread-safe static local | Noel Grandin |
2021-08-13 | split SvNumberFormatter into it's own header | Noel Grandin |
2021-08-11 | There is no LANGUAGE_ENGLISH {en} locale but LANGUAGE_ENGLISH_US {en-US} | Eike Rathke |
2021-08-10 | No need in this function | Mike Kaganski |
2021-08-10 | Use nStringSize instead of nStringOff | Mike Kaganski |
2021-08-10 | tdf#143707 - Change strategy to support suffix type characters | Andreas Heinisch |
2021-08-06 | Move variable definition to usage site | Mike Kaganski |
2021-08-06 | make --disable-scripting compile | Caolán McNamara |
2021-08-06 | drop intermediate vcl::Window from Application::GetDefDialogParent | Caolán McNamara |
2021-08-05 | Pass context and resource string down to boost::locale separately | Noel Grandin |
2021-08-02 | convert #defines to OUStringLiteral | Noel Grandin |
2021-07-28 | tdf#107953 - Extend significant digits | Andreas Heinisch |
2021-07-19 | tdf#143332 - Use utl::TextSearch to implement the InStrRev function | Andreas Heinisch |
2021-07-16 | tdf#139840 - Use utl::TextSearch to implement the InStr function | Andreas Heinisch |
2021-07-15 | tdf#111313: basic_macros: Add unittest | Xisco Fauli |
2021-07-14 | tdf#98778: basic_macros: Add unittest | Xisco Fauli |
2021-07-14 | tdf#114011: basic_macros: Add unittest | Xisco Fauli |
2021-07-12 | tdf#142487 - use utl::TextSearch in order to implement the replace algorithm | Andreas Heinisch |
2021-07-07 | basic_coverage: use Option Explicit where possible | Xisco Fauli |
2021-07-06 | tdf#142922 fixes Round to follow half-to-even rounding | baltasarq |
2021-07-06 | basic: remove unneeded variable in test | Xisco Fauli |
2021-07-05 | tdf#117612: basic_macros: Add unittest | Xisco Fauli |
2021-07-05 | tdf#134692: basic_macros: Add unittest | Xisco Fauli |
2021-07-02 | Move utility code out of test directories | Mike Kaganski |
2021-07-02 | Rename LibreOffice Basic test files from .vb to .bas: they are not VBA | Mike Kaganski |
2021-07-02 | tdf#143081: basic_macros: Add unittest | Xisco Fauli |
2021-07-02 | tdf#84098 kill copy+paste in basic/qa/basic_coverage | Xisco Fauli |
2021-07-01 | tdf#143081: fix Basic Replace() function crashes LO | Julien Nabet |
2021-07-01 | Purge out rtl::math::setInf | BaiXiaochun |
2021-06-28 | loplugin:indentation improve checks for brace alignment | Noel Grandin |
2021-06-25 | tdf#142460: properly handle boolean values in string pool | baltasarq |
2021-06-25 | No need for a std::string_view here | Stephan Bergmann |
2021-06-17 | use string_view in the Translate API | Noel Grandin |
2021-06-15 | vcl: outdevmap.hxx -> rendercontext/ImplMapRes.hxx | Chris Sherlock |
2021-06-01 | loplugin:stringview (clang-cl) | Stephan Bergmann |
2021-05-24 | fix leak in dbaccess | Noel Grandin |
2021-05-23 | tdf#142180 Swapped comparison operators for static strings | Joshua Williams |