Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | need extra lib | Caolán McNamara | |
2011-11-28 | ByteString->rtl::OUStringToOString | Caolán McNamara | |
2011-11-28 | ByteString::GetToken->comphelper::string::getToken | Caolán McNamara | |
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 svtools | Norbert Thiebaud | |
2011-11-27 | remove pre-compiled header support in gbuild and gbuildified module | Norbert Thiebaud | |
2011-11-26 | Remove unnecessary tools includes | August Sodora | |
2011-11-26 | Remove some uses of OUString::setCharAt | August Sodora | |
2011-11-25 | make gbuild makefiles run independant of pwd again | Bjoern Michaelsen | |
2011-11-24 | RTF import: partly fixed the WMF images scaling. | Cédric Bosdonnat | |
2011-11-23 | for mixed script mode use sample latin text | Caolán McNamara | |
2011-11-23 | impress212: #i81610# fixed animation export | erack | |
# User sj <sj@openoffice.org> * found as LGPLv3-only fix at svn rev 1167620 (http://svn.apache.org/viewvc?view=revision&revision=1167620) | |||
2011-11-23 | add stripStart, can replace EraseTrailingChars | Caolán McNamara | |
2011-11-23 | _SVSTDARR_ULONGS not used here | Caolán McNamara | |
2011-11-23 | add a stripStart, can replace EraseLeadingChars | Caolán McNamara | |
2011-11-22 | ByteString->rtl::OString | Caolán McNamara | |
2011-11-21 | Convert Sal to rtl::O(U)String | David Tardon | |
2011-11-19 | remove ENABLE_BYTESTRING_STREAM_OPERATORS | Caolán McNamara | |
2011-11-19 | remove [Byte]String::EraseAllChars | Caolán McNamara | |
2011-11-19 | Re-do Removed tools/dynarray.hxx , now that binfitler is ready for it | Norbert Thiebaud | |
2011-11-19 | Revert "Removed tools/dynarray.hxx", break binfilter | Norbert Thiebaud | |
This reverts commit 89a783cde071d63120bfa63768b4680dd2e58fee. | |||
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 | Removed tools/dynarray.hxx | August Sodora | |
2011-11-18 | FDO#42454 - EasyHack: remove code associated with unused icons | Julien Chaffraix | |
Removed code associated with SV_ICON_ID_PRESENTATION_TEMPLATE. Remove 3 icons associated with the id that were not used. | |||
2011-11-18 | FDO#42454 - EasyHack: remove code associated with unused icons | Julien Chaffraix | |
Removed SV_ICON_ID_MACRO and its reference in the code as it was unused. Removed 2 icons that were not referenced anymore. | |||
2011-11-18 | Follow-up on SV_ICON_ID_HTML_DOCUMENT removal. | Julien Chaffraix | |
Remove this entry now that we have removed the associated image from imagemgr.src. | |||
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 | fix build error, remove still referenced (indirectly ) images | Noel Power | |
2011-11-14 | Removed comphelper -> unotools processfactory.hxx duplication. | Stephan Bergmann | |
2011-11-14 | ReleaseConfigMgr not called by anything | Caolán McNamara | |
2011-11-14 | callcatcher: remove unused code | Caolán McNamara | |
2011-11-11 | Heavily simplified utl::ConfigManager. | Stephan Bergmann | |
2011-11-10 | ByteString->rtl::OString | Caolán McNamara | |
2011-11-10 | an indexOfL would be useful | Caolán McNamara | |
2011-11-09 | removed unused macros/constants | Takeshi Abe | |
2011-11-09 | removed isolated file | Takeshi Abe | |
This follows ca402fa0dae85f7f289398af34aa43cf06d14e87. | |||
2011-11-08 | callcatcher: some unused methods | Caolán McNamara | |
2011-11-07 | ByteString->rtl::OString | Caolán McNamara | |
2011-11-07 | this just takes a const char* | Caolán McNamara | |
2011-11-07 | this just take a const char* | Caolán McNamara | |
2011-11-07 | unused sData | Caolán McNamara | |
2011-11-07 | callcatcher: update list | Caolán McNamara | |
2011-11-05 | Drop unnecessary inclusions of <sal/main.h> | Tor Lillqvist | |
2011-11-01 | eliminate SvUShorts type | Daniel Di Marco | |
2011-11-01 | remove superfluous casts | David Tardon | |
2011-11-01 | let PgUp/Down go to the first/last line | David Tardon | |