2000-09-18 16:07:07 +00:00
|
|
|
|
/*************************************************************************
|
|
|
|
|
*
|
|
|
|
|
* $RCSfile: fmview.cxx,v $
|
|
|
|
|
*
|
2001-07-25 12:44:28 +00:00
|
|
|
|
* $Revision: 1.17 $
|
2000-09-18 16:07:07 +00:00
|
|
|
|
*
|
2001-07-25 12:44:28 +00:00
|
|
|
|
* last change: $Author: fs $ $Date: 2001-07-25 13:43:36 $
|
2000-09-18 16:07:07 +00:00
|
|
|
|
*
|
|
|
|
|
* The Contents of this file are made available subject to the terms of
|
|
|
|
|
* either of the following licenses
|
|
|
|
|
*
|
|
|
|
|
* - GNU Lesser General Public License Version 2.1
|
|
|
|
|
* - Sun Industry Standards Source License Version 1.1
|
|
|
|
|
*
|
|
|
|
|
* Sun Microsystems Inc., October, 2000
|
|
|
|
|
*
|
|
|
|
|
* GNU Lesser General Public License Version 2.1
|
|
|
|
|
* =============================================
|
|
|
|
|
* Copyright 2000 by Sun Microsystems, Inc.
|
|
|
|
|
* 901 San Antonio Road, Palo Alto, CA 94303, USA
|
|
|
|
|
*
|
|
|
|
|
* 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
|
|
|
|
|
*
|
|
|
|
|
*
|
|
|
|
|
* Sun Industry Standards Source License Version 1.1
|
|
|
|
|
* =================================================
|
|
|
|
|
* The contents of this file are subject to the Sun Industry Standards
|
|
|
|
|
* Source License Version 1.1 (the "License"); You may not use this file
|
|
|
|
|
* except in compliance with the License. You may obtain a copy of the
|
|
|
|
|
* License at http://www.openoffice.org/license.html.
|
|
|
|
|
*
|
|
|
|
|
* Software provided under this License is provided on an "AS IS" basis,
|
|
|
|
|
* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
|
|
|
|
|
* WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
|
|
|
|
|
* MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
|
|
|
|
|
* See the License for the specific provisions governing your rights and
|
|
|
|
|
* obligations concerning the Software.
|
|
|
|
|
*
|
|
|
|
|
* The Initial Developer of the Original Code is: Sun Microsystems, Inc.
|
|
|
|
|
*
|
|
|
|
|
* Copyright: 2000 by Sun Microsystems, Inc.
|
|
|
|
|
*
|
|
|
|
|
* All Rights Reserved.
|
|
|
|
|
*
|
|
|
|
|
* Contributor(s): _______________________________________
|
|
|
|
|
*
|
|
|
|
|
*
|
|
|
|
|
************************************************************************/
|
|
|
|
|
#pragma hdrstop
|
|
|
|
|
|
2000-10-20 13:18:57 +00:00
|
|
|
|
#ifndef _COMPHELPER_STLTYPES_HXX_
|
|
|
|
|
#include <comphelper/stl_types.hxx>
|
2000-09-18 16:07:07 +00:00
|
|
|
|
#endif
|
2000-10-20 13:18:57 +00:00
|
|
|
|
#ifndef _COMPHELPER_NUMBERS_HXX_
|
|
|
|
|
#include <comphelper/numbers.hxx>
|
2000-09-18 16:07:07 +00:00
|
|
|
|
#endif
|
2000-10-20 13:18:57 +00:00
|
|
|
|
#ifndef _COMPHELPER_PROPERTY_HXX_
|
|
|
|
|
#include <comphelper/property.hxx>
|
2000-09-18 16:07:07 +00:00
|
|
|
|
#endif
|
2000-10-20 13:18:57 +00:00
|
|
|
|
#ifndef _CONNECTIVITY_DBTOOLS_HXX_
|
|
|
|
|
#include <connectivity/dbtools.hxx>
|
2000-09-18 16:07:07 +00:00
|
|
|
|
#endif
|
|
|
|
|
#ifndef _CPPUHELPER_SERVICEFACTORY_HXX_
|
|
|
|
|
#include <cppuhelper/servicefactory.hxx>
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifndef _EHDL_HXX
|
|
|
|
|
#include <svtools/ehdl.hxx>
|
|
|
|
|
#endif
|
|
|
|
|
|
2001-06-05 09:47:57 +00:00
|
|
|
|
#ifndef _COM_SUN_STAR_SDB_SQLCONTEXT_HPP_
|
|
|
|
|
#include <com/sun/star/sdb/SQLContext.hpp>
|
|
|
|
|
#endif
|
2000-09-18 16:07:07 +00:00
|
|
|
|
#ifndef _COM_SUN_STAR_UNO_XNAMINGSERVICE_HPP_
|
|
|
|
|
#include <com/sun/star/uno/XNamingService.hpp>
|
|
|
|
|
#endif
|
|
|
|
|
#ifndef _COM_SUN_STAR_SDBC_XPREPAREDSTATEMENT_HPP_
|
|
|
|
|
#include <com/sun/star/sdbc/XPreparedStatement.hpp>
|
|
|
|
|
#endif
|
|
|
|
|
#ifndef _COM_SUN_STAR_SDB_XQUERIESSUPPLIER_HPP_
|
|
|
|
|
#include <com/sun/star/sdb/XQueriesSupplier.hpp>
|
|
|
|
|
#endif
|
|
|
|
|
#ifndef _COM_SUN_STAR_SDDB_XTABLESSUPPLIER_HPP_
|
|
|
|
|
#include <com/sun/star/sdbcx/XTablesSupplier.hpp>
|
|
|
|
|
#endif
|
|
|
|
|
#ifndef _COM_SUN_STAR_SDBC_XCONNECTION_HPP_
|
|
|
|
|
#include <com/sun/star/sdbc/XConnection.hpp>
|
|
|
|
|
#endif
|
|
|
|
|
#ifndef _COM_SUN_STAR_SDBC_DATATYPE_HPP_
|
|
|
|
|
#include <com/sun/star/sdbc/DataType.hpp>
|
|
|
|
|
#endif
|
|
|
|
|
#ifndef _COM_SUN_STAR_FORM_XLOADABLE_HPP_
|
|
|
|
|
#include <com/sun/star/form/XLoadable.hpp>
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifndef _COM_SUN_STAR_FORM_XRESET_HPP_
|
|
|
|
|
#include <com/sun/star/form/XReset.hpp>
|
|
|
|
|
#endif
|
|
|
|
|
#ifndef _COM_SUN_STAR_UTIL_XNUMBERFORMATSSUPPLIER_HPP_
|
|
|
|
|
#include <com/sun/star/util/XNumberFormatsSupplier.hpp>
|
|
|
|
|
#endif
|
|
|
|
|
#ifndef _COM_SUN_STAR_UTIL_XNUMBERFORMATS_HPP_
|
|
|
|
|
#include <com/sun/star/util/XNumberFormats.hpp>
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifndef _SVX_FMVWIMP_HXX
|
|
|
|
|
#include "fmvwimp.hxx"
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifndef _SFX_OBJSH_HXX //autogen
|
|
|
|
|
#include <sfx2/objsh.hxx>
|
|
|
|
|
#endif
|
2000-09-21 11:31:31 +00:00
|
|
|
|
#ifndef _SFXVIEWSH_HXX
|
|
|
|
|
#include <sfx2/viewsh.hxx>
|
|
|
|
|
#endif
|
|
|
|
|
#ifndef _SFXVIEWFRM_HXX
|
|
|
|
|
#include <sfx2/viewfrm.hxx>
|
|
|
|
|
#endif
|
|
|
|
|
#ifndef _SFX_BINDINGS_HXX
|
2000-09-18 16:07:07 +00:00
|
|
|
|
#include <sfx2/bindings.hxx>
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifndef _SFXDISPATCH_HXX //autogen
|
|
|
|
|
#include <sfx2/dispatch.hxx>
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifndef _SB_SBUNO_HXX
|
|
|
|
|
#include <basic/sbuno.hxx>
|
|
|
|
|
#endif
|
|
|
|
|
#ifndef _SFX_MACROCONF_HXX //autogen
|
|
|
|
|
#include <sfx2/macrconf.hxx>
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifndef _SBXCLASS_HXX //autogen
|
|
|
|
|
#include <svtools/sbx.hxx>
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifndef _SVX_DIALMGR_HXX //autogen
|
|
|
|
|
#include "dialmgr.hxx"
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifndef _SVX_FMITEMS_HXX
|
|
|
|
|
#include "fmitems.hxx"
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifndef _SVDITER_HXX //autogen
|
|
|
|
|
#include "svditer.hxx"
|
|
|
|
|
#endif
|
|
|
|
|
#ifndef _SVDPAGV_HXX //autogen
|
|
|
|
|
#include "svdpagv.hxx"
|
|
|
|
|
#endif
|
|
|
|
|
#ifndef _SVDOGRP_HXX //autogen
|
|
|
|
|
#include <svdogrp.hxx>
|
|
|
|
|
#endif
|
|
|
|
|
#ifndef _FM_FMVIEW_HXX
|
|
|
|
|
#include "fmview.hxx"
|
|
|
|
|
#endif
|
|
|
|
|
#ifndef _FM_FMMODEL_HXX
|
|
|
|
|
#include "fmmodel.hxx"
|
|
|
|
|
#endif
|
|
|
|
|
#ifndef _FM_FMPAGE_HXX
|
|
|
|
|
#include "fmpage.hxx"
|
|
|
|
|
#endif
|
|
|
|
|
#ifndef _SVX_FMSHELL_HXX
|
|
|
|
|
#include "fmshell.hxx"
|
|
|
|
|
#endif
|
|
|
|
|
#ifndef _SVX_FMPGEIMP_HXX
|
|
|
|
|
#include "fmpgeimp.hxx"
|
|
|
|
|
#endif
|
|
|
|
|
#ifndef _SVX_FMGLOB_HXX
|
|
|
|
|
#include "fmglob.hxx"
|
|
|
|
|
#endif
|
|
|
|
|
#ifndef _SVX_FMOBJ_HXX
|
|
|
|
|
#include "fmobj.hxx"
|
|
|
|
|
#endif
|
|
|
|
|
#ifndef _SVX_FMTOOLS_HXX
|
|
|
|
|
#include "fmtools.hxx"
|
|
|
|
|
#endif
|
|
|
|
|
#ifndef _SVX_FMSHIMP_HXX
|
|
|
|
|
#include "fmshimp.hxx"
|
|
|
|
|
#endif
|
|
|
|
|
#ifndef _SVX_FMSERVS_HXX
|
|
|
|
|
#include "fmservs.hxx"
|
|
|
|
|
#endif
|
|
|
|
|
#ifndef _SVX_FMPROP_HRC
|
|
|
|
|
#include "fmprop.hrc"
|
|
|
|
|
#endif
|
|
|
|
|
#ifndef _SVX_FMUNDO_HXX
|
|
|
|
|
#include "fmundo.hxx"
|
|
|
|
|
#endif // _SVX_FMUNDO_HXX
|
|
|
|
|
|
|
|
|
|
#ifndef _MULTIPRO_HXX
|
|
|
|
|
#include "multipro.hxx"
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifndef _SVX_FMRESIDS_HRC
|
|
|
|
|
#include "fmresids.hrc"
|
|
|
|
|
#endif
|
|
|
|
|
|
2000-10-20 13:18:57 +00:00
|
|
|
|
#ifndef _COMPHELPER_PROCESSFACTORY_HXX_
|
|
|
|
|
#include <comphelper/processfactory.hxx>
|
2000-09-18 16:07:07 +00:00
|
|
|
|
#endif
|
|
|
|
|
|
2001-06-15 08:55:48 +00:00
|
|
|
|
#ifndef _COM_SUN_STAR_UI_DIALOGS_XEXECUTABLEDIALOG_HPP_
|
|
|
|
|
#include <com/sun/star/ui/dialogs/XExecutableDialog.hpp>
|
2001-02-21 12:48:08 +00:00
|
|
|
|
#endif
|
|
|
|
|
#ifndef _COM_SUN_STAR_BEANS_PROPERTYVALUE_HPP_
|
|
|
|
|
#include <com/sun/star/beans/PropertyValue.hpp>
|
|
|
|
|
#endif
|
|
|
|
|
#ifndef _COM_SUN_STAR_BEANS_PROPERTYSTATE_HPP_
|
|
|
|
|
#include <com/sun/star/beans/PropertyState.hpp>
|
|
|
|
|
#endif
|
2000-09-18 16:07:07 +00:00
|
|
|
|
#ifndef _ISOLANG_HXX
|
|
|
|
|
#include <tools/isolang.hxx>
|
|
|
|
|
#endif
|
|
|
|
|
#ifndef _SV_SVAPP_HXX
|
|
|
|
|
#include <vcl/svapp.hxx>
|
|
|
|
|
#endif
|
|
|
|
|
#ifndef _URLOBJ_HXX
|
|
|
|
|
#include <tools/urlobj.hxx>
|
|
|
|
|
#endif
|
2001-02-21 12:48:08 +00:00
|
|
|
|
#ifndef _VCL_STDTEXT_HXX
|
|
|
|
|
#include <vcl/stdtext.hxx>
|
|
|
|
|
#endif
|
2001-06-05 09:47:57 +00:00
|
|
|
|
#ifndef _DBHELPER_DBEXCEPTION_HXX_
|
|
|
|
|
#include <connectivity/dbexception.hxx>
|
|
|
|
|
#endif
|
|
|
|
|
#ifndef _CONNECTIVITY_DBTOOLS_HXX_
|
|
|
|
|
#include <connectivity/dbtools.hxx>
|
|
|
|
|
#endif
|
2000-09-18 16:07:07 +00:00
|
|
|
|
|
2000-11-15 13:55:12 +00:00
|
|
|
|
using namespace ::com::sun::star::uno;
|
|
|
|
|
using namespace ::com::sun::star::lang;
|
|
|
|
|
using namespace ::com::sun::star::sdbc;
|
|
|
|
|
using namespace ::com::sun::star::sdb;
|
2001-06-15 08:55:48 +00:00
|
|
|
|
using namespace ::com::sun::star::ui::dialogs;
|
2001-02-21 12:48:08 +00:00
|
|
|
|
using namespace ::com::sun::star::beans;
|
|
|
|
|
using namespace ::com::sun::star::container;
|
|
|
|
|
using namespace ::com::sun::star::form;
|
2001-06-05 09:47:57 +00:00
|
|
|
|
using namespace ::com::sun::star::util;
|
2000-12-18 07:22:38 +00:00
|
|
|
|
using namespace ::svxform;
|
2001-06-05 09:47:57 +00:00
|
|
|
|
using namespace ::dbtools;
|
2000-11-15 13:55:12 +00:00
|
|
|
|
|
|
|
|
|
void getConnectionSpecs(const Reference< XConnection >& _rxConn, ::rtl::OUString& rURL, ::rtl::OUString& _rRegisteredTitle)
|
2000-09-18 16:07:07 +00:00
|
|
|
|
{
|
2000-11-15 13:55:12 +00:00
|
|
|
|
Reference< ::com::sun::star::beans::XPropertySet > xURLSupplier(_rxConn, UNO_QUERY);
|
2000-10-20 13:18:57 +00:00
|
|
|
|
if (!::comphelper::hasProperty(FM_PROP_URL, xURLSupplier))
|
2000-09-18 16:07:07 +00:00
|
|
|
|
{
|
2000-11-15 13:55:12 +00:00
|
|
|
|
Reference< ::com::sun::star::container::XChild > xChild(_rxConn, UNO_QUERY);
|
2000-09-18 16:07:07 +00:00
|
|
|
|
if (xChild.is())
|
2000-11-15 13:55:12 +00:00
|
|
|
|
xURLSupplier = Reference< ::com::sun::star::beans::XPropertySet >(xChild->getParent(), UNO_QUERY);
|
2000-09-18 16:07:07 +00:00
|
|
|
|
}
|
2000-10-20 13:18:57 +00:00
|
|
|
|
if (::comphelper::hasProperty(FM_PROP_URL, xURLSupplier))
|
2000-09-18 16:07:07 +00:00
|
|
|
|
{
|
2001-06-05 09:47:57 +00:00
|
|
|
|
try { rURL = ::comphelper::getString(xURLSupplier->getPropertyValue(FM_PROP_URL)); } catch(const Exception&) { }
|
2000-09-18 16:07:07 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if (rURL.getLength())
|
2000-11-06 06:19:53 +00:00
|
|
|
|
_rRegisteredTitle = rURL;
|
2000-09-18 16:07:07 +00:00
|
|
|
|
}
|
|
|
|
|
|
2001-06-05 09:47:57 +00:00
|
|
|
|
namespace svxform
|
|
|
|
|
{
|
|
|
|
|
//========================================================================
|
|
|
|
|
class OAutoDispose
|
|
|
|
|
{
|
|
|
|
|
protected:
|
|
|
|
|
Reference< XComponent > m_xComp;
|
|
|
|
|
|
|
|
|
|
public:
|
|
|
|
|
OAutoDispose( const Reference< XInterface > _rxObject );
|
|
|
|
|
~OAutoDispose();
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
//------------------------------------------------------------------------
|
|
|
|
|
OAutoDispose::OAutoDispose( const Reference< XInterface > _rxObject )
|
|
|
|
|
:m_xComp(_rxObject, UNO_QUERY)
|
|
|
|
|
{
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
//------------------------------------------------------------------------
|
|
|
|
|
OAutoDispose::~OAutoDispose()
|
|
|
|
|
{
|
|
|
|
|
if (m_xComp.is())
|
|
|
|
|
m_xComp->dispose();
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
//========================================================================
|
2000-09-18 16:07:07 +00:00
|
|
|
|
//------------------------------------------------------------------------
|
|
|
|
|
TYPEINIT1(FmFormView, E3dView);
|
|
|
|
|
|
|
|
|
|
//------------------------------------------------------------------------
|
|
|
|
|
FmFormView::FmFormView( FmFormModel* pModel, OutputDevice* pOut )
|
|
|
|
|
:E3dView(pModel,pOut)
|
|
|
|
|
{
|
|
|
|
|
Init();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
//------------------------------------------------------------------------
|
|
|
|
|
FmFormView::FmFormView( FmFormModel* pModel, ExtOutputDevice* pXOut )
|
|
|
|
|
:E3dView( pModel, pXOut )
|
|
|
|
|
{
|
|
|
|
|
Init();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
//------------------------------------------------------------------------
|
|
|
|
|
FmFormView::FmFormView( FmFormModel* pModel )
|
|
|
|
|
:E3dView( pModel )
|
|
|
|
|
{
|
|
|
|
|
Init();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
//------------------------------------------------------------------------
|
|
|
|
|
void FmFormView::Init()
|
|
|
|
|
{
|
|
|
|
|
pFormShell = NULL;
|
2000-11-06 06:19:53 +00:00
|
|
|
|
pImpl = new FmXFormView(::comphelper::getProcessServiceFactory(),this);
|
2000-09-18 16:07:07 +00:00
|
|
|
|
pImpl->acquire();
|
|
|
|
|
|
|
|
|
|
//////////////////////////////////////////////////////////////////////
|
|
|
|
|
// Model setzen
|
|
|
|
|
SdrModel* pModel = GetModel();
|
|
|
|
|
|
|
|
|
|
DBG_ASSERT( pModel->ISA(FmFormModel), "Falsches Model" );
|
|
|
|
|
if( !pModel->ISA(FmFormModel) ) return;
|
|
|
|
|
FmFormModel* pFormModel = (FmFormModel*)pModel;
|
|
|
|
|
|
|
|
|
|
//////////////////////////////////////////////////////////////////////
|
|
|
|
|
// DesignMode vom Model holen
|
|
|
|
|
sal_Bool bInitDesignMode = pFormModel->GetOpenInDesignMode();
|
|
|
|
|
SfxObjectShell* pObjShell = pFormModel->GetObjectShell();
|
|
|
|
|
sal_Bool bReadOnly = sal_False;
|
|
|
|
|
if( pObjShell )
|
|
|
|
|
bReadOnly = pObjShell->IsReadOnly();
|
|
|
|
|
if( bReadOnly )
|
|
|
|
|
bInitDesignMode = sal_False;
|
|
|
|
|
|
|
|
|
|
// dieses wird in der Shell vorgenommen
|
|
|
|
|
// bDesignMode = !bInitDesignMode; // erzwingt, dass SetDesignMode ausgefuehrt wird
|
|
|
|
|
SetDesignMode( bInitDesignMode );
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
//------------------------------------------------------------------------
|
|
|
|
|
FmFormView::~FmFormView()
|
|
|
|
|
{
|
|
|
|
|
pImpl->release();
|
|
|
|
|
|
|
|
|
|
// Bei der Shell abmelden
|
|
|
|
|
if( pFormShell )
|
|
|
|
|
pFormShell->SetView( NULL );
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
//------------------------------------------------------------------------
|
|
|
|
|
void FmFormView::MarkListHasChanged()
|
|
|
|
|
{
|
|
|
|
|
E3dView::MarkListHasChanged();
|
|
|
|
|
|
|
|
|
|
if (pFormShell && IsDesignMode())
|
|
|
|
|
pFormShell->GetImpl()->SetSelectionDelayed(this);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
//------------------------------------------------------------------------
|
|
|
|
|
void FmFormView::AddWin(OutputDevice* pWin1)
|
|
|
|
|
{
|
|
|
|
|
E3dView::AddWin(pWin1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
//------------------------------------------------------------------------
|
|
|
|
|
void FmFormView::DelWin(OutputDevice* pWin1)
|
|
|
|
|
{
|
|
|
|
|
E3dView::DelWin(pWin1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
//------------------------------------------------------------------------
|
|
|
|
|
void FmFormView::ChangeDesignMode(sal_Bool bDesign)
|
|
|
|
|
{
|
|
|
|
|
if (bDesign == IsDesignMode())
|
|
|
|
|
return;
|
|
|
|
|
|
|
|
|
|
FmFormModel* pModel = PTR_CAST(FmFormModel, GetModel());
|
|
|
|
|
if (pModel)
|
|
|
|
|
{ // fuer die Zeit des Uebergangs das Undo-Environment ausschalten, das sichert, dass man dort auch nicht-transiente
|
|
|
|
|
// Properties mal eben aendern kann (sollte allerdings mit Vorsicht genossen und beim Rueckschalten des Modes
|
|
|
|
|
// auch immer wieder rueckgaegig gemacht werden. Ein Beispiel ist das Setzen der maximalen Text-Laenge durch das
|
|
|
|
|
// FmXEditModel an seinem Control.)
|
|
|
|
|
pModel->GetUndoEnv().Lock();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// Reihenfolge beim umsetzen !Designmode
|
|
|
|
|
// a.) Datenbankforms laden
|
|
|
|
|
// b.) Designmode an die ::com::sun::star::sdbcx::View weitergeben
|
|
|
|
|
// c.) Controls aktivieren
|
|
|
|
|
|
|
|
|
|
SdrPageView* pCurPageView = GetPageViewPvNum(0);
|
|
|
|
|
FmFormPage* pCurPage = pCurPageView ? PTR_CAST(FmFormPage,pCurPageView->GetPage()) : NULL;
|
|
|
|
|
|
|
|
|
|
if (pCurPage && bDesign)
|
|
|
|
|
{
|
|
|
|
|
DeactivateControls(pCurPageView);
|
|
|
|
|
pImpl->Deactivate(pCurPageView);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// <20>ber all angemeldeten Pages iterieren
|
|
|
|
|
// nur die aktive wird umgeschaltet
|
|
|
|
|
sal_uInt16 nCount = GetPageViewCount();
|
|
|
|
|
for (sal_uInt16 i = 0; i < nCount; i++)
|
|
|
|
|
{
|
|
|
|
|
FmFormPage* pPage = PTR_CAST(FmFormPage,GetPageViewPvNum(i)->GetPage());
|
|
|
|
|
if (pPage)
|
|
|
|
|
{
|
|
|
|
|
// Un/Load all forms
|
2000-11-15 13:55:12 +00:00
|
|
|
|
Reference< ::com::sun::star::container::XIndexAccess > xForms(((FmFormPage*)pPage)->GetForms(), UNO_QUERY);
|
2000-09-18 16:07:07 +00:00
|
|
|
|
|
|
|
|
|
// during load the environment covers the error handling
|
|
|
|
|
if (!bDesign)
|
|
|
|
|
ActivateControls(pCurPageView);
|
|
|
|
|
|
2000-11-15 13:55:12 +00:00
|
|
|
|
Reference< ::com::sun::star::form::XReset > xReset;
|
2000-09-18 16:07:07 +00:00
|
|
|
|
for (sal_Int32 i = 0, nCount = xForms->getCount(); i < nCount; i++)
|
|
|
|
|
{
|
2000-11-07 12:16:50 +00:00
|
|
|
|
xForms->getByIndex(i) >>= xReset;
|
2001-04-20 15:13:35 +00:00
|
|
|
|
Reference< XLoadable > xLoad(xReset, UNO_QUERY);
|
|
|
|
|
if (!xLoad.is())
|
|
|
|
|
continue;
|
2000-09-18 16:07:07 +00:00
|
|
|
|
|
|
|
|
|
if (bDesign)
|
|
|
|
|
{
|
2001-04-20 15:13:35 +00:00
|
|
|
|
if (xLoad->isLoaded())
|
2000-09-18 16:07:07 +00:00
|
|
|
|
xLoad->unload();
|
|
|
|
|
|
2001-04-20 15:13:35 +00:00
|
|
|
|
xReset->reset();
|
2000-09-18 16:07:07 +00:00
|
|
|
|
}
|
|
|
|
|
else
|
|
|
|
|
{
|
|
|
|
|
if (::isLoadable(xLoad) && !xLoad->isLoaded())
|
|
|
|
|
xLoad->load();
|
2001-04-20 15:13:35 +00:00
|
|
|
|
|
|
|
|
|
pImpl->smartControlReset(Reference< XIndexAccess >(xReset, UNO_QUERY));
|
2000-09-18 16:07:07 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
SetDesignMode(bDesign);
|
|
|
|
|
if (pCurPage)
|
|
|
|
|
{
|
|
|
|
|
if (bDesign)
|
|
|
|
|
{
|
|
|
|
|
//////////////////////////////////////////////////////////////////
|
|
|
|
|
// UnoObjekte neu zeichnen
|
|
|
|
|
if (pCurPageView)
|
|
|
|
|
{
|
|
|
|
|
SdrObjListIter aIter(*pCurPage);
|
|
|
|
|
while( aIter.IsMore() )
|
|
|
|
|
{
|
|
|
|
|
SdrObject* pObj = aIter.Next();
|
|
|
|
|
if (pObj && pObj->IsUnoObj())
|
|
|
|
|
pObj->SendRepaintBroadcast();
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
else
|
|
|
|
|
{
|
|
|
|
|
UnmarkAll();
|
|
|
|
|
|
2000-11-06 06:19:53 +00:00
|
|
|
|
// Erste ::com::sun::star::form aktivieren
|
2000-09-18 16:07:07 +00:00
|
|
|
|
pImpl->Activate(NULL);
|
2001-01-17 08:52:23 +00:00
|
|
|
|
|
|
|
|
|
// set the auto focus to the first control (if indicated by the model to do so)
|
|
|
|
|
sal_Bool bForceControlFocus = pModel ? pModel->GetAutoControlFocus() : sal_False;
|
|
|
|
|
if (bForceControlFocus)
|
|
|
|
|
pImpl->AutoFocus();
|
2000-09-18 16:07:07 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// und mein Undo-Environment wieder an
|
|
|
|
|
if (pModel)
|
|
|
|
|
pModel->GetUndoEnv().UnLock();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
//------------------------------------------------------------------------
|
|
|
|
|
SdrPageView* FmFormView::ShowPage(SdrPage* pPage, const Point& rOffs)
|
|
|
|
|
{
|
|
|
|
|
SdrPageView* pPV = E3dView::ShowPage(pPage, rOffs);
|
|
|
|
|
|
|
|
|
|
if (pPage)
|
|
|
|
|
{
|
|
|
|
|
if (!IsDesignMode())
|
|
|
|
|
{
|
|
|
|
|
// creating the controllers
|
|
|
|
|
ActivateControls(pPV);
|
|
|
|
|
|
|
|
|
|
// Alles deselektieren
|
|
|
|
|
UnmarkAll();
|
|
|
|
|
|
|
|
|
|
// Erste ::com::sun::star::form aktivieren
|
|
|
|
|
pImpl->Activate(pPV);
|
|
|
|
|
} // nur wenn die Shell bereits im DesignMode ist
|
|
|
|
|
else if (pFormShell && pFormShell->IsDesignMode())
|
|
|
|
|
{
|
|
|
|
|
FmXFormShell* pFormShellImpl = pFormShell->GetImpl();
|
2000-11-15 13:55:12 +00:00
|
|
|
|
Reference< ::com::sun::star::container::XIndexAccess > xForms(((FmFormPage*)pPage)->GetForms(), UNO_QUERY);
|
2000-09-18 16:07:07 +00:00
|
|
|
|
pFormShellImpl->ResetForms(xForms, sal_True);
|
|
|
|
|
|
|
|
|
|
// damit der Formular-Navigator auf den Seitenwechsel reagieren kann
|
2000-09-21 11:31:31 +00:00
|
|
|
|
pFormShell->GetViewShell()->GetViewFrame()->GetBindings().Invalidate(SID_FM_FMEXPLORER_CONTROL , sal_True, sal_False);
|
2000-09-18 16:07:07 +00:00
|
|
|
|
|
|
|
|
|
pFormShellImpl->SetSelection(GetMarkList());
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
return pPV;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
//------------------------------------------------------------------------
|
|
|
|
|
void FmFormView::HidePage(SdrPageView* pPV)
|
|
|
|
|
{
|
|
|
|
|
if (!IsDesignMode())
|
|
|
|
|
{
|
|
|
|
|
// Controls wieder deaktivieren
|
|
|
|
|
DeactivateControls(pPV);
|
|
|
|
|
pImpl->Deactivate(pPV);
|
|
|
|
|
}
|
|
|
|
|
E3dView::HidePage(pPV);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
//------------------------------------------------------------------------
|
|
|
|
|
SdrModel* FmFormView::GetMarkedObjModel() const
|
|
|
|
|
{
|
|
|
|
|
return E3dView::GetMarkedObjModel();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
//------------------------------------------------------------------------
|
|
|
|
|
sal_Bool FmFormView::Paste(const SdrModel& rMod, const Point& rPos, SdrObjList* pLst, sal_uInt32 nOptions)
|
|
|
|
|
{
|
|
|
|
|
return E3dView::Paste(rMod, rPos, pLst, nOptions);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
//------------------------------------------------------------------------
|
|
|
|
|
void FmFormView::ActivateControls(SdrPageView* pPageView)
|
|
|
|
|
{
|
|
|
|
|
if (!pPageView) return;
|
|
|
|
|
const SdrPageViewWinList& rWinList = pPageView->GetWinList();
|
|
|
|
|
for (sal_uInt16 i = 0; i < rWinList.GetCount(); i++)
|
|
|
|
|
{
|
|
|
|
|
if (rWinList[i].GetControlList().GetCount())
|
|
|
|
|
{
|
|
|
|
|
pImpl->addWindow(&rWinList[i]);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
//------------------------------------------------------------------------
|
|
|
|
|
void FmFormView::DeactivateControls(SdrPageView* pPageView)
|
|
|
|
|
{
|
|
|
|
|
if( !pPageView ) return;
|
|
|
|
|
const SdrPageViewWinList& rWinList = pPageView->GetWinList();
|
|
|
|
|
for (sal_uInt16 i = 0; i < rWinList.GetCount(); i++)
|
|
|
|
|
{
|
|
|
|
|
if (rWinList[i].GetControlList().GetCount())
|
|
|
|
|
{
|
|
|
|
|
pImpl->removeWindow(rWinList[i].GetControlContainerRef() );
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
//------------------------------------------------------------------------
|
|
|
|
|
void FmFormView::ObjectCreated(FmFormObj* pObj)
|
|
|
|
|
{
|
2001-02-21 12:48:08 +00:00
|
|
|
|
Reference< XPropertySet > xSet(pObj->GetUnoControlModel(), UNO_QUERY);
|
2000-09-18 16:07:07 +00:00
|
|
|
|
if (!xSet.is())
|
|
|
|
|
return;
|
|
|
|
|
|
|
|
|
|
if (!pFormShell->GetImpl()->GetWizardUsing())
|
|
|
|
|
return;
|
|
|
|
|
|
2000-11-15 13:55:12 +00:00
|
|
|
|
Any aValue = xSet->getPropertyValue(FM_PROP_CLASSID);
|
2000-09-18 16:07:07 +00:00
|
|
|
|
|
|
|
|
|
sal_Int16 nClassId;
|
|
|
|
|
if(!(aValue >>= nClassId))
|
2001-02-21 12:48:08 +00:00
|
|
|
|
nClassId = FormComponentType::CONTROL;
|
2000-09-18 16:07:07 +00:00
|
|
|
|
|
2001-02-21 12:48:08 +00:00
|
|
|
|
Reference< XChild > xChild(xSet, UNO_QUERY);
|
2000-11-15 13:55:12 +00:00
|
|
|
|
Reference< XRowSet > xForm(xChild->getParent(), UNO_QUERY);
|
2001-02-21 12:48:08 +00:00
|
|
|
|
String sWizardName;
|
2000-11-15 13:55:12 +00:00
|
|
|
|
Any aObj;
|
2000-09-18 16:07:07 +00:00
|
|
|
|
|
|
|
|
|
switch (nClassId)
|
|
|
|
|
{
|
2001-02-21 12:48:08 +00:00
|
|
|
|
case FormComponentType::GRIDCONTROL:
|
2001-03-05 13:30:05 +00:00
|
|
|
|
sWizardName.AssignAscii("com.sun.star.sdb.GridControlAutoPilot");
|
2000-09-18 16:07:07 +00:00
|
|
|
|
aObj <<= xChild;
|
|
|
|
|
break;
|
2001-02-21 12:48:08 +00:00
|
|
|
|
case FormComponentType::LISTBOX:
|
|
|
|
|
case FormComponentType::COMBOBOX:
|
2001-02-27 16:03:30 +00:00
|
|
|
|
sWizardName.AssignAscii("com.sun.star.sdb.ListComboBoxAutoPilot");
|
|
|
|
|
aObj <<= xChild;
|
|
|
|
|
break;
|
2001-02-21 12:48:08 +00:00
|
|
|
|
case FormComponentType::GROUPBOX:
|
|
|
|
|
sWizardName.AssignAscii("com.sun.star.sdb.GroupBoxAutoPilot");
|
2000-09-18 16:07:07 +00:00
|
|
|
|
aObj <<= xChild;
|
|
|
|
|
break;
|
|
|
|
|
}
|
|
|
|
|
|
2001-02-21 12:48:08 +00:00
|
|
|
|
if (sWizardName.Len() != 0)
|
2000-09-18 16:07:07 +00:00
|
|
|
|
{
|
2001-03-05 13:30:05 +00:00
|
|
|
|
// build the argument list
|
|
|
|
|
Sequence< Any > aWizardArgs(1);
|
|
|
|
|
// the object affected
|
|
|
|
|
aWizardArgs[0] = makeAny(PropertyValue(
|
|
|
|
|
::rtl::OUString::createFromAscii("ObjectModel"),
|
|
|
|
|
0,
|
|
|
|
|
makeAny(xChild),
|
|
|
|
|
PropertyState_DIRECT_VALUE
|
|
|
|
|
));
|
|
|
|
|
|
|
|
|
|
// create the wizard object
|
|
|
|
|
Reference< XExecutableDialog > xWizard;
|
|
|
|
|
try
|
2001-02-21 12:48:08 +00:00
|
|
|
|
{
|
2001-03-05 13:30:05 +00:00
|
|
|
|
Reference< XMultiServiceFactory > xORB = ::comphelper::getProcessServiceFactory();
|
|
|
|
|
xWizard = Reference< XExecutableDialog >(
|
|
|
|
|
::comphelper::getProcessServiceFactory()->createInstanceWithArguments(sWizardName, aWizardArgs),
|
|
|
|
|
UNO_QUERY);
|
2001-02-21 12:48:08 +00:00
|
|
|
|
}
|
2001-03-05 13:30:05 +00:00
|
|
|
|
catch(Exception&)
|
2001-02-21 12:48:08 +00:00
|
|
|
|
{
|
2001-03-05 13:30:05 +00:00
|
|
|
|
}
|
|
|
|
|
if (!xWizard.is())
|
|
|
|
|
{
|
|
|
|
|
ShowServiceNotAvailableError(NULL, sWizardName, sal_True);
|
2001-02-21 12:48:08 +00:00
|
|
|
|
return;
|
2001-03-05 13:30:05 +00:00
|
|
|
|
}
|
2000-09-18 16:07:07 +00:00
|
|
|
|
|
2001-03-05 13:30:05 +00:00
|
|
|
|
// execute the wizard
|
|
|
|
|
try
|
|
|
|
|
{
|
|
|
|
|
xWizard->execute();
|
|
|
|
|
}
|
|
|
|
|
catch(Exception&)
|
|
|
|
|
{
|
|
|
|
|
DBG_ERROR("FmFormView::ObjectCreated: could not execute the AutoPilot!");
|
|
|
|
|
// TODO: real error handling
|
2000-09-18 16:07:07 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
//------------------------------------------------------------------------
|
2000-11-15 13:55:12 +00:00
|
|
|
|
void FmFormView::CreateControlWithLabel(OutputDevice* pOutDev, sal_Int32 nYOffsetMM, Reference< ::com::sun::star::beans::XPropertySet > xField,
|
|
|
|
|
Reference< ::com::sun::star::util::XNumberFormats > xNumberFormats, sal_uInt16 nObjID, const ::rtl::OUString& rFieldPostfix,
|
2000-09-18 16:07:07 +00:00
|
|
|
|
FmFormObj*& pLabel, FmFormObj*& pControl) const
|
|
|
|
|
{
|
2000-10-20 13:18:57 +00:00
|
|
|
|
sal_Int32 nDataType = ::comphelper::getINT32(xField->getPropertyValue(FM_PROP_FIELDTYPE));
|
|
|
|
|
sal_Int32 nFormatKey = ::comphelper::getINT32(xField->getPropertyValue(FM_PROP_FORMATKEY));
|
2000-09-18 16:07:07 +00:00
|
|
|
|
|
2000-11-15 13:55:12 +00:00
|
|
|
|
Any aFieldName(xField->getPropertyValue(FM_PROP_NAME));
|
2000-09-18 16:07:07 +00:00
|
|
|
|
::rtl::OUString sFieldName;
|
|
|
|
|
aFieldName >>= sFieldName;
|
|
|
|
|
|
|
|
|
|
// das Label
|
|
|
|
|
pLabel = (FmFormObj*)SdrObjFactory::MakeNewObject( FmFormInventor, OBJ_FM_FIXEDTEXT, NULL, NULL );
|
2000-11-15 13:55:12 +00:00
|
|
|
|
Reference< ::com::sun::star::beans::XPropertySet > xLabelSet(pLabel->GetUnoControlModel(), UNO_QUERY);
|
|
|
|
|
xLabelSet->setPropertyValue(FM_PROP_LABEL, makeAny(sFieldName + rFieldPostfix));
|
2000-09-18 16:07:07 +00:00
|
|
|
|
|
|
|
|
|
// positionieren unter Beachtung der Einstellungen des Ziel-Output-Devices
|
|
|
|
|
Size aTextSize(pOutDev->GetTextWidth(sFieldName + rFieldPostfix), pOutDev->GetTextHeight());
|
|
|
|
|
|
|
|
|
|
SdrModel* pModel = GetModel();
|
|
|
|
|
MapMode eTargetMode(pOutDev->GetMapMode()),
|
|
|
|
|
eSourceMode(MAP_100TH_MM);
|
|
|
|
|
|
|
|
|
|
// Textbreite ist mindestens 5cm
|
|
|
|
|
// Texthoehe immer halber cm
|
|
|
|
|
Size aDefTxtSize(3000, 500);
|
|
|
|
|
Size aDefSize(4000, 500);
|
|
|
|
|
Size aDefImageSize(4000, 4000);
|
|
|
|
|
// Abstand zwischen Text und Control
|
|
|
|
|
Size aDelta(500, 0);
|
|
|
|
|
|
|
|
|
|
Size aRealSize = pOutDev->LogicToLogic(aTextSize, eTargetMode, eSourceMode);
|
|
|
|
|
aRealSize.Width() = max(aRealSize.Width(), aDefTxtSize.Width()) + aDelta.Width();
|
|
|
|
|
aRealSize.Height()= aDefSize.Height();
|
|
|
|
|
|
|
|
|
|
// je nach Skalierung des Zieldevices muss die Groesse noch normiert werden (#53523#)
|
|
|
|
|
aRealSize.Width() = sal_Int32(Fraction(aRealSize.Width(), 1) * eTargetMode.GetScaleX());
|
|
|
|
|
aRealSize.Height() = sal_Int32(Fraction(aRealSize.Height(), 1) * eTargetMode.GetScaleY());
|
|
|
|
|
pLabel->SetLogicRect(
|
|
|
|
|
Rectangle( pOutDev->LogicToLogic(Point(0, nYOffsetMM), eSourceMode, eTargetMode),
|
|
|
|
|
pOutDev->LogicToLogic(aRealSize, eSourceMode, eTargetMode)
|
|
|
|
|
));
|
|
|
|
|
|
|
|
|
|
// jetzt das Control
|
|
|
|
|
pControl = (FmFormObj*)SdrObjFactory::MakeNewObject( FmFormInventor, nObjID, NULL, NULL );
|
|
|
|
|
|
|
|
|
|
// positionieren
|
|
|
|
|
Size szControlSize;
|
2000-11-15 13:55:12 +00:00
|
|
|
|
if (DataType::BIT == nDataType)
|
2000-09-18 16:07:07 +00:00
|
|
|
|
szControlSize = aDefSize;
|
2000-11-15 13:55:12 +00:00
|
|
|
|
else if (OBJ_FM_IMAGECONTROL == nObjID || DataType::LONGVARCHAR == nDataType)
|
2000-09-18 16:07:07 +00:00
|
|
|
|
szControlSize = aDefImageSize;
|
|
|
|
|
else
|
|
|
|
|
szControlSize = aDefSize;
|
|
|
|
|
|
|
|
|
|
// normieren wie oben
|
|
|
|
|
szControlSize.Width() = sal_Int32(Fraction(szControlSize.Width(), 1) * eTargetMode.GetScaleX());
|
|
|
|
|
szControlSize.Height() = sal_Int32(Fraction(szControlSize.Height(), 1) * eTargetMode.GetScaleY());
|
|
|
|
|
pControl->SetLogicRect(
|
|
|
|
|
Rectangle( pOutDev->LogicToLogic(Point(aRealSize.Width(), nYOffsetMM), eSourceMode, eTargetMode),
|
|
|
|
|
pOutDev->LogicToLogic(szControlSize, eSourceMode, eTargetMode)
|
|
|
|
|
));
|
|
|
|
|
|
|
|
|
|
// ein paar initiale Einstellungen am ControlModel
|
2000-11-15 13:55:12 +00:00
|
|
|
|
Reference< ::com::sun::star::beans::XPropertySet > xControlSet = Reference< ::com::sun::star::beans::XPropertySet > (pControl->GetUnoControlModel(), UNO_QUERY);
|
2000-09-18 16:07:07 +00:00
|
|
|
|
if (xControlSet.is())
|
|
|
|
|
{
|
|
|
|
|
// ein paar numersiche Eigenschaften durchschleifen
|
2000-10-20 13:18:57 +00:00
|
|
|
|
if (::comphelper::hasProperty(FM_PROP_DECIMAL_ACCURACY, xControlSet))
|
2000-09-18 16:07:07 +00:00
|
|
|
|
{
|
|
|
|
|
// Number braucht eine Scale
|
2000-11-15 13:55:12 +00:00
|
|
|
|
Any aScaleVal(::comphelper::getNumberFormatDecimals(xNumberFormats, nFormatKey));
|
2000-09-18 16:07:07 +00:00
|
|
|
|
xControlSet->setPropertyValue(FM_PROP_DECIMAL_ACCURACY, aScaleVal);
|
|
|
|
|
}
|
2000-10-20 13:18:57 +00:00
|
|
|
|
if (::comphelper::hasProperty(FM_PROP_VALUEMIN, xControlSet) && ::comphelper::hasProperty(FM_PROP_VALUEMAX, xControlSet))
|
2000-09-18 16:07:07 +00:00
|
|
|
|
{
|
|
|
|
|
// die minimale/maximale Zahl in diesem Feld
|
|
|
|
|
sal_Int32 nMinValue = -1000000000, nMaxValue = 1000000000;
|
|
|
|
|
switch (nDataType)
|
|
|
|
|
{
|
2000-11-15 13:55:12 +00:00
|
|
|
|
case DataType::TINYINT : nMinValue = 0; nMaxValue = 255; break;
|
|
|
|
|
case DataType::SMALLINT : nMinValue = -32768; nMaxValue = 32767; break;
|
|
|
|
|
case DataType::INTEGER : nMinValue = 0x80000000; nMaxValue = 0x7FFFFFFF; break;
|
2000-09-18 16:07:07 +00:00
|
|
|
|
// um die doubles/singles kuemmere ich mich nicht, da es ein wenig sinnlos ist
|
|
|
|
|
}
|
2001-06-05 09:47:57 +00:00
|
|
|
|
|
|
|
|
|
Reference< XPropertySetInfo > xControlPropInfo = xControlSet->getPropertySetInfo();
|
2000-11-15 13:55:12 +00:00
|
|
|
|
Any aVal;
|
2001-06-05 09:47:57 +00:00
|
|
|
|
|
|
|
|
|
Property aMinProp = xControlPropInfo->getPropertyByName(FM_PROP_VALUEMIN);
|
|
|
|
|
if (aMinProp.Type.getTypeClass() == TypeClass_DOUBLE)
|
|
|
|
|
aVal <<= (double)nMinValue;
|
|
|
|
|
else if (aMinProp.Type.getTypeClass() == TypeClass_LONG)
|
|
|
|
|
aVal <<= (sal_Int32)nMinValue;
|
|
|
|
|
else
|
|
|
|
|
DBG_ERROR("FmFormView::CreateControlWithLabel: unexpected property type (MinValue)!");
|
2000-09-18 16:07:07 +00:00
|
|
|
|
xControlSet->setPropertyValue(FM_PROP_VALUEMIN,aVal);
|
2001-06-05 09:47:57 +00:00
|
|
|
|
|
|
|
|
|
Property aMaxProp = xControlPropInfo->getPropertyByName(FM_PROP_VALUEMAX);
|
|
|
|
|
if (aMaxProp.Type.getTypeClass() == TypeClass_DOUBLE)
|
|
|
|
|
aVal <<= (double)nMaxValue;
|
|
|
|
|
else if (aMaxProp.Type.getTypeClass() == TypeClass_LONG)
|
|
|
|
|
aVal <<= (sal_Int32)nMaxValue;
|
|
|
|
|
else
|
|
|
|
|
DBG_ERROR("FmFormView::CreateControlWithLabel: unexpected property type (MaxValue)!");
|
2000-09-18 16:07:07 +00:00
|
|
|
|
xControlSet->setPropertyValue(FM_PROP_VALUEMAX,aVal);
|
|
|
|
|
}
|
|
|
|
|
|
2000-10-20 13:18:57 +00:00
|
|
|
|
if (::comphelper::hasProperty(FM_PROP_STRICTFORMAT, xControlSet))
|
2000-09-18 16:07:07 +00:00
|
|
|
|
{ // Formatueberpruefung fue numeric fields standardmaessig sal_True
|
|
|
|
|
sal_Bool bB(sal_True);
|
2000-11-15 13:55:12 +00:00
|
|
|
|
Any aVal(&bB,getBooleanCppuType());
|
2000-09-18 16:07:07 +00:00
|
|
|
|
xControlSet->setPropertyValue(FM_PROP_STRICTFORMAT, aVal);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
xControlSet->setPropertyValue(FM_PROP_CONTROLSOURCE, aFieldName);
|
|
|
|
|
xControlSet->setPropertyValue(FM_PROP_NAME, aFieldName);
|
|
|
|
|
|
2000-11-15 13:55:12 +00:00
|
|
|
|
if (nDataType == DataType::LONGVARCHAR)
|
2000-09-18 16:07:07 +00:00
|
|
|
|
{
|
|
|
|
|
sal_Bool bB(sal_True);
|
2000-11-15 13:55:12 +00:00
|
|
|
|
xControlSet->setPropertyValue(FM_PROP_MULTILINE,Any(&bB,getBooleanCppuType()));
|
2000-09-18 16:07:07 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if (nObjID == OBJ_FM_CHECKBOX)
|
|
|
|
|
xControlSet->setPropertyValue(FM_PROP_TRISTATE,
|
2000-11-15 13:55:12 +00:00
|
|
|
|
makeAny(xField->getPropertyValue(FM_PROP_ISNULLABLE))
|
2000-09-18 16:07:07 +00:00
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// announce the label to the control
|
2000-10-20 13:18:57 +00:00
|
|
|
|
if (::comphelper::hasProperty(FM_PROP_CONTROLLABEL, xControlSet))
|
2000-09-18 16:07:07 +00:00
|
|
|
|
{
|
|
|
|
|
// (try-catch as the control may refuse a model without the right service name - which we don't know
|
|
|
|
|
// usually a fixed text we use as label should be accepted, but to be sure ....)
|
|
|
|
|
try
|
|
|
|
|
{
|
2000-11-15 13:55:12 +00:00
|
|
|
|
xControlSet->setPropertyValue(FM_PROP_CONTROLLABEL, makeAny(xLabelSet));
|
2000-09-18 16:07:07 +00:00
|
|
|
|
}
|
2000-11-15 13:55:12 +00:00
|
|
|
|
catch(Exception&)
|
2000-09-18 16:07:07 +00:00
|
|
|
|
{
|
|
|
|
|
DBG_ERROR("FmFormView::CreateControlWithLabel : could not marry the control and the label !");
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
//------------------------------------------------------------------------
|
|
|
|
|
SdrObject* FmFormView::CreateFieldControl(const UniString& rFieldDesc) const
|
|
|
|
|
{
|
|
|
|
|
if (!IsDesignMode())
|
|
|
|
|
return NULL;
|
|
|
|
|
|
|
|
|
|
FmFormPage& rPage = *(FmFormPage*)GetPageViewPvNum(0)->GetPage();
|
|
|
|
|
|
|
|
|
|
// SBA_FIELDEXCHANGE_FORMAT
|
|
|
|
|
// "Datenbankname";"Tabellen/QueryName";1/0(fuer Tabelle/Abfrage);"Feldname"
|
2000-11-15 13:55:12 +00:00
|
|
|
|
::rtl::OUString aDatabaseName = rFieldDesc.GetToken(0,sal_Unicode(11));
|
|
|
|
|
::rtl::OUString aObjectName = rFieldDesc.GetToken(1,sal_Unicode(11));
|
2001-06-05 09:47:57 +00:00
|
|
|
|
sal_uInt16 nObjectType = (sal_uInt16)rFieldDesc.GetToken(2,sal_Unicode(11)).ToInt32();
|
2000-11-15 13:55:12 +00:00
|
|
|
|
::rtl::OUString aFieldName = rFieldDesc.GetToken(3,sal_Unicode(11));
|
2000-09-18 16:07:07 +00:00
|
|
|
|
|
|
|
|
|
if (!aFieldName.getLength() || !aObjectName.getLength() || !aDatabaseName.getLength())
|
|
|
|
|
return NULL;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Einlesen des default workspace
|
2000-11-15 13:55:12 +00:00
|
|
|
|
Reference< XConnection > xConnection;
|
|
|
|
|
Reference< XDataSource > xDataSource;
|
|
|
|
|
Reference< XPreparedStatement > xStatement;
|
|
|
|
|
|
2000-09-18 16:07:07 +00:00
|
|
|
|
|
2000-11-15 13:55:12 +00:00
|
|
|
|
::rtl::OUString sDatabaseName = aDatabaseName;
|
2001-07-25 12:44:28 +00:00
|
|
|
|
SQLErrorEvent aError;
|
2000-11-15 13:55:12 +00:00
|
|
|
|
try
|
|
|
|
|
{
|
2001-07-25 12:44:28 +00:00
|
|
|
|
xDataSource = getDatasourceObject(sDatabaseName, pImpl->getORB());
|
|
|
|
|
xConnection = getDatasourceConnection(sDatabaseName, pImpl->getORB());
|
2000-11-15 13:55:12 +00:00
|
|
|
|
}
|
2001-07-25 12:44:28 +00:00
|
|
|
|
catch(const SQLContext& e) { aError.Reason <<= e; }
|
|
|
|
|
catch(const SQLWarning& e) { aError.Reason <<= e; }
|
|
|
|
|
catch(const SQLException& e) { aError.Reason <<= e; }
|
|
|
|
|
if (aError.Reason.hasValue())
|
2001-06-05 09:47:57 +00:00
|
|
|
|
{
|
2001-07-25 12:44:28 +00:00
|
|
|
|
displayException(aError);
|
2001-06-05 09:47:57 +00:00
|
|
|
|
return NULL;
|
2000-11-15 13:55:12 +00:00
|
|
|
|
}
|
2001-06-05 09:47:57 +00:00
|
|
|
|
|
|
|
|
|
OAutoDispose aDisposeConnection(xConnection.get());
|
|
|
|
|
// automatically dispose the connection when leaving this method
|
|
|
|
|
|
2000-11-15 13:55:12 +00:00
|
|
|
|
if (!xDataSource.is() || !xConnection.is())
|
|
|
|
|
{
|
2001-06-05 09:47:57 +00:00
|
|
|
|
DBG_ERROR("FmGridHeader::FmFormView::CreateFieldControl : could not retrieve the data source or the connection!");
|
2000-11-15 13:55:12 +00:00
|
|
|
|
return NULL;
|
|
|
|
|
}
|
2000-09-18 16:07:07 +00:00
|
|
|
|
try
|
|
|
|
|
{
|
|
|
|
|
// Festellen des Feldes
|
2000-11-15 13:55:12 +00:00
|
|
|
|
Reference< ::com::sun::star::container::XNameAccess > xFields;
|
|
|
|
|
Reference< ::com::sun::star::beans::XPropertySet > xField;
|
2000-09-18 16:07:07 +00:00
|
|
|
|
switch (nObjectType)
|
|
|
|
|
{
|
|
|
|
|
case 0: // old : DataSelectionType_TABLE:
|
|
|
|
|
{
|
2000-11-15 13:55:12 +00:00
|
|
|
|
Reference< ::com::sun::star::sdbcx::XTablesSupplier > xSupplyTables(xConnection, UNO_QUERY);
|
|
|
|
|
Reference< ::com::sun::star::sdbcx::XColumnsSupplier > xSupplyColumns;
|
2000-11-07 12:16:50 +00:00
|
|
|
|
xSupplyTables->getTables()->getByName(aObjectName) >>= xSupplyColumns;
|
2000-09-18 16:07:07 +00:00
|
|
|
|
xFields = xSupplyColumns->getColumns();
|
|
|
|
|
}
|
|
|
|
|
break;
|
|
|
|
|
case 1: // old : DataSelectionType_QUERY:
|
|
|
|
|
{
|
2000-11-15 13:55:12 +00:00
|
|
|
|
Reference< ::com::sun::star::sdb::XQueriesSupplier > xSupplyQueries(xConnection, UNO_QUERY);
|
|
|
|
|
Reference< ::com::sun::star::sdbcx::XColumnsSupplier > xSupplyColumns;
|
2000-11-07 12:16:50 +00:00
|
|
|
|
xSupplyQueries->getQueries()->getByName(aObjectName) >>= xSupplyColumns;
|
2000-09-18 16:07:07 +00:00
|
|
|
|
xFields = xSupplyColumns->getColumns();
|
|
|
|
|
}
|
|
|
|
|
break;
|
|
|
|
|
default:
|
|
|
|
|
{
|
|
|
|
|
xStatement = xConnection->prepareStatement(aObjectName);
|
|
|
|
|
// not interested in any results
|
2000-11-15 13:55:12 +00:00
|
|
|
|
Reference< ::com::sun::star::beans::XPropertySet > (xStatement,UNO_QUERY)->setPropertyValue(::rtl::OUString::createFromAscii("MaxRows"),makeAny(sal_Int32(0)));
|
|
|
|
|
Reference< ::com::sun::star::sdbcx::XColumnsSupplier > xSupplyCols(xStatement->executeQuery(), UNO_QUERY);
|
2000-09-18 16:07:07 +00:00
|
|
|
|
if (xSupplyCols.is())
|
|
|
|
|
xFields = xSupplyCols->getColumns();
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if (xFields.is() && xFields->hasByName(aFieldName))
|
2000-11-07 12:16:50 +00:00
|
|
|
|
xFields->getByName(aFieldName) >>= xField;
|
2000-09-18 16:07:07 +00:00
|
|
|
|
|
2001-07-25 12:44:28 +00:00
|
|
|
|
Reference< ::com::sun::star::util::XNumberFormatsSupplier > xSupplier = OStaticDataAccessTools().getNumberFormats(xConnection, sal_False);
|
2000-11-15 13:55:12 +00:00
|
|
|
|
if (!xSupplier.is() || !xField.is())
|
2000-09-18 16:07:07 +00:00
|
|
|
|
return NULL;
|
|
|
|
|
|
2000-11-15 13:55:12 +00:00
|
|
|
|
Reference< ::com::sun::star::util::XNumberFormats > xNumberFormats(xSupplier->getNumberFormats());
|
2000-09-18 16:07:07 +00:00
|
|
|
|
if (!xNumberFormats.is())
|
|
|
|
|
return NULL;
|
|
|
|
|
|
|
|
|
|
// Vom Feld werden nun zwei Informationen benoetigt:
|
|
|
|
|
// a.) Name des Feldes fuer Label und ControlSource
|
|
|
|
|
// b.) FormatKey, um festzustellen, welches Feld erzeugt werden soll
|
2000-10-20 13:18:57 +00:00
|
|
|
|
sal_Int32 nDataType = ::comphelper::getINT32(xField->getPropertyValue(FM_PROP_FIELDTYPE));
|
|
|
|
|
sal_Int32 nFormatKey = ::comphelper::getINT32(xField->getPropertyValue(FM_PROP_FORMATKEY));
|
2000-09-18 16:07:07 +00:00
|
|
|
|
|
|
|
|
|
::rtl::OUString sLabelPostfix;
|
|
|
|
|
|
|
|
|
|
////////////////////////////////////////////////////////////////
|
|
|
|
|
// nur fuer Textgroesse
|
|
|
|
|
OutputDevice* pOutDev = NULL;
|
|
|
|
|
if (pActualOutDev && pActualOutDev->GetOutDevType() == OUTDEV_WINDOW)
|
|
|
|
|
pOutDev = (OutputDevice*)pActualOutDev;
|
|
|
|
|
else
|
|
|
|
|
{// OutDev suchen
|
|
|
|
|
SdrPageView* pPageView = GetPageViewPvNum(0);
|
|
|
|
|
if( pPageView && !pOutDev )
|
|
|
|
|
{
|
|
|
|
|
const SdrPageViewWinList& rWinList = pPageView->GetWinList();
|
|
|
|
|
for( sal_uInt16 i = 0; i < rWinList.GetCount(); i++ )
|
|
|
|
|
{
|
|
|
|
|
if( rWinList[i].GetOutputDevice()->GetOutDevType() == OUTDEV_WINDOW)
|
|
|
|
|
{
|
|
|
|
|
pOutDev = rWinList[i].GetOutputDevice();
|
|
|
|
|
break;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if (!pOutDev)
|
|
|
|
|
return NULL;
|
|
|
|
|
|
2000-11-15 13:55:12 +00:00
|
|
|
|
if ((DataType::BINARY == nDataType) || (DataType::VARBINARY == nDataType))
|
2000-09-18 16:07:07 +00:00
|
|
|
|
return NULL;
|
2001-06-05 09:47:57 +00:00
|
|
|
|
|
2000-09-18 16:07:07 +00:00
|
|
|
|
//////////////////////////////////////////////////////////////////////
|
|
|
|
|
// Anhand des FormatKeys wird festgestellt, welches Feld benoetigt wird
|
|
|
|
|
sal_uInt16 nOBJID = 0;
|
|
|
|
|
sal_Bool bDateNTimeField = sal_False;
|
|
|
|
|
|
|
|
|
|
sal_Bool bIsCurrency = sal_False;
|
2000-10-20 13:18:57 +00:00
|
|
|
|
if (::comphelper::hasProperty(FM_PROP_ISCURRENCY, xField))
|
|
|
|
|
bIsCurrency = ::comphelper::getBOOL(xField->getPropertyValue(FM_PROP_ISCURRENCY));
|
2000-09-18 16:07:07 +00:00
|
|
|
|
|
|
|
|
|
if (bIsCurrency)
|
|
|
|
|
nOBJID = OBJ_FM_CURRENCYFIELD;
|
|
|
|
|
else
|
|
|
|
|
switch (nDataType)
|
|
|
|
|
{
|
2000-11-15 13:55:12 +00:00
|
|
|
|
case DataType::LONGVARBINARY:
|
2000-09-18 16:07:07 +00:00
|
|
|
|
nOBJID = OBJ_FM_IMAGECONTROL;
|
|
|
|
|
break;
|
2000-11-15 13:55:12 +00:00
|
|
|
|
case DataType::LONGVARCHAR:
|
2000-09-18 16:07:07 +00:00
|
|
|
|
nOBJID = OBJ_FM_EDIT;
|
|
|
|
|
break;
|
2000-11-15 13:55:12 +00:00
|
|
|
|
case DataType::BINARY:
|
|
|
|
|
case DataType::VARBINARY:
|
2000-09-18 16:07:07 +00:00
|
|
|
|
return NULL;
|
2000-11-15 13:55:12 +00:00
|
|
|
|
case DataType::BIT:
|
2000-09-18 16:07:07 +00:00
|
|
|
|
nOBJID = OBJ_FM_CHECKBOX;
|
|
|
|
|
break;
|
2000-11-15 13:55:12 +00:00
|
|
|
|
case DataType::TINYINT:
|
|
|
|
|
case DataType::SMALLINT:
|
|
|
|
|
case DataType::INTEGER:
|
2000-09-18 16:07:07 +00:00
|
|
|
|
nOBJID = OBJ_FM_NUMERICFIELD;
|
|
|
|
|
break;
|
2000-11-15 13:55:12 +00:00
|
|
|
|
case DataType::REAL:
|
|
|
|
|
case DataType::DOUBLE:
|
|
|
|
|
case DataType::NUMERIC:
|
|
|
|
|
case DataType::DECIMAL:
|
2000-09-18 16:07:07 +00:00
|
|
|
|
nOBJID = OBJ_FM_FORMATTEDFIELD;
|
|
|
|
|
break;
|
2000-11-15 13:55:12 +00:00
|
|
|
|
case DataType::TIMESTAMP:
|
2000-09-18 16:07:07 +00:00
|
|
|
|
bDateNTimeField = sal_True;
|
|
|
|
|
sLabelPostfix = UniString(SVX_RES(RID_STR_DATETIME_LABELPOSTFIX)).GetToken(0, ';');
|
|
|
|
|
// DON'T break !
|
2000-11-15 13:55:12 +00:00
|
|
|
|
case DataType::DATE:
|
2000-09-18 16:07:07 +00:00
|
|
|
|
nOBJID = OBJ_FM_DATEFIELD;
|
|
|
|
|
break;
|
2000-11-15 13:55:12 +00:00
|
|
|
|
case DataType::TIME:
|
2000-09-18 16:07:07 +00:00
|
|
|
|
nOBJID = OBJ_FM_TIMEFIELD;
|
|
|
|
|
break;
|
2000-11-15 13:55:12 +00:00
|
|
|
|
case DataType::CHAR:
|
|
|
|
|
case DataType::VARCHAR:
|
2000-09-18 16:07:07 +00:00
|
|
|
|
default:
|
|
|
|
|
nOBJID = OBJ_FM_EDIT;
|
|
|
|
|
break;
|
|
|
|
|
}
|
|
|
|
|
if (!nOBJID)
|
|
|
|
|
return NULL;
|
|
|
|
|
|
|
|
|
|
FmFormObj* pLabel;
|
|
|
|
|
FmFormObj* pControl;
|
|
|
|
|
CreateControlWithLabel(pOutDev, 0, xField, xNumberFormats, nOBJID, sLabelPostfix, pLabel, pControl);
|
|
|
|
|
if (!pLabel || !pControl)
|
|
|
|
|
{
|
|
|
|
|
delete pLabel;
|
|
|
|
|
delete pControl;
|
|
|
|
|
return NULL;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
//////////////////////////////////////////////////////////////////////
|
|
|
|
|
// Feststellen ob eine ::com::sun::star::form erzeugt werden muss
|
|
|
|
|
// Dieses erledigt die Page fuer uns bzw. die PageImpl
|
2000-11-15 13:55:12 +00:00
|
|
|
|
Reference< ::com::sun::star::form::XFormComponent > xContent(pLabel->GetUnoControlModel(), UNO_QUERY);
|
|
|
|
|
Reference< ::com::sun::star::container::XIndexContainer > xContainer(rPage.GetImpl()->SetDefaults(xContent, xDataSource, aDatabaseName, aObjectName, nObjectType), UNO_QUERY);
|
2000-09-18 16:07:07 +00:00
|
|
|
|
if (xContainer.is())
|
2000-11-15 13:55:12 +00:00
|
|
|
|
xContainer->insertByIndex(xContainer->getCount(), makeAny(xContent));
|
2000-09-18 16:07:07 +00:00
|
|
|
|
|
2000-11-15 13:55:12 +00:00
|
|
|
|
xContent = Reference< ::com::sun::star::form::XFormComponent > (pControl->GetUnoControlModel(), UNO_QUERY);
|
|
|
|
|
xContainer = Reference< ::com::sun::star::container::XIndexContainer > (rPage.GetImpl()->SetDefaults(xContent, xDataSource,
|
|
|
|
|
aDatabaseName, aObjectName, nObjectType), UNO_QUERY);
|
2000-09-18 16:07:07 +00:00
|
|
|
|
if (xContainer.is())
|
2000-11-15 13:55:12 +00:00
|
|
|
|
xContainer->insertByIndex(xContainer->getCount(), makeAny(xContent));
|
2000-09-18 16:07:07 +00:00
|
|
|
|
|
|
|
|
|
//////////////////////////////////////////////////////////////////////
|
|
|
|
|
// Objekte gruppieren
|
|
|
|
|
SdrObjGroup* pGroup = new SdrObjGroup();
|
|
|
|
|
SdrObjList* pObjList = pGroup->GetSubList();
|
|
|
|
|
pObjList->InsertObject(pLabel);
|
|
|
|
|
pObjList->InsertObject(pControl);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (bDateNTimeField)
|
|
|
|
|
{ // wir haben bis jetzt nur ein Datums-Feld eingefuegt, brauchen aber noch ein extra Feld fuer
|
|
|
|
|
// die Zeit-Komponente
|
|
|
|
|
pLabel = pControl = NULL;
|
|
|
|
|
CreateControlWithLabel(pOutDev, 1000, xField, xNumberFormats, OBJ_FM_TIMEFIELD,
|
|
|
|
|
UniString(SVX_RES(RID_STR_DATETIME_LABELPOSTFIX)).GetToken(1, ';'),
|
|
|
|
|
pLabel, pControl);
|
|
|
|
|
|
|
|
|
|
if (pLabel && pControl)
|
|
|
|
|
{
|
|
|
|
|
pObjList->InsertObject(pLabel);
|
|
|
|
|
pObjList->InsertObject(pControl);
|
|
|
|
|
}
|
|
|
|
|
else
|
|
|
|
|
{
|
|
|
|
|
delete pLabel;
|
|
|
|
|
delete pControl;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
return pGroup; // und fertig
|
|
|
|
|
}
|
2001-06-05 09:47:57 +00:00
|
|
|
|
catch(const Exception&)
|
2000-09-18 16:07:07 +00:00
|
|
|
|
{
|
|
|
|
|
DBG_ERROR("FmFormView::CreateFieldControl : catched an exception while creating the control !");
|
2000-10-20 13:18:57 +00:00
|
|
|
|
::comphelper::disposeComponent(xStatement);
|
2000-09-18 16:07:07 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
return NULL;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
//------------------------------------------------------------------------
|
2000-11-15 13:55:12 +00:00
|
|
|
|
void FmFormView::InsertControlContainer(const Reference< ::com::sun::star::awt::XControlContainer > & xCC)
|
2000-09-18 16:07:07 +00:00
|
|
|
|
{
|
|
|
|
|
if( !IsDesignMode() )
|
|
|
|
|
{
|
|
|
|
|
SdrPageView* pPageView = GetPageViewPvNum(0);
|
|
|
|
|
if( pPageView )
|
|
|
|
|
{
|
|
|
|
|
const SdrPageViewWinList& rWinList = pPageView->GetWinList();
|
|
|
|
|
for( sal_uInt16 i = 0; i < rWinList.GetCount(); i++ )
|
|
|
|
|
{
|
|
|
|
|
if( rWinList[i].GetControlContainerRef() == xCC )
|
|
|
|
|
{
|
|
|
|
|
pImpl->addWindow(&rWinList[i]);
|
|
|
|
|
break;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
//------------------------------------------------------------------------
|
2000-11-15 13:55:12 +00:00
|
|
|
|
void FmFormView::RemoveControlContainer(const Reference< ::com::sun::star::awt::XControlContainer > & xCC)
|
2000-09-18 16:07:07 +00:00
|
|
|
|
{
|
|
|
|
|
if( !IsDesignMode() )
|
|
|
|
|
{
|
|
|
|
|
pImpl->removeWindow( xCC );
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|