summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Expand)Author
2017-12-13tools: remove unused #include from solar.hMichael Stahl
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-12-07VBA test - error() functionZdeněk Crhonek
2017-12-07loplugin:countusersofdefaultparams in basctl..basegfxNoel Grandin
2017-12-06VBA test - iserror function test repair, tdf#114232Zdeněk Crhonek
2017-12-06basic: SfxLibraryContainer: replace maMutexMichael Stahl
2017-12-06loplugin:salcall handle virtual methodsNoel Grandin
2017-12-05Save an unnecessary duplicate GetObject() callEike Rathke
2017-12-05Simplify the IsObject()/GetObject() logic hereEike Rathke
2017-12-05Rather call GetObject() only if IsObject(), tdf#112571 follow-upEike Rathke
2017-12-05Resolves: tdf#114232 reset error after unsuccessful GetObject() queryEike Rathke
2017-12-05Resolves: tdf#114231 do not mask ErrCode with GetRest()Eike Rathke
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin
2017-12-02VBA tests repair (2) - don't pass the test when all tests failZdeněk Crhonek
2017-12-02VBA tests - repair tests (Don't pass when all tests fail)Zdeněk Crhonek
2017-11-29Find VBA-only functions when compiling first on module levelEike Rathke
2017-11-29loplugin:unusedmethodsNoel Grandin
2017-11-26basic, disable scripting problemjan Iversen
2017-11-24Get rid of two more temporary SvNumberFormatter instancesEike Rathke
2017-11-24Get rid of a temporary SvNumberFormatter instanceEike Rathke
2017-11-24Get rid of that LANGUAGE_GERMAN nonsenseEike Rathke
2017-11-24Aaand another one.. SvNumberFormatter instanceEike Rathke
2017-11-24Get rid of a temporary SvNumberFormatter instanceEike Rathke
2017-11-24Make the SbiInstance SvNumberFormatter shared_ptrEike Rathke
2017-11-24Don't pass the test when all tests failEike Rathke
2017-11-23various coverity warningsCaolán McNamara
2017-11-23tdf#114011 limit/truncate date, not only yearEike Rathke
2017-11-22replace check of eof and GetError with goodCaolán McNamara
2017-11-22drop duplicate methodCaolán McNamara
2017-11-18silence some coverity warningsCaolán McNamara
2017-11-17inline SbxMAXSALUINT64 and friendsNoel Grandin
2017-11-15Fix typosAndrea Gelmini
2017-11-13Fix typosAndrea Gelmini
2017-11-10loplugin:finalclasses in basic,basegfxNoel Grandin
2017-11-04loplugin:constparams in various(1)Noel Grandin
2017-11-01loplugin:constantparam in basic,basctlNoel Grandin
2017-10-27Another ImpGetIntntlSep() fix, tdf#81671 follow-upEike Rathke
2017-10-27Fix build of Windows-only code, tdf#81671 follow-upEike Rathke
2017-10-27Handle decimalSeparatorAlternative in BASIC ImpScan,..., tdf#81671Eike Rathke
2017-10-26vcl: make MapMode constructor explicitMichael Stahl
2017-10-23loplugin:includeform: basicStephan Bergmann
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