Commit graph

513 commits

Author SHA1 Message Date
Bjoern Michaelsen
d73e574d8a move reconfigure into gbuild 2011-11-29 17:25:14 +01:00
Caolán McNamara
6f33482f8f ByteString->rtl::OUStringToOString 2011-11-28 09:55:03 +00:00
Norbert Thiebaud
c0bed9c72e remove precompiled_xxx.hxx/cxx 2011-11-27 18:07:55 -06:00
Norbert Thiebaud
3f2ff54778 remove pch from the include list 2011-11-27 15:24:45 -06:00
Norbert Thiebaud
cabc96dc05 remove include of pch header in editeng 2011-11-27 13:07:15 -06:00
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
David Tardon
fba911fea7 gsl_getSystemTextEncoding -> osl_getThreadTextEncoding 2011-11-25 09:07:49 +01:00
Cédric Bosdonnat
f4f4a899f0 RTF import: partly fixed the WMF images scaling. 2011-11-24 16:08:46 +01:00
Caolán McNamara
a9edd1267e callcatcher: remove newly unused code 2011-11-23 13:56:36 +00:00
Caolán McNamara
5e283a80cd callcatcher: remove recently unused code 2011-11-23 10:10:10 +00:00
Caolán McNamara
4d1c57a00e callcatcher: update list 2011-11-21 09:17:11 +00:00
Caolán McNamara
e4d90aef94 ditch last ENABLE_STRING_STREAM_OPERATORS 2011-11-21 09:17:11 +00:00
David Tardon
737f61ba4c Convert Sal to rtl::O(U)String 2011-11-21 09:03:43 +01:00
Caolán McNamara
705e5fe947 callcatcher: remove some unused code 2011-11-19 21:11:01 +00:00
Norbert Thiebaud
993f9f7c89 Re-do Removed tools/dynarray.hxx , now that binfitler is ready for it 2011-11-19 12:43:33 -06:00
Norbert Thiebaud
6db8af3e8b Revert "Removed tools/dynarray.hxx", break binfilter
This reverts commit 89a783cde0.
2011-11-19 10:14:18 -06: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
August Sodora
89a783cde0 Removed tools/dynarray.hxx 2011-11-18 23:24:34 -05: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
Michael Meeks
aa0b7b0330 avoid crasher from unusual odt document fdo#42785 2011-11-15 11:11:28 +00:00
Stephan Bergmann
b11bd0323e Removed comphelper -> unotools processfactory.hxx duplication. 2011-11-14 11:50:26 +01:00
Caolán McNamara
328e09955a callcatcher: remove some unused code 2011-11-11 11:55:04 +00:00
Christina Rossmanith
3f9df85def _SVSTDARR_sal_uIt16S is a typo and doesn't do anything 2011-11-09 16:59:47 +00:00
Caolán McNamara
c52fbc04a9 callcatcher: some unused methods 2011-11-08 10:01:43 +00:00
Caolán McNamara
c9e9b3a36f callcatcher: update list, drop some newly unused methods 2011-11-07 12:27:31 +00:00
Caolán McNamara
75871d9a8c callcatcher: remove some unused methods 2011-11-07 12:27:31 +00:00
Caolán McNamara
b70fbfd926 update unused list 2011-11-04 09:42:21 +00:00
Felix Zhang
46bc8b9027 remove unused methods in EditEngine 2011-11-03 09:42:40 +01:00
Daniel Di Marco
f7303fcac7 eliminate SvUShorts type 2011-11-01 12:19:05 +00:00
Caolán McNamara
91220fc0eb callcatcher: unused Drop code 2011-11-01 09:27:25 +00:00
Caolán McNamara
120d1614d3 can go behind appropiate ifdef 2011-11-01 09:27:23 +00:00
Andras Timar
d330483ad0 autocorrect: non-breaking space before % in French fdo#41015 2011-10-24 11:02:25 +02:00
Olivier Hallot
b0224f8050 Fix for bug fdo#41997, cleanup vcl enumeration 2011-10-21 20:48:03 +01:00
Caolán McNamara
bf939922f0 these can be const 2011-10-17 09:27:41 +01:00
Michael Stahl
8666469d7b #i108468#: clean up xmluconv code duplication, measured approach:
modify sax::Converter::convertMeasure to use sal_Int64 instead of BigInt:
  should be sufficient, since the largest number is SAL_INT32_MAX * 10^7.
 remove duplicate methods from SvXMLUnitConverter:
  convertMeasurePx, convertMeasure (static variants)
 remove entirely duplicative class SvXMLExportHelper:
  GetConversionFactor, GetUnitFromString, AddLength
 change SvXMLUnitConverter interface from MapUnit to css::util::MeasureUnit.
 change SvXMLExport constructor params from MapUnit to css::util::MeasureUnit.
 rename some methods to turn compiler into merge conflict detector :)
2011-10-11 17:57:01 +02:00
Caolán McNamara
e8bbb76827 ensure correct export size type in stream operation 2011-10-10 08:51:15 +01:00
Caolán McNamara
49cfdc8796 WaE: could do away with nToken altogether, but this is more readable 2011-10-07 16:53:14 +01:00
Pierre-André Jacquod
11f7014fe8 cppcheck reduce scope of var in editeng/..txtrange.cxx 2011-10-07 15:57:41 +02:00
Pierre-André Jacquod
3770392a0e cppcheck reduce scope of var in editeng/.. impedit3.cxx 2011-10-07 15:57:41 +02:00
Pierre-André Jacquod
6929d42c7d cppcheck reduce scope in editeng/..svxrtf.cxx 2011-10-07 15:57:38 +02:00
Tor Lillqvist
a9cb605b3a WaE: unsafe mix of type 'sal_Bool' and type 'bool' in operation 2011-10-07 12:49:42 +03:00
Tor Lillqvist
6b9fbc03b8 WaE: assignment within conditional expression 2011-10-07 12:49:39 +03:00
Caolán McNamara
f42b66cc51 callcatcher: unused methods 2011-10-05 08:58:11 +01:00
Bjoern Michaelsen
e94a19f3e0 simplfy dmake to gbuild bridgefile 2011-10-05 00:31:50 +02:00
Caolán McNamara
04723baf6e callcatcher: various unused methods 2011-10-04 09:00:05 +01:00
Caolán McNamara
8c0a791b74 callcatcher: newly unused code 2011-09-30 17:02:37 +01:00
Caolán McNamara
7af852b3f4 callcatcher: remove newly unused code 2011-09-30 13:03:16 +01:00
Caolán McNamara
ebbfc7ea4a callcatcher: newly unused methods 2011-09-30 12:39:35 +01:00
Caolán McNamara
acc5c0734c callcatcher: remove newly unused code 2011-09-30 09:09:27 +01:00