- 13f8f38 tdf#122250 Crash when running extension by Noel Grandin · 7 years ago
- edc6824 Fix warning in !HAVE_FEATURE_SCRIPTING case by Tor Lillqvist · 8 years ago
- 453395e basic, solve link problems by jan Iversen · 8 years ago
- 0d5728a tdf#120706: nullptr dereference by Mike Kaganski · 7 years ago
- 3bba368 tdf#118442: Fix incorrect index calculation by Mike Kaganski · 8 years ago
- 5afebab tdf#118218: Implement FormatNumber VBA function by Mike Kaganski · 8 years ago
- 6c76150 forcepoint#42 check available str length by Caolán McNamara · 8 years ago
- 5e1ce67 Factor out AsyncQuitHandler to be usable elsewhere, too by Tor Lillqvist · 8 years ago
- a16a53d Resolves: tdf#117612 truncate DateAdd("m",...) to last day of month by Eike Rathke · 8 years ago
- 23831674 Decrease fragility in odd use cases with no current document by Tor Lillqvist · 8 years ago
- 155d62b lokdialog: Allow switching language of some of the ResMgr's. by Jan Holesovsky · 8 years ago
- d2df54a Get rid of loop counter variable by Mike Kaganski · 8 years ago
- 5a8ea22 ofz#6311 still problems with SdrEdgeObj listening to same obj at start as end by Caolán McNamara · 8 years ago
- 6900730 Resolves: tdf#114232 call GetObject() only if IsObject() by Eike Rathke · 8 years ago
- 11667a8 Resolves: tdf#114231 do not mask ErrCode with GetRest() by Eike Rathke · 8 years ago
- 3158683 Find VBA-only functions when compiling first on module level by Eike Rathke · 8 years ago
- bb4cd52 Get rid of two more temporary SvNumberFormatter instances by Eike Rathke · 8 years ago
- 5e1d49d Get rid of a temporary SvNumberFormatter instance by Eike Rathke · 8 years ago
- f1b5b22 Get rid of that LANGUAGE_GERMAN nonsense by Eike Rathke · 8 years ago
- 2f81745 Aaand another one.. SvNumberFormatter instance by Eike Rathke · 8 years ago
- 2828829 Get rid of a temporary SvNumberFormatter instance by Eike Rathke · 8 years ago
- 4b98e35 Make the SbiInstance SvNumberFormatter shared_ptr by Eike Rathke · 8 years ago
- 2408a1b Don't pass the test when all tests fail by Eike Rathke · 8 years ago
- 462866c various coverity warnings by Caolán McNamara · 8 years ago
- db080da tdf#114011 limit/truncate date, not only year by Eike Rathke · 8 years ago
- df2e78f replace check of eof and GetError with good by Caolán McNamara · 8 years ago
- 2161d04 drop duplicate method by Caolán McNamara · 8 years ago
- 5280b3e silence some coverity warnings by Caolán McNamara · 8 years ago
- 7f055f3 inline SbxMAXSALUINT64 and friends by Noel Grandin · 8 years ago
- a8f31d5 Fix typos by Andrea Gelmini · 8 years ago
- d71bcc4 Fix typos by Andrea Gelmini · 8 years ago
- 049e026 loplugin:finalclasses in basic,basegfx by Noel Grandin · 8 years ago
- 3dde9d9 loplugin:constparams in various(1) by Noel Grandin · 8 years ago
- 5d618d7 loplugin:constantparam in basic,basctl by Noel Grandin · 8 years ago
- ae531b6 Another ImpGetIntntlSep() fix, tdf#81671 follow-up by Eike Rathke · 8 years ago
- ab7b10d Fix build of Windows-only code, tdf#81671 follow-up by Eike Rathke · 8 years ago
- dc520c7 Handle decimalSeparatorAlternative in BASIC ImpScan,..., tdf#81671 by Eike Rathke · 8 years ago
- 11d2f3d vcl: make MapMode constructor explicit by Michael Stahl · 8 years ago
- d4a2541 loplugin:includeform: basic by Stephan Bergmann · 8 years ago
- 87a9979 overload std::hash for OUString and OString by Noel Grandin · 8 years ago
- ead920a loplugin:redundantcast handle dynamic_cast by Noel Grandin · 8 years ago
- 66b3970 Seems that testMiscOLEStuff() works only as 64-bit on a current Windows 10 by Tor Lillqvist · 8 years ago
- daf7c3e basic: consistently use "" and <> in include directives by Mike Kaganski · 8 years ago
- 1944e3d Rename and move SAL_U/W to o3tl::toU/W by Mike Kaganski · 9 years ago
- 2c05d75 add << operator for css::uno::Exception by Noel Grandin · 9 years ago
- 532a4dc Replace more reinterpret_cast with SAL_W/SAL_U by Mike Kaganski · 9 years ago
- c3609f1 Use SAL_W/SAL_U instead of reinterpret_cast btwn wchar_t* and sal_Unicode* by Mike Kaganski · 9 years ago
- 362a21d Use explicit function names for fooA/fooW WinAPI; prefer fooW by Mike Kaganski · 9 years ago
- cf48347 Fresh run of bin/update_pch.sh by Mike Kaganski · 9 years ago
- 6978f50 Bin some noise comments and ASCII graphics by Tor Lillqvist · 9 years ago
- bb82632 iOS, solved code never reached (sbxvalue.cxx) by jan Iversen · 9 years ago
- a1eeccc Clean up a couple of overly verbose SAL_INFOs by Tor Lillqvist · 9 years ago
- aaa26a5 Some more WIN32_LEAN_AND_MEAN by Mike Kaganski · 9 years ago
- 7315f32 use more default copy ctors by Jochen Nitschke · 9 years ago
- 7f3ca309 Enable -Wunreachable-code by Stephan Bergmann · 9 years ago
- 84cbd6a clang-tidy modernize-use-emplace in b* by Noel Grandin · 9 years ago
- 8e8c789 oovbaapi: create XOval and XLine shape types by Tamas Bunth · 9 years ago
- c497c4c Replace list by vector in dllmgr-x86-x64 (basic) by Julien Nabet · 9 years ago
- 5c0ab63 Replace list by vector in methods.cxx (basic) by Julien Nabet · 9 years ago
- f192302 loplugin:constparams: basic (clang-cl) by Stephan Bergmann · 9 years ago
- 4e70d0b rename SBX errorcodes to BASIC by Noel Grandin · 9 years ago
- c8ff305 move all the basic errcodes to one file by Noel Grandin · 9 years ago
- ae8e1ad convert code-class in ErrCode to scoped enum by Noel Grandin · 9 years ago
- db6b703 Allow non-modal Dialogs during FileImport/Load by Armin Le Grand · 9 years ago
- 7ca950e no need to use ERRCODE_RES_MASK here by Noel Grandin · 9 years ago
- 74da6d5 VBA tests-add VAL,VARTYPE,WEEKDAY,WEEKDAYNAME,YEAR tests by Zdeněk Crhonek · 9 years ago
- dcc667a convert message box style bits to scoped enum by Noel Grandin · 9 years ago
- 64a3124 Fix typos by Andrea Gelmini · 9 years ago
- 9881bea remove unnecessary use of OUString::getStr by Noel Grandin · 9 years ago
- 2e8acde remove UL/L suffixes from integer constants on the RHS of expressions by Noel Grandin · 9 years ago
- b1f6e62 tdf#39468 Translate German comments/terms by Jens Carl · 9 years ago
- 4d89865 new loplugin:deadclass by Noel Grandin · 9 years ago
- d347c24 convert std::map::insert to std::map::emplace by Noel Grandin · 9 years ago
- 57ece56 VBA functions tests-SYD, TIMESERIAL, TIMEVALUE, TRIM, TYPENAME, UBOUND,UCASE by Zdeněk Crhonek · 9 years ago
- 35a2d88 Fix typos by Andrea Gelmini · 9 years ago
- f060d64 VBA tests- add functions STRING,STRREVERSE,SWITCH by Zdeněk Crhonek · 9 years ago
- 3acfc28 VBA tests - STR and STRCOMP functions by Zdeněk Crhonek · 9 years ago
- 3dcf6df remove unnecessary use of 'this->' by Noel Grandin · 9 years ago
- 13fac48 normalize resource locale ctor construction mechanisms by Caolán McNamara · 9 years ago
- b1d829e move resmgr to unotools by Caolán McNamara · 9 years ago
- 612b489 loplugin:checkunusedparams by Noel Grandin · 9 years ago
- c925381 loplugin:oncevar by Noel Grandin · 9 years ago
- b09deb0 loplugin:constparams handle constructors by Noel Grandin · 9 years ago
- fae4b84 VBA tests-functions RIGHT,RTRIM,SECOND,SGN,SIN,SLN,SPACE,SQR by Zdeněk Crhonek · 9 years ago
- fcd0361 Eliminate Date::operator+=() and -=() and replace with Date::AddDays() by Eike Rathke · 9 years ago
- 00657ae migrate to boost::gettext by Caolán McNamara · 9 years ago
- 6d829ae loplugin:constparams in basic by Noel Grandin · 9 years ago
- 772b846 Change the most obvious Date+=(long)... to Date+=static_cast<sal_Int32>(...) by Eike Rathke · 9 years ago
- 9f08211 loplugin:unnecessaryparen: basic (clang-cl) by Stephan Bergmann · 9 years ago
- b9bda1d tdf#103104 Allow line-continuation followed by a dot in BASIC by Takeshi Abe · 9 years ago
- 85d7124 loplugin:oncevar: empty strings: basic by Stephan Bergmann · 9 years ago
- 8a75aa5 use more OUString::operator== in a*..chart2 by Noel Grandin · 9 years ago
- 4e451cad loplugin:oncevar for value-dependent constant expressions by Stephan Bergmann · 9 years ago
- 4250b25 teach unnecessaryparen loplugin about identifiers by Noel Grandin · 9 years ago
- d64b83b basic: Put local stuff into unnamed namespace by Takeshi Abe · 9 years ago
- ab9b38a use more begin()/end() for Sequence by Noel Grandin · 9 years ago
- 13341ff teach unnecessaryparen plugin about other kinds of statements by Noel Grandin · 9 years ago
- b0e05f9 loplugin:useuniqueptr in basic..cppcanvas by Noel Grandin · 9 years ago
- 4b2262a new loplugin unnecessaryparen by Noel Grandin · 9 years ago
- 56dcc7b loplugin:casttovoid in RTLFUNC by Stephan Bergmann · 9 years ago