summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Expand)AuthorFilesLines
2019-01-17tdf#122250 Crash when running extensionNoel Grandin1-1/+5
2018-10-30Fix warning in !HAVE_FEATURE_SCRIPTING caseTor Lillqvist1-1/+1
2018-10-30basic, solve link problemsjan Iversen3-0/+16
2018-10-20tdf#120706: nullptr dereferenceMike Kaganski1-1/+1
2018-06-30tdf#118442: Fix incorrect index calculationMike Kaganski2-2/+67
2018-06-30tdf#118218: Implement FormatNumber VBA functionMike Kaganski4-9/+170
2018-06-01forcepoint#42 check available str lengthCaolán McNamara1-1/+1
2018-05-31Factor out AsyncQuitHandler to be usable elsewhere, tooTor Lillqvist1-26/+1
2018-05-23Resolves: tdf#117612 truncate DateAdd("m",...) to last day of monthEike Rathke4-29/+41
2018-03-25Decrease fragility in odd use cases with no current documentTor Lillqvist1-1/+4
2018-03-20lokdialog: Allow switching language of some of the ResMgr's.Jan Holesovsky1-3/+2
2018-03-19Get rid of loop counter variableMike Kaganski1-4/+1
2018-02-16ofz#6311 still problems with SdrEdgeObj listening to same obj at start as endCaolán McNamara4-11/+11
2017-12-05Resolves: tdf#114232 call GetObject() only if IsObject()Eike Rathke1-1/+1
2017-12-05Resolves: tdf#114231 do not mask ErrCode with GetRest()Eike Rathke1-1/+1
2017-11-30Find VBA-only functions when compiling first on module levelEike Rathke1-2/+14
2017-11-24Get rid of two more temporary SvNumberFormatter instancesEike Rathke1-3/+22
2017-11-24Get rid of a temporary SvNumberFormatter instanceEike Rathke1-14/+26
2017-11-24Get rid of that LANGUAGE_GERMAN nonsenseEike Rathke1-9/+9
2017-11-24Aaand another one.. SvNumberFormatter instanceEike Rathke1-10/+8
2017-11-24Get rid of a temporary SvNumberFormatter instanceEike Rathke1-4/+14
2017-11-24Make the SbiInstance SvNumberFormatter shared_ptrEike Rathke4-50/+21
2017-11-24Don't pass the test when all tests failEike Rathke1-29/+38
2017-11-23various coverity warningsCaolán McNamara1-1/+2
2017-11-23tdf#114011 limit/truncate date, not only yearEike Rathke1-8/+19
2017-11-22replace check of eof and GetError with goodCaolán McNamara1-1/+1
2017-11-22drop duplicate methodCaolán McNamara5-9/+9
2017-11-18silence some coverity warningsCaolán McNamara2-2/+2
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