summaryrefslogtreecommitdiff
path: root/unotools
AgeCommit message (Collapse)Author
2011-11-28utl::UCBContentHelper::EqualURLs: inverted returnMichael Stahl
2011-11-28ByteString->rtl::OString[Buffer]Caolán McNamara
2011-11-28Cleaned up utl::UCBContentHelper.Stephan Bergmann
2011-11-27remove precompiled_xxx.hxx/cxxNorbert Thiebaud
2011-11-27remove pch from the include listNorbert Thiebaud
2011-11-27remove include of och header from unotoolsNorbert Thiebaud
2011-11-27remove pre-compiled header support in gbuild and gbuildified moduleNorbert Thiebaud
2011-11-25make gbuild makefiles run independant of pwd againBjoern Michaelsen
2011-11-22added partitive case month namesEike 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-22callcatcher: remove various unused MultiAtomProvider methodsCaolán McNamara
2011-11-21Resolves fdo#41295 tmp name reuse in mass pdf exportCaolán McNamara
2011-11-19callcatcher: remove some unused codeCaolán McNamara
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 new possessive genitive case month names locale data APIEike Rathke
2011-11-17callcatcher: some unused methodsCaolán McNamara
2011-11-16tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud
This allow to run make in a module wihtout the need to source Env.Host.sh.
2011-11-15Removed obsolete OOOBASEVERSION, OOOPACKAGEVERSION.Stephan Bergmann
With the basis/brand split undone, they are always the same as PRODUCTVERSION and ABOUTBOXPRODUCTVERSION, respectively.
2011-11-14Removed comphelper -> unotools processfactory.hxx duplication.Stephan Bergmann
2011-11-14ReleaseConfigMgr not called by anythingCaolán McNamara
2011-11-11Heavily simplified utl::ConfigManager.Stephan Bergmann
2011-11-10callcatcher: remove unused methodsCaolán McNamara
2011-11-10callcatcher: remove some unused methodsCaolán McNamara
2011-11-07Removed unused codeEmanuele Fia
2011-11-07callcatcher: update listCaolán McNamara
2011-11-02Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/coreMichael Stahl
2011-11-02drop freshly unused methodsCaolán McNamara
2011-10-31move CloseVeto from dbaccess to unotoolsMichael Stahl
2011-10-28drop some unused codeCaolán McNamara
2011-10-24Some warning cleanup (found with trunk Clang).Stephan Bergmann
2011-10-20Undo basis/brand split: moved ini files from basis program/ to brand program/.Stephan Bergmann
Moved uno ini, folded fundamentalbasis ini into fundamental ini, merged version inis.
2011-10-18Undo basis/brand split: move presets/ from basis to brand.Stephan Bergmann
Also let utl::Bootstrap::locateBaseInstallation return $BRAND_BASE_DIR instead of $OOO_BASE_DIR, so that things match again.
2011-10-15don't need getExecutableDirectory anymoreCaolán McNamara
2011-10-15callcatcher: some unused codeCaolán McNamara
2011-10-07cppcheck reduce scope of var in unotools/...fontcfg.cxxPierre-André Jacquod
2011-10-05simplfy dmake to gbuild bridgefileBjoern Michaelsen
2011-09-28callcatcher: another round of unused methodsCaolán McNamara
2011-09-28add missing dependent includeMichael Meeks
2011-09-28callcatcher: another roundCaolán McNamara
2011-09-28callcatcher: AtomServer unusedCaolán McNamara
2011-09-27Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann
2011-09-27remove obsolete and unused definesMichael Meeks
2011-09-21OSL_TRACE: Remove trailing newlinesThomas Arnhold
Done with perl regex: s/(\n\s*OSL_TRACE\(\s*\"[^\n]+?)\s*(\\n)+(\"[^\n]*\)\;\n)/$1$3/gs; - removed trailing whitespaces and (multiple) newlines
2011-09-20ByteString->rtl::OStringBufferCaolán McNamara
2011-09-09callcatcher: various unused codeCaolán McNamara
2011-09-09externalrefmgr.cxx is String freeMarkus Mohrhard
String->rtl::OUString and solve problem with old patch
2011-09-05callcatcher: drop some Impl methods, regenerate listCaolán McNamara
2011-09-05callcatcher: some more unused codeCaolán McNamara
2011-09-01unusedcode: utl::PropertySetFooMatúš Kukan
2011-08-29callcatcher: drop various unused methodsCaolán McNamara
2011-08-29callcatcher: variousCaolán McNamara