Commit graph

1089 commits

Author SHA1 Message Date
Caolán McNamara
d3ad51015c drop deprecated ByteString::ConvertToUnicode 2011-08-08 13:04:48 +01:00
David Tardon
834bdb3d3e avoid possible NULL ptr deref. 2011-08-08 12:29:46 +02:00
Caolán McNamara
c6da7c43e1 callcatcher: unused methods 2011-08-05 10:03:17 +01:00
Caolán McNamara
9c0bcbaa53 callcatcher: remove unused methods 2011-08-04 09:36:47 +01:00
Thomas Arnhold
75596f03ac callcatcher: remove unused methods 2011-08-02 18:23:38 +02:00
Caolán McNamara
ef6add9a7e callcatcher: remove unused code 2011-07-31 23:49:35 +01:00
Caolán McNamara
d4d2601840 ditch ByteString::CreateFromInt32 2011-07-31 21:18:02 +01:00
Caolán McNamara
8291b5884c make stream operators leave variables in original state on failure
this aligns them with the behaviour of std::stream, and makes things
like

sal_uInt32 n(0);
rSt >> n;
if (n)
{
   ...
}

safe if there was a short read of e.g. 3 bytes instead of the required 4
2011-07-29 10:56:42 +01:00
Caolán McNamara
990083e875 callcatcher: ditch various unused methods 2011-07-29 10:56:42 +01:00
Caolán McNamara
b74f17642d callcatcher: ditch various unused methods 2011-07-28 09:02:37 +01:00
Caolán McNamara
a2c7a85db6 callcatcher: remove various unused methods 2011-07-27 22:08:37 +01:00
Thomas Arnhold
bf2373daf5 callcatcher: remove unused methods 2011-07-26 23:39:04 +02:00
Caolán McNamara
fb092e2665 strip down unused old-style string methods 2011-07-26 10:14:29 +01:00
Tor Lillqvist
d49ced7e17 Fix Windows build 2011-07-26 10:43:46 +03:00
Joseph Powers
4f0bb4d27c Replace List with std::vector< DirEntry* > 2011-07-25 19:46:16 -07:00
Caolán McNamara
4261ccbe8a callcatcher: remove unused methods 2011-07-22 10:18:37 +01:00
Thomas Arnhold
e5647de7dd callcatcher: clean up Dir and DirEntry 2011-07-21 15:42:51 +02:00
Thomas Arnhold
1a44a8fc7e callcatcher: clean up B3dTransformationSet 2011-07-20 19:00:09 +02:00
Thomas Arnhold
d8a09482fb callcatcher: remove unused BigInt::DivMod 2011-07-20 16:38:54 +02:00
Caolán McNamara
c0f93aac00 callcatcher: unused INetMIME::getDigit 2011-07-19 09:32:43 +01:00
Caolán McNamara
5f2acb1726 add a SvStream::remainingSize 2011-07-18 12:21:26 +01:00
Caolán McNamara
e689ed9b93 callcatcher: unused methods 2011-07-18 12:21:26 +01:00
Thomas Arnhold
85713e8a91 callcatcher: actually remove the correct SetTempNameBaseDirectory 2011-07-14 08:19:57 +02:00
Thomas Arnhold
b272991c33 callcatcher: cleanup INetMIME 2011-07-14 08:19:57 +02:00
Thomas Arnhold
734485db6a callcatcher: remove INetMessage::SetHeaderField 2011-07-14 08:19:57 +02:00
Thomas Arnhold
9a5c646435 callcatcher: cleanup INetMIMEMessage 2011-07-14 08:19:57 +02:00
Thomas Arnhold
1b4f6e746d callcatcher: cleanup INetIStream 2011-07-14 08:19:57 +02:00
Thomas Arnhold
a5b3ededee callcatcher: remove unused Table::GetUniqueKey 2011-07-14 08:19:53 +02:00
Caolán McNamara
51054e7a8b bah, hidden windows-only uses of these 2011-07-13 14:06:19 +01:00
Caolán McNamara
bc19d8491f callcatcher: ByteString::CompareIgnoreCaseToAscii unused, shrink api 2011-07-13 10:25:32 +01:00
Thomas Arnhold
58eaf5fff0 callcatcher: remove unused B3dCamera::Set* 2011-07-13 07:21:18 +02:00
Thomas Arnhold
88e42a9814 callcatcher: remove unused B3dViewport::Set* 2011-07-13 07:21:18 +02:00
Thomas Arnhold
bb97b1e4b8 callcatcher: remove unused B3dTransformationSet various Get/Set methods 2011-07-13 07:21:17 +02:00
Thomas Arnhold
ca349219a9 callcatcher: remove unused B3dTransformationSet transformations 2011-07-13 07:21:17 +02:00
Thomas Arnhold
229e44242a callcatcher: remove unused INetURLObject::makePortCanonic 2011-07-12 00:59:54 +02:00
Thomas Arnhold
77c7a7fab5 callcatcher: remove unused INetURLObject::makeAuthCanonic 2011-07-12 00:59:54 +02:00
Thomas Arnhold
b468c1c0ae callcatcher: remove unused INetURLObject::getIMAPUID 2011-07-12 00:59:54 +02:00
Thomas Arnhold
774c85c86c callcatcher: remove unused INetURLObject::getFTPType 2011-07-12 00:59:54 +02:00
Thomas Arnhold
c54180baaa callcatcher: remove unused INetURLObject::encodeHostPort 2011-07-12 00:59:54 +02:00
Thomas Arnhold
9a9d12d8b9 callcatcher: remove unused INetURLObject::HasMsgId 2011-07-12 00:59:54 +02:00
Thomas Arnhold
7b8416199a callcatcher: remove unused INetURLObject::CutName 2011-07-12 00:59:54 +02:00
Thomas Arnhold
bbf795bf54 callcatcher: remove unused INetRFC822Message::GenerateDateField 2011-07-12 00:59:54 +02:00
Thomas Arnhold
21e8f4d54d callcatcher: remove unused INetRFC822Message::Set* 2011-07-12 00:59:53 +02:00
Radek Doulik
a0b2a7cc6b fix regression in SvGlobalName::operator <
- it was comparing wrong parts and ommiting part of ID's, resulting
   in wrong results and thus ::std::map didn't work well with default
   less compare function of it's keys
 - fixes fdo#32709
2011-07-11 20:39:40 +02:00
Caolán McNamara
097b51c9cc callcatcher: remove unused ByteString writeHeaderFieldBody variant 2011-07-11 16:40:42 +01:00
Caolán McNamara
0b2ef1a08a Dir::SetSort unused 2011-07-11 09:05:06 +01:00
Caolán McNamara
24ea684eaf don't need these methods on some platforms 2011-07-11 09:05:06 +01:00
Caolán McNamara
a3b0ee88be strip out unused methods 2011-07-11 09:05:06 +01:00
Caolán McNamara
6575317bf6 callcatcher: remove unused WriteUniStringLines 2011-07-11 09:05:06 +01:00
Caolán McNamara
2aa6ecdc65 shrink ByteString api by removing unused methods 2011-07-11 09:05:06 +01:00