Age | Commit message (Expand) | Author | Files | Lines |
2017-10-27 | Another ImpGetIntntlSep() fix, tdf#81671 follow-up | Eike Rathke | 2 | -2/+3 |
2017-10-27 | Fix build of Windows-only code, tdf#81671 follow-up | Eike Rathke | 1 | -1/+2 |
2017-10-27 | Handle decimalSeparatorAlternative in BASIC ImpScan,..., tdf#81671 | Eike Rathke | 1 | -12/+22 |
2017-10-26 | vcl: make MapMode constructor explicit | Michael Stahl | 1 | -1/+1 |
2017-10-23 | loplugin:includeform: basic | Stephan Bergmann | 10 | -15/+15 |
2017-10-23 | overload std::hash for OUString and OString | Noel Grandin | 5 | -7/+6 |
2017-10-21 | loplugin:redundantcast handle dynamic_cast | Noel Grandin | 3 | -5/+5 |
2017-10-17 | Seems that testMiscOLEStuff() works only as 64-bit on a current Windows 10 | Tor Lillqvist | 2 | -29/+5 |
2017-10-10 | basic: consistently use "" and <> in include directives | Mike Kaganski | 57 | -151/+151 |
2017-10-05 | Rename and move SAL_U/W to o3tl::toU/W | Mike Kaganski | 5 | -43/+40 |
2017-10-04 | add << operator for css::uno::Exception | Noel Grandin | 3 | -8/+9 |
2017-10-03 | Replace more reinterpret_cast with SAL_W/SAL_U | Mike Kaganski | 2 | -2/+2 |
2017-09-30 | Use SAL_W/SAL_U instead of reinterpret_cast btwn wchar_t* and sal_Unicode* | Mike Kaganski | 3 | -11/+5 |
2017-09-30 | Use explicit function names for fooA/fooW WinAPI; prefer fooW | Mike Kaganski | 1 | -2/+1 |
2017-09-22 | Fresh run of bin/update_pch.sh | Mike Kaganski | 1 | -9/+9 |
2017-09-20 | Bin some noise comments and ASCII graphics | Tor Lillqvist | 7 | -92/+2 |
2017-09-19 | iOS, solved code never reached (sbxvalue.cxx) | jan Iversen | 1 | -0/+2 |
2017-09-19 | Clean up a couple of overly verbose SAL_INFOs | Tor Lillqvist | 1 | -12/+1 |
2017-09-18 | Some more WIN32_LEAN_AND_MEAN | Mike Kaganski | 1 | -0/+3 |
2017-09-17 | use more default copy ctors | Jochen Nitschke | 1 | -6/+0 |
2017-09-13 | Enable -Wunreachable-code | Stephan Bergmann | 1 | -48/+55 |
2017-09-08 | clang-tidy modernize-use-emplace in b* | Noel Grandin | 4 | -16/+16 |
2017-09-08 | oovbaapi: create XOval and XLine shape types | Tamas Bunth | 1 | -1/+1 |
2017-09-01 | Replace list by vector in dllmgr-x86-x64 (basic) | Julien Nabet | 2 | -8/+6 |
2017-09-01 | Replace list by vector in methods.cxx (basic) | Julien Nabet | 1 | -8/+8 |
2017-08-31 | loplugin:constparams: basic (clang-cl) | Stephan Bergmann | 1 | -4/+4 |
2017-08-29 | rename SBX errorcodes to BASIC | Noel Grandin | 22 | -398/+398 |
2017-08-29 | move all the basic errcodes to one file | Noel Grandin | 16 | -1/+17 |
2017-08-27 | convert code-class in ErrCode to scoped enum | Noel Grandin | 1 | -1/+1 |
2017-08-25 | Allow non-modal Dialogs during FileImport/Load | Armin Le Grand | 2 | -4/+4 |
2017-08-25 | no need to use ERRCODE_RES_MASK here | Noel Grandin | 1 | -128/+128 |
2017-08-24 | VBA tests-add VAL,VARTYPE,WEEKDAY,WEEKDAYNAME,YEAR tests | Zdeněk Crhonek | 6 | -0/+420 |
2017-08-23 | convert message box style bits to scoped enum | Noel Grandin | 2 | -20/+19 |
2017-08-17 | Fix typos | Andrea Gelmini | 1 | -1/+1 |
2017-08-17 | remove unnecessary use of OUString::getStr | Noel Grandin | 2 | -10/+7 |
2017-08-17 | remove UL/L suffixes from integer constants on the RHS of expressions | Noel Grandin | 2 | -2/+2 |
2017-08-16 | tdf#39468 Translate German comments/terms | Jens Carl | 1 | -1/+1 |
2017-08-11 | new loplugin:deadclass | Noel Grandin | 1 | -56/+0 |
2017-08-11 | convert std::map::insert to std::map::emplace | Noel Grandin | 4 | -9/+9 |
2017-08-08 | VBA functions tests-SYD, TIMESERIAL, TIMEVALUE, TRIM, TYPENAME, UBOUND,UCASE | Zdeněk Crhonek | 8 | -0/+486 |
2017-08-05 | Fix typos | Andrea Gelmini | 1 | -3/+3 |
2017-08-03 | VBA tests- add functions STRING,STRREVERSE,SWITCH | Zdeněk Crhonek | 4 | -0/+216 |
2017-08-02 | VBA tests - STR and STRCOMP functions | Zdeněk Crhonek | 3 | -0/+173 |
2017-08-02 | remove unnecessary use of 'this->' | Noel Grandin | 1 | -1/+1 |
2017-08-02 | normalize resource locale ctor construction mechanisms | Caolán McNamara | 4 | -51/+13 |
2017-08-01 | move resmgr to unotools | Caolán McNamara | 2 | -4/+4 |
2017-08-01 | loplugin:checkunusedparams | Noel Grandin | 2 | -19/+18 |
2017-07-31 | loplugin:oncevar | Noel Grandin | 1 | -14/+7 |
2017-07-28 | loplugin:constparams handle constructors | Noel Grandin | 2 | -6/+6 |
2017-07-24 | VBA tests-functions RIGHT,RTRIM,SECOND,SGN,SIN,SLN,SPACE,SQR | Zdeněk Crhonek | 9 | -0/+532 |