Age | Commit message (Expand) | Author |
2017-05-03 | VBA tests- MONTHNAME,NPER, NPV,OCT test case | Zdeněk Crhonek |
2017-05-03 | More likely month pos first | Eike Rathke |
2017-05-03 | Add two digit year test for CDateToIso() | Eike Rathke |
2017-05-03 | CDateFromIso: accept YYMMDD two digit year for compatibility | Eike Rathke |
2017-05-02 | Replace mouth-painted "inaccurate around leap year" rollover algorithm | Eike Rathke |
2017-05-02 | SbiRuntime::isVBAEnabled() needs to be guarded with #if HAVE_FEATURE_SCRIPTING | Eike Rathke |
2017-05-02 | BASIC: handle the full tools::Date range from -32768-01-01 to 32767-12-31 | Eike Rathke |
2017-05-02 | loplugin:checkunusedparams in basctl and basic | Noel Grandin |
2017-04-29 | CDateToIso: larger buffer for possible year range | Eike Rathke |
2017-04-28 | loplugin:salunicodeliteral: basic | Stephan Bergmann |
2017-04-28 | Use invalid parameter error for malformed input, tdf#106956 follow-up | Eike Rathke |
2017-04-28 | Add unit test for CDateFromIso with YYYY-MM-DD, tdf#106956 | Eike Rathke |
2017-04-28 | Resolves: tdf#106956 CDateFromIso accept also YYYY-MM-DD form | Eike Rathke |
2017-04-28 | loplugin:cppunitassertequals: basic | Stephan Bergmann |
2017-04-27 | explicitly defining __RSC is no longer necessary | Noel Grandin |
2017-04-27 | tools: move errcode.hxx to the vcl module | Chris Sherlock |
2017-04-26 | use strong_int for LanguageType | Noel Grandin |
2017-04-25 | vcl: change ErrorHandlerFlags to DialogMask | Chris Sherlock |
2017-04-25 | errinf.hxx moved out of tools and into vcl module | Chris Sherlock |
2017-04-25 | make __RSC a builtin define for the RSC compiler | Noel Grandin |
2017-04-25 | tools: svstream.hxx needs only errcode.hxx & not errinf.hxx | Chris Sherlock |
2017-04-24 | BASIC: Call OUString() instead of OUString(""); | Arnaud Versini |
2017-04-23 | BASIC: Make TokenLabelInfo a singleton, never modified and simplify it. | Arnaud Versini |
2017-04-21 | gbuild: Remove MSVC 2013 legacy code | David Ostrovsky |
2017-04-21 | remove unnecessary explicit linefeeds from end of SAL and OSL log calls | Noel Grandin |
2017-04-20 | loplugin:unusedmethods | Noel Grandin |
2017-04-19 | clang-tidy readability-simplify-boolean-expr in accessibility..cui | Noel Grandin |
2017-04-19 | remove freshly unused menu support from src files | Caolán McNamara |
2017-04-18 | Fix parameter types of SbiRuntime::StepSTATIC_Impl | Stephan Bergmann |
2017-04-18 | Call implHandleSbxFlags also from StepSTATIC_Impl | Stephan Bergmann |
2017-04-16 | add VBA test cases | Zdeněk Crhonek |
2017-04-13 | convert DateFormat to scoped enum and rename to DateOrder | Noel Grandin |
2017-04-13 | add VBA test cases | Zdeněk Crhonek |
2017-04-13 | VBA tests - INSTRREV, INT test case | Zdeněk Crhonek |
2017-04-12 | no need to use OUStringToOString in SAL_INFO | Noel Grandin |
2017-04-10 | Clean up uses of SAL_U/SAL_W: basic | Stephan Bergmann |
2017-04-09 | VBA tests - HEX, HOUR, IIF, INSTR test cases | Zdeněk Crhonek |
2017-04-09 | VBA tests - FORMATNUMBER function | Zdeněk Crhonek |
2017-04-07 | loplugin:redundantcast find cstyle arithmetic casts | Noel Grandin |
2017-04-06 | loplugin:singlevalfields | Noel Grandin |
2017-04-06 | Fix typos | Andrea Gelmini |
2017-04-06 | loplugin:redundantcast find cstyle double casts | Noel Grandin |
2017-04-05 | loplugin:constantparam part2 | Noel Grandin |
2017-04-04 | Finally switch MSVC to sal_Unicode = char16_t, too | Stephan Bergmann |
2017-04-04 | loplugin:redundantcast (clang-cl) | Stephan Bergmann |
2017-04-02 | add VBA tests- FIX,EXP,ERROR,DAY functions | Zdeněk Crhonek |
2017-03-31 | tdf#106529: Revert "tdf#80731 Closing parenthesis is now detected" | Katarina Behrens |
2017-03-30 | remove type decorations on char literals | Jochen Nitschke |
2017-03-30 | loplugin:unusedenumconstants | Noel Grandin |
2017-03-29 | VBA tests - add DATEDIFF and DATEPART test case | Zdeněk Crhonek |