summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-11-20Refactor BasicCharClass out from scanner and make it a singletonAugust Sodora
2011-11-20Refactor BasicCharClass out from scanner and make it a singletonAugust Sodora
2011-11-20Removing the empty pch file from dtransJoseph Powers
2011-11-20I forgot to remove directory pch from the include path.Joseph Powers
2011-11-20Remove pch from drawinglayerJoseph Powers
The .hxx is empty so we gain nothing.
2011-11-20Remove some unused headers from desktopJoseph Powers
2011-11-20fdo#36555: pImplementationName is not a compile-time constantLionel Elie Mamane
2011-11-20Use proper command line parsing for the lo-main-cmdline extra stringTor Lillqvist
2011-11-20Unix style command line parserTor Lillqvist
2011-11-20Inline ScQueryEntry::Item::Item() to fix Windows build.Jan Holesovsky
2011-11-20Remove some unused methodsThomas Arnhold
2011-11-20Review comment translations by Luc Castermans <luc.castermans@gmail.com>Lionel Elie Mamane
2011-11-20translated German comments to EnglishLuc Castermans
2011-11-20Added regression test for scannerAugust Sodora
2011-11-20hopefully gb_Executable_EXT_for_build does itEike Rathke
2011-11-20change OUTDIR to OUTDIR_FOR_BUILD for cross-compilationEike Rathke
2011-11-19change URL pointing to openoffice.org domain - fdo#39734Andras Timar
2011-11-19ByteString->rtl::OStringCaolán McNamara
2011-11-19clocaledata is a char array, so can use RTL_CONSTASCII_fooCaolán McNamara
2011-11-19ByteString->rtl::OString[Buffer]Caolán McNamara
2011-11-19remove ENABLE_BYTESTRING_STREAM_OPERATORSCaolán McNamara
2011-11-19implEnsureURLExtension just returns the first argument, remove itCaolán McNamara
2011-11-19remove [Byte]String::EraseAllCharsCaolán McNamara
2011-11-19sTmpLine is never used, so else if statement is effectively nullCaolán McNamara
2011-11-19this aWord is never usedCaolán McNamara
2011-11-19only used with higher debug levelCaolán McNamara
2011-11-19make workben example build againCaolán McNamara
2011-11-19callcatcher: remove some unused codeCaolán McNamara
2011-11-19Fix --with-max-jobs descriptionFrançois Tigeot
2011-11-19Remove obsolete parameter --disable-nss-moduleFrançois Tigeot
2011-11-19Do not use mozilla headersFrançois Tigeot
The configure script checks for them by default now. Disable this nonsense.
2011-11-19Re-do Removed tools/dynarray.hxx , now that binfitler is ready for itNorbert Thiebaud
2011-11-19Revert "Removed tools/dynarray.hxx", break binfilterNorbert Thiebaud
This reverts commit 89a783cde071d63120bfa63768b4680dd2e58fee.
2011-11-19add narrow (one letter) month namesEike 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-19use possessive genitive case month names in number formatterEike 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-19use new possessive genitive case month names locale data APIEike Rathke
2011-11-19implement possessive genitive case month names locale data APIEike Rathke
2011-11-19let's have some sensible indentationEike Rathke
2011-11-19squeeze some duplicated codeEike Rathke
2011-11-19implement possessive genitive case month names locale dataEike Rathke
New optional element GenitiveMonths within the Calendar element, after MonthsOfYear. If not specified, the MonthsOfYear elements are taken.
2011-11-19generated locale data .cxx depends on saxparser generatorEike Rathke
2011-11-19add possessive genitive case month names to i18n locale data APIEike Rathke
2011-11-19optionally include outpathsEike Rathke
Only when given --with-outpath the IDs include projects/$INPATH/inc (also solver/$INPATH/inc)
2011-11-19adapt doctype url to realityEike Rathke
2011-11-19adapt DTD doc URL to realityEike Rathke
2011-11-19RTFSdrImport: unneeded includeMiklos Vajna
2011-11-19Removing unreachable code.Muthu Subramanian
pUndoSet is set to NULL at the beginning of the method.
2011-11-18Removed tools/dynarray.hxxAugust Sodora
2011-11-18Fix scanning bugAugust Sodora
2011-11-18Remove uses of pLine in scannerAugust Sodora