summaryrefslogtreecommitdiff
path: root/basic/source
AgeCommit message (Expand)AuthorFilesLines
2012-01-20restore special DATE handling code for SbxValue::Compute fdo#44385Noel Power1-10/+5
2012-01-06fdo#44172: Basic function VAL produces bad resultAugust Sodora1-1/+1
2011-12-07Remove testtoolAugust Sodora36-11698/+0
2011-12-05Use sal_Int32 in all these placesAugust Sodora2-22/+22
2011-12-04Refactor scanAlphanumericAugust Sodora2-4/+14
2011-12-04Use appropriate datatypes here tooAugust Sodora1-3/+3
2011-12-04Use sal_uInt16 hereAugust Sodora1-2/+2
2011-12-04translated some comments from German to EnglishMike Whiteley1-3/+4
2011-12-01get rid of class Date and Time default ctor with system time penaltyEike Rathke2-9/+9
2011-11-29callcatcher: some unused methodsCaolán McNamara2-8/+0
2011-11-29removed dead codeTakeshi Abe4-20/+0
2011-11-28Remove uses of OUString::setCharAtAugust Sodora1-5/+5
2011-11-28ByteString->rtl::OUStringToOStringCaolán McNamara16-94/+96
2011-11-27rmove include of pch header in basicNorbert Thiebaud90-175/+0
2011-11-26Expend abbreviation of min/max, too close to last full stopLior Kaplan1-2/+2
2011-11-26sal_Bool->boolAugust Sodora1-27/+27
2011-11-26Change boost::ptr_vector to std::vectorAugust Sodora2-4/+2
2011-11-25Fixed spelling: Spechial -> Specialmikew2-16/+16
2011-11-25Some German to English comment translations.mikew4-5/+5
2011-11-25gsl_getSystemTextEncoding -> osl_getThreadTextEncodingDavid Tardon9-25/+25
2011-11-23Changed sal/log.h -> sal/log.hxx, drop _S from C++ streaming log macros.Stephan Bergmann3-14/+14
2011-11-23catch by const referenceTakeshi Abe4-13/+12
2011-11-22Remove no longer necessary "(void) x; // avoid warnings".Stephan Bergmann1-2/+0
2011-11-22New sal/log.h obsoletes osl/diagnose.h and tools/debug.hxx.Stephan Bergmann3-127/+123
2011-11-20Convert to boost::ptr_vectorAugust Sodora2-25/+21
2011-11-20Remove unnecessary includesAugust Sodora1-12/+3
2011-11-20Remove unnecessary includesAugust Sodora1-2/+1
2011-11-20Refactor BasicCharClass out from scanner and make it a singletonAugust Sodora2-0/+190
2011-11-20Refactor BasicCharClass out from scanner and make it a singletonAugust Sodora3-142/+12
2011-11-19remove [Byte]String::EraseAllCharsCaolán McNamara3-8/+25
2011-11-19add narrow (one letter) month namesEike Rathke1-16/+16
2011-11-18Fix scanning bugAugust Sodora1-1/+1
2011-11-18Remove uses of pLine in scannerAugust Sodora1-10/+6
2011-11-18Refactoring in scannerAugust Sodora2-20/+25
2011-11-18sal_Bool to boolAugust Sodora2-43/+44
2011-11-18Cleanup GetSuffixType in basic scannerAugust Sodora1-7/+15
2011-11-17Removed unused headersAugust Sodora1-12/+1
2011-11-15Put back a method needed by Windows and reformat a bitFridrich Štrba1-7/+7
2011-11-15FDO#39446 [EasyHack] Bloat Removal. Removing uncallable code with callcatcherJulien Chaffraix5-201/+0
2011-11-06StaticIsEnabledBroadcasting can only be trueCaolán McNamara3-10/+3
2011-11-06callcatcher: update and remove some more unused methodsCaolán McNamara1-7/+0
2011-11-04cppcheck: avoid possible null pointer dereferencesIvan Timofeev1-1/+7
2011-10-27these are files--no trailing /David Tardon1-6/+6
2011-10-25Fix for fdo41997 continuation of VCL cleanupOlivier Hallot1-1/+1
2011-10-21A small cleanup after the String -> OUString conversion.Jan Holesovsky1-20/+12
2011-10-21Added Frac function to calc formulas and BASIC standard libraryAugust Sodora3-0/+23
2011-10-21misc trivial tweaks, and documentation additionMichael Meeks2-7/+7
2011-10-21String->OUString, with accompanying testsAugust Sodora6-34/+51
2011-10-08Second attempt at (cross-platform) OSL_FORMAT.Stephan Bergmann2-56/+66
2011-10-08Revert "Introduced OSL_FORMAT, adpated some places to it."Tor Lillqvist2-66/+56