diff options
Diffstat (limited to 'fpicker/source')
-rw-r--r-- | fpicker/source/office/iodlg.cxx | 146 |
1 files changed, 18 insertions, 128 deletions
diff --git a/fpicker/source/office/iodlg.cxx b/fpicker/source/office/iodlg.cxx index ec3135459994..41e01b7a823c 100644 --- a/fpicker/source/office/iodlg.cxx +++ b/fpicker/source/office/iodlg.cxx @@ -1,35 +1,30 @@ /************************************************************************* * - * OpenOffice.org - a multi-platform office productivity suite + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * - * $RCSfile: iodlg.cxx,v $ + * Copyright 2008 by Sun Microsystems, Inc. * - * $Revision: 1.23 $ + * OpenOffice.org - a multi-platform office productivity suite * - * last change: $Author: kz $ $Date: 2008-04-03 16:44:22 $ + * $RCSfile: iodlg.cxx,v $ + * $Revision: 1.24 $ * - * The Contents of this file are made available subject to - * the terms of GNU Lesser General Public License Version 2.1. + * This file is part of OpenOffice.org. * + * OpenOffice.org is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License version 3 + * only, as published by the Free Software Foundation. * - * GNU Lesser General Public License Version 2.1 - * ============================================= - * Copyright 2005 by Sun Microsystems, Inc. - * 901 San Antonio Road, Palo Alto, CA 94303, USA + * OpenOffice.org is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License version 3 for more details + * (a copy is included in the LICENSE file that accompanied this code). * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License version 2.1, as published by the Free Software Foundation. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, - * MA 02111-1307 USA + * You should have received a copy of the GNU Lesser General Public License + * version 3 along with OpenOffice.org. If not, see + * <http://www.openoffice.org/license.html> + * for a copy of the LGPLv3 License. * ************************************************************************/ @@ -39,76 +34,30 @@ // includes -------------------------------------------------------------- #include "iodlg.hxx" - -#ifndef _STREAM_HXX #include <tools/stream.hxx> -#endif -#ifndef _URLOBJ_HXX //autogen #include <tools/urlobj.hxx> -#endif - -#ifndef _SV_FIXED_HXX #include <vcl/fixed.hxx> -#endif -#ifndef _SV_LSTBOX_HXX #include <vcl/lstbox.hxx> -#endif -#ifndef _SV_MSGBOX_HXX #include <vcl/msgbox.hxx> -#endif -#ifndef _SV_SVAPP_HXX #include <vcl/svapp.hxx> -#endif -#ifndef _SV_TIMER_HXX #include <vcl/timer.hxx> -#endif - -#ifndef _UNOTOOLS_UCBHELPER_HXX #include <unotools/ucbhelper.hxx> -#endif -#ifndef _UCBHELPER_CONTENTBROKER_HXX #include <ucbhelper/contentbroker.hxx> -#endif - -#ifndef _EHDL_HXX #include "svtools/ehdl.hxx" -#endif -#ifndef SVTOOLS_URIHELPER_HXX #include "svtools/urihelper.hxx" -#endif -#ifndef INCLUDED_SVTOOLS_PATHOPTIONS_HXX #include "svtools/pathoptions.hxx" -#endif -#ifndef INCLUDED_SVTOOLS_VIEWOPTIONS_HXX #include "svtools/viewoptions.hxx" -#endif -#ifndef _SVT_FILEVIEW_HXX #include "svtools/fileview.hxx" -#endif - -#ifndef _SVTOOLS_INETOPTIONS_HXX_ #include "svtools/inetoptions.hxx" -#endif -#ifndef _SFXECODE_HXX #include "svtools/sfxecode.hxx" -#endif -#ifndef _SVARRAY_HXX #include "svtools/svarray.hxx" -#endif -#ifndef _SVTABBX_HXX #include "svtools/svtabbx.hxx" -#endif #define _SVSTDARR_USHORTS #define _SVSTDARR_STRINGSDTOR #include "svtools/svstdarr.hxx" - -#ifndef _TOOLKIT_HELPER_VCLUNOHELPER_HXX_ #include <toolkit/helper/vclunohelper.hxx> -#endif -#ifndef _UNOTOOLS_LOCALFILEHELPER_HXX #include <unotools/localfilehelper.hxx> -#endif #ifndef _SVTOOLS_HRC #include "svtools/svtools.hrc" @@ -119,101 +68,42 @@ #ifndef _SVTOOLS_IODLGIMPL_HRC #include "iodlg.hrc" #endif -#ifndef INCLUDED_RTL_INSTANCE_HXX #include "rtl/instance.hxx" -#endif - -#ifndef SVTOOLS_SOURCE_FILEPICKER_ASYNCFILEPICKER_HXX #include "asyncfilepicker.hxx" -#endif -#ifndef _IODLGIMP_HXX #include "iodlgimp.hxx" -#endif -#ifndef _SVTOOLS_INETTBC_HXX #include "svtools/inettbc.hxx" -#endif -#ifndef INCLUDED_SVTOOLS_SYSLOCALE_HXX #include "svtools/syslocale.hxx" -#endif -#ifndef SVT_QUERYFOLDER_HXX #include "svtools/QueryFolderName.hxx" -#endif #ifndef _RTL_USTRING_HXX #include <rtl/ustring.hxx> #endif - -#ifndef _COM_SUN_STAR_LANG_XMULTISERVICEFACTORY_HPP_ #include <com/sun/star/lang/XMultiServiceFactory.hpp> -#endif -#ifndef _COM_SUN_STAR_UCB_XCONTENTPROVIDERMANAGER_HPP_ #include <com/sun/star/ucb/XContentProviderManager.hpp> -#endif -#ifndef _COM_SUN_STAR_UI_DIALOGS_COMMONFILEPICKERELEMENTIDS_HPP_ #include <com/sun/star/ui/dialogs/CommonFilePickerElementIds.hpp> -#endif -#ifndef _COM_SUN_STAR_UI_DIALOGS_EXTENDEDFILEPICKERELEMENTIDS_HPP_ #include <com/sun/star/ui/dialogs/ExtendedFilePickerElementIds.hpp> -#endif -#ifndef _COM_SUN_STAR_UI_DIALOGS_CONTROLACTIONS_HPP_ #include <com/sun/star/ui/dialogs/ControlActions.hpp> -#endif -#ifndef _COM_SUN_STAR_BEANS_PROPERTYVALUE_HPP_ #include <com/sun/star/beans/PropertyValue.hpp> -#endif -#ifndef _COM_SUN_STAR_SDBC_XRESULTSET_HPP_ #include <com/sun/star/sdbc/XResultSet.hpp> -#endif -#ifndef _COM_SUN_STAR_SDBC_XROW_HPP_ #include <com/sun/star/sdbc/XRow.hpp> -#endif - -#ifndef _COM_SUN_STAR_UTIL_URL_HPP_ #include <com/sun/star/util/URL.hpp> -#endif -#ifndef _COM_SUN_STAR_UNO_EXCEPTION_HPP_ #include <com/sun/star/uno/Exception.hpp> -#endif -#ifndef _COM_SUN_STAR_UNO_REFERENCE_HXX_ #include <com/sun/star/uno/Reference.hxx> -#endif -#ifndef _COM_SUN_STAR_UTIL_XURLTRANSFORMER_HPP_ #include <com/sun/star/util/XURLTransformer.hpp> -#endif -#ifndef _COM_SUN_STAR_UNO_RUNTIMEEXCEPTION_HPP_ #include <com/sun/star/uno/RuntimeException.hpp> -#endif -#ifndef _COM_SUN_STAR_BEANS_XPROPERTYSET_HPP_ #include <com/sun/star/beans/XPropertySet.hpp> -#endif #ifndef _UNOTOOLS_PROCESSFACTORY_HXX #include <comphelper/processfactory.hxx> #endif - -#ifndef _OSL_FILE_H_ #include <osl/file.h> -#endif -#ifndef _SV_WAITOBJ_HXX #include <vcl/waitobj.hxx> -#endif // #97148# ------------------------------------ -#ifndef _COM_SUN_STAR_TASK_XINTERACTIONHANDLER_HPP_ #include <com/sun/star/task/XInteractionHandler.hpp> -#endif -#ifndef _COM_SUN_STAR_UCB_INTERACTIVEAUGMENTEDIOEXCEPTION_HPP_ #include "com/sun/star/ucb/InteractiveAugmentedIOException.hpp" -#endif - -#ifndef SVTOOLS_FILEPICKER_INTERACTION_HXX #include "fpinteraction.hxx" -#endif -#ifndef _OSL_PROCESS_H_ #include <osl/process.h> -#endif -#ifndef _COMPHELPER_INTERACTION_HXX_ #include <comphelper/interaction.hxx> -#endif #include <algorithm> #include <functional> |