Test repository to check push and ssh key
Find a file
Norbert Thiebaud b450a32890 create a class SolarMutexGuard to take a Guard on the SolarMutex
Most user of OGuard, use it to guard the SolarMutex.
using something like
vos::OGuard aGuard(Application::GetSolarMutex())

Which will now be written
vcl::SolarMutexGuard aGuard;

This will also, as a side effect remove the use of vos::Guard in many
sources, simplifying the migration out of ::vos
2010-10-25 19:55:36 -05:00
basebmp Cleanse non-compiled code 2010-10-19 01:59:03 +02:00
basegfx Add vim/emacs modelines to all source files 2010-10-14 17:02:15 +02:00
canvas replace sizeof(foo)/sizeof(foo[0]) by SAL_N_ELEMENTS 2010-10-18 12:28:33 +02:00
comphelper micro optimization 2010-10-25 20:57:41 +01:00
cppcanvas Add vim/emacs modelines to all source files 2010-10-14 17:02:15 +02:00
dtrans remove non-compiled code 2010-10-18 16:52:27 +01:00
i18npool remove memory leaks to make this a handy valgrind test case 2010-10-20 10:16:51 +01:00
i18nutil Add vim/emacs modelines to all source files 2010-10-14 17:02:15 +02:00
l10ntools do not extract non en-US files for localization from dictionaries/ 2010-10-24 22:26:22 +02:00
o3tl Add vim/emacs modelines to all source files 2010-10-14 17:02:15 +02:00
padmin remove non-compiled code 2010-10-18 16:52:27 +01:00
psprint_config add some configure options to control external libtextcat and libtextcat data 2010-10-05 11:06:57 +01:00
regexp remove dead-code 2010-10-20 00:39:49 -05:00
rsc remove non-compiled code 2010-10-18 16:52:27 +01:00
sax remove non-compiled code 2010-10-18 16:52:27 +01:00
sot remove non-compiled code 2010-10-18 16:52:27 +01:00
svl merge vosremoval-timer.diff 2010-10-25 19:55:36 -05:00
svtools merge vosremoval-timer.diff 2010-10-25 19:55:36 -05:00
toolkit WaE unused parameter 2010-10-20 08:53:03 +01:00
tools merge vosremoval-timer.diff 2010-10-25 19:55:36 -05:00
ucbhelper remove non-compiled code 2010-10-18 16:52:27 +01:00
unotools merge vosremoval-conditn patch 2010-10-25 19:55:36 -05:00
vcl create a class SolarMutexGuard to take a Guard on the SolarMutex 2010-10-25 19:55:36 -05:00
vos merge vosremoval-pipe.diff 2010-10-25 19:55:36 -05:00
.gitignore Update .gitignore for Windows builds 2010-09-16 21:18:28 +03:00