summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Expand)AuthorFilesLines
2011-11-27rmove include of pch header in basicNorbert Thiebaud93-179/+0
2011-11-27remove pre-compiled header support in gbuild and gbuildified moduleNorbert Thiebaud3-6/+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 -> Specialmikew3-17/+17
2011-11-25Some German to English comment translations.mikew5-6/+6
2011-11-25make gbuild makefiles run independant of pwd againBjoern Michaelsen1-3/+3
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 Bergmann4-128/+125
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 Sodora4-142/+13
2011-11-20Added regression test for scannerAugust Sodora1-1/+30
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 Sodora2-7/+65
2011-11-17Removed unused headersAugust Sodora1-12/+1
2011-11-16tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud1-4/+4
2011-11-15Put back a method needed by Windows and reformat a bitFridrich Štrba2-7/+8
2011-11-15FDO#39446 [EasyHack] Bloat Removal. Removing uncallable code with callcatcherJulien Chaffraix8-227/+0
2011-11-07Stop exporting headers that no one uses outside of basicJoseph Powers1-5/+0
2011-11-06StaticIsEnabledBroadcasting can only be trueCaolán McNamara4-12/+3
2011-11-06callcatcher: update and remove some more unused methodsCaolán McNamara2-8/+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-21remove erroneous sfx dependency (thank you Stefan)Michael Meeks1-1/+0
2011-10-21A small cleanup after the String -> OUString conversion.Jan Holesovsky1-20/+12
2011-10-21Fix Windows build (missing oleout32 library).Jan Holesovsky1-0/+6
2011-10-21Added Frac function to calc formulas and BASIC standard libraryAugust Sodora3-0/+23
2011-10-21misc trivial tweaks, and documentation additionMichael Meeks4-23/+15
2011-10-21String->OUString, with accompanying testsAugust Sodora9-34/+666
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
2011-10-08Introduced OSL_FORMAT, adpated some places to it.Stephan Bergmann2-56/+66
2011-10-06WaE: unreachable codeTor Lillqvist1-0/+7
2011-10-06WaE: inconsistent dll linkageTor Lillqvist1-4/+4
2011-10-06WaE: unreachable codeTor Lillqvist1-0/+9
2011-10-05simplfy dmake to gbuild bridgefileBjoern Michaelsen1-40/+1
2011-09-30callcatcher: newly unused methodsCaolán McNamara2-6/+0