summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Expand)AuthorFilesLines
2017-11-17inline SbxMAXSALUINT64 and friendsNoel Grandin2-21/+21
2017-11-15Fix typosAndrea Gelmini1-1/+1
2017-11-13Fix typosAndrea Gelmini1-1/+1
2017-11-10loplugin:finalclasses in basic,basegfxNoel Grandin3-12/+7
2017-11-04loplugin:constparams in various(1)Noel Grandin5-6/+6
2017-11-01loplugin:constantparam in basic,basctlNoel Grandin16-38/+32
2017-10-27Another ImpGetIntntlSep() fix, tdf#81671 follow-upEike Rathke2-2/+3
2017-10-27Fix build of Windows-only code, tdf#81671 follow-upEike Rathke1-1/+2
2017-10-27Handle decimalSeparatorAlternative in BASIC ImpScan,..., tdf#81671Eike Rathke1-12/+22
2017-10-26vcl: make MapMode constructor explicitMichael Stahl1-1/+1
2017-10-23loplugin:includeform: basicStephan Bergmann10-15/+15
2017-10-23overload std::hash for OUString and OStringNoel Grandin5-7/+6
2017-10-21loplugin:redundantcast handle dynamic_castNoel Grandin3-5/+5
2017-10-17Seems that testMiscOLEStuff() works only as 64-bit on a current Windows 10Tor Lillqvist2-29/+5
2017-10-10basic: consistently use "" and <> in include directivesMike Kaganski57-151/+151
2017-10-05Rename and move SAL_U/W to o3tl::toU/WMike Kaganski5-43/+40
2017-10-04add << operator for css::uno::ExceptionNoel Grandin3-8/+9
2017-10-03Replace more reinterpret_cast with SAL_W/SAL_UMike Kaganski2-2/+2
2017-09-30Use SAL_W/SAL_U instead of reinterpret_cast btwn wchar_t* and sal_Unicode*Mike Kaganski3-11/+5
2017-09-30Use explicit function names for fooA/fooW WinAPI; prefer fooWMike Kaganski1-2/+1
2017-09-22Fresh run of bin/update_pch.shMike Kaganski1-9/+9
2017-09-20Bin some noise comments and ASCII graphicsTor Lillqvist7-92/+2
2017-09-19iOS, solved code never reached (sbxvalue.cxx)jan Iversen1-0/+2
2017-09-19Clean up a couple of overly verbose SAL_INFOsTor Lillqvist1-12/+1
2017-09-18Some more WIN32_LEAN_AND_MEANMike Kaganski1-0/+3
2017-09-17use more default copy ctorsJochen Nitschke1-6/+0
2017-09-13Enable -Wunreachable-codeStephan Bergmann1-48/+55
2017-09-08clang-tidy modernize-use-emplace in b*Noel Grandin4-16/+16
2017-09-08oovbaapi: create XOval and XLine shape typesTamas Bunth1-1/+1
2017-09-01Replace list by vector in dllmgr-x86-x64 (basic)Julien Nabet2-8/+6
2017-09-01Replace list by vector in methods.cxx (basic)Julien Nabet1-8/+8
2017-08-31loplugin:constparams: basic (clang-cl)Stephan Bergmann1-4/+4
2017-08-29rename SBX errorcodes to BASICNoel Grandin22-398/+398
2017-08-29move all the basic errcodes to one fileNoel Grandin16-1/+17
2017-08-27convert code-class in ErrCode to scoped enumNoel Grandin1-1/+1
2017-08-25Allow non-modal Dialogs during FileImport/LoadArmin Le Grand2-4/+4
2017-08-25no need to use ERRCODE_RES_MASK hereNoel Grandin1-128/+128
2017-08-24VBA tests-add VAL,VARTYPE,WEEKDAY,WEEKDAYNAME,YEAR testsZdeněk Crhonek6-0/+420
2017-08-23convert message box style bits to scoped enumNoel Grandin2-20/+19
2017-08-17Fix typosAndrea Gelmini1-1/+1
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin2-10/+7
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin2-2/+2
2017-08-16tdf#39468 Translate German comments/termsJens Carl1-1/+1
2017-08-11new loplugin:deadclassNoel Grandin1-56/+0
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin4-9/+9
2017-08-08VBA functions tests-SYD, TIMESERIAL, TIMEVALUE, TRIM, TYPENAME, UBOUND,UCASEZdeněk Crhonek8-0/+486
2017-08-05Fix typosAndrea Gelmini1-3/+3
2017-08-03VBA tests- add functions STRING,STRREVERSE,SWITCHZdeněk Crhonek4-0/+216
2017-08-02VBA tests - STR and STRCOMP functionsZdeněk Crhonek3-0/+173
2017-08-02remove unnecessary use of 'this->'Noel Grandin1-1/+1