summaryrefslogtreecommitdiffstats
path: root/basic/source/runtime
Commit message (Expand)AuthorAgeFilesLines
* fdo#70474: Random number generation weak with Rnd in BASICThomas Arnhold2014-05-171-7/+6
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part13Julien Nabet2014-05-151-3/+3
* basic: use prewin.hThomas Arnhold2014-05-141-14/+3
* fdo#43157 Remove OSL_POSTCOND, prefer SAL_WARN_IFMichaël Lefèvre2014-05-121-2/+2
* update_pch: add a bunch of pch filesThomas Arnhold2014-05-093-6/+6
* dflt -> defaultThomas Arnhold2014-05-061-1/+1
* remove executable bitAndras Timar2014-04-171-0/+0
* typo: beause -> becauseThomas Arnhold2014-04-141-1/+1
* Clean up function declarations and some unused functionsStephan Bergmann2014-04-093-385/+2
* basic: sal_Bool->boolNoel Grandin2014-04-078-84/+84
* remove unnecessary scope qualifier from sal_Bool usesNoel Grandin2014-04-032-2/+2
* Explicitly mark overriding destructors as "virtual"Stephan Bergmann2014-04-011-2/+2
* Remove unused BASIC CaptureAssertions functionalityStephan Bergmann2014-03-313-129/+0
* MSVC helpfully provides warning C4310: cast truncates constant valueMichael Stahl2014-03-301-1/+1
* deploy some asserts to detect truncated STREAM_SEEK_TO_ENDMichael Stahl2014-03-301-0/+2
* error: no matching function for call to..Matúš Kukan2014-03-291-2/+2
* basic: for PutData()/GetData() actually 32bits should be enoughMichael Stahl2014-03-291-10/+10
* fdo#75280 Started cleaning up of sal_uIntPtr usage.Valentin Kettner2014-03-284-28/+28
* Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann2014-03-272-11/+11
* basic: sal_Bool->boolNoel Grandin2014-03-274-7/+7
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-261-2/+2
* osl_setDetailedDebugMessageFunc is effectively doing nothingStephan Bergmann2014-03-251-5/+0
* Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe2014-03-253-17/+14
* basic: prefer passing OUString and OString by referenceNoel Grandin2014-03-131-1/+1
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-262-4/+4
* Remove visual noise from basicAlexander Wilms2014-02-252-8/+8
* basic: remove use of sal_uIntptr in favor of more appropriate typeNorbert Thiebaud2014-02-252-21/+21
* Remove unneccessary commentsAlexander Wilms2014-02-232-5/+5
* Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert2014-02-203-0/+3
* convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin2014-02-122-9/+9
* Related: #i123862# use O*String's isEmpty() method...Herbert Dürr2014-02-041-1/+1
* some more continuous correctionsThomas Arnhold2014-02-031-1/+1
* bool improvementsStephan Bergmann2014-01-282-3/+3
* coverity#707652 Uninitialized scalar fieldCaolán McNamara2014-01-271-13/+18
* coverity#707651 Uninitialized scalar fieldCaolán McNamara2014-01-271-1/+7
* convert more SvStream::operator<< callsNoel Grandin2014-01-221-1/+1
* Resolves: fdo#73771 Non-standard behaviour for Function MidJulien Nabet2014-01-211-1/+2
* fdo#73698 check for empty aOutAndras Timar2014-01-171-1/+1
* Environment variables can contain >127 charactersAndras Timar2014-01-161-1/+1
* convert SvStream::operator<< overloads to more explicit methodsNoel Grandin2014-01-161-1/+1
* bool improvementsStephan Bergmann2014-01-142-5/+5
* re-write SvStream operator<< to non-overloaded methodsNoel Grandin2014-01-102-14/+14
* sbstdobj.hxx is private to basicTor Lillqvist2013-12-113-3/+3
* sbobjmod.hxx is private to basicTor Lillqvist2013-12-112-2/+2
* Resolves: #i74854# fix buttons in MsgBox with info iconHerbert Dürr2013-12-021-1/+1
* SAL_WARN_UNUSED com::sun::star::uno::AnyStephan Bergmann2013-11-141-1/+0
* basic: include <> for external includesNorbert Thiebaud2013-11-118-31/+31
* remove unnecessary use of OUString constructor in BASIC moduleNoel Grandin2013-11-112-15/+15
* Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin2013-10-311-1/+1
* fixincludeguards.sh: basicThomas Arnhold2013-10-283-7/+7