summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Collapse)AuthorFilesLines
2012-01-20restore special DATE handling code for SbxValue::Compute fdo#44385Noel Power1-10/+5
restore code that seemed to be erroneously moved as part of the currency enhancement feature Signed-off-by: Michael Stahl <mstahl@redhat.com>
2012-01-06fdo#44172: Basic function VAL produces bad resultAugust Sodora1-1/+1
Signed-off-by: David Tardon <dtardon@redhat.com>
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
A compile time check ensures the common case of streaming just a plain C-style string literal still produces reasonably compact call-site code. The format-string variants are still available in sal/detail/log.h, but only to be used in obsolete osl/diagnose.h etc., and going to be removed again eventually.
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
* New SAL_INFO..., SAL_WARN... macros. * New SAL_STREAM supersedes OSL_FORMAT. * oustringostreaminserter.hxx moved from unotest to rtl (and always UTF-8 now). * TODO to enable GCC __attribute__((format)) in sal/log.h (requires call-site cleanup). * Further functionality in tools/debug.hxx (DBG_MEMTEST, DBG_CTOR, etc.) not yet addressed. * Some replacements tools String -> rtl::OUString.
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
While introducing Calendar2 and the XCalendar3 interface anyway, as well the "one letter" narrow month names sometimes needed in calendaring can be added. These are not always the first capitalized letters of the months in all locales, and might even not necessarily be just one character. Introduces a new struct css::i18n::Calendar2 that is not derived from css::i18n::Calendar because it uses a new struct css::i18n::CalendarItem2 to hold the NarrowName elements. In locale data the elements DaysOfMonth, MonthsOfYear and GenitiveMonths now have an optional element DefaultNarrowName. If not specified, the first character of DefaultFullName is taken. LocaleDataWrapper and CalendarWrapper use and return the new Calendar2 and sequences of CalendarItem2 structs. Application code adapted. The number formatter now displays narrow month names (genitive if applicable) for the MMMMM code, previously it displayed the first 16 bit code point of the full name (not even utf-16 aware). Narrow day names currently are not used, except in svtools' Calendar control.
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
This allow to run make in a module wihtout the need to source Env.Host.sh.
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
Removed most unused symbols in basic/. The remaining symbols (SdxDecimal) are Windows specific and thus should be double-checked on a Windows machine prior to removal.
2011-11-07Stop exporting headers that no one uses outside of basicJoseph Powers1-5/+0