summaryrefslogtreecommitdiffstats
path: root/basic
Commit message (Expand)AuthorAgeFilesLines
* loplugin:constparams in various(1)Noel Grandin2017-11-045-6/+6
* loplugin:constantparam in basic,basctlNoel Grandin2017-11-0116-38/+32
* Another ImpGetIntntlSep() fix, tdf#81671 follow-upEike Rathke2017-10-272-2/+3
* Fix build of Windows-only code, tdf#81671 follow-upEike Rathke2017-10-271-1/+2
* Handle decimalSeparatorAlternative in BASIC ImpScan,..., tdf#81671Eike Rathke2017-10-271-12/+22
* vcl: make MapMode constructor explicitMichael Stahl2017-10-261-1/+1
* loplugin:includeform: basicStephan Bergmann2017-10-2310-15/+15
* overload std::hash for OUString and OStringNoel Grandin2017-10-235-7/+6
* loplugin:redundantcast handle dynamic_castNoel Grandin2017-10-213-5/+5
* Seems that testMiscOLEStuff() works only as 64-bit on a current Windows 10Tor Lillqvist2017-10-172-29/+5
* basic: consistently use "" and <> in include directivesMike Kaganski2017-10-1057-151/+151
* Rename and move SAL_U/W to o3tl::toU/WMike Kaganski2017-10-055-43/+40
* add << operator for css::uno::ExceptionNoel Grandin2017-10-043-8/+9
* Replace more reinterpret_cast with SAL_W/SAL_UMike Kaganski2017-10-032-2/+2
* Use SAL_W/SAL_U instead of reinterpret_cast btwn wchar_t* and sal_Unicode*Mike Kaganski2017-09-303-11/+5
* Use explicit function names for fooA/fooW WinAPI; prefer fooWMike Kaganski2017-09-301-2/+1
* Fresh run of bin/update_pch.shMike Kaganski2017-09-221-9/+9
* Bin some noise comments and ASCII graphicsTor Lillqvist2017-09-207-92/+2
* iOS, solved code never reached (sbxvalue.cxx)jan Iversen2017-09-191-0/+2
* Clean up a couple of overly verbose SAL_INFOsTor Lillqvist2017-09-191-12/+1
* Some more WIN32_LEAN_AND_MEANMike Kaganski2017-09-181-0/+3
* use more default copy ctorsJochen Nitschke2017-09-171-6/+0
* Enable -Wunreachable-codeStephan Bergmann2017-09-131-48/+55
* clang-tidy modernize-use-emplace in b*Noel Grandin2017-09-084-16/+16
* oovbaapi: create XOval and XLine shape typesTamas Bunth2017-09-081-1/+1
* Replace list by vector in dllmgr-x86-x64 (basic)Julien Nabet2017-09-012-8/+6
* Replace list by vector in methods.cxx (basic)Julien Nabet2017-09-011-8/+8
* loplugin:constparams: basic (clang-cl)Stephan Bergmann2017-08-311-4/+4
* rename SBX errorcodes to BASICNoel Grandin2017-08-2922-398/+398
* move all the basic errcodes to one fileNoel Grandin2017-08-2916-1/+17
* convert code-class in ErrCode to scoped enumNoel Grandin2017-08-271-1/+1
* Allow non-modal Dialogs during FileImport/LoadArmin Le Grand2017-08-252-4/+4
* no need to use ERRCODE_RES_MASK hereNoel Grandin2017-08-251-128/+128
* VBA tests-add VAL,VARTYPE,WEEKDAY,WEEKDAYNAME,YEAR testsZdeněk Crhonek2017-08-246-0/+420
* convert message box style bits to scoped enumNoel Grandin2017-08-232-20/+19
* Fix typosAndrea Gelmini2017-08-171-1/+1
* remove unnecessary use of OUString::getStrNoel Grandin2017-08-172-10/+7
* remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin2017-08-172-2/+2
* tdf#39468 Translate German comments/termsJens Carl2017-08-161-1/+1
* new loplugin:deadclassNoel Grandin2017-08-111-56/+0
* convert std::map::insert to std::map::emplaceNoel Grandin2017-08-114-9/+9
* VBA functions tests-SYD, TIMESERIAL, TIMEVALUE, TRIM, TYPENAME, UBOUND,UCASEZdeněk Crhonek2017-08-088-0/+486
* Fix typosAndrea Gelmini2017-08-051-3/+3
* VBA tests- add functions STRING,STRREVERSE,SWITCHZdeněk Crhonek2017-08-034-0/+216
* VBA tests - STR and STRCOMP functionsZdeněk Crhonek2017-08-023-0/+173
* remove unnecessary use of 'this->'Noel Grandin2017-08-021-1/+1
* normalize resource locale ctor construction mechanismsCaolán McNamara2017-08-024-51/+13
* move resmgr to unotoolsCaolán McNamara2017-08-012-4/+4
* loplugin:checkunusedparamsNoel Grandin2017-08-012-19/+18
* loplugin:oncevarNoel Grandin2017-07-311-14/+7