Age | Commit message (Expand) | Author | Files | Lines |
2018-06-01 | forcepoint#42 check available str length | Caolán McNamara | 1 | -1/+1 |
2018-05-31 | Factor out AsyncQuitHandler to be usable elsewhere, too | Tor Lillqvist | 1 | -26/+1 |
2018-05-23 | Resolves: tdf#117612 truncate DateAdd("m",...) to last day of month | Eike Rathke | 4 | -29/+41 |
2018-03-25 | Decrease fragility in odd use cases with no current document | Tor Lillqvist | 1 | -1/+4 |
2018-03-20 | lokdialog: Allow switching language of some of the ResMgr's. | Jan Holesovsky | 1 | -3/+2 |
2018-03-19 | Get rid of loop counter variable | Mike Kaganski | 1 | -4/+1 |
2018-02-16 | ofz#6311 still problems with SdrEdgeObj listening to same obj at start as end | Caolán McNamara | 4 | -11/+11 |
2017-12-05 | Resolves: tdf#114232 call GetObject() only if IsObject() | Eike Rathke | 1 | -1/+1 |
2017-12-05 | Resolves: tdf#114231 do not mask ErrCode with GetRest() | Eike Rathke | 1 | -1/+1 |
2017-11-30 | Find VBA-only functions when compiling first on module level | Eike Rathke | 1 | -2/+14 |
2017-11-24 | Get rid of two more temporary SvNumberFormatter instances | Eike Rathke | 1 | -3/+22 |
2017-11-24 | Get rid of a temporary SvNumberFormatter instance | Eike Rathke | 1 | -14/+26 |
2017-11-24 | Get rid of that LANGUAGE_GERMAN nonsense | Eike Rathke | 1 | -9/+9 |
2017-11-24 | Aaand another one.. SvNumberFormatter instance | Eike Rathke | 1 | -10/+8 |
2017-11-24 | Get rid of a temporary SvNumberFormatter instance | Eike Rathke | 1 | -4/+14 |
2017-11-24 | Make the SbiInstance SvNumberFormatter shared_ptr | Eike Rathke | 4 | -50/+21 |
2017-11-24 | Don't pass the test when all tests fail | Eike Rathke | 1 | -29/+38 |
2017-11-23 | various coverity warnings | Caolán McNamara | 1 | -1/+2 |
2017-11-23 | tdf#114011 limit/truncate date, not only year | Eike Rathke | 1 | -8/+19 |
2017-11-22 | replace check of eof and GetError with good | Caolán McNamara | 1 | -1/+1 |
2017-11-22 | drop duplicate method | Caolán McNamara | 5 | -9/+9 |
2017-11-18 | silence some coverity warnings | Caolán McNamara | 2 | -2/+2 |
2017-11-17 | inline SbxMAXSALUINT64 and friends | Noel Grandin | 2 | -21/+21 |
2017-11-15 | Fix typos | Andrea Gelmini | 1 | -1/+1 |
2017-11-13 | Fix typos | Andrea Gelmini | 1 | -1/+1 |
2017-11-10 | loplugin:finalclasses in basic,basegfx | Noel Grandin | 3 | -12/+7 |
2017-11-04 | loplugin:constparams in various(1) | Noel Grandin | 5 | -6/+6 |
2017-11-01 | loplugin:constantparam in basic,basctl | Noel Grandin | 16 | -38/+32 |
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 |