summaryrefslogtreecommitdiffstats
path: root/basic
Commit message (Expand)AuthorAgeFilesLines
* callcatcher: some unused methodsCaolán McNamara2011-11-292-8/+0
* removed dead codeTakeshi Abe2011-11-294-20/+0
* Remove uses of OUString::setCharAtAugust Sodora2011-11-281-5/+5
* ByteString->rtl::OUStringToOStringCaolán McNamara2011-11-2816-94/+96
* remove precompiled_xxx.hxx/cxxNorbert Thiebaud2011-11-272-314/+0
* remove pch from the include listNorbert Thiebaud2011-11-273-3/+0
* rmove include of pch header in basicNorbert Thiebaud2011-11-2793-179/+0
* remove pre-compiled header support in gbuild and gbuildified moduleNorbert Thiebaud2011-11-273-6/+0
* Expend abbreviation of min/max, too close to last full stopLior Kaplan2011-11-261-2/+2
* sal_Bool->boolAugust Sodora2011-11-261-27/+27
* Change boost::ptr_vector to std::vectorAugust Sodora2011-11-262-4/+2
* Fixed spelling: Spechial -> Specialmikew2011-11-253-17/+17
* Some German to English comment translations.mikew2011-11-255-6/+6
* make gbuild makefiles run independant of pwd againBjoern Michaelsen2011-11-251-3/+3
* gsl_getSystemTextEncoding -> osl_getThreadTextEncodingDavid Tardon2011-11-259-25/+25
* Changed sal/log.h -> sal/log.hxx, drop _S from C++ streaming log macros.Stephan Bergmann2011-11-233-14/+14
* catch by const referenceTakeshi Abe2011-11-234-13/+12
* Remove no longer necessary "(void) x; // avoid warnings".Stephan Bergmann2011-11-221-2/+0
* New sal/log.h obsoletes osl/diagnose.h and tools/debug.hxx.Stephan Bergmann2011-11-224-128/+125
* Convert to boost::ptr_vectorAugust Sodora2011-11-202-25/+21
* Remove unnecessary includesAugust Sodora2011-11-201-12/+3
* Remove unnecessary includesAugust Sodora2011-11-201-2/+1
* Refactor BasicCharClass out from scanner and make it a singletonAugust Sodora2011-11-202-0/+190
* Refactor BasicCharClass out from scanner and make it a singletonAugust Sodora2011-11-204-142/+13
* Added regression test for scannerAugust Sodora2011-11-201-1/+30
* remove [Byte]String::EraseAllCharsCaolán McNamara2011-11-193-8/+25
* add narrow (one letter) month namesEike Rathke2011-11-191-16/+16
* Fix scanning bugAugust Sodora2011-11-181-1/+1
* Remove uses of pLine in scannerAugust Sodora2011-11-181-10/+6
* Refactoring in scannerAugust Sodora2011-11-182-20/+25
* sal_Bool to boolAugust Sodora2011-11-182-43/+44
* Cleanup GetSuffixType in basic scannerAugust Sodora2011-11-182-7/+65
* Removed unused headersAugust Sodora2011-11-171-12/+1
* tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud2011-11-161-4/+4
* Put back a method needed by Windows and reformat a bitFridrich Štrba2011-11-152-7/+8
* FDO#39446 [EasyHack] Bloat Removal. Removing uncallable code with callcatcherJulien Chaffraix2011-11-158-227/+0
* Stop exporting headers that no one uses outside of basicJoseph Powers2011-11-071-5/+0
* StaticIsEnabledBroadcasting can only be trueCaolán McNamara2011-11-064-12/+3
* callcatcher: update and remove some more unused methodsCaolán McNamara2011-11-062-8/+0
* cppcheck: avoid possible null pointer dereferencesIvan Timofeev2011-11-041-1/+7
* these are files--no trailing /David Tardon2011-10-271-6/+6
* Fix for fdo41997 continuation of VCL cleanupOlivier Hallot2011-10-251-1/+1
* remove erroneous sfx dependency (thank you Stefan)Michael Meeks2011-10-211-1/+0
* A small cleanup after the String -> OUString conversion.Jan Holesovsky2011-10-211-20/+12
* Fix Windows build (missing oleout32 library).Jan Holesovsky2011-10-211-0/+6
* Added Frac function to calc formulas and BASIC standard libraryAugust Sodora2011-10-213-0/+23
* misc trivial tweaks, and documentation additionMichael Meeks2011-10-214-23/+15
* String->OUString, with accompanying testsAugust Sodora2011-10-219-34/+666
* Second attempt at (cross-platform) OSL_FORMAT.Stephan Bergmann2011-10-082-56/+66
* Revert "Introduced OSL_FORMAT, adpated some places to it."Tor Lillqvist2011-10-082-66/+56