Test repository to check push and ssh key
Find a file
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
basebmp cppunit is linked in automatically 2011-07-25 10:46:23 +02:00
basegfx callcatcher: remove unused methods 2011-07-26 23:39:04 +02:00
canvas Removed weird VERBOSE overload in canvas 2011-07-26 23:56:14 +02:00
comphelper resyncing to master 2011-07-21 18:56:16 +02:00
cppcanvas build mtfrenderer component again 2011-07-27 10:06:10 +02:00
dtrans Remove component_getImplementationEnvironment methods 2011-07-12 17:59:30 +02:00
i18npool random SAL_N_ELEMENTS cleanup 2011-07-26 18:07:12 +01:00
i18nutil removed obsolete code/comments 2011-07-05 08:41:34 +09:00
l10ntools Generate correctly named import library for WNTGCC 2011-07-22 00:28:25 +03:00
o3tl Bypass when cross-compiling in general, not just for iOS 2011-06-06 11:32:30 +03:00
padmin Merge branch 'master' into feature/gnumake4 2011-07-24 19:23:00 +02:00
psprint_config
regexp postmerge fixes for gnumake4 2011-07-22 21:07:24 +02:00
rsc Do build rsc also on non-desktop OSes just for rscsfx.hxx to get delivered 2011-07-22 12:29:43 +03:00
sax fixed typo 2011-07-26 23:57:08 +09:00
sot Get rid of these non-printable chars 2011-07-29 11:09:01 +02:00
svl Don't delete valid [$.*] components of number formats 2011-07-28 14:50:24 +02:00
svtools callcatcher: ditch various unused methods 2011-07-28 09:02:37 +01:00
toolkit Resolves: fdo#39467 we should throw instead of crashing when \!is() 2011-07-28 11:05:47 +01:00
tools make stream operators leave variables in original state on failure 2011-07-29 10:56:42 +01:00
ucbhelper postmerge fixes for gnumake4 2011-07-22 21:07:24 +02:00
unotools callcatcher: Kill SvtJavaOptions 2011-07-26 23:39:04 +02:00
vcl callcatcher: remove unused methods 2011-07-29 11:09:01 +02:00
.gitignore