Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-01 | get rid of class Date and Time default ctor with system time penalty | Eike Rathke | |
2011-12-01 | Remove uses of charAt | August Sodora | |
2011-11-30 | no need to check for Gregorian cut-off date here | Eike Rathke | |
2011-11-30 | renamed Date::IsValid() to IsValidAndGregorian() to prevent misassumptions | Eike Rathke | |
Once smaller than 1582-10-15 decrementing a Date will not produce a valid date. | |||
2011-11-29 | move reconfigure into gbuild | Bjoern Michaelsen | |
2011-11-28 | svl: remove unnecessary libs from cppunittest | Michael Stahl | |
2011-11-28 | Cleaned up utl::UCBContentHelper. | Stephan Bergmann | |
2011-11-27 | remove precompiled_xxx.hxx/cxx | Norbert Thiebaud | |
2011-11-27 | remove pch from the include list | Norbert Thiebaud | |
2011-11-27 | remove include of pch header from svl | Norbert Thiebaud | |
2011-11-27 | remove pre-compiled header support in gbuild and gbuildified module | Norbert Thiebaud | |
2011-11-27 | add missing licence headers | Markus Mohrhard | |
2011-11-27 | String->OUString | August Sodora | |
2011-11-26 | Remove unnecessary includes | August Sodora | |
2011-11-26 | Cosmetic | August Sodora | |
2011-11-26 | Remove unnecessary casts | August Sodora | |
2011-11-26 | String->OUString | August Sodora | |
2011-11-26 | Added test to lngmisc | August Sodora | |
2011-11-26 | Simplification and accompanying tests | August Sodora | |
2011-11-26 | Remove unused parameter | August Sodora | |
2011-11-26 | Avoid use of the preprocessor | August Sodora | |
2011-11-26 | Remove unnecessary includes and cosmetics | August Sodora | |
2011-11-26 | Simplification in lngmisc with accompanying tests | August Sodora | |
2011-11-26 | sal_Bool->bool | August Sodora | |
2011-11-26 | Mark as private | August Sodora | |
2011-11-26 | Remove newly unused code | August Sodora | |
2011-11-26 | Added test for linguistic::RemoveHyphen and some simplification | August Sodora | |
2011-11-26 | C-style cast -> C++-style cast | August Sodora | |
2011-11-26 | Remove unnecessary includes | August Sodora | |
2011-11-25 | make gbuild makefiles run independant of pwd again | Bjoern Michaelsen | |
2011-11-23 | remove various EraseLeadingAndTrailingChars | Caolán McNamara | |
2011-11-23 | Changed sal/log.h -> sal/log.hxx, drop _S from C++ streaming log macros. | Stephan Bergmann | |
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-23 | use cased month names only if no hard coded literal string follows | Eike Rathke | |
2011-11-22 | scan genitive and partitive month names only if they differ | Eike Rathke | |
2011-11-22 | added partitive case month names | Eike Rathke | |
* Locale data: * nominative (nouns) month names always given in <MonthsOfYear> element * optional genitive case month names in <GenitiveMonths> element, following the <MonthsOfYear> element; if not given take nominative names * optional partitive case month names in <PartitiveMonths> element, following the <GenitiveMonths> element, or following the <MonthsOfYear> element if the <GenitiveMonths> element is not present; if not given take genitive case names, or nominative if genitive names aren't defined * currently known partitive case matters in Finnish locales * Rules for use of nominative / genitive / partitive case month names in number formatter: * no day of month (D or DD) present in format code => MMM or MMMM display nominative month name (noun) * day of month (D or DD) after MMM or MMMM => genitive name * no genitive names defined => nominative names * day of month (D or DD) before MMM or MMMM => partitive name * no partitive names defined => genitive names * no genitive names defined => nominative names | |||
2011-11-22 | New sal/log.h obsoletes osl/diagnose.h and tools/debug.hxx. | Stephan Bergmann | |
* 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-19 | remove [Byte]String::EraseAllChars | Caolán McNamara | |
2011-11-19 | add narrow (one letter) month names | Eike Rathke | |
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-19 | use possessive genitive case month names in number formatter | Eike Rathke | |
* Switching between noun and genitive case month names is very simply done: * If the format contains a day of month (D or DD) code, genitive case is used. * If there is no day of month, the month noun is used. For example for a standalone MMMM code or a combined MMMM-YYYY code. * For input both, noun and genitive case, forms are recognized. | |||
2011-11-19 | use new possessive genitive case month names locale data API | Eike Rathke | |
2011-11-17 | add a StringUtils-alike remove (can replace EraseAllChars) | Caolán McNamara | |
2011-11-16 | tweak gbuild standart Makefile to allow partial build in unsourced env | Norbert Thiebaud | |
This allow to run make in a module wihtout the need to source Env.Host.sh. | |||
2011-11-14 | Removed comphelper -> unotools processfactory.hxx duplication. | Stephan Bergmann | |
2011-11-14 | can ditch the ByteStringPtr typedef now | Caolán McNamara | |
2011-11-11 | Heavily simplified utl::ConfigManager. | Stephan Bergmann | |
2011-11-11 | Removed several String <-> OUString conversion in fsstor. | Julien Chaffraix | |
2011-11-10 | change the code a bit to make it a bit more clear | Markus Mohrhard | |
this should do nearly the same as the old code | |||
2011-11-09 | Removed SvStringsSortDtor | Daisuke Nishino | |
2011-11-08 | fdo#37925: don't show -0 as number in a cell | Markus Mohrhard | |
2011-11-07 | don't need typename outside a template | Caolán McNamara | |