2001-04-26 10:54:33 +00:00
|
|
|
/*************************************************************************
|
|
|
|
*
|
2005-09-08 14:56:33 +00:00
|
|
|
* OpenOffice.org - a multi-platform office productivity suite
|
2001-04-26 10:54:33 +00:00
|
|
|
*
|
2005-09-08 14:56:33 +00:00
|
|
|
* $RCSfile: linkeddocuments.hxx,v $
|
2001-04-26 10:54:33 +00:00
|
|
|
*
|
2007-05-10 09:33:02 +00:00
|
|
|
* $Revision: 1.14 $
|
2001-04-26 10:54:33 +00:00
|
|
|
*
|
2007-05-10 09:33:02 +00:00
|
|
|
* last change: $Author: kz $ $Date: 2007-05-10 10:33:02 $
|
2001-04-26 10:54:33 +00:00
|
|
|
*
|
2005-09-08 14:56:33 +00:00
|
|
|
* The Contents of this file are made available subject to
|
|
|
|
* the terms of GNU Lesser General Public License Version 2.1.
|
2001-04-26 10:54:33 +00:00
|
|
|
*
|
|
|
|
*
|
2005-09-08 14:56:33 +00:00
|
|
|
* GNU Lesser General Public License Version 2.1
|
|
|
|
* =============================================
|
|
|
|
* Copyright 2005 by Sun Microsystems, Inc.
|
|
|
|
* 901 San Antonio Road, Palo Alto, CA 94303, USA
|
2001-04-26 10:54:33 +00:00
|
|
|
*
|
2005-09-08 14:56:33 +00:00
|
|
|
* 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.
|
2001-04-26 10:54:33 +00:00
|
|
|
*
|
2005-09-08 14:56:33 +00:00
|
|
|
* 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.
|
2001-04-26 10:54:33 +00:00
|
|
|
*
|
2005-09-08 14:56:33 +00:00
|
|
|
* 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
|
2001-04-26 10:54:33 +00:00
|
|
|
*
|
|
|
|
************************************************************************/
|
|
|
|
|
|
|
|
#ifndef _DBAUI_LINKEDDOCUMENTS_HXX_
|
|
|
|
#define _DBAUI_LINKEDDOCUMENTS_HXX_
|
|
|
|
|
|
|
|
#ifndef _COM_SUN_STAR_CONTAINER_XNAMEACCESS_HPP_
|
|
|
|
#include <com/sun/star/container/XNameAccess.hpp>
|
|
|
|
#endif
|
|
|
|
#ifndef _COM_SUN_STAR_LANG_XMULTISERVICEFACTORY_HPP_
|
|
|
|
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
|
|
|
|
#endif
|
2004-08-02 15:00:33 +00:00
|
|
|
#ifndef _COM_SUN_STAR_LANG_XCOMPONENT_HPP_
|
|
|
|
#include <com/sun/star/lang/XComponent.hpp>
|
|
|
|
#endif
|
2001-04-26 10:54:33 +00:00
|
|
|
#ifndef _COM_SUN_STAR_BEANS_XPROPERTYSET_HPP_
|
|
|
|
#include <com/sun/star/beans/XPropertySet.hpp>
|
|
|
|
#endif
|
2004-08-02 15:00:33 +00:00
|
|
|
#ifndef _COM_SUN_STAR_SDBC_XCONNECTION_HPP_
|
2001-08-16 13:10:12 +00:00
|
|
|
#include <com/sun/star/sdbc/XConnection.hpp>
|
2004-08-02 15:00:33 +00:00
|
|
|
#endif
|
|
|
|
#ifndef _COM_SUN_STAR_FRAME_XCOMPONENTLOADER_HPP_
|
|
|
|
#include <com/sun/star/frame/XComponentLoader.hpp>
|
|
|
|
#endif
|
|
|
|
#ifndef _COM_SUN_STAR_UCB_XCONTENT_HPP_
|
|
|
|
#include <com/sun/star/ucb/XContent.hpp>
|
|
|
|
#endif
|
2001-04-26 10:54:33 +00:00
|
|
|
#ifndef _LINK_HXX
|
|
|
|
#include <tools/link.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _STRING_HXX
|
|
|
|
#include <tools/string.hxx>
|
|
|
|
#endif
|
|
|
|
|
|
|
|
class Window;
|
|
|
|
//......................................................................
|
|
|
|
namespace dbaui
|
|
|
|
{
|
|
|
|
//......................................................................
|
|
|
|
|
|
|
|
//==================================================================
|
|
|
|
//= OLinkedDocumentsAccess
|
|
|
|
//==================================================================
|
|
|
|
class OLinkedDocumentsAccess
|
|
|
|
{
|
|
|
|
protected:
|
|
|
|
::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >
|
|
|
|
m_xORB;
|
|
|
|
::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess >
|
|
|
|
m_xDocumentContainer;
|
2004-08-02 15:00:33 +00:00
|
|
|
::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection>
|
|
|
|
m_xConnection;
|
2006-06-20 02:18:03 +00:00
|
|
|
Window* m_pDialogParent;
|
2001-04-26 10:54:33 +00:00
|
|
|
String m_sCurrentlyEditing;
|
2005-03-10 15:51:50 +00:00
|
|
|
::rtl::OUString
|
|
|
|
m_sDataSourceName;
|
2001-04-26 10:54:33 +00:00
|
|
|
|
|
|
|
public:
|
|
|
|
OLinkedDocumentsAccess(
|
2004-08-02 15:00:33 +00:00
|
|
|
Window* _pDialogParent
|
|
|
|
,const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& _rxORB
|
|
|
|
,const ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess >& _rxContainer
|
|
|
|
,const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection>& _xConnection
|
2005-03-10 15:51:50 +00:00
|
|
|
,const ::rtl::OUString& _sDataSourceName
|
2004-08-02 15:00:33 +00:00
|
|
|
);
|
2005-09-23 11:35:34 +00:00
|
|
|
~OLinkedDocumentsAccess();
|
2001-04-26 10:54:33 +00:00
|
|
|
|
2005-01-21 16:19:08 +00:00
|
|
|
enum EOpenMode
|
|
|
|
{
|
|
|
|
OPEN_NORMAL,
|
|
|
|
OPEN_DESIGN,
|
|
|
|
OPEN_FORMAIL
|
|
|
|
};
|
|
|
|
|
2005-03-10 15:51:50 +00:00
|
|
|
sal_Bool isConnected() const { return m_xConnection.is(); }
|
|
|
|
|
2004-08-02 15:00:33 +00:00
|
|
|
::com::sun::star::uno::Reference< ::com::sun::star::lang::XComponent> open(const ::rtl::OUString& _rLinkName
|
|
|
|
,::com::sun::star::uno::Reference< ::com::sun::star::lang::XComponent>& _xDefinition
|
2005-01-21 16:19:08 +00:00
|
|
|
, EOpenMode _eOpenMode = OPEN_NORMAL);
|
2004-08-02 15:00:33 +00:00
|
|
|
|
|
|
|
::com::sun::star::uno::Reference< ::com::sun::star::lang::XComponent> newForm(sal_Int32 _nNewFormId
|
|
|
|
,::com::sun::star::uno::Reference< ::com::sun::star::lang::XComponent>& _xDefinition);
|
2001-04-26 10:54:33 +00:00
|
|
|
|
2005-04-06 10:40:21 +00:00
|
|
|
::com::sun::star::uno::Reference< ::com::sun::star::lang::XComponent> newWithPilot(
|
2005-03-10 15:51:50 +00:00
|
|
|
const char* _pWizardService
|
2005-04-06 10:40:21 +00:00
|
|
|
,::com::sun::star::uno::Reference< ::com::sun::star::lang::XComponent>& _xDefinition
|
2005-03-10 15:51:50 +00:00
|
|
|
,const sal_Int32 _nCommandType = -1
|
|
|
|
,const ::rtl::OUString& _rObjectName = ::rtl::OUString()
|
|
|
|
);
|
|
|
|
|
2005-04-06 10:40:21 +00:00
|
|
|
::com::sun::star::uno::Reference< ::com::sun::star::lang::XComponent> newFormWithPilot(
|
|
|
|
::com::sun::star::uno::Reference< ::com::sun::star::lang::XComponent>& _xDefinition
|
|
|
|
,const sal_Int32 _nCommandType = -1
|
2005-03-10 15:51:50 +00:00
|
|
|
,const ::rtl::OUString& _rObjectName = ::rtl::OUString()
|
2001-08-16 13:10:12 +00:00
|
|
|
);
|
2005-04-06 10:40:21 +00:00
|
|
|
::com::sun::star::uno::Reference< ::com::sun::star::lang::XComponent> newReportWithPilot(
|
|
|
|
::com::sun::star::uno::Reference< ::com::sun::star::lang::XComponent>& _xDefinition
|
|
|
|
,const sal_Int32 _nCommandType = -1
|
2005-03-10 15:51:50 +00:00
|
|
|
,const ::rtl::OUString& _rObjectName = ::rtl::OUString()
|
2004-05-19 12:55:15 +00:00
|
|
|
);
|
2005-03-10 15:51:50 +00:00
|
|
|
void newQueryWithPilot(
|
|
|
|
const sal_Int32 _nCommandType = -1
|
|
|
|
,const ::rtl::OUString& _rObjectName = ::rtl::OUString()
|
2002-07-25 05:53:05 +00:00
|
|
|
);
|
2004-10-27 12:06:49 +00:00
|
|
|
|
2005-03-10 15:51:50 +00:00
|
|
|
void newTableWithPilot();
|
2004-10-27 12:06:49 +00:00
|
|
|
|
2001-04-26 10:54:33 +00:00
|
|
|
enum RESULT
|
|
|
|
{
|
|
|
|
ERROR,
|
|
|
|
SUCCESS,
|
|
|
|
CANCEL
|
|
|
|
};
|
2004-08-02 15:00:33 +00:00
|
|
|
::com::sun::star::uno::Reference< ::com::sun::star::lang::XComponent> implOpen(const ::rtl::OUString& _rLinkName
|
|
|
|
,::com::sun::star::uno::Reference< ::com::sun::star::lang::XComponent>& _xDefinition
|
2005-01-21 16:19:08 +00:00
|
|
|
, EOpenMode _eOpenMode);
|
2001-04-26 10:54:33 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
//......................................................................
|
|
|
|
} // namespace dbaui
|
|
|
|
//......................................................................
|
|
|
|
|
|
|
|
#endif // _DBAUI_LINKEDDOCUMENTS_HXX_
|
|
|
|
|