e99a072c0e
add a fairly efficient read_LEuInt16s_AsOUString, merge similar things
2011-09-05 10:54:19 +01:00
0ee8ec18c4
add a way to better construct an OString of len X from a SvStream
2011-09-02 09:54:18 +01:00
29acf735d4
Add statically linked unit tester for iOS
2011-08-03 01:13:34 +03:00
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
56321c27af
add a test for a nasty suspicion I have
2011-07-26 10:14:29 +01:00
1f708c8be9
add a good(), eof(), bad() and a test case to demonstrate
2011-07-25 10:11:31 +01:00
52cf287f69
add the legacy windows-only path utils test
2011-07-25 10:11:31 +01:00
7c96874198
recover my cppunit test for tools again
2011-07-25 10:11:31 +01:00