summaryrefslogtreecommitdiff
path: root/basic/source/classes
AgeCommit message (Expand)Author
2014-06-02basic: typoThomas Arnhold
2014-06-02Fix memory leak for BASIC sub (as well as void function)Stephan Bergmann
2014-05-29Detach all DocBasicItem objects upon process termination.Kohei Yoshida
2014-05-29Avoid static local of a singleton. This crashed writer unit tests.Kohei Yoshida
2014-05-29Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-05-28coverity#706235 Uncaught exceptionCaolán McNamara
2014-05-28coverity#706234 Uncaught exceptionCaolán McNamara
2014-05-28coverity#706232 Uncaught exceptionCaolán McNamara
2014-05-28coverity#706231 Uncaught exceptionCaolán McNamara
2014-05-28Fix memory leakStephan Bergmann
2014-05-28Fix memory leak (missing typelib_TypeDescription_release)Stephan Bergmann
2014-05-27OSL_TRACE -> SAL_INFOThomas Arnhold
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin
2014-05-23add default value for Context param in uno::Exception constructorsNoel Grandin
2014-05-22Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet
2014-05-15Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part13Julien Nabet
2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8Julien Nabet
2014-05-08various: sal_Bool->boolNoel Grandin
2014-05-06dflt -> defaultThomas Arnhold
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni
2014-04-15whitespace for include statementsThomas Arnhold
2014-04-14typo: paramter -> parameterThomas Arnhold
2014-04-14typo: implicitely -> implicitlyThomas Arnhold
2014-04-09Clean up function declarations and some unused functionsStephan Bergmann
2014-04-07basic: sal_Bool->boolNoel Grandin
2014-04-04StarBASIC::ErrorHdl sal_Bool->boolNoel Grandin
2014-04-04SbxObject::Call sal_Bool->boolNoel Grandin
2014-04-04SbxObject::isClass sal_Bool->boolNoel Grandin
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-31Remove unused BASIC CaptureAssertions functionalityStephan Bergmann
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-27basic: sal_Bool->boolNoel Grandin
2014-03-27basic: sal_Bool->boolNoel Grandin
2014-03-19convert OUString::match to OUString::endsWithNoel Grandin
2014-03-13basic: prefer passing OUString and OString by referenceNoel Grandin
2014-03-10basic: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann
2014-03-07Introduce com.sun.star.beans.theIntrospection singletonStephan Bergmann
2014-02-28remove unused code in basic/CodeCompleteDataCacheNoel Grandin
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-25Remove visual noise from basicAlexander Wilms
2014-02-25basic: remove use of sal_uIntptr in favor of more appropriate typeNorbert Thiebaud
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
2014-02-20svl: sal_Bool -> boolStephan Bergmann
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin
2014-02-07Simplify access to theCoreReflection singletonStephan Bergmann
2014-02-06typo fixes in commentsAndras Timar
2014-01-24coverity#736909 Allocation too small for typeCaolán McNamara