summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Expand)Author
2017-10-23overload std::hash for OUString and OStringNoel Grandin
2017-10-21loplugin:redundantcast handle dynamic_castNoel Grandin
2017-10-17Seems that testMiscOLEStuff() works only as 64-bit on a current Windows 10Tor Lillqvist
2017-10-10basic: consistently use "" and <> in include directivesMike Kaganski
2017-10-05Rename and move SAL_U/W to o3tl::toU/WMike Kaganski
2017-10-04add << operator for css::uno::ExceptionNoel Grandin
2017-10-03Replace more reinterpret_cast with SAL_W/SAL_UMike Kaganski
2017-09-30Use SAL_W/SAL_U instead of reinterpret_cast btwn wchar_t* and sal_Unicode*Mike Kaganski
2017-09-30Use explicit function names for fooA/fooW WinAPI; prefer fooWMike Kaganski
2017-09-22Fresh run of bin/update_pch.shMike Kaganski
2017-09-20Bin some noise comments and ASCII graphicsTor Lillqvist
2017-09-19iOS, solved code never reached (sbxvalue.cxx)jan Iversen
2017-09-19Clean up a couple of overly verbose SAL_INFOsTor Lillqvist
2017-09-18Some more WIN32_LEAN_AND_MEANMike Kaganski
2017-09-17use more default copy ctorsJochen Nitschke
2017-09-13Enable -Wunreachable-codeStephan Bergmann
2017-09-08clang-tidy modernize-use-emplace in b*Noel Grandin
2017-09-08oovbaapi: create XOval and XLine shape typesTamas Bunth
2017-09-01Replace list by vector in dllmgr-x86-x64 (basic)Julien Nabet
2017-09-01Replace list by vector in methods.cxx (basic)Julien Nabet
2017-08-31loplugin:constparams: basic (clang-cl)Stephan Bergmann
2017-08-29rename SBX errorcodes to BASICNoel Grandin
2017-08-29move all the basic errcodes to one fileNoel Grandin
2017-08-27convert code-class in ErrCode to scoped enumNoel Grandin
2017-08-25Allow non-modal Dialogs during FileImport/LoadArmin Le Grand
2017-08-25no need to use ERRCODE_RES_MASK hereNoel Grandin
2017-08-24VBA tests-add VAL,VARTYPE,WEEKDAY,WEEKDAYNAME,YEAR testsZdeněk Crhonek
2017-08-23convert message box style bits to scoped enumNoel Grandin
2017-08-17Fix typosAndrea Gelmini
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin
2017-08-16tdf#39468 Translate German comments/termsJens Carl
2017-08-11new loplugin:deadclassNoel Grandin
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin
2017-08-08VBA functions tests-SYD, TIMESERIAL, TIMEVALUE, TRIM, TYPENAME, UBOUND,UCASEZdeněk Crhonek
2017-08-05Fix typosAndrea Gelmini
2017-08-03VBA tests- add functions STRING,STRREVERSE,SWITCHZdeněk Crhonek
2017-08-02VBA tests - STR and STRCOMP functionsZdeněk Crhonek
2017-08-02remove unnecessary use of 'this->'Noel Grandin
2017-08-02normalize resource locale ctor construction mechanismsCaolán McNamara
2017-08-01move resmgr to unotoolsCaolán McNamara
2017-08-01loplugin:checkunusedparamsNoel Grandin
2017-07-31loplugin:oncevarNoel Grandin
2017-07-28loplugin:constparams handle constructorsNoel Grandin
2017-07-24VBA tests-functions RIGHT,RTRIM,SECOND,SGN,SIN,SLN,SPACE,SQRZdeněk Crhonek
2017-07-21Eliminate Date::operator+=() and -=() and replace with Date::AddDays()Eike Rathke
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-20loplugin:constparams in basicNoel Grandin
2017-07-19Change the most obvious Date+=(long)... to Date+=static_cast<sal_Int32>(...)Eike Rathke
2017-07-17loplugin:unnecessaryparen: basic (clang-cl)Stephan Bergmann