Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-29 | move reconfigure into gbuild | Bjoern Michaelsen | |
2011-11-29 | callcatcher: some unused methods | Caolán McNamara | |
2011-11-29 | removed dead code | Takeshi Abe | |
2011-11-28 | Remove uses of OUString::setCharAt | August Sodora | |
2011-11-28 | ByteString->rtl::OUStringToOString | Caolán McNamara | |
2011-11-27 | remove precompiled_xxx.hxx/cxx | Norbert Thiebaud | |
2011-11-27 | remove pch from the include list | Norbert Thiebaud | |
2011-11-27 | rmove include of pch header in basic | Norbert Thiebaud | |
2011-11-27 | remove pre-compiled header support in gbuild and gbuildified module | Norbert Thiebaud | |
2011-11-26 | Expend abbreviation of min/max, too close to last full stop | Lior Kaplan | |
2011-11-26 | sal_Bool->bool | August Sodora | |
2011-11-26 | Change boost::ptr_vector to std::vector | August Sodora | |
2011-11-25 | Fixed spelling: Spechial -> Special | mikew | |
2011-11-25 | Some German to English comment translations. | mikew | |
2011-11-25 | make gbuild makefiles run independant of pwd again | Bjoern Michaelsen | |
2011-11-25 | gsl_getSystemTextEncoding -> osl_getThreadTextEncoding | David Tardon | |
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 | catch by const reference | Takeshi Abe | |
2011-11-22 | Remove no longer necessary "(void) x; // avoid warnings". | Stephan Bergmann | |
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-20 | Convert to boost::ptr_vector | August Sodora | |
2011-11-20 | Remove unnecessary includes | August Sodora | |
2011-11-20 | Remove unnecessary includes | August Sodora | |
2011-11-20 | Refactor BasicCharClass out from scanner and make it a singleton | August Sodora | |
2011-11-20 | Refactor BasicCharClass out from scanner and make it a singleton | August Sodora | |
2011-11-20 | Added regression test for scanner | August Sodora | |
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-18 | Fix scanning bug | August Sodora | |
2011-11-18 | Remove uses of pLine in scanner | August Sodora | |
2011-11-18 | Refactoring in scanner | August Sodora | |
2011-11-18 | sal_Bool to bool | August Sodora | |
2011-11-18 | Cleanup GetSuffixType in basic scanner | August Sodora | |
2011-11-17 | Removed unused headers | August Sodora | |
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-15 | Put back a method needed by Windows and reformat a bit | Fridrich Štrba | |
2011-11-15 | FDO#39446 [EasyHack] Bloat Removal. Removing uncallable code with callcatcher | Julien Chaffraix | |
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-07 | Stop exporting headers that no one uses outside of basic | Joseph Powers | |
2011-11-06 | StaticIsEnabledBroadcasting can only be true | Caolán McNamara | |
2011-11-06 | callcatcher: update and remove some more unused methods | Caolán McNamara | |
2011-11-04 | cppcheck: avoid possible null pointer dereferences | Ivan Timofeev | |
2011-10-27 | these are files--no trailing / | David Tardon | |
2011-10-25 | Fix for fdo41997 continuation of VCL cleanup | Olivier Hallot | |
2011-10-21 | remove erroneous sfx dependency (thank you Stefan) | Michael Meeks | |
2011-10-21 | A small cleanup after the String -> OUString conversion. | Jan Holesovsky | |
2011-10-21 | Fix Windows build (missing oleout32 library). | Jan Holesovsky | |
2011-10-21 | Added Frac function to calc formulas and BASIC standard library | August Sodora | |
2011-10-21 | misc trivial tweaks, and documentation addition | Michael Meeks | |
2011-10-21 | String->OUString, with accompanying tests | August Sodora | |
2011-10-08 | Second attempt at (cross-platform) OSL_FORMAT. | Stephan Bergmann | |