summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Expand)AuthorFilesLines
2012-01-06fdo#44172: Basic function VAL produces bad resultAugust Sodora1-1/+1
2011-12-07in modules, when we have a env we are in stage gbuildBjoern Michaelsen1-0/+1
2011-12-07Remove testtoolAugust Sodora42-12134/+0
2011-12-05Added some tests for basic/scannerAugust Sodora1-12/+101
2011-12-05Use sal_Int32 in all these placesAugust Sodora2-22/+22
2011-12-05Prevent the testtool from buildingAugust Sodora3-112/+0
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-29move reconfigure into gbuildBjoern Michaelsen1-1/+1
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-27remove precompiled_xxx.hxx/cxxNorbert Thiebaud2-314/+0
2011-11-27remove pch from the include listNorbert Thiebaud3-3/+0
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