summaryrefslogtreecommitdiffstats
path: root/basic
Commit message (Expand)AuthorAgeFilesLines
* fixincludeguards.sh: basicThomas Arnhold2014-04-192-4/+4
* remove executable bitAndras Timar2014-04-172-0/+0
* whitespace for include statementsThomas Arnhold2014-04-151-10/+10
* typo: beause -> becauseThomas Arnhold2014-04-141-1/+1
* typo: paramter -> parameterThomas Arnhold2014-04-141-1/+1
* typo: implicitely -> implicitlyThomas Arnhold2014-04-141-1/+1
* remove _old_format_code_Thomas Arnhold2014-04-141-91/+0
* Clean up function declarations and some unused functionsStephan Bergmann2014-04-0919-47/+98
* basic: sal_Bool->boolNoel Grandin2014-04-0727-328/+329
* Replace SV_DECL/IMPL_REF macros with SvRef templateStephan Bergmann2014-04-073-7/+7
* StarBASIC::ErrorHdl sal_Bool->boolNoel Grandin2014-04-041-3/+2
* SbxObject::Call sal_Bool->boolNoel Grandin2014-04-042-5/+5
* SbxObject::isClass sal_Bool->boolNoel Grandin2014-04-043-6/+6
* coverity#706238 Uncaught exceptionCaolán McNamara2014-04-042-2/+4
* remove unnecessary scope qualifier from sal_Bool usesNoel Grandin2014-04-035-12/+12
* Explicitly mark overriding destructors as "virtual"Stephan Bergmann2014-04-0110-15/+15
* Remove unused BASIC CaptureAssertions functionalityStephan Bergmann2014-03-316-164/+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-2812-51/+42
* Remove remaining DBG_CTOR etc. remnants from basicStephan Bergmann2014-03-284-87/+0
* Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann2014-03-2715-168/+168
* basic: sal_Bool->boolNoel Grandin2014-03-273-71/+71
* basic: sal_Bool->boolNoel Grandin2014-03-2719-292/+301
* basic: sal_Bool->boolNoel Grandin2014-03-274-86/+86
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-267-148/+148
* Split TYPEINFO into plain and TYPEINFO_OVERRIDEStephan Bergmann2014-03-266-20/+20
* osl_setDetailedDebugMessageFunc is effectively doing nothingStephan Bergmann2014-03-251-5/+0
* These DbgOutf calls do not seem worth keepingStephan Bergmann2014-03-251-25/+0
* Adapt to sal/log.hxxStephan Bergmann2014-03-251-31/+34
* Adapt to sal/log.hxxStephan Bergmann2014-03-251-10/+4
* Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe2014-03-254-21/+17
* convert OUString::match to OUString::endsWithNoel Grandin2014-03-191-1/+1
* basic: prefer passing OUString and OString by referenceNoel Grandin2014-03-137-24/+25
* basic: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann2014-03-102-16/+2
* Introduce com.sun.star.beans.theIntrospection singletonStephan Bergmann2014-03-071-2/+2
* remove unused code in basic/CodeCompleteDataCacheNoel Grandin2014-02-281-15/+0
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-2617-384/+384
* Remove visual noise from basicAlexander Wilms2014-02-2529-138/+138
* basic: remove use of sal_uIntptr in favor of more appropriate typeNorbert Thiebaud2014-02-257-39/+39
* Remove some temporaries around calls to SvNumberFormatter methodsMatteo Casalin2014-02-242-5/+2
* Remove unneccessary commentsAlexander Wilms2014-02-2310-68/+60
* Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert2014-02-208-0/+9
* svl: sal_Bool -> boolStephan Bergmann2014-02-205-16/+16
* more SvStream:operator>> conversionNoel Grandin2014-02-125-14/+14
* convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin2014-02-1212-69/+69
* fix crash when importing unsupported macro content, related fdo#59374Markus Mohrhard2014-02-121-0/+6
* Simplify access to theCoreReflection singletonStephan Bergmann2014-02-072-36/+6