Commit graph

486 commits

Author SHA1 Message Date
Julien Nabet
5cbb76d6c4 Some cppcheck cleaning 2011-08-11 23:23:19 +02:00
Caolán McNamara
7292948992 callcatcher: yet more unused code 2011-08-11 11:10:38 +01:00
Eike Rathke
ea4470cbac Number formatter sal_Bool -> bool clean-up and cosmetics 2011-08-10 01:32:41 +02:00
Takeshi Abe
b2bd33ea25 prefer makefile-gmake-mode to plain makefile-mode 2011-08-10 02:12:48 +09:00
Nigel Hawkins
b3a2205527 Replace SvUShorts with vector in svl/zforlist.[ch]xx
LGPLv3+/MPL1.1
2011-08-09 15:29:47 +01:00
Nigel Hawkins
bb8ea3fc5f Replace SvUShorts with vector in aeitem.[ch]xx
LGPLv3+/MPL1.1
2011-08-09 15:23:32 +01:00
Caolán McNamara
cb64bcb4ae callcatcher: ditch some more methods 2011-08-08 13:04:49 +01:00
Caolán McNamara
87025228f4 callcatcher: remove unused methods 2011-08-08 13:04:48 +01:00
Caolán McNamara
6909de0362 ByteString::ConvertToUnicode->rtl::OUString::ctor::toChar 2011-08-08 13:04:48 +01:00
Caolán McNamara
dd853ad626 callcatcher: unused methods 2011-08-08 13:04:47 +01:00
Eike Rathke
15d51584a1 fdo#34977 preserve time when editing even if only date was displayed
* For date formats choose the datetime format when editing a value with a time
  fraction.
* When editing time formats choose the time format only if 0>=value<1, choose
  the duration format when editing a value that may represent a duration, i.e.
  is <0 or >=1, and absolute value is less than 32k hours. If greater than 32k
  hours choose the datetime format.
2011-08-05 20:05:28 +02:00
Eike Rathke
e1a4e62e3e removed SkipNumberFormatterInStream, was dropped, declared but not defined 2011-08-05 13:54:09 +02:00
Eike Rathke
9c83099014 Fix fdo#38956 discarding bracketed prefixes in number formats, such as [RED]
* Fixed discarding of prefixes.
* Fixed the broken handling of Thai calendar and numerals speciality.
* Added bits to actually display a format with embedded LCID in the dialog if
  the LCID doesn't match the currently viewed locale.
2011-08-05 12:35:58 +02:00
Caolán McNamara
c6da7c43e1 callcatcher: unused methods 2011-08-05 10:03:17 +01:00
Takeshi Abe
10e14793d5 Emacs modeline compatible with vim's one 2011-08-05 11:04:32 +09:00
Julien Nabet
9a807aeb49 va_end closer of the va_start corresponding 2011-08-04 21:00:04 +02:00
Caolán McNamara
4665608ae8 callcatcher: remove unused methods 2011-08-04 09:36:47 +01:00
Thomas Arnhold
1b5f37d262 callcatcher: remove unused methods 2011-08-03 01:54:39 +02:00
Caolán McNamara
ef6add9a7e callcatcher: remove unused code 2011-07-31 23:49:35 +01:00
Tor Lillqvist
704bc46ae4 Add consistent Emacs and vim mode lines 2011-07-30 23:12:12 +03:00
Katarina Machalkova
0da07b6075 Don't delete valid [$.*] components of number formats
... such as [RED], [NatNumX] etc.
2011-07-28 14:50:24 +02:00
Caolán McNamara
a2c7a85db6 callcatcher: remove various unused methods 2011-07-27 22:08:37 +01:00
Thomas Arnhold
5f24eddfc8 callcatcher: Remove unused SvxSearchConfig 2011-07-26 23:39:04 +02:00
Bjoern Michaelsen
41ce86ad45 Merge branch 'master' into feature/gnumake4 2011-07-24 19:23:00 +02:00
Tor Lillqvist
fc8c0de854 Do build rsc also on non-desktop OSes just for rscsfx.hxx to get delivered
Don't actually compile anything, though... Just the rscsfx.hxx is
needed.
2011-07-22 12:29:43 +03:00
Bjoern Michaelsen
a233dac065 resyncing to master 2011-07-21 18:56:16 +02:00
Maciej Rumianowski
b0a77d0b6e Port SfxIntegerListItem to ::std::vector
For calc to be free of SvULongs SfxIntegerListItem has to use SvULongs.
Additionaly a constructor with Sequence used in calc.
2011-07-20 17:05:29 -04:00
Caolán McNamara
8104b3710e callcatcher: remove unused methods 2011-07-18 12:21:26 +01:00
Joseph Powers
99a8c8dac8 Replace List with std::vector< SvNumberFormatter* > 2011-07-14 18:12:21 -07:00
Caolán McNamara
e71342f90b callcatcher: unused methods 2011-07-14 15:30:40 +01:00
Thomas Arnhold
03ce32c4fe callcatcher: actually remove INetContentTypes::GetExtension 2011-07-14 08:19:57 +02:00
Thomas Arnhold
3dc7859eb7 callcatcher: remove INetContentTypes::Foo 2011-07-14 08:19:56 +02:00
Caolán McNamara
dd69ff6ea2 callcatcher: downheap only used by removed heapsort, also remove it 2011-07-13 10:25:31 +01:00
Matus Kukan
22f299b12e Remove component_getImplementationEnvironment methods 2011-07-12 17:59:30 +02:00
Thomas Arnhold
07924e674e callcatcher: remove unused INetURLHistory_Impl::heapsort 2011-07-12 00:59:54 +02:00
Caolán McNamara
da090884ee callcatcher: remove unused SfxItemPool::GetLoadingVersion 2011-07-11 16:40:42 +01:00
Caolán McNamara
9cec47773b callcatcher: remove unused createRFC822Mailbox 2011-07-11 09:05:05 +01:00
Tor Lillqvist
40c9e4f82e Building rsc makes sense only for desktop OSes 2011-07-10 10:23:08 +03:00
Markus Mohrhard
ce30b112e3 fdo#38963: crash in number format dialog 2011-07-07 12:09:44 +02:00
Caolán McNamara
8d4d7b1062 ByteString::CreateFromInt32 -> OString::valueOf 2011-07-01 23:01:39 +01:00
Joseph Powers
a0ae520db0 Replace List with std::vector< CntHTTPCookie* > 2011-06-29 06:07:14 -07:00
Andras Timar
62cdb33fe1 typo fix/silence warning C4819 on Windows 2011-06-28 14:43:44 +02:00
Matus Kukan
ec2ba48815 update component factory methods to use new prefixes, to add lib merging 2011-06-24 14:58:40 +01:00
Caolán McNamara
0d1fc0ca49 remove unused forward declaration 2011-06-23 09:08:07 +01:00
Caolán McNamara
d7f0047e63 Remove unused SmartRel2Abs variant 2011-06-23 09:08:07 +01:00
Caolán McNamara
124a30f47b anonymous namespaces work fine now 2011-06-23 09:08:07 +01:00
Caolán McNamara
4e7325d751 ditch other unused stream operators 2011-06-23 09:08:07 +01:00
Caolán McNamara
d17279e61a ditch unused stream operators 2011-06-23 09:08:07 +01:00
Caolán McNamara
f1251f68b1 remove parse ByteString variant 2011-06-23 09:08:07 +01:00
Caolán McNamara
42bfc7c6dd junk unused archaic pre-stl containers 2011-06-22 09:25:35 +01:00