summaryrefslogtreecommitdiff
path: root/unotools
AgeCommit message (Collapse)Author
2012-01-05add a comphelper::string::getTokenCountCaolán McNamara
suitable for conversion from [Byte]String::GetTokenCount converted low-hanging variants to rtl::O[UString]::getToken loops added unit test
2012-01-04Do not export whole class to avoid MS C++ implicitly exporting base template.Stephan Bergmann
2012-01-04Dead code.Stephan Bergmann
2011-12-21callcatcher: remove some unused codeCaolán McNamara
2011-12-20callcatcher: Remove unused codeAugust Sodora
2011-12-20callcatcher: update listCaolán McNamara
2011-12-19Remove unused codeAugust Sodora
2011-12-19callcatcher: Remove unused codeAugust Sodora
2011-12-16gcc-trunk: fix error: unable to find string literal operator 'operator"" FOO'Matúš Kukan
2011-12-16add version suffix (beta1) to about dialogPetr Mladek
configurable at build time via ABOUTBOXPRODUCTVERSIONSUFFIX in instsetoo_native/util/openoffice.lst configurable at runtime via registry/data/org/openoffice/Setup.xcu and ooSetupVersionAboutBoxSuffix property
2011-12-15Removed extra semicolonsJesse
2011-12-14callcatcher: remove some unused codeCaolán McNamara
2011-12-14regpathhelper: unused, so we've got to have two of themCaolán McNamara
2011-12-13Simplified, type-safe C++ configuration access.Stephan Bergmann
* New offapi com.sun.star.configuration entities to access the complete configuration read-only or read/write... * ...configmgr adapted to support those new services/singletons... * ...new unotools/configuration.hxx is the type-safe C++ plumbing on top of that... * ...officecfg now generates C++ headers to access all the properties and sets given in the .xcs files... * ...and svl's asiancfg.cxx exemplarily makes use of the new officecfg/Office/Common.hxx to access the configuration. * There is still TODOs: For one, see those listed in officecfg/registry/cppheader.xsl. For another, at least a notification mechanism for the new read-only configuration access and the C++ wrapper is missing.
2011-12-07in modules, when we have a env we are in stage gbuildBjoern Michaelsen
2011-12-06normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara
2011-12-06ByteString->rtl::OString[Buffer]Caolán McNamara
2011-12-01get rid of class Date and Time default ctor with system time penaltyEike Rathke
2011-11-29Check for empty URLs after all, to avoid warnings from canonic().Stephan Bergmann
2011-11-29Special casing can be removed again.Stephan Bergmann
2011-11-29move reconfigure into gbuildBjoern Michaelsen
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