summaryrefslogtreecommitdiffstats
path: root/basic/source
Commit message (Expand)AuthorAgeFilesLines
* tdf#122250 Crash when running extensionNoel Grandin2019-01-171-1/+5
* Fix warning in !HAVE_FEATURE_SCRIPTING caseTor Lillqvist2018-10-301-1/+1
* basic, solve link problemsjan Iversen2018-10-303-0/+16
* tdf#120706: nullptr dereferenceMike Kaganski2018-10-201-1/+1
* tdf#118442: Fix incorrect index calculationMike Kaganski2018-06-301-2/+4
* tdf#118218: Implement FormatNumber VBA functionMike Kaganski2018-06-303-0/+136
* forcepoint#42 check available str lengthCaolán McNamara2018-06-011-1/+1
* Factor out AsyncQuitHandler to be usable elsewhere, tooTor Lillqvist2018-05-311-26/+1
* Resolves: tdf#117612 truncate DateAdd("m",...) to last day of monthEike Rathke2018-05-234-29/+41
* Decrease fragility in odd use cases with no current documentTor Lillqvist2018-03-251-1/+4
* lokdialog: Allow switching language of some of the ResMgr's.Jan Holesovsky2018-03-201-3/+2
* Get rid of loop counter variableMike Kaganski2018-03-191-4/+1
* ofz#6311 still problems with SdrEdgeObj listening to same obj at start as endCaolán McNamara2018-02-164-11/+11
* Resolves: tdf#114232 call GetObject() only if IsObject()Eike Rathke2017-12-051-1/+1
* Resolves: tdf#114231 do not mask ErrCode with GetRest()Eike Rathke2017-12-051-1/+1
* Find VBA-only functions when compiling first on module levelEike Rathke2017-11-301-2/+14
* Get rid of two more temporary SvNumberFormatter instancesEike Rathke2017-11-241-3/+22
* Get rid of a temporary SvNumberFormatter instanceEike Rathke2017-11-241-14/+26
* Get rid of that LANGUAGE_GERMAN nonsenseEike Rathke2017-11-241-9/+9
* Aaand another one.. SvNumberFormatter instanceEike Rathke2017-11-241-10/+8
* Get rid of a temporary SvNumberFormatter instanceEike Rathke2017-11-241-4/+14
* Make the SbiInstance SvNumberFormatter shared_ptrEike Rathke2017-11-244-50/+21
* various coverity warningsCaolán McNamara2017-11-231-1/+2
* tdf#114011 limit/truncate date, not only yearEike Rathke2017-11-231-8/+19
* replace check of eof and GetError with goodCaolán McNamara2017-11-221-1/+1
* drop duplicate methodCaolán McNamara2017-11-225-9/+9
* silence some coverity warningsCaolán McNamara2017-11-182-2/+2
* inline SbxMAXSALUINT64 and friendsNoel Grandin2017-11-172-21/+21
* Fix typosAndrea Gelmini2017-11-151-1/+1
* Fix typosAndrea Gelmini2017-11-131-1/+1
* loplugin:finalclasses in basic,basegfxNoel Grandin2017-11-102-5/+4
* 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-239-14/+14
* overload std::hash for OUString and OStringNoel Grandin2017-10-235-7/+6
* loplugin:redundantcast handle dynamic_castNoel Grandin2017-10-213-5/+5
* basic: consistently use "" and <> in include directivesMike Kaganski2017-10-1055-149/+149
* Rename and move SAL_U/W to o3tl::toU/WMike Kaganski2017-10-054-42/+38
* 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-302-9/+4
* Use explicit function names for fooA/fooW WinAPI; prefer fooWMike Kaganski2017-09-301-2/+1
* 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
* use more default copy ctorsJochen Nitschke2017-09-171-6/+0