summaryrefslogtreecommitdiff
path: root/basic/source/classes
AgeCommit message (Expand)AuthorFilesLines
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-10/+10
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
2014-03-10basic: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann1-3/+1
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 Bergmann6-116/+116
2014-02-25Remove visual noise from basicAlexander Wilms5-26/+26
2014-02-25basic: remove use of sal_uIntptr in favor of more appropriate typeNorbert Thiebaud1-5/+5
2014-02-23Remove unneccessary commentsAlexander Wilms3-21/+21
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+1
2014-02-20svl: sal_Bool -> boolStephan Bergmann3-7/+7
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin3-10/+10
2014-02-07Simplify access to theCoreReflection singletonStephan Bergmann1-22/+3
2014-02-06typo fixes in commentsAndras Timar1-1/+1
2014-01-24coverity#736909 Allocation too small for typeCaolán McNamara1-1/+1
2014-01-24coverity#736908 Allocation too small for typeCaolán McNamara1-1/+1
2014-01-19how should I fix this memory leak??Markus Mohrhard1-1/+0
2014-01-19CID#706118: possibly invalid castMarkus Mohrhard1-1/+3
2014-01-10re-write SvStream operator<< to non-overloaded methodsNoel Grandin3-21/+21
2013-12-12Do not use C++-UNO internal static_type functions in client codeStephan Bergmann1-1/+1
2013-12-11sbobjmod.hxx is private to basicTor Lillqvist2-2/+2
2013-12-11basic/global.hxx is private to basicTor Lillqvist1-1/+2
2013-12-08Drop duplicate #includeTakeshi Abe1-2/+0
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin1-2/+2
2013-11-11basic: include <> for external includesNorbert Thiebaud3-3/+3
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin1-1/+1
2013-11-11remove unnecessary use of OUString constructor in BASIC moduleNoel Grandin1-1/+1
2013-11-01add limits.h for rhel-6 buildCaolán McNamara1-1/+2
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist2-2/+2
2013-10-12We already have SAL_CALL that means __cdecl on WindowsTor Lillqvist1-8/+1
2013-10-12Bin two unused functionsTor Lillqvist1-10/+0
2013-10-07CID#738564 uninitialized memberCaolán McNamara1-0/+1