Commit graph

1255 commits

Author SHA1 Message Date
Norbert Thiebaud
992757cc5e remove pre-compiled header support in gbuild and gbuildified module 2011-11-27 11:49:38 -06:00
Bjoern Michaelsen
f2f0dbd273 make gbuild makefiles run independant of pwd again 2011-11-25 12:04:40 +01:00
Eike Rathke
3b5ee26d2c added partitive case month names
* 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-22 14:52:41 +01:00
Caolán McNamara
3679b76517 callcatcher: remove various unused MultiAtomProvider methods 2011-11-22 12:46:43 +00:00
Caolán McNamara
c6560c6f07 Resolves fdo#41295 tmp name reuse in mass pdf export 2011-11-21 12:56:43 +00:00
Caolán McNamara
705e5fe947 callcatcher: remove some unused code 2011-11-19 21:11:01 +00:00
Eike Rathke
4b030331f7 add narrow (one letter) month names
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 16:15:22 +01:00
Eike Rathke
29e4c61d9d use new possessive genitive case month names locale data API 2011-11-19 16:15:21 +01:00
Caolán McNamara
cee0d7a26a callcatcher: some unused methods 2011-11-17 23:04:10 +00:00
Norbert Thiebaud
0ea8c014ef tweak gbuild standart Makefile to allow partial build in unsourced env
This allow to run make in a module wihtout the need to source
Env.Host.sh.
2011-11-16 06:18:54 -06:00
Stephan Bergmann
16aa2c1dd6 Removed obsolete OOOBASEVERSION, OOOPACKAGEVERSION.
With the basis/brand split undone, they are always the same as
PRODUCTVERSION and ABOUTBOXPRODUCTVERSION, respectively.
2011-11-15 18:29:47 +01:00
Stephan Bergmann
b11bd0323e Removed comphelper -> unotools processfactory.hxx duplication. 2011-11-14 11:50:26 +01:00
Caolán McNamara
93c5ac9ff1 ReleaseConfigMgr not called by anything 2011-11-14 07:35:58 +00:00
Stephan Bergmann
c1758889cb Heavily simplified utl::ConfigManager. 2011-11-11 22:49:21 +01:00
Caolán McNamara
58692c30e3 callcatcher: remove unused methods 2011-11-10 09:28:40 +00:00
Caolán McNamara
b3a9e9c728 callcatcher: remove some unused methods 2011-11-10 09:28:39 +00:00
Emanuele Fia
3d223821a8 Removed unused code 2011-11-07 12:39:04 +00:00
Caolán McNamara
994a737a31 callcatcher: update list 2011-11-07 12:27:32 +00:00
Michael Stahl
66d9925bb6 Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/core 2011-11-02 17:49:42 +01:00
Caolán McNamara
da0bd7a501 drop freshly unused methods 2011-11-02 16:04:27 +00:00
Michael Stahl
7edb1da8c5 move CloseVeto from dbaccess to unotools 2011-10-31 21:18:24 +01:00
Caolán McNamara
576d7aaada drop some unused code 2011-10-28 10:22:59 +01:00
Stephan Bergmann
c31d7b012f Some warning cleanup (found with trunk Clang). 2011-10-24 12:56:22 +02:00
Stephan Bergmann
b1eae75f53 Undo basis/brand split: moved ini files from basis program/ to brand program/.
Moved uno ini, folded fundamentalbasis ini into fundamental ini, merged
version inis.
2011-10-20 23:04:11 +02:00
Stephan Bergmann
538d29f5a4 Undo basis/brand split: move presets/ from basis to brand.
Also let utl::Bootstrap::locateBaseInstallation return
$BRAND_BASE_DIR instead of $OOO_BASE_DIR, so that things match again.
2011-10-18 09:47:41 +02:00
Caolán McNamara
7a8c46ae1f don't need getExecutableDirectory anymore 2011-10-15 12:18:46 +01:00
Caolán McNamara
cdbd93e9a5 callcatcher: some unused code 2011-10-15 12:18:45 +01:00
Pierre-André Jacquod
7f8c23462e cppcheck reduce scope of var in unotools/...fontcfg.cxx 2011-10-07 15:57:50 +02:00
Bjoern Michaelsen
e94a19f3e0 simplfy dmake to gbuild bridgefile 2011-10-05 00:31:50 +02:00
Caolán McNamara
946bfb2bf8 callcatcher: another round of unused methods 2011-09-28 15:12:54 +01:00
Michael Meeks
00004ec8ca add missing dependent include 2011-09-28 15:09:48 +01:00
Caolán McNamara
0be6fb77a7 callcatcher: another round 2011-09-28 09:20:33 +01:00
Caolán McNamara
84841b118a callcatcher: AtomServer unused 2011-09-28 09:20:32 +01:00
Stephan Bergmann
6671fa81db Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *(). 2011-09-27 20:22:03 +02:00
Michael Meeks
baa36ed2f1 remove obsolete and unused defines 2011-09-27 14:44:54 +01:00
Thomas Arnhold
be6a8677a6 OSL_TRACE: Remove trailing newlines
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-21 09:28:39 +02:00
Caolán McNamara
2f33cf5115 ByteString->rtl::OStringBuffer 2011-09-20 16:54:54 +01:00
Caolán McNamara
20de64b70e callcatcher: various unused code 2011-09-09 09:23:10 +01:00
Markus Mohrhard
8445ce0e61 externalrefmgr.cxx is String free
String->rtl::OUString and solve problem with old patch
2011-09-09 04:58:04 +02:00
Caolán McNamara
04ce2cea24 callcatcher: drop some Impl methods, regenerate list 2011-09-05 10:54:21 +01:00
Caolán McNamara
af60795f76 callcatcher: some more unused code 2011-09-05 10:54:19 +01:00
Matúš Kukan
c78a4d31ed unusedcode: utl::PropertySetFoo 2011-09-01 15:26:44 +02:00
Caolán McNamara
de82a40f84 callcatcher: drop various unused methods 2011-08-29 09:56:08 +01:00
Caolán McNamara
fa19c5ec08 callcatcher: various 2011-08-29 09:56:06 +01:00
Kohei Yoshida
6984153093 String to rtl::OUString. 2011-08-26 19:34:42 -04:00
Caolán McNamara
acfe7d39e5 regoptions (etc.) now unused post registration-removal 2011-08-22 09:39:18 +01:00
Caolán McNamara
b3c8e4177d gsl_getSystemTextEncoding->osl_getThreadTextEncoding 2011-08-22 09:39:18 +01:00
Caolán McNamara
53f4837b92 callcatcher: various methods 2011-08-22 09:39:17 +01:00
Caolán McNamara
dbfa0518af callcatcher: unused code 2011-08-22 09:39:16 +01:00
Caolán McNamara
af6752b88e callcatcher: remove unused methods 2011-08-22 09:39:15 +01:00