Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Removing the empty pch file from dtrans | Joseph Powers | |
2011-11-20 | I forgot to remove directory pch from the include path. | Joseph Powers | |
2011-11-20 | Remove pch from drawinglayer | Joseph Powers | |
The .hxx is empty so we gain nothing. | |||
2011-11-20 | Remove some unused headers from desktop | Joseph Powers | |
2011-11-20 | fdo#36555: pImplementationName is not a compile-time constant | Lionel Elie Mamane | |
2011-11-20 | Use proper command line parsing for the lo-main-cmdline extra string | Tor Lillqvist | |
2011-11-20 | Unix style command line parser | Tor Lillqvist | |
2011-11-20 | Inline ScQueryEntry::Item::Item() to fix Windows build. | Jan Holesovsky | |
2011-11-20 | Remove some unused methods | Thomas Arnhold | |
2011-11-20 | Review comment translations by Luc Castermans <luc.castermans@gmail.com> | Lionel Elie Mamane | |
2011-11-20 | translated German comments to English | Luc Castermans | |
2011-11-20 | Added regression test for scanner | August Sodora | |
2011-11-20 | hopefully gb_Executable_EXT_for_build does it | Eike Rathke | |
2011-11-20 | change OUTDIR to OUTDIR_FOR_BUILD for cross-compilation | Eike Rathke | |
2011-11-19 | change URL pointing to openoffice.org domain - fdo#39734 | Andras Timar | |
2011-11-19 | ByteString->rtl::OString | Caolán McNamara | |
2011-11-19 | clocaledata is a char array, so can use RTL_CONSTASCII_foo | Caolán McNamara | |
2011-11-19 | ByteString->rtl::OString[Buffer] | Caolán McNamara | |
2011-11-19 | remove ENABLE_BYTESTRING_STREAM_OPERATORS | Caolán McNamara | |
2011-11-19 | implEnsureURLExtension just returns the first argument, remove it | Caolán McNamara | |
2011-11-19 | remove [Byte]String::EraseAllChars | Caolán McNamara | |
2011-11-19 | sTmpLine is never used, so else if statement is effectively null | Caolán McNamara | |
2011-11-19 | this aWord is never used | Caolán McNamara | |
2011-11-19 | only used with higher debug level | Caolán McNamara | |
2011-11-19 | make workben example build again | Caolán McNamara | |
2011-11-19 | callcatcher: remove some unused code | Caolán McNamara | |
2011-11-19 | Fix --with-max-jobs description | François Tigeot | |
2011-11-19 | Remove obsolete parameter --disable-nss-module | François Tigeot | |
2011-11-19 | Do not use mozilla headers | François Tigeot | |
The configure script checks for them by default now. Disable this nonsense. | |||
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-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-19 | implement possessive genitive case month names locale data API | Eike Rathke | |
2011-11-19 | let's have some sensible indentation | Eike Rathke | |
2011-11-19 | squeeze some duplicated code | Eike Rathke | |
2011-11-19 | implement possessive genitive case month names locale data | Eike Rathke | |
New optional element GenitiveMonths within the Calendar element, after MonthsOfYear. If not specified, the MonthsOfYear elements are taken. | |||
2011-11-19 | generated locale data .cxx depends on saxparser generator | Eike Rathke | |
2011-11-19 | add possessive genitive case month names to i18n locale data API | Eike Rathke | |
2011-11-19 | optionally include outpaths | Eike Rathke | |
Only when given --with-outpath the IDs include projects/$INPATH/inc (also solver/$INPATH/inc) | |||
2011-11-19 | adapt doctype url to reality | Eike Rathke | |
2011-11-19 | adapt DTD doc URL to reality | Eike Rathke | |
2011-11-19 | RTFSdrImport: unneeded include | Miklos Vajna | |
2011-11-19 | Removing unreachable code. | Muthu Subramanian | |
pUndoSet is set to NULL at the beginning of the method. | |||
2011-11-18 | Removed tools/dynarray.hxx | August Sodora | |
2011-11-18 | Fix scanning bug | August Sodora | |
2011-11-18 | Remove uses of pLine in scanner | August Sodora | |