summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Expand)AuthorFilesLines
2014-04-07Replace SV_DECL/IMPL_REF macros with SvRef templateStephan Bergmann3-7/+7
2014-04-04StarBASIC::ErrorHdl sal_Bool->boolNoel Grandin1-3/+2
2014-04-04SbxObject::Call sal_Bool->boolNoel Grandin2-5/+5
2014-04-04SbxObject::isClass sal_Bool->boolNoel Grandin3-6/+6
2014-04-04coverity#706238 Uncaught exceptionCaolán McNamara2-2/+4
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin5-12/+12
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann10-15/+15
2014-03-31Remove unused BASIC CaptureAssertions functionalityStephan Bergmann6-164/+0
2014-03-30MSVC helpfully provides warning C4310: cast truncates constant valueMichael Stahl1-1/+1
2014-03-30deploy some asserts to detect truncated STREAM_SEEK_TO_ENDMichael Stahl1-0/+2
2014-03-29error: no matching function for call to..Matúš Kukan1-2/+2
2014-03-29basic: for PutData()/GetData() actually 32bits should be enoughMichael Stahl1-10/+10
2014-03-28fdo#75280 Started cleaning up of sal_uIntPtr usage.Valentin Kettner12-51/+42
2014-03-28Remove remaining DBG_CTOR etc. remnants from basicStephan Bergmann4-87/+0
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann15-168/+168
2014-03-27basic: sal_Bool->boolNoel Grandin3-71/+71
2014-03-27basic: sal_Bool->boolNoel Grandin19-292/+301
2014-03-27basic: sal_Bool->boolNoel Grandin4-86/+86
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann7-148/+148
2014-03-26Split TYPEINFO into plain and TYPEINFO_OVERRIDEStephan Bergmann6-20/+20
2014-03-25osl_setDetailedDebugMessageFunc is effectively doing nothingStephan Bergmann1-5/+0
2014-03-25These DbgOutf calls do not seem worth keepingStephan Bergmann1-25/+0
2014-03-25Adapt to sal/log.hxxStephan Bergmann1-31/+34
2014-03-25Adapt to sal/log.hxxStephan Bergmann1-10/+4
2014-03-25Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe4-21/+17
2014-03-19convert OUString::match to OUString::endsWithNoel Grandin1-1/+1
2014-03-13basic: prefer passing OUString and OString by referenceNoel Grandin7-24/+25
2014-03-10basic: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann2-16/+2
2014-03-07Introduce com.sun.star.beans.theIntrospection singletonStephan Bergmann1-2/+2
2014-02-28remove unused code in basic/CodeCompleteDataCacheNoel Grandin1-15/+0
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann17-384/+384
2014-02-25Remove visual noise from basicAlexander Wilms29-138/+138
2014-02-25basic: remove use of sal_uIntptr in favor of more appropriate typeNorbert Thiebaud7-39/+39
2014-02-24Remove some temporaries around calls to SvNumberFormatter methodsMatteo Casalin2-5/+2
2014-02-23Remove unneccessary commentsAlexander Wilms10-68/+60
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert8-0/+9
2014-02-20svl: sal_Bool -> boolStephan Bergmann5-16/+16
2014-02-12more SvStream:operator>> conversionNoel Grandin5-14/+14
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin12-69/+69
2014-02-12fix crash when importing unsupported macro content, related fdo#59374Markus Mohrhard1-0/+6
2014-02-07Simplify access to theCoreReflection singletonStephan Bergmann2-36/+6
2014-02-06typo fixes in commentsAndras Timar2-2/+2
2014-02-06Typo: applictaion -> applicationJulien Nabet1-1/+1
2014-02-05basic: _FIND_STATIC likely not an error in SbiExprNode::GenElement()Michael Stahl1-1/+1
2014-02-04Related: #i123862# use O*String's isEmpty() method...Herbert Dürr2-3/+3
2014-02-03some more continuous correctionsThomas Arnhold2-2/+2
2014-01-30fdo#63154 Removed unused solar.h ref. in basic, cui, forms and writerfilter.Alexandre Vicenzi2-3/+1
2014-01-28bool improvementsStephan Bergmann10-65/+65
2014-01-28coverity#738565 Uninitialized scalar fieldCaolán McNamara1-0/+1
2014-01-27coverity#441077 Dereference after null checkCaolán McNamara1-1/+1