summaryrefslogtreecommitdiff
path: root/fpicker/source/win32/filepicker/FilePicker.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-10-02fpicker (Windows): std::auto_ptr -> std::unique_ptrStephan Bergmann1-2/+2
2014-08-01typo: more then -> more thanTakeshi Abe1-1/+1
2014-05-27remove unnecessary use of Reference constructor in throwNoel Grandin1-6/+6
2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet1-1/+1
2014-05-12fix windows buildThomas Arnhold1-1/+1
2014-05-12fdo#43157 Remove OSL_POSTCOND, prefer SAL_WARN_IFMichaël Lefèvre1-2/+2
2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8Julien Nabet1-2/+2
2014-02-26Remove visual noise from fpickerAlexander Wilms1-34/+34
2014-02-23Remove unneccessary commentsAlexander Wilms1-86/+86
2013-11-19remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin1-1/+1
2013-11-11remove unnecessary use of OUString constructorNoel Grandin1-2/+2
2013-10-07fdo#54938: Adapt supportsService implementations to cppu::supportsServiceMarcos Paulo de Souza1-10/+2
2013-08-12Typo: controling => controllingJulien Nabet1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-35/+35
2013-04-05Replace `compareTo(...) == 0` with ==Ashish Banerjee1-1/+1
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-8/+8
2013-02-12Fix compilation of MS-Windows FilePickerNoel Grandin1-6/+3
2013-02-12fdo#46808, Adapt ui::dialogs::FilePicker UNO service to new styleNoel Grandin1-9/+2
2012-08-08reduce ascii noise and useless commentsThomas Arnhold1-4/+0
2012-08-08remove include comments and boxesThomas Arnhold1-5/+0
2012-07-06re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2011-11-27remove include of pch header from fpickerNorbert Thiebaud1-2/+0
2011-07-20MinGW fixesTor Lillqvist1-2/+2
2011-07-20Drop Win9x stuffTor Lillqvist1-37/+9
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-9/+9
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth1-0/+3
2010-10-05remove include guards using fixguard.pyPetr Mladek1-2/+0
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien1-4/+1
2008-04-11INTEGRATION: CWS changefileheader (1.24.52); FILE MERGEDRüdiger Timm1-41/+18
2007-11-19INTEGRATION: CWS as6 (1.23.34); FILE MERGEDIvo Hinkelmann1-9/+52
2007-03-26INTEGRATION: CWS mingwport03 (1.21.106); FILE MERGEDVladimir Glazounov1-3/+4
2006-09-16INTEGRATION: CWS pchfix02 (1.21.104); FILE MERGEDOliver Bolte1-2/+5
2005-09-08INTEGRATION: CWS ooo19126 (1.20.84); FILE MERGEDRüdiger Timm1-47/+21
2003-10-06INTEGRATION: CWS rt02 (1.19.24); FILE MERGEDRüdiger Timm1-3/+3
2003-03-25MWS_SRX644: migrate branch mws_srx644 -> HEADJens-Heiner Rechtien1-5/+7
2002-11-26#105339#support for suspend and resume of event notifier threadTino Rachui1-4/+44
2002-03-28#98418#Tino Rachui1-212/+185
2002-03-21#96112#explicitly starting/stoping async. event notifier threadTino Rachui1-2/+2
2002-03-21#96112#explicitly starting and stoping async. event notifier thread in executeTino Rachui1-22/+17
2002-02-22#96112#execute method throws exception if asyn event notifier thread could no...Tino Rachui1-3/+7
2002-02-21#96112#Tino Rachui1-5/+5
2002-02-21#96112#using new asynceventnotifier, execute method now calls start and stop ...Tino Rachui1-50/+56
2001-11-15#94499#notifyAllListeners now only calls notiyEvent of async event notifierTino Rachui1-9/+3
2001-11-15#94499#using an asynchronous event notifier in order to prevent deadlocksTino Rachui1-38/+15
2001-10-16#93244#implementing XFilterGroupManagerTino Rachui1-4/+19