summaryrefslogtreecommitdiff
path: root/basic/source/classes
AgeCommit message (Expand)AuthorFilesLines
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin3-7/+7
2014-08-26convert SBX flag bits to type-safe enumNoel Grandin4-15/+15
2014-08-18drop unnecessary shl.hxx includesCaolán McNamara1-1/+0
2014-08-17coverity#1231668 Unchecked return valueCaolán McNamara1-2/+2
2014-07-17Renamed brdcst.[hc]xx to SfxBroadcaster.[hc]xxTobias Lippert1-1/+1
2014-07-16Avoid possible memory leaks in case of exceptionsTakeshi Abe2-10/+12
2014-07-11new loplugin: externalandnotdefinedNoel Grandin2-22/+18
2014-07-01coverity#735397 dead codeNorbert Thiebaud1-5/+1
2014-06-26clang: Returning null referenceCaolán McNamara1-3/+5
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin2-12/+0
2014-06-13loplugin:staticcallStephan Bergmann1-1/+1
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-4/+0
2014-06-04WaE: warning C4101: 'ex' : unreferenced local variableThomas Arnhold1-1/+1
2014-06-02basic: typoThomas Arnhold1-1/+1
2014-06-02Fix memory leak for BASIC sub (as well as void function)Stephan Bergmann1-2/+8
2014-05-29Detach all DocBasicItem objects upon process termination.Kohei Yoshida1-1/+15
2014-05-29Avoid static local of a singleton. This crashed writer unit tests.Kohei Yoshida2-8/+22
2014-05-29Avoid possible memory leaks in case of exceptionsTakeshi Abe2-10/+7
2014-05-28coverity#706235 Uncaught exceptionCaolán McNamara1-2/+3
2014-05-28coverity#706234 Uncaught exceptionCaolán McNamara1-2/+3
2014-05-28coverity#706232 Uncaught exceptionCaolán McNamara1-2/+4
2014-05-28coverity#706231 Uncaught exceptionCaolán McNamara1-1/+1
2014-05-28Fix memory leakStephan Bergmann1-28/+16
2014-05-28Fix memory leak (missing typelib_TypeDescription_release)Stephan Bergmann1-12/+1
2014-05-27OSL_TRACE -> SAL_INFOThomas Arnhold1-12/+6
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin2-5/+3
2014-05-23add default value for Context param in uno::Exception constructorsNoel Grandin1-1/+1
2014-05-22Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet1-6/+6
2014-05-15Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part13Julien Nabet1-24/+24
2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8Julien Nabet1-16/+16
2014-05-08various: sal_Bool->boolNoel Grandin1-2/+2
2014-05-06dflt -> defaultThomas Arnhold1-1/+1
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin1-1/+1
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni1-1/+1
2014-04-15whitespace for include statementsThomas Arnhold1-9/+9
2014-04-14typo: paramter -> parameterThomas Arnhold1-1/+1
2014-04-14typo: implicitely -> implicitlyThomas Arnhold1-1/+1
2014-04-09Clean up function declarations and some unused functionsStephan Bergmann5-21/+8
2014-04-07basic: sal_Bool->boolNoel Grandin5-24/+25
2014-04-04StarBASIC::ErrorHdl sal_Bool->boolNoel Grandin1-3/+2
2014-04-04SbxObject::Call sal_Bool->boolNoel Grandin1-2/+2
2014-04-04SbxObject::isClass sal_Bool->boolNoel Grandin1-3/+3
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin1-4/+4
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann2-3/+3
2014-03-31Remove unused BASIC CaptureAssertions functionalityStephan Bergmann1-5/+0
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann5-67/+67
2014-03-27basic: sal_Bool->boolNoel Grandin1-2/+2
2014-03-27basic: sal_Bool->boolNoel Grandin3-82/+82
2014-03-19convert OUString::match to OUString::endsWithNoel Grandin1-1/+1
2014-03-13basic: prefer passing OUString and OString by referenceNoel Grandin2-2/+2