summaryrefslogtreecommitdiff
path: root/fpicker/source/win32/filepicker/asynceventnotifier.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet1-1/+1
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin1-9/+3
2014-05-12fdo#43157 Remove OSL_POSTCOND, prefer SAL_WARN_IFMichaël Lefèvre1-1/+1
2014-02-26Remove visual noise from fpickerAlexander Wilms1-16/+16
2014-02-23Remove unneccessary commentsAlexander Wilms1-32/+32
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-3/+3
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-3/+3
2013-02-22s/the the/the/Tor Lillqvist1-1/+1
2012-08-08remove include comments and boxesThomas Arnhold1-4/+0
2012-07-06re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-02-17Possible inefficient checking for 'm_EventList' emptiness.Mariusz Dykierek1-1/+1
2011-11-27remove include of pch header from fpickerNorbert Thiebaud1-2/+0
2011-10-25WaE: misc. windows related fixesMichael Meeks1-3/+2
2011-03-24remove executable bit from files that are not executablesLuboš Luňák1-0/+0
2011-03-19Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)Thomas Arnhold1-1/+1
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky1-0/+0
2011-03-13Move OSL_ENSURE(false,...) to OSL_FAIL(...)Thomas Arnhold1-1/+1
2011-03-12Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Thorsten Behrens1-0/+0
2010-11-20RTL_CONSTASCII_USTRINGPARAM improvementsJulien Nabet1-3/+3
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth1-0/+3
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien1-4/+1
2009-07-28CWS-TOOLING: integrate CWS filepicker01Jens-Heiner Rechtien1-1/+4
2008-04-11INTEGRATION: CWS changefileheader (1.15.12); FILE MERGEDRüdiger Timm1-35/+18
2008-03-12INTEGRATION: CWS hro34 (1.14.144); FILE MERGEDRüdiger Timm1-2/+37
2006-10-12INTEGRATION: CWS sb59 (1.12.100); FILE MERGEDOliver Bolte1-5/+5
2006-09-16INTEGRATION: CWS pchfix02 (1.12.104); FILE MERGEDOliver Bolte1-2/+5
2005-09-08INTEGRATION: CWS ooo19126 (1.11.84); FILE MERGEDRüdiger Timm1-47/+21
2003-10-06INTEGRATION: CWS rt02 (1.10.42); FILE MERGEDRüdiger Timm1-3/+3
2002-11-26#105339#support for suspend and resume of event notifier threadTino Rachui1-9/+49
2002-03-28#98418#Tino Rachui1-21/+24
2002-03-21#96112#changed start/stop logicTino Rachui1-15/+12
2002-02-22#96112#now waiting infinite in stop method, so programming errors become obvi...Tino Rachui1-31/+29
2002-02-21#96112#Tino Rachui1-4/+4
2002-02-21#96112#new asynceventnotifier implementationTino Rachui1-45/+135
2001-12-11#95803#terminate async. event notifier thread in dtor when necessaryTino Rachui1-2/+5
2001-11-30#95423#removed unnecessary locking of rBHelper mutex which may leed to deadlo...Tino Rachui1-27/+22
2001-11-15#94499#Tino Rachui1-23/+31
2001-11-15#94499#initial check-inTino Rachui1-0/+198