summaryrefslogtreecommitdiff
path: root/basic/source
AgeCommit message (Expand)AuthorFilesLines
2014-05-14various loplugin:passsequencebyrefNoel Grandin1-3/+3
2014-05-13i#64348 basic: fix CDec() crash if string is emptyThomas Arnhold1-1/+5
2014-05-13Revert "i#64348 basic: fix CDec() crash if string is empty"Thomas Arnhold1-7/+1
2014-05-13i#64348 basic: fix CDec() crash if string is emptyThomas Arnhold1-1/+7
2014-05-12fdo#43157 Remove OSL_POSTCOND, prefer SAL_WARN_IFMichaël Lefèvre1-2/+2
2014-05-10coverity#1213529 Uncaught exceptionCaolán McNamara1-0/+6
2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8Julien Nabet2-18/+18
2014-05-09prewin.h handles WB_LEFT and WB_RIGHT alreadyThomas Arnhold1-5/+2
2014-05-09update_pch: add a bunch of pch filesThomas Arnhold3-6/+6
2014-05-08various: sal_Bool->boolNoel Grandin1-2/+2
2014-05-06remove uncompiled source filesThomas Arnhold1-101/+0
2014-05-06dflt -> defaultThomas Arnhold2-2/+2
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin2-3/+3
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni2-2/+2
2014-04-19fixincludeguards.sh: basicThomas Arnhold2-4/+4
2014-04-17remove executable bitAndras Timar1-0/+0
2014-04-15whitespace for include statementsThomas Arnhold1-10/+10
2014-04-14typo: beause -> becauseThomas Arnhold1-1/+1
2014-04-14typo: paramter -> parameterThomas Arnhold1-1/+1
2014-04-14typo: implicitely -> implicitlyThomas Arnhold1-1/+1
2014-04-14remove _old_format_code_Thomas Arnhold1-91/+0
2014-04-09Clean up function declarations and some unused functionsStephan Bergmann18-47/+95
2014-04-07basic: sal_Bool->boolNoel Grandin25-300/+301
2014-04-07Replace SV_DECL/IMPL_REF macros with SvRef templateStephan Bergmann2-6/+6
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 Grandin2-5/+5
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 Bergmann7-10/+10
2014-03-31Remove unused BASIC CaptureAssertions functionalityStephan Bergmann5-163/+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 Bergmann13-156/+156
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 Bergmann3-13/+13
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 Grandin6-20/+21