2000-09-18 16:07:07 +00:00
|
|
|
|
/*************************************************************************
|
|
|
|
|
*
|
|
|
|
|
* $RCSfile: fmshell.cxx,v $
|
|
|
|
|
*
|
2002-08-21 06:30:45 +00:00
|
|
|
|
* $Revision: 1.34 $
|
2000-09-18 16:07:07 +00:00
|
|
|
|
*
|
2002-08-21 06:30:45 +00:00
|
|
|
|
* last change: $Author: oj $ $Date: 2002-08-21 07:30:45 $
|
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,
|
2000-09-19 13:36:11 +00:00
|
|
|
|
* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING,
|
2000-09-18 16:07:07 +00:00
|
|
|
|
* 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
|
|
|
|
|
#ifndef _SVX_FMVWIMP_HXX
|
|
|
|
|
#include "fmvwimp.hxx"
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifndef _SVX_FMSHELL_HXX
|
|
|
|
|
#include "fmshell.hxx"
|
|
|
|
|
#endif
|
|
|
|
|
#ifndef _SVX_FMTOOLS_HXX
|
|
|
|
|
#include "fmtools.hxx"
|
|
|
|
|
#endif
|
|
|
|
|
#ifndef _SVX_FMSERVS_HXX
|
|
|
|
|
#include "fmservs.hxx"
|
|
|
|
|
#endif
|
|
|
|
|
#ifndef _SVX_FMPROP_HRC
|
|
|
|
|
#include "fmprop.hrc"
|
|
|
|
|
#endif
|
|
|
|
|
#ifndef _SVX_FMUNOPGE_HXX
|
|
|
|
|
#include "fmpgeimp.hxx"
|
|
|
|
|
#endif
|
|
|
|
|
#ifndef _SVX_FMITEMS_HXX
|
|
|
|
|
#include "fmitems.hxx"
|
|
|
|
|
#endif
|
|
|
|
|
#ifndef _SVX_FMUNDO_HXX
|
|
|
|
|
#include "fmundo.hxx"
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifndef _SV_WAITOBJ_HXX
|
|
|
|
|
#include <vcl/waitobj.hxx>
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifndef _MULTIPRO_HXX
|
|
|
|
|
#include "multipro.hxx"
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifndef _COM_SUN_STAR_FORM_XLOADABLE_HPP_
|
|
|
|
|
#include <com/sun/star/form/XLoadable.hpp>
|
|
|
|
|
#endif
|
2000-11-06 10:25:47 +00:00
|
|
|
|
#ifndef _COM_SUN_STAR_CONTAINER_XNAMED_HPP_
|
|
|
|
|
#include <com/sun/star/container/XNamed.hpp>
|
2000-09-18 16:07:07 +00:00
|
|
|
|
#endif
|
|
|
|
|
#ifndef _COM_SUN_STAR_SDDB_PRIVILEGE_HPP_
|
|
|
|
|
#include <com/sun/star/sdbcx/Privilege.hpp>
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifndef _COM_SUN_STAR_FORM_XCONFIRMDELETELISTENER_HPP_
|
|
|
|
|
#include <com/sun/star/form/XConfirmDeleteListener.hpp>
|
|
|
|
|
#endif
|
|
|
|
|
#ifndef _COM_SUN_STAR_SDB_ROWCHANGEACTION_HPP_
|
|
|
|
|
#include <com/sun/star/sdb/RowChangeAction.hpp>
|
|
|
|
|
#endif
|
|
|
|
|
#ifndef _COM_SUN_STAR_BEANS_XPROPERTYSET_HPP_
|
|
|
|
|
#include <com/sun/star/beans/XPropertySet.hpp>
|
|
|
|
|
#endif
|
|
|
|
|
#ifndef _COM_SUN_STAR_BEANS_XMULTIPROPERTYSET_HPP_
|
|
|
|
|
#include <com/sun/star/beans/XMultiPropertySet.hpp>
|
|
|
|
|
#endif
|
|
|
|
|
#ifndef _COM_SUN_STAR_BEANS_XFASTPROPERTYSET_HPP_
|
|
|
|
|
#include <com/sun/star/beans/XFastPropertySet.hpp>
|
|
|
|
|
#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>
|
2000-11-24 06:01:26 +00:00
|
|
|
|
#endif
|
|
|
|
|
#ifndef _COM_SUN_STAR_LANG_XSERVICEINFO_HPP_
|
2000-10-20 13:18:57 +00:00
|
|
|
|
#include <com/sun/star/lang/XServiceInfo.hpp>
|
2000-11-24 06:01:26 +00:00
|
|
|
|
#endif
|
|
|
|
|
#ifndef _COM_SUN_STAR_CONTAINER_XNAMECONTAINER_HPP_
|
2000-10-20 13:18:57 +00:00
|
|
|
|
#include <com/sun/star/container/XNameContainer.hpp>
|
2000-11-24 06:01:26 +00:00
|
|
|
|
#endif
|
2000-10-20 13:18:57 +00:00
|
|
|
|
|
2000-09-18 16:07:07 +00:00
|
|
|
|
#ifndef _SFXVIEWFRM_HXX
|
|
|
|
|
#include <sfx2/viewfrm.hxx>
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifndef _SV_WRKWIN_HXX //autogen
|
|
|
|
|
#include <vcl/wrkwin.hxx>
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifndef _SV_MSGBOX_HXX //autogen
|
|
|
|
|
#include <vcl/msgbox.hxx>
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifndef _SFX_WHITER_HXX //autogen
|
|
|
|
|
#include <svtools/whiter.hxx>
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifndef _SFXAPP_HXX //autogen
|
|
|
|
|
#include <sfx2/app.hxx>
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifndef _SFXINTITEM_HXX //autogen
|
|
|
|
|
#include <svtools/intitem.hxx>
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifndef _SFXOBJFACE_HXX //autogen
|
|
|
|
|
#include <sfx2/objface.hxx>
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifndef _SFXREQUEST_HXX //autogen
|
|
|
|
|
#include <sfx2/request.hxx>
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifndef _SFXDISPATCH_HXX //autogen
|
|
|
|
|
#include <sfx2/dispatch.hxx>
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifndef _SFX_OBJSH_HXX //autogen
|
|
|
|
|
#include <sfx2/objsh.hxx>
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifndef _SVDOBJ_HXX //autogen
|
|
|
|
|
#include "svdobj.hxx"
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifndef _SVX_FMPAGE_HXX
|
|
|
|
|
#include "fmpage.hxx"
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifndef _SVDITER_HXX //autogen
|
|
|
|
|
#include "svditer.hxx"
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifndef _SVX_FMOBJ_HXX
|
|
|
|
|
#include "fmobj.hxx"
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifndef _SVX_SVXIDS_HRC
|
|
|
|
|
#include "svxids.hrc"
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifndef _SVX_TABORDER_HXX
|
|
|
|
|
#include "taborder.hxx"
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifndef _SVX_FMRESIDS_HRC
|
|
|
|
|
#include "fmresids.hrc"
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifndef _SVX_FMEXCH_HXX
|
|
|
|
|
#include "fmexch.hxx"
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifndef _SVX_FMGLOB_HXX
|
|
|
|
|
#include "fmglob.hxx"
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifndef _SFXENUMITEM_HXX //autogen
|
|
|
|
|
#include <svtools/eitem.hxx>
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifndef _SHL_HXX
|
|
|
|
|
#include <tools/shl.hxx>
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifndef _SVDPAGE_HXX //autogen
|
|
|
|
|
#include <svdpage.hxx>
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifndef _SVX_FMMODEL_HXX
|
|
|
|
|
#include "fmmodel.hxx"
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifndef _SVX_DIALMGR_HXX
|
|
|
|
|
#include "dialmgr.hxx"
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifndef _SVX_FMSHIMP_HXX
|
|
|
|
|
#include "fmshimp.hxx"
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifndef _SVDPAGV_HXX //autogen
|
|
|
|
|
#include "svdpagv.hxx"
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifndef _SFX_OBJITEM_HXX //autogen
|
|
|
|
|
#include <sfx2/objitem.hxx>
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifndef _SFXVIEWSH_HXX //autogen
|
|
|
|
|
#include <sfx2/viewsh.hxx>
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifndef _SV_SOUND_HXX //autogen
|
|
|
|
|
#include <vcl/sound.hxx>
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifndef _SVX_FMEXPL_HXX
|
|
|
|
|
#include "fmexpl.hxx"
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifndef _NUMUNO_HXX //autogen
|
|
|
|
|
#include <svtools/numuno.hxx>
|
|
|
|
|
#endif
|
|
|
|
|
|
2000-10-20 13:18:57 +00:00
|
|
|
|
#ifndef _CONNECTIVITY_DBTOOLS_HXX_
|
|
|
|
|
#include <connectivity/dbtools.hxx>
|
|
|
|
|
#endif
|
|
|
|
|
#ifndef _COMPHELPER_TYPES_HXX_
|
|
|
|
|
#include <comphelper/types.hxx>
|
2000-09-18 16:07:07 +00:00
|
|
|
|
#endif
|
2000-11-06 06:19:53 +00:00
|
|
|
|
#ifndef _COMPHELPER_PROCESSFACTORY_HXX_
|
|
|
|
|
#include <comphelper/processfactory.hxx>
|
|
|
|
|
#endif
|
2000-09-18 16:07:07 +00:00
|
|
|
|
|
|
|
|
|
#define HANDLE_SQL_ERRORS( action, successflag, context, message ) \
|
|
|
|
|
try \
|
|
|
|
|
{ \
|
|
|
|
|
successflag = sal_False; \
|
|
|
|
|
action; \
|
|
|
|
|
successflag = sal_True; \
|
|
|
|
|
} \
|
2000-11-06 06:19:53 +00:00
|
|
|
|
catch(::com::sun::star::sdbc::SQLException& e) \
|
2000-09-18 16:07:07 +00:00
|
|
|
|
{ \
|
|
|
|
|
::com::sun::star::sdb::SQLContext eExtendedInfo = \
|
2001-07-25 12:44:28 +00:00
|
|
|
|
GetImpl()->prependContextInfo(e, Reference< XInterface > (), context, ::rtl::OUString()); \
|
2000-09-18 16:07:07 +00:00
|
|
|
|
displayException(eExtendedInfo); \
|
|
|
|
|
} \
|
2000-11-24 06:01:26 +00:00
|
|
|
|
catch(Exception&) \
|
2000-09-18 16:07:07 +00:00
|
|
|
|
{ \
|
|
|
|
|
DBG_ERROR(message); \
|
|
|
|
|
} \
|
|
|
|
|
|
|
|
|
|
|
2000-11-24 06:01:26 +00:00
|
|
|
|
#define DO_SAFE_WITH_ERROR( action, message ) try { action; } catch(Exception&) { DBG_ERROR(message); }
|
2000-09-18 16:07:07 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
extern SfxType0 aSfxVoidItem_Impl;
|
|
|
|
|
|
|
|
|
|
#define FmFormShell
|
|
|
|
|
#include <svxslots.hxx>
|
|
|
|
|
#ifndef _SVX_SVXIDS_HRC
|
|
|
|
|
#include <svxids.hrc>
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifndef _SVX_TBXFORM_HXX
|
|
|
|
|
#include "tbxform.hxx"
|
|
|
|
|
#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
|
2002-03-04 11:49:36 +00:00
|
|
|
|
#ifndef _COM_SUN_STAR_BEANS_PROPERTYVALUE_HPP_
|
|
|
|
|
#include <com/sun/star/beans/PropertyValue.hpp>
|
|
|
|
|
#endif
|
2000-09-18 16:07:07 +00:00
|
|
|
|
|
|
|
|
|
// wird fuer Invalidate verwendet -> mitpflegen
|
|
|
|
|
// aufsteigend sortieren !!!!!!
|
|
|
|
|
sal_uInt16 ControllerSlotMap[] = // slots des Controllers
|
|
|
|
|
{
|
|
|
|
|
SID_FM_CONFIG,
|
|
|
|
|
SID_FM_PUSHBUTTON,
|
|
|
|
|
SID_FM_RADIOBUTTON,
|
|
|
|
|
SID_FM_CHECKBOX,
|
|
|
|
|
SID_FM_FIXEDTEXT,
|
|
|
|
|
SID_FM_GROUPBOX,
|
|
|
|
|
SID_FM_EDIT,
|
|
|
|
|
SID_FM_LISTBOX,
|
|
|
|
|
SID_FM_COMBOBOX,
|
|
|
|
|
SID_FM_URLBUTTON,
|
|
|
|
|
SID_FM_DBGRID,
|
|
|
|
|
SID_FM_IMAGEBUTTON,
|
|
|
|
|
SID_FM_FILECONTROL,
|
|
|
|
|
SID_FM_CTL_PROPERTIES,
|
|
|
|
|
SID_FM_PROPERTIES,
|
|
|
|
|
SID_FM_TAB_DIALOG,
|
2001-08-06 06:52:12 +00:00
|
|
|
|
SID_FM_ADD_FIELD,
|
2000-09-18 16:07:07 +00:00
|
|
|
|
SID_FM_DESIGN_MODE,
|
2001-08-10 13:16:21 +00:00
|
|
|
|
SID_FM_SHOW_FMEXPLORER,
|
2001-08-06 06:52:12 +00:00
|
|
|
|
SID_FM_SHOW_PROPERTIES,
|
2000-09-18 16:07:07 +00:00
|
|
|
|
SID_FM_FMEXPLORER_CONTROL,
|
|
|
|
|
SID_FM_DATEFIELD,
|
|
|
|
|
SID_FM_TIMEFIELD,
|
|
|
|
|
SID_FM_NUMERICFIELD,
|
|
|
|
|
SID_FM_CURRENCYFIELD,
|
|
|
|
|
SID_FM_PATTERNFIELD,
|
|
|
|
|
SID_FM_OPEN_READONLY,
|
|
|
|
|
SID_FM_IMAGECONTROL,
|
|
|
|
|
SID_FM_USE_WIZARDS,
|
|
|
|
|
SID_FM_FORMATTEDFIELD,
|
2001-08-06 06:52:12 +00:00
|
|
|
|
SID_FM_FILTER_NAVIGATOR,
|
2000-10-24 14:20:53 +00:00
|
|
|
|
SID_FM_AUTOCONTROLFOCUS,
|
2001-08-06 06:52:12 +00:00
|
|
|
|
|
2000-09-18 16:07:07 +00:00
|
|
|
|
0
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
sal_uInt16 DatabaseSlotMap[] = // slots des Controllers
|
|
|
|
|
{
|
|
|
|
|
SID_FM_RECORD_FIRST,
|
|
|
|
|
SID_FM_RECORD_NEXT,
|
|
|
|
|
SID_FM_RECORD_PREV,
|
|
|
|
|
SID_FM_RECORD_LAST,
|
|
|
|
|
SID_FM_RECORD_NEW,
|
|
|
|
|
SID_FM_RECORD_DELETE,
|
|
|
|
|
SID_FM_RECORD_ABSOLUTE,
|
|
|
|
|
SID_FM_RECORD_TOTAL,
|
|
|
|
|
SID_FM_RECORD_SAVE,
|
|
|
|
|
SID_FM_RECORD_UNDO,
|
|
|
|
|
SID_FM_REMOVE_FILTER_SORT,
|
|
|
|
|
SID_FM_SORTUP,
|
|
|
|
|
SID_FM_SORTDOWN,
|
|
|
|
|
SID_FM_ORDERCRIT,
|
|
|
|
|
SID_FM_AUTOFILTER,
|
|
|
|
|
SID_FM_FORM_FILTERED,
|
|
|
|
|
SID_FM_REFRESH,
|
|
|
|
|
SID_FM_SEARCH,
|
|
|
|
|
SID_FM_FILTER_START,
|
|
|
|
|
SID_FM_VIEW_AS_GRID,
|
|
|
|
|
0
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
sal_uInt16 AutoSlotMap[] =
|
|
|
|
|
{
|
|
|
|
|
SID_FM_SORTUP,
|
|
|
|
|
SID_FM_SORTDOWN,
|
|
|
|
|
SID_FM_AUTOFILTER,
|
|
|
|
|
0
|
|
|
|
|
};
|
2000-11-16 14:57:09 +00:00
|
|
|
|
using namespace ::com::sun::star::uno;
|
2002-01-16 06:41:03 +00:00
|
|
|
|
using namespace ::com::sun::star::sdbc;
|
|
|
|
|
using namespace ::com::sun::star::sdbcx;
|
2002-03-04 11:49:36 +00:00
|
|
|
|
using namespace ::com::sun::star::beans;
|
2000-12-18 07:22:38 +00:00
|
|
|
|
using namespace ::svxform;
|
|
|
|
|
|
2000-09-18 16:07:07 +00:00
|
|
|
|
//========================================================================
|
|
|
|
|
//========================================================================
|
|
|
|
|
#ifdef NOOLDSV
|
|
|
|
|
//------------------------------------------------------------------------
|
|
|
|
|
FmFormShell::FormShellWaitObject::FormShellWaitObject(const FmFormShell* _pShell)
|
|
|
|
|
:m_pWindow(NULL)
|
|
|
|
|
{
|
|
|
|
|
const OutputDevice* pDevice = _pShell ? _pShell->GetCurrentViewDevice() : NULL;
|
|
|
|
|
m_pWindow = pDevice && (pDevice->GetOutDevType() == OUTDEV_WINDOW) ? const_cast<Window*>(static_cast<const Window*>(pDevice)) : NULL;
|
|
|
|
|
|
|
|
|
|
if (m_pWindow)
|
|
|
|
|
m_pWindow->EnterWait();
|
|
|
|
|
else
|
|
|
|
|
DBG_ERROR("FormShellWaitObject::FormShellWaitObject : could not find a window for the waitcursor !");
|
|
|
|
|
}
|
|
|
|
|
//------------------------------------------------------------------------
|
|
|
|
|
FmFormShell::FormShellWaitObject::~FormShellWaitObject()
|
|
|
|
|
{
|
|
|
|
|
if (m_pWindow)
|
|
|
|
|
m_pWindow->LeaveWait();
|
|
|
|
|
}
|
|
|
|
|
#else
|
|
|
|
|
class FormShellWaitObject : public WaitObject
|
|
|
|
|
{
|
|
|
|
|
public:
|
|
|
|
|
FormShellWaitObject(FmFormShell* _pShell) { }
|
|
|
|
|
};
|
|
|
|
|
#endif
|
|
|
|
|
//========================================================================
|
|
|
|
|
//------------------------------------------------------------------------
|
|
|
|
|
sal_Bool IsFormComponent( const SdrObject& rObj )
|
|
|
|
|
{
|
|
|
|
|
//////////////////////////////////////////////////////////////////////
|
|
|
|
|
// Gruppenobjekte rekursiv pruefen
|
|
|
|
|
if( rObj.IsGroupObject() )
|
|
|
|
|
{
|
|
|
|
|
SdrObject* pObj;
|
|
|
|
|
SdrObjListIter aIter( *rObj.GetSubList() );
|
|
|
|
|
|
|
|
|
|
while( aIter.IsMore() )
|
|
|
|
|
{
|
|
|
|
|
pObj = aIter.Next();
|
|
|
|
|
|
|
|
|
|
if( !IsFormComponent(*pObj) )
|
|
|
|
|
return sal_False;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
//////////////////////////////////////////////////////////////////
|
|
|
|
|
// ...ansonsten Pruefen, ob SdrObj eine FormComponent ist
|
|
|
|
|
else
|
|
|
|
|
{
|
|
|
|
|
if( !rObj.ISA(SdrUnoObj) )
|
|
|
|
|
return sal_False;
|
|
|
|
|
|
2000-11-24 06:01:26 +00:00
|
|
|
|
Reference< ::com::sun::star::form::XFormComponent > xFormComponent(((SdrUnoObj*)&rObj)->GetUnoControlModel(), UNO_QUERY);
|
2000-09-18 16:07:07 +00:00
|
|
|
|
if (!xFormComponent.is())
|
|
|
|
|
return sal_False;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
return sal_True;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
//------------------------------------------------------------------------
|
|
|
|
|
sal_Bool IsFormComponentList( const SdrMarkList& rMarkList )
|
|
|
|
|
{
|
|
|
|
|
sal_uInt32 nMarkCount = rMarkList.GetMarkCount();
|
|
|
|
|
|
|
|
|
|
if( nMarkCount==0 )
|
|
|
|
|
return sal_False;
|
|
|
|
|
|
2001-10-16 08:20:46 +00:00
|
|
|
|
SdrObject* pObj;
|
|
|
|
|
for( sal_uInt32 i=0; i<nMarkCount; ++i )
|
2000-09-18 16:07:07 +00:00
|
|
|
|
{
|
|
|
|
|
pObj = rMarkList.GetMark(i)->GetObj();
|
|
|
|
|
if( !IsFormComponent(*pObj) )
|
|
|
|
|
return sal_False;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
return sal_True;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
//------------------------------------------------------------------------
|
|
|
|
|
sal_Bool IsFormComponentList( const SdrObjList& rSdrObjList )
|
|
|
|
|
{
|
|
|
|
|
SdrObject* pSdrObj;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
SdrObjListIter aIter( rSdrObjList );
|
|
|
|
|
while( aIter.IsMore() )
|
|
|
|
|
{
|
|
|
|
|
pSdrObj = aIter.Next();
|
|
|
|
|
|
|
|
|
|
//////////////////////////////////////////////////////////////////
|
|
|
|
|
// Gruppenobjekte rekursiv pruefen
|
|
|
|
|
if( pSdrObj->IsGroupObject() )
|
|
|
|
|
{
|
|
|
|
|
if( !IsFormComponentList(*pSdrObj->GetSubList()) )
|
|
|
|
|
return sal_False;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
//////////////////////////////////////////////////////////////////
|
|
|
|
|
// ...ansonsten Pruefen, ob SdrObj eine FormComponent ist
|
|
|
|
|
else
|
|
|
|
|
{
|
|
|
|
|
if (!pSdrObj->ISA(SdrUnoObj))
|
|
|
|
|
return sal_False;
|
|
|
|
|
|
2000-11-24 06:01:26 +00:00
|
|
|
|
Reference< ::com::sun::star::form::XFormComponent > xFormComponent(((SdrUnoObj*)pSdrObj)->GetUnoControlModel(), UNO_QUERY);
|
2000-09-18 16:07:07 +00:00
|
|
|
|
if (!xFormComponent.is())
|
|
|
|
|
return sal_False;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
return sal_True;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#if SUPD>500
|
|
|
|
|
//========================================================================
|
|
|
|
|
// class FmDesignModeChangedHint
|
|
|
|
|
//========================================================================
|
|
|
|
|
TYPEINIT1( FmDesignModeChangedHint, SfxHint );
|
|
|
|
|
|
|
|
|
|
//------------------------------------------------------------------------
|
|
|
|
|
FmDesignModeChangedHint::FmDesignModeChangedHint( sal_Bool bDesMode )
|
|
|
|
|
:m_bDesignMode( bDesMode )
|
|
|
|
|
{
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
//------------------------------------------------------------------------
|
|
|
|
|
FmDesignModeChangedHint::~FmDesignModeChangedHint()
|
|
|
|
|
{
|
|
|
|
|
}
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
//========================================================================
|
|
|
|
|
const sal_uInt32 FM_UI_FEATURE_SHOW_DATABASEBAR = 0x00000001;
|
|
|
|
|
const sal_uInt32 FM_UI_FEATURE_SHOW_FIELD = 0x00000002;
|
|
|
|
|
const sal_uInt32 FM_UI_FEATURE_SHOW_PROPERTIES = 0x00000004;
|
|
|
|
|
const sal_uInt32 FM_UI_FEATURE_SHOW_EXPLORER = 0x00000008;
|
|
|
|
|
const sal_uInt32 FM_UI_FEATURE_SHOW_FILTERBAR = 0x00000010;
|
|
|
|
|
const sal_uInt32 FM_UI_FEATURE_SHOW_FILTERNAVIGATOR = 0x00000020;
|
|
|
|
|
|
|
|
|
|
SFX_IMPL_INTERFACE(FmFormShell, SfxShell, SVX_RES(RID_STR_FORMSHELL))
|
|
|
|
|
{
|
|
|
|
|
SFX_FEATURED_OBJECTBAR_REGISTRATION( SFX_OBJECTBAR_NAVIGATION|SFX_VISIBILITY_STANDARD|SFX_VISIBILITY_READONLYDOC,
|
|
|
|
|
SVX_RES(RID_SVXTBX_FORM_NAVIGATION),
|
|
|
|
|
FM_UI_FEATURE_SHOW_DATABASEBAR );
|
|
|
|
|
|
|
|
|
|
SFX_FEATURED_OBJECTBAR_REGISTRATION( SFX_OBJECTBAR_NAVIGATION|SFX_VISIBILITY_STANDARD|SFX_VISIBILITY_READONLYDOC,
|
|
|
|
|
SVX_RES(RID_SVXTBX_FORM_FILTER),
|
|
|
|
|
FM_UI_FEATURE_SHOW_FILTERBAR );
|
|
|
|
|
|
|
|
|
|
SFX_FEATURED_CHILDWINDOW_REGISTRATION(SID_FM_ADD_FIELD, FM_UI_FEATURE_SHOW_FIELD);
|
|
|
|
|
SFX_FEATURED_CHILDWINDOW_REGISTRATION(SID_FM_SHOW_PROPERTIES, FM_UI_FEATURE_SHOW_PROPERTIES);
|
|
|
|
|
SFX_FEATURED_CHILDWINDOW_REGISTRATION(SID_FM_SHOW_FMEXPLORER, FM_UI_FEATURE_SHOW_EXPLORER);
|
|
|
|
|
SFX_FEATURED_CHILDWINDOW_REGISTRATION(SID_FM_FILTER_NAVIGATOR, FM_UI_FEATURE_SHOW_FILTERNAVIGATOR);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
//========================================================================
|
|
|
|
|
TYPEINIT1(FmFormShell,SfxShell)
|
|
|
|
|
|
|
|
|
|
//------------------------------------------------------------------------
|
|
|
|
|
FmFormShell::FmFormShell( SfxViewShell* _pParent, FmFormView* pView )
|
|
|
|
|
:SfxShell(_pParent)
|
|
|
|
|
,m_pFormView( pView )
|
|
|
|
|
,m_pFormModel( NULL )
|
|
|
|
|
,m_pImpl(new FmXFormShell(this, _pParent->GetViewFrame()))
|
|
|
|
|
,m_nLastSlot( 0 )
|
|
|
|
|
,m_bDesignMode( sal_True )
|
|
|
|
|
,m_bHasForms(sal_False)
|
|
|
|
|
,m_pParentShell(_pParent)
|
|
|
|
|
{
|
|
|
|
|
m_pImpl->acquire();
|
|
|
|
|
SetPool( &SFX_APP()->GetPool() );
|
|
|
|
|
String sName;
|
|
|
|
|
sName.AssignAscii("Form");
|
|
|
|
|
SetName( sName );
|
|
|
|
|
// SetHelpId( SVX_INTERFACE_FORM_SH );
|
|
|
|
|
|
|
|
|
|
SetView(m_pFormView);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
//------------------------------------------------------------------------
|
|
|
|
|
FmFormShell::~FmFormShell()
|
|
|
|
|
{
|
|
|
|
|
if (m_pFormView)
|
|
|
|
|
GetImpl()->ResetForms();
|
2002-05-21 07:07:21 +00:00
|
|
|
|
|
|
|
|
|
m_pImpl->dispose();
|
|
|
|
|
m_pImpl->release();
|
|
|
|
|
|
|
|
|
|
if (m_pFormView)
|
|
|
|
|
{
|
2000-09-18 16:07:07 +00:00
|
|
|
|
m_pFormView->SetFormShell(NULL);
|
|
|
|
|
m_pFormView = NULL;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// reset the model after disposing the shell !
|
|
|
|
|
m_pFormModel = NULL;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
//------------------------------------------------------------------------
|
|
|
|
|
void FmFormShell::NotifyMarkListChanged(FmFormView* pWhichView)
|
|
|
|
|
{
|
2002-05-08 06:10:56 +00:00
|
|
|
|
FmNavViewMarksChanged aChangeNotification(pWhichView);
|
2000-09-18 16:07:07 +00:00
|
|
|
|
Broadcast(aChangeNotification);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
//------------------------------------------------------------------------
|
|
|
|
|
sal_uInt16 FmFormShell::PrepareClose(sal_Bool bUI, sal_Bool bForBrowsing)
|
|
|
|
|
{
|
|
|
|
|
sal_Bool nResult = sal_True;
|
|
|
|
|
// Save the data records, not in DesignMode and FilterMode
|
|
|
|
|
if (!m_bDesignMode && !GetImpl()->isInFilterMode() &&
|
|
|
|
|
m_pFormView && m_pFormView->GetActualOutDev() &&
|
|
|
|
|
m_pFormView->GetActualOutDev()->GetOutDevType() == OUTDEV_WINDOW)
|
|
|
|
|
{
|
|
|
|
|
if (GetImpl()->HasAnyPendingCursorAction())
|
|
|
|
|
GetImpl()->CancelAnyPendingCursorAction();
|
|
|
|
|
|
|
|
|
|
SdrPageView* pCurPageView = m_pFormView->GetPageViewPvNum(0);
|
|
|
|
|
sal_uInt16 nPos = pCurPageView ? pCurPageView->GetWinList().Find((OutputDevice*)m_pFormView->GetActualOutDev()) : SDRPAGEVIEWWIN_NOTFOUND;
|
|
|
|
|
if (nPos != SDRPAGEVIEWWIN_NOTFOUND)
|
|
|
|
|
{
|
|
|
|
|
// Zunaechst werden die aktuellen Inhalte der Controls gespeichert
|
|
|
|
|
// Wenn alles glatt gelaufen ist, werden die modifizierten Datensaetze gespeichert
|
2000-11-24 06:01:26 +00:00
|
|
|
|
Reference< ::com::sun::star::form::XFormController > xController(GetImpl()->getActiveController());
|
2000-09-18 16:07:07 +00:00
|
|
|
|
if (xController.is() && FmXFormShell::CommitCurrent(xController))
|
|
|
|
|
{
|
|
|
|
|
sal_Bool bModified = FmXFormShell::IsModified(xController);
|
|
|
|
|
|
|
|
|
|
if (bModified)
|
|
|
|
|
{
|
|
|
|
|
QueryBox aQry(NULL, SVX_RES(RID_QRY_SAVEMODIFIED));
|
|
|
|
|
if (bForBrowsing)
|
|
|
|
|
aQry.AddButton(ResId(RID_STR_NEW_TASK), RET_NEWTASK,
|
|
|
|
|
BUTTONDIALOG_DEFBUTTON | BUTTONDIALOG_FOCUSBUTTON);
|
|
|
|
|
|
|
|
|
|
switch (aQry.Execute())
|
|
|
|
|
{
|
|
|
|
|
case RET_NO:
|
|
|
|
|
bModified = sal_False;
|
|
|
|
|
break;
|
|
|
|
|
case RET_CANCEL:
|
|
|
|
|
return sal_False;
|
|
|
|
|
case RET_NEWTASK:
|
|
|
|
|
return RET_NEWTASK;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if (bModified)
|
2001-07-25 12:44:28 +00:00
|
|
|
|
nResult = (sal_Bool)FmXFormShell::SaveModified(xController, sal_False);
|
2000-09-18 16:07:07 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
return nResult;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
//------------------------------------------------------------------------
|
|
|
|
|
void FmFormShell::SetDesignMode(sal_Bool bDesign)
|
|
|
|
|
{
|
|
|
|
|
if (m_pFormView)
|
|
|
|
|
{
|
|
|
|
|
if (!bDesign)
|
|
|
|
|
m_nLastSlot = SID_FM_DESIGN_MODE;
|
|
|
|
|
|
|
|
|
|
GetImpl()->SetDesignMode(bDesign);
|
|
|
|
|
// mein m_bDesignMode wird auch von der Impl gesetzt ...
|
|
|
|
|
}
|
|
|
|
|
else
|
|
|
|
|
{
|
|
|
|
|
m_bHasForms = sal_False;
|
|
|
|
|
m_bDesignMode = bDesign;
|
|
|
|
|
UIFeatureChanged();
|
|
|
|
|
}
|
|
|
|
|
|
2000-09-19 13:36:11 +00:00
|
|
|
|
GetViewShell()->GetViewFrame()->GetBindings().Invalidate(ControllerSlotMap);
|
2000-09-18 16:07:07 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
//------------------------------------------------------------------------
|
|
|
|
|
sal_Bool FmFormShell::HasUIFeature( sal_uInt32 nFeature )
|
|
|
|
|
{
|
|
|
|
|
sal_Bool bResult = sal_False;
|
|
|
|
|
if ((nFeature & FM_UI_FEATURE_SHOW_DATABASEBAR) == FM_UI_FEATURE_SHOW_DATABASEBAR)
|
|
|
|
|
{
|
|
|
|
|
// nur wenn auch formulare verfuegbar
|
|
|
|
|
bResult = !m_bDesignMode && GetImpl()->hasDatabaseBar() && !GetImpl()->isInFilterMode();
|
|
|
|
|
}
|
|
|
|
|
else if ((nFeature & FM_UI_FEATURE_SHOW_FILTERBAR) == FM_UI_FEATURE_SHOW_FILTERBAR)
|
|
|
|
|
{
|
|
|
|
|
// nur wenn auch formulare verfuegbar
|
|
|
|
|
bResult = !m_bDesignMode && GetImpl()->hasDatabaseBar() && GetImpl()->isInFilterMode();
|
|
|
|
|
}
|
|
|
|
|
else if ((nFeature & FM_UI_FEATURE_SHOW_FILTERNAVIGATOR) == FM_UI_FEATURE_SHOW_FILTERNAVIGATOR)
|
|
|
|
|
{
|
|
|
|
|
bResult = !m_bDesignMode && GetImpl()->hasDatabaseBar() && GetImpl()->isInFilterMode();
|
|
|
|
|
}
|
|
|
|
|
else if ((nFeature & FM_UI_FEATURE_SHOW_FIELD) == FM_UI_FEATURE_SHOW_FIELD)
|
|
|
|
|
{
|
|
|
|
|
bResult = m_bDesignMode && m_pFormView && m_bHasForms;
|
|
|
|
|
}
|
|
|
|
|
else if ((nFeature & FM_UI_FEATURE_SHOW_PROPERTIES) == FM_UI_FEATURE_SHOW_PROPERTIES)
|
|
|
|
|
{
|
|
|
|
|
bResult = m_bDesignMode && m_pFormView && m_bHasForms;
|
|
|
|
|
}
|
|
|
|
|
else if ((nFeature & FM_UI_FEATURE_SHOW_EXPLORER) == FM_UI_FEATURE_SHOW_EXPLORER)
|
|
|
|
|
{
|
2002-08-21 06:30:45 +00:00
|
|
|
|
bResult = m_bDesignMode; // OJ #101593# && m_pFormView && m_bHasForms;
|
2000-09-18 16:07:07 +00:00
|
|
|
|
}
|
|
|
|
|
return bResult;
|
|
|
|
|
}
|
2000-11-06 06:19:53 +00:00
|
|
|
|
#ifndef _COM_SUN_STAR_FRAME_FRAMESEARCHFLAG_HPP_
|
|
|
|
|
#include <com/sun/star/frame/FrameSearchFlag.hpp>
|
|
|
|
|
#endif
|
2000-09-18 16:07:07 +00:00
|
|
|
|
|
|
|
|
|
//------------------------------------------------------------------------
|
|
|
|
|
void FmFormShell::Execute(SfxRequest &rReq)
|
|
|
|
|
{
|
|
|
|
|
sal_uInt16 nSlot = rReq.GetSlot();
|
|
|
|
|
|
|
|
|
|
//////////////////////////////////////////////////////////////////////
|
|
|
|
|
// MasterSlot setzen
|
|
|
|
|
switch( nSlot )
|
|
|
|
|
{
|
|
|
|
|
case SID_FM_PUSHBUTTON:
|
|
|
|
|
case SID_FM_RADIOBUTTON:
|
|
|
|
|
case SID_FM_CHECKBOX:
|
|
|
|
|
case SID_FM_FIXEDTEXT:
|
|
|
|
|
case SID_FM_GROUPBOX:
|
|
|
|
|
case SID_FM_LISTBOX:
|
|
|
|
|
case SID_FM_COMBOBOX:
|
|
|
|
|
case SID_FM_URLBUTTON:
|
|
|
|
|
case SID_FM_EDIT:
|
|
|
|
|
case SID_FM_DBGRID:
|
|
|
|
|
case SID_FM_IMAGEBUTTON:
|
|
|
|
|
case SID_FM_IMAGECONTROL:
|
|
|
|
|
case SID_FM_FILECONTROL:
|
|
|
|
|
case SID_FM_DATEFIELD:
|
|
|
|
|
case SID_FM_TIMEFIELD:
|
|
|
|
|
case SID_FM_NUMERICFIELD:
|
|
|
|
|
case SID_FM_CURRENCYFIELD:
|
|
|
|
|
case SID_FM_PATTERNFIELD:
|
|
|
|
|
case SID_FM_FORMATTEDFIELD:
|
|
|
|
|
m_nLastSlot = nSlot;
|
2000-09-19 13:36:11 +00:00
|
|
|
|
GetViewShell()->GetViewFrame()->GetBindings().Invalidate( SID_FM_CONFIG );
|
2000-09-18 16:07:07 +00:00
|
|
|
|
break;
|
|
|
|
|
case SID_FM_DESIGN_MODE: // gibt es was zu tun?
|
|
|
|
|
{
|
|
|
|
|
// if we are moving our data source cursor currently ....
|
|
|
|
|
if (GetImpl()->HasAnyPendingCursorAction())
|
|
|
|
|
// ... cancel this
|
|
|
|
|
GetImpl()->CancelAnyPendingCursorAction();
|
|
|
|
|
|
|
|
|
|
SFX_REQUEST_ARG(rReq, pDesignItem, SfxBoolItem, nSlot, sal_False);
|
|
|
|
|
if (!pDesignItem || pDesignItem->GetValue() != m_bDesignMode)
|
|
|
|
|
{
|
|
|
|
|
m_nLastSlot = nSlot;
|
2000-09-19 13:36:11 +00:00
|
|
|
|
GetViewShell()->GetViewFrame()->GetBindings().Invalidate( SID_FM_CONFIG );
|
2000-09-18 16:07:07 +00:00
|
|
|
|
}
|
|
|
|
|
else
|
|
|
|
|
{
|
|
|
|
|
rReq.Done();
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
} break;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
//////////////////////////////////////////////////////////////////////
|
|
|
|
|
// Identifier und Inventor des Uno-Controls setzen
|
|
|
|
|
sal_uInt16 nIdentifier = 0;
|
|
|
|
|
switch( nSlot )
|
|
|
|
|
{
|
|
|
|
|
case SID_FM_CHECKBOX:
|
|
|
|
|
nIdentifier = OBJ_FM_CHECKBOX;
|
|
|
|
|
break;
|
|
|
|
|
case SID_FM_PUSHBUTTON:
|
|
|
|
|
nIdentifier = OBJ_FM_BUTTON;
|
|
|
|
|
break;
|
|
|
|
|
case SID_FM_FIXEDTEXT:
|
|
|
|
|
nIdentifier = OBJ_FM_FIXEDTEXT;
|
|
|
|
|
break;
|
|
|
|
|
case SID_FM_LISTBOX:
|
|
|
|
|
nIdentifier = OBJ_FM_LISTBOX;
|
|
|
|
|
break;
|
|
|
|
|
case SID_FM_EDIT:
|
|
|
|
|
nIdentifier = OBJ_FM_EDIT;
|
|
|
|
|
break;
|
|
|
|
|
case SID_FM_RADIOBUTTON:
|
|
|
|
|
nIdentifier = OBJ_FM_RADIOBUTTON;
|
|
|
|
|
break;
|
|
|
|
|
case SID_FM_GROUPBOX:
|
|
|
|
|
nIdentifier = OBJ_FM_GROUPBOX;
|
|
|
|
|
break;
|
|
|
|
|
case SID_FM_COMBOBOX:
|
|
|
|
|
nIdentifier = OBJ_FM_COMBOBOX;
|
|
|
|
|
break;
|
|
|
|
|
case SID_FM_DBGRID:
|
|
|
|
|
nIdentifier = OBJ_FM_GRID;
|
|
|
|
|
break;
|
|
|
|
|
case SID_FM_IMAGEBUTTON:
|
|
|
|
|
nIdentifier = OBJ_FM_IMAGEBUTTON;
|
|
|
|
|
break;
|
|
|
|
|
case SID_FM_IMAGECONTROL:
|
|
|
|
|
nIdentifier = OBJ_FM_IMAGECONTROL;
|
|
|
|
|
break;
|
|
|
|
|
case SID_FM_FILECONTROL:
|
|
|
|
|
nIdentifier = OBJ_FM_FILECONTROL;
|
|
|
|
|
break;
|
|
|
|
|
case SID_FM_DATEFIELD:
|
|
|
|
|
nIdentifier = OBJ_FM_DATEFIELD;
|
|
|
|
|
break;
|
|
|
|
|
case SID_FM_TIMEFIELD:
|
|
|
|
|
nIdentifier = OBJ_FM_TIMEFIELD;
|
|
|
|
|
break;
|
|
|
|
|
case SID_FM_NUMERICFIELD:
|
|
|
|
|
nIdentifier = OBJ_FM_NUMERICFIELD;
|
|
|
|
|
break;
|
|
|
|
|
case SID_FM_CURRENCYFIELD:
|
|
|
|
|
nIdentifier = OBJ_FM_CURRENCYFIELD;
|
|
|
|
|
break;
|
|
|
|
|
case SID_FM_PATTERNFIELD:
|
|
|
|
|
nIdentifier = OBJ_FM_PATTERNFIELD;
|
|
|
|
|
break;
|
|
|
|
|
case SID_FM_FORMATTEDFIELD:
|
|
|
|
|
nIdentifier = OBJ_FM_FORMATTEDFIELD;
|
|
|
|
|
break;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
switch ( nSlot )
|
|
|
|
|
{
|
|
|
|
|
case SID_FM_CHECKBOX:
|
|
|
|
|
case SID_FM_PUSHBUTTON:
|
|
|
|
|
case SID_FM_FIXEDTEXT:
|
|
|
|
|
case SID_FM_LISTBOX:
|
|
|
|
|
case SID_FM_EDIT:
|
|
|
|
|
case SID_FM_RADIOBUTTON:
|
|
|
|
|
case SID_FM_COMBOBOX:
|
|
|
|
|
case SID_FM_GROUPBOX:
|
|
|
|
|
case SID_FM_DBGRID:
|
|
|
|
|
case SID_FM_IMAGEBUTTON:
|
|
|
|
|
case SID_FM_IMAGECONTROL:
|
|
|
|
|
case SID_FM_FILECONTROL:
|
|
|
|
|
case SID_FM_DATEFIELD:
|
|
|
|
|
case SID_FM_TIMEFIELD:
|
|
|
|
|
case SID_FM_NUMERICFIELD:
|
|
|
|
|
case SID_FM_CURRENCYFIELD:
|
|
|
|
|
case SID_FM_PATTERNFIELD:
|
|
|
|
|
case SID_FM_FORMATTEDFIELD:
|
|
|
|
|
{
|
2002-05-28 06:00:40 +00:00
|
|
|
|
SFX_REQUEST_ARG( rReq, pGrabFocusItem, SfxBoolItem, SID_FM_GRABCONTROLFOCUS, sal_False );
|
|
|
|
|
if ( pGrabFocusItem && pGrabFocusItem->GetValue() )
|
|
|
|
|
{ // see below
|
|
|
|
|
SfxViewShell* pShell = GetViewShell();
|
|
|
|
|
Window* pShellWnd = pShell ? pShell->GetWindow() : NULL;
|
|
|
|
|
if ( pShellWnd )
|
|
|
|
|
pShellWnd->GrabFocus();
|
|
|
|
|
break;
|
|
|
|
|
}
|
|
|
|
|
|
2000-09-18 16:07:07 +00:00
|
|
|
|
SfxUInt16Item aIdentifierItem( SID_FM_CONTROL_IDENTIFIER, nIdentifier );
|
|
|
|
|
SfxUInt32Item aInventorItem( SID_FM_CONTROL_INVENTOR, FmFormInventor );
|
2002-04-15 15:41:17 +00:00
|
|
|
|
const SfxPoolItem* pArgs[] =
|
|
|
|
|
{
|
|
|
|
|
&aIdentifierItem, &aInventorItem, NULL
|
|
|
|
|
};
|
|
|
|
|
const SfxPoolItem* pInternalArgs[] =
|
|
|
|
|
{
|
|
|
|
|
NULL
|
|
|
|
|
};
|
|
|
|
|
|
2000-09-21 11:31:31 +00:00
|
|
|
|
GetViewShell()->GetViewFrame()->GetDispatcher()->Execute( SID_FM_CREATE_CONTROL, SFX_CALLMODE_ASYNCHRON,
|
2002-04-15 15:41:17 +00:00
|
|
|
|
pArgs, rReq.GetModifier(), pInternalArgs );
|
2002-05-28 06:00:40 +00:00
|
|
|
|
|
|
|
|
|
if ( rReq.GetModifier() & KEY_MOD1 )
|
|
|
|
|
{
|
|
|
|
|
// #99013# if selected with control key, return focus to current view
|
|
|
|
|
// do this asynchron, so that the creation can be finished first
|
|
|
|
|
// reusing the SID_FM_GRABCONTROLFOCUS is somewhat hacky ... which it wouldn't if it would have another
|
|
|
|
|
// name, so I do not really have a big problem with this ....
|
|
|
|
|
SfxBoolItem aGrabFocusIndicatorItem( SID_FM_GRABCONTROLFOCUS, sal_True );
|
|
|
|
|
GetViewShell()->GetViewFrame()->GetDispatcher()->Execute( nSlot, SFX_CALLMODE_ASYNCHRON,
|
|
|
|
|
&aGrabFocusIndicatorItem, NULL );
|
|
|
|
|
}
|
|
|
|
|
|
2000-09-18 16:07:07 +00:00
|
|
|
|
rReq.Done();
|
|
|
|
|
} break;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
sal_Bool bSortUp = sal_True;
|
|
|
|
|
// Individuelle Aktionen
|
|
|
|
|
switch( nSlot )
|
|
|
|
|
{
|
2002-05-22 17:03:18 +00:00
|
|
|
|
case SID_FM_GRABCONTROLFOCUS:
|
|
|
|
|
{
|
|
|
|
|
FmFormView* pFormView = GetFormView();
|
|
|
|
|
if ( pFormView )
|
|
|
|
|
pFormView->GrabFirstControlFocus( );
|
|
|
|
|
}
|
|
|
|
|
break;
|
|
|
|
|
|
2000-09-18 16:07:07 +00:00
|
|
|
|
case SID_FM_VIEW_AS_GRID:
|
|
|
|
|
GetImpl()->CreateExternalView();
|
|
|
|
|
break;
|
|
|
|
|
case SID_FM_CONVERTTO_EDIT :
|
|
|
|
|
case SID_FM_CONVERTTO_BUTTON :
|
|
|
|
|
case SID_FM_CONVERTTO_FIXEDTEXT :
|
|
|
|
|
case SID_FM_CONVERTTO_LISTBOX :
|
|
|
|
|
case SID_FM_CONVERTTO_CHECKBOX :
|
|
|
|
|
case SID_FM_CONVERTTO_RADIOBUTTON :
|
|
|
|
|
case SID_FM_CONVERTTO_GROUPBOX :
|
|
|
|
|
case SID_FM_CONVERTTO_COMBOBOX :
|
|
|
|
|
case SID_FM_CONVERTTO_GRID :
|
|
|
|
|
case SID_FM_CONVERTTO_IMAGEBUTTON :
|
|
|
|
|
case SID_FM_CONVERTTO_FILECONTROL :
|
|
|
|
|
case SID_FM_CONVERTTO_DATE :
|
|
|
|
|
case SID_FM_CONVERTTO_TIME :
|
|
|
|
|
case SID_FM_CONVERTTO_NUMERIC :
|
|
|
|
|
case SID_FM_CONVERTTO_CURRENCY :
|
|
|
|
|
case SID_FM_CONVERTTO_PATTERN :
|
|
|
|
|
case SID_FM_CONVERTTO_IMAGECONTROL :
|
|
|
|
|
case SID_FM_CONVERTTO_FORMATTED :
|
2000-11-24 06:01:26 +00:00
|
|
|
|
GetImpl()->ExecuteControlConversionSlot(Reference< ::com::sun::star::form::XFormComponent > (GetImpl()->getCurControl(), UNO_QUERY),
|
2000-09-18 16:07:07 +00:00
|
|
|
|
nSlot);
|
|
|
|
|
// nach dem Konvertieren die Selektion neu bestimmern, da sich ja das selektierte Objekt
|
|
|
|
|
// geaendert hat
|
|
|
|
|
GetImpl()->SetSelection(GetFormView()->GetMarkList());
|
|
|
|
|
break;
|
|
|
|
|
case SID_FM_LEAVE_CREATE:
|
|
|
|
|
m_nLastSlot = 0;
|
2000-09-19 13:36:11 +00:00
|
|
|
|
GetViewShell()->GetViewFrame()->GetBindings().Invalidate( SID_FM_CONFIG );
|
2000-09-18 16:07:07 +00:00
|
|
|
|
rReq.Done();
|
|
|
|
|
break;
|
|
|
|
|
case SID_FM_SHOW_PROPERTY_BROWSER:
|
|
|
|
|
{
|
|
|
|
|
SFX_REQUEST_ARG( rReq, pInterfaceItem, FmInterfaceItem, nSlot, sal_False );
|
|
|
|
|
SFX_REQUEST_ARG( rReq, pShowItem, SfxBoolItem, SID_FM_SHOW_PROPERTIES, sal_False );
|
2000-11-24 06:01:26 +00:00
|
|
|
|
Reference< XInterface > xInterface;
|
2000-09-18 16:07:07 +00:00
|
|
|
|
sal_Bool bShow = sal_True;
|
|
|
|
|
if( pShowItem )
|
|
|
|
|
bShow = pShowItem->GetValue();
|
|
|
|
|
if( pInterfaceItem )
|
|
|
|
|
xInterface = pInterfaceItem->GetInterface();
|
|
|
|
|
GetImpl()->ShowProperties( xInterface, bShow );
|
|
|
|
|
|
|
|
|
|
rReq.Done();
|
|
|
|
|
} break;
|
|
|
|
|
|
|
|
|
|
case SID_FM_PROPERTIES:
|
|
|
|
|
{
|
|
|
|
|
// PropertyBrowser anzeigen
|
|
|
|
|
SFX_REQUEST_ARG(rReq, pShowItem, SfxBoolItem, nSlot, sal_False);
|
|
|
|
|
sal_Bool bShow = pShowItem ? pShowItem->GetValue() : sal_True;
|
|
|
|
|
GetImpl()->setSelObject(GetImpl()->getCurForm());
|
|
|
|
|
GetImpl()->ShowProperties(GetImpl()->getCurForm(), bShow );
|
|
|
|
|
|
|
|
|
|
rReq.Done();
|
|
|
|
|
} break;
|
|
|
|
|
|
|
|
|
|
case SID_FM_CTL_PROPERTIES:
|
|
|
|
|
{
|
|
|
|
|
GetImpl()->setSelObject(GetImpl()->getCurControl());
|
|
|
|
|
|
|
|
|
|
// PropertyBrowser anzeigen
|
|
|
|
|
SFX_REQUEST_ARG(rReq, pShowItem, SfxBoolItem, nSlot, sal_False);
|
|
|
|
|
sal_Bool bShow = pShowItem ? pShowItem->GetValue() : sal_True;
|
|
|
|
|
GetImpl()->ShowProperties( GetImpl()->getSelObject(), bShow );
|
|
|
|
|
|
|
|
|
|
rReq.Done();
|
|
|
|
|
} break;
|
|
|
|
|
case SID_FM_SHOW_PROPERTIES:
|
|
|
|
|
case SID_FM_ADD_FIELD:
|
|
|
|
|
case SID_FM_FILTER_NAVIGATOR:
|
|
|
|
|
{
|
2000-09-21 14:37:07 +00:00
|
|
|
|
GetViewShell()->GetViewFrame()->ChildWindowExecute(rReq);
|
2000-09-18 16:07:07 +00:00
|
|
|
|
rReq.Done();
|
|
|
|
|
} break;
|
|
|
|
|
case SID_FM_SHOW_FMEXPLORER:
|
|
|
|
|
{
|
|
|
|
|
if (!m_pFormView) // setzen der ::com::sun::star::sdbcx::View Forcieren
|
2000-09-21 11:31:31 +00:00
|
|
|
|
GetViewShell()->GetViewFrame()->GetDispatcher()->Execute(SID_CREATE_SW_DRAWVIEW);
|
2000-09-18 16:07:07 +00:00
|
|
|
|
|
2000-09-21 14:37:07 +00:00
|
|
|
|
GetViewShell()->GetViewFrame()->ChildWindowExecute(rReq);
|
2000-09-18 16:07:07 +00:00
|
|
|
|
rReq.Done();
|
|
|
|
|
} break;
|
|
|
|
|
case SID_FM_TAB_DIALOG:
|
|
|
|
|
{
|
2000-11-06 06:19:53 +00:00
|
|
|
|
FmTabOrderDlg aTabOrderDlg(::comphelper::getProcessServiceFactory(), GetpApp()->GetAppWindow(), this );
|
2000-09-18 16:07:07 +00:00
|
|
|
|
aTabOrderDlg.Execute();
|
|
|
|
|
rReq.Done();
|
|
|
|
|
} break;
|
|
|
|
|
case SID_FM_DESIGN_MODE:
|
|
|
|
|
{
|
|
|
|
|
SFX_REQUEST_ARG(rReq, pDesignItem, SfxBoolItem, nSlot, sal_False);
|
|
|
|
|
if (!pDesignItem || pDesignItem->GetValue() != m_bDesignMode)
|
|
|
|
|
{
|
|
|
|
|
FmFormModel* pModel = GetFormModel();
|
|
|
|
|
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
|
|
|
|
|
// OEditModel an seinem Control.)
|
|
|
|
|
pModel->GetUndoEnv().Lock();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// dann die eigentliche Umschaltung
|
|
|
|
|
if (m_bDesignMode || PrepareClose(sal_True))
|
|
|
|
|
{
|
|
|
|
|
SetDesignMode(!m_bDesignMode );
|
|
|
|
|
rReq.Done();
|
|
|
|
|
}
|
|
|
|
|
// und mein Undo-Environment wieder an
|
|
|
|
|
if (pModel)
|
|
|
|
|
pModel->GetUndoEnv().UnLock();
|
|
|
|
|
}
|
|
|
|
|
} break;
|
2000-10-20 15:28:29 +00:00
|
|
|
|
case SID_FM_AUTOCONTROLFOCUS:
|
|
|
|
|
{
|
|
|
|
|
FmFormModel* pModel = GetFormModel();
|
|
|
|
|
DBG_ASSERT(pModel, "FmFormShell::Execute : invalid call !");
|
|
|
|
|
// should have been disabled in GetState if we don't have a FormModel
|
|
|
|
|
pModel->SetAutoControlFocus( !pModel->GetAutoControlFocus() );
|
|
|
|
|
GetViewShell()->GetViewFrame()->GetBindings().Invalidate(SID_FM_AUTOCONTROLFOCUS);
|
|
|
|
|
}
|
|
|
|
|
break;
|
2000-09-18 16:07:07 +00:00
|
|
|
|
case SID_FM_OPEN_READONLY:
|
|
|
|
|
{
|
|
|
|
|
FmFormModel* pModel = GetFormModel();
|
2000-10-20 15:28:29 +00:00
|
|
|
|
DBG_ASSERT(pModel, "FmFormShell::Execute : invalid call !");
|
|
|
|
|
// should have been disabled in GetState if we don't have a FormModel
|
2000-09-18 16:07:07 +00:00
|
|
|
|
pModel->SetOpenInDesignMode( !pModel->GetOpenInDesignMode() );
|
2000-09-19 13:36:11 +00:00
|
|
|
|
GetViewShell()->GetViewFrame()->GetBindings().Invalidate(SID_FM_OPEN_READONLY);
|
2000-09-18 16:07:07 +00:00
|
|
|
|
}
|
|
|
|
|
break;
|
|
|
|
|
case SID_FM_USE_WIZARDS:
|
|
|
|
|
{
|
|
|
|
|
GetImpl()->SetWizardUsing(!GetImpl()->GetWizardUsing());
|
2000-09-19 13:36:11 +00:00
|
|
|
|
GetViewShell()->GetViewFrame()->GetBindings().Invalidate(SID_FM_USE_WIZARDS);
|
2000-09-18 16:07:07 +00:00
|
|
|
|
}
|
|
|
|
|
break;
|
|
|
|
|
case SID_FM_SEARCH:
|
|
|
|
|
{
|
|
|
|
|
if (GetImpl()->SaveModified(GetImpl()->getActiveController()))
|
|
|
|
|
GetImpl()->ExecuteSearch();
|
|
|
|
|
rReq.Done();
|
|
|
|
|
} break;
|
|
|
|
|
// First, Next, Prev, Last, Absolute wirken auf den NavController
|
|
|
|
|
case SID_FM_RECORD_FIRST:
|
|
|
|
|
{
|
|
|
|
|
if (GetImpl()->SaveModified(GetImpl()->getNavController()))
|
|
|
|
|
{
|
2000-11-24 06:01:26 +00:00
|
|
|
|
Reference< ::com::sun::star::sdbc::XResultSet > xCursor(GetImpl()->getNavController()->getModel(), UNO_QUERY);
|
2000-09-18 16:07:07 +00:00
|
|
|
|
DO_SAFE( xCursor->first(); );
|
|
|
|
|
}
|
|
|
|
|
rReq.Done();
|
|
|
|
|
} break;
|
|
|
|
|
case SID_FM_RECORD_NEXT:
|
|
|
|
|
{
|
|
|
|
|
if (!GetImpl()->CommitCurrent(GetImpl()->getNavController()))
|
|
|
|
|
{
|
|
|
|
|
rReq.Done();
|
|
|
|
|
break;
|
|
|
|
|
}
|
|
|
|
|
// SaveModified kann hier nicht verwendet werden
|
|
|
|
|
GetImpl()->MoveRight(GetImpl()->getNavController());
|
|
|
|
|
rReq.Done();
|
|
|
|
|
} break;
|
|
|
|
|
case SID_FM_RECORD_PREV:
|
|
|
|
|
{
|
|
|
|
|
if (!GetImpl()->CommitCurrent(GetImpl()->getNavController()))
|
|
|
|
|
{
|
|
|
|
|
rReq.Done();
|
|
|
|
|
break;
|
|
|
|
|
}
|
|
|
|
|
// SaveModified kann hier nicht verwendet werden
|
|
|
|
|
GetImpl()->MoveLeft(GetImpl()->getNavController());
|
|
|
|
|
rReq.Done();
|
|
|
|
|
} break;
|
|
|
|
|
case SID_FM_RECORD_LAST:
|
|
|
|
|
{
|
|
|
|
|
if (GetImpl()->SaveModified(GetImpl()->getNavController()))
|
|
|
|
|
{
|
2000-11-24 06:01:26 +00:00
|
|
|
|
Reference< ::com::sun::star::sdbc::XResultSet > xCursor(GetImpl()->getNavController()->getModel(), UNO_QUERY);
|
2000-09-18 16:07:07 +00:00
|
|
|
|
|
|
|
|
|
// run in an own thread if ...
|
2000-11-24 06:01:26 +00:00
|
|
|
|
Reference< ::com::sun::star::beans::XPropertySet > xCursorProps(xCursor, UNO_QUERY);
|
2000-09-18 16:07:07 +00:00
|
|
|
|
// ... the data source is thread safe ...
|
2000-10-20 13:18:57 +00:00
|
|
|
|
sal_Bool bAllowOwnThread = ::comphelper::hasProperty(FM_PROP_THREADSAFE, xCursorProps) && ::comphelper::getBOOL(xCursorProps->getPropertyValue(FM_PROP_THREADSAFE));
|
2000-09-18 16:07:07 +00:00
|
|
|
|
// ... the record count is unknown
|
2000-10-20 13:18:57 +00:00
|
|
|
|
sal_Bool bNeedOwnThread = ::comphelper::hasProperty(FM_PROP_ROWCOUNTFINAL, xCursorProps) && !::comphelper::getBOOL(xCursorProps->getPropertyValue(FM_PROP_ROWCOUNTFINAL));
|
2000-09-18 16:07:07 +00:00
|
|
|
|
|
|
|
|
|
if (bNeedOwnThread && bAllowOwnThread)
|
|
|
|
|
GetImpl()->DoAsyncCursorAction(GetImpl()->getNavController(), FmXFormShell::CA_MOVE_TO_LAST);
|
|
|
|
|
else
|
|
|
|
|
DO_SAFE( xCursor->last(); );
|
|
|
|
|
}
|
|
|
|
|
rReq.Done();
|
|
|
|
|
} break;
|
|
|
|
|
case SID_FM_RECORD_NEW:
|
|
|
|
|
{
|
|
|
|
|
if (GetImpl()->SaveModified(GetImpl()->getActiveController()))
|
|
|
|
|
{
|
2002-01-16 06:41:03 +00:00
|
|
|
|
DBG_ASSERT( GetImpl()->getNavController()->getModel() == GetImpl()->getActiveForm(),
|
|
|
|
|
"FmFormShell::Execute: why this different forms?" );
|
|
|
|
|
// FS: just wondering: the previous "last" block worked with the nav controller (which seems the
|
|
|
|
|
// most appropriate), the old "new" implementation here uses the active form
|
|
|
|
|
// So they should be equal ....
|
|
|
|
|
|
|
|
|
|
// don't even want to guess what happens when the "active controller" (which is used for the SaveModified)
|
|
|
|
|
// is not the "nav controller"
|
|
|
|
|
// TODO: This all seems to be worth an additional deeper look ....
|
|
|
|
|
|
|
|
|
|
// additional TODO: why this "DO_SAFE" instead of handling any SQLExceptions which may occur?????
|
|
|
|
|
// I remember me introducing this DO_SAFE a very long time ago (it was in pre-5.2 times me thinks), perhaps
|
|
|
|
|
// this was appropriate then. But now, we should really handle these error instead of silencing them!
|
|
|
|
|
// In theory, we're a SQLErrorListener at the database form, so all errors occured should be notified
|
|
|
|
|
// to us instead of beeing thrown. But nevertheless, this DO_SAFE looks strange to me ....
|
|
|
|
|
|
|
|
|
|
Reference< XResultSet > xCursor( GetImpl()->getNavController()->getModel(), UNO_QUERY );
|
|
|
|
|
DO_SAFE( xCursor->last(); );
|
|
|
|
|
|
|
|
|
|
Reference< XResultSetUpdate > xUpdateCursor( GetImpl()->getActiveForm(), UNO_QUERY );
|
2000-09-18 16:07:07 +00:00
|
|
|
|
DO_SAFE( xUpdateCursor->moveToInsertRow(); );
|
|
|
|
|
}
|
|
|
|
|
rReq.Done();
|
|
|
|
|
} break;
|
|
|
|
|
case SID_FM_RECORD_DELETE:
|
|
|
|
|
{
|
2002-01-16 06:41:03 +00:00
|
|
|
|
::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XResultSet > xCursor(GetImpl()->getActiveForm(), ::com::sun::star::uno::UNO_QUERY);
|
|
|
|
|
::com::sun::star::uno::Reference< XResultSetUpdate > xUpdateCursor(xCursor, ::com::sun::star::uno::UNO_QUERY);
|
2000-09-18 16:07:07 +00:00
|
|
|
|
|
2000-11-24 06:01:26 +00:00
|
|
|
|
Reference< ::com::sun::star::beans::XPropertySet > xSet(GetImpl()->getActiveForm(), UNO_QUERY);
|
2000-10-20 13:18:57 +00:00
|
|
|
|
sal_uInt32 nCount = ::comphelper::getINT32(xSet->getPropertyValue(FM_PROP_ROWCOUNT));
|
2000-09-18 16:07:07 +00:00
|
|
|
|
|
|
|
|
|
// naechste position festellen
|
|
|
|
|
sal_Bool bLeft = xCursor->isLast() && nCount > 1;
|
|
|
|
|
sal_Bool bRight= !xCursor->isLast();
|
|
|
|
|
sal_Bool bSuccess = sal_False;
|
|
|
|
|
try
|
|
|
|
|
{
|
|
|
|
|
// ask for confirmation
|
2000-11-24 06:01:26 +00:00
|
|
|
|
Reference< ::com::sun::star::form::XConfirmDeleteListener > xConfirm(GetImpl()->getActiveController(),UNO_QUERY);
|
2000-09-18 16:07:07 +00:00
|
|
|
|
if (xConfirm.is())
|
|
|
|
|
{
|
|
|
|
|
::com::sun::star::sdb::RowChangeEvent aEvent;
|
2000-11-24 06:01:26 +00:00
|
|
|
|
aEvent.Source = Reference< XInterface > (xCursor, UNO_QUERY);
|
2000-09-18 16:07:07 +00:00
|
|
|
|
aEvent.Action = ::com::sun::star::sdb::RowChangeAction::DELETE;
|
|
|
|
|
aEvent.Rows = 1;
|
|
|
|
|
bSuccess = xConfirm->confirmDelete(aEvent);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// das Ding loeschen
|
|
|
|
|
if (bSuccess)
|
|
|
|
|
xUpdateCursor->deleteRow();
|
|
|
|
|
}
|
2000-11-24 06:01:26 +00:00
|
|
|
|
catch(Exception&)
|
2000-09-18 16:07:07 +00:00
|
|
|
|
{
|
|
|
|
|
bSuccess = sal_False;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if (bSuccess)
|
|
|
|
|
{
|
|
|
|
|
if (bLeft || bRight)
|
|
|
|
|
xCursor->relative(bRight ? 1 : -1);
|
|
|
|
|
else
|
|
|
|
|
{
|
2001-07-25 12:44:28 +00:00
|
|
|
|
sal_Bool bCanInsert = canInsertRecords(xSet);
|
2000-09-18 16:07:07 +00:00
|
|
|
|
// kann noch ein Datensatz eingefuegt weden
|
|
|
|
|
try
|
|
|
|
|
{
|
|
|
|
|
if (bCanInsert)
|
|
|
|
|
xUpdateCursor->moveToInsertRow();
|
|
|
|
|
else
|
|
|
|
|
// Datensatz bewegen um Stati neu zu setzen
|
|
|
|
|
xCursor->first();
|
|
|
|
|
}
|
2000-11-24 06:01:26 +00:00
|
|
|
|
catch(Exception&)
|
2000-09-18 16:07:07 +00:00
|
|
|
|
{
|
|
|
|
|
DBG_ERROR("FmFormShell::Execute : couldn't position on the next record !");
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
rReq.Done();
|
|
|
|
|
} break;
|
|
|
|
|
case SID_FM_RECORD_ABSOLUTE:
|
|
|
|
|
{
|
|
|
|
|
const SfxItemSet* pArgs = rReq.GetArgs();
|
|
|
|
|
sal_Int32 nRecord = -1;
|
|
|
|
|
|
2000-11-24 06:01:26 +00:00
|
|
|
|
Reference< ::com::sun::star::sdbc::XResultSet > xCursor(GetImpl()->getActiveForm(), UNO_QUERY);
|
2000-09-18 16:07:07 +00:00
|
|
|
|
|
|
|
|
|
if ( pArgs )
|
|
|
|
|
{
|
|
|
|
|
const SfxPoolItem* pItem;
|
|
|
|
|
if( (pArgs->GetItemState(SID_FM_RECORD_ABSOLUTE, sal_True, &pItem)) == SFX_ITEM_SET )
|
|
|
|
|
{
|
|
|
|
|
nRecord = Max((((const FmFormInfoItem*)pItem)->GetInfo().Pos), (sal_Int32)0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
else
|
|
|
|
|
{
|
|
|
|
|
FmInputRecordNoDialog dlg(NULL);
|
|
|
|
|
dlg.SetValue(xCursor->getRow());
|
|
|
|
|
if (dlg.Execute() == RET_OK)
|
|
|
|
|
{
|
|
|
|
|
nRecord = dlg.GetValue() - 1;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if (nRecord != -1)
|
|
|
|
|
{
|
2000-11-24 06:01:26 +00:00
|
|
|
|
Reference< ::com::sun::star::beans::XPropertySet > xSet (GetImpl()->getActiveForm(), UNO_QUERY);
|
2000-10-20 13:18:57 +00:00
|
|
|
|
sal_Bool bFinal = ::comphelper::getBOOL(xSet->getPropertyValue(FM_PROP_ROWCOUNTFINAL));
|
|
|
|
|
sal_Int32 nRecordCount= ::comphelper::getINT32(xSet->getPropertyValue(FM_PROP_ROWCOUNT));
|
2000-09-18 16:07:07 +00:00
|
|
|
|
|
2001-07-25 12:44:28 +00:00
|
|
|
|
if (bFinal && (sal_Int32)nRecord >= nRecordCount)
|
2000-09-18 16:07:07 +00:00
|
|
|
|
{
|
|
|
|
|
Sound::Beep();
|
|
|
|
|
rReq.Done();
|
|
|
|
|
break;
|
|
|
|
|
}
|
|
|
|
|
if (GetImpl()->SaveModified(GetImpl()->getNavController()))
|
|
|
|
|
DO_SAFE( xCursor->absolute(nRecord); );
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
rReq.Done();
|
|
|
|
|
} break;
|
|
|
|
|
case SID_FM_RECORD_SAVE:
|
|
|
|
|
{
|
|
|
|
|
if (!GetImpl()->CommitCurrent(GetImpl()->getActiveController()))
|
|
|
|
|
{
|
|
|
|
|
rReq.Done();
|
|
|
|
|
break;
|
|
|
|
|
}
|
|
|
|
|
|
2000-11-24 06:01:26 +00:00
|
|
|
|
Reference< ::com::sun::star::beans::XPropertySet > xSet(GetImpl()->getActiveForm(), UNO_QUERY);
|
2000-10-20 13:18:57 +00:00
|
|
|
|
sal_Bool bIsInserting = ::comphelper::getBOOL(xSet->getPropertyValue(FM_PROP_ISNEW));
|
2000-09-18 16:07:07 +00:00
|
|
|
|
|
2000-11-24 06:01:26 +00:00
|
|
|
|
Reference< ::com::sun::star::sdbc::XResultSet > xCursor(GetImpl()->getActiveForm(), UNO_QUERY);
|
|
|
|
|
Reference< ::com::sun::star::sdbc::XResultSetUpdate > xUpdateCursor(GetImpl()->getActiveForm(), UNO_QUERY);
|
2000-09-18 16:07:07 +00:00
|
|
|
|
sal_Bool bSuccess = sal_True;
|
|
|
|
|
try
|
|
|
|
|
{
|
|
|
|
|
if (bIsInserting)
|
|
|
|
|
xUpdateCursor->insertRow();
|
|
|
|
|
else
|
|
|
|
|
xUpdateCursor->updateRow();
|
|
|
|
|
}
|
2000-11-24 06:01:26 +00:00
|
|
|
|
catch(Exception&)
|
2000-09-18 16:07:07 +00:00
|
|
|
|
{
|
|
|
|
|
bSuccess = sal_False;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (bSuccess && bIsInserting)
|
|
|
|
|
{
|
|
|
|
|
DO_SAFE( xCursor->last(); );
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
rReq.Done();
|
|
|
|
|
} break;
|
|
|
|
|
case SID_FM_RECORD_UNDO:
|
|
|
|
|
{
|
2000-11-24 06:01:26 +00:00
|
|
|
|
Reference< ::com::sun::star::sdbc::XResultSetUpdate > xUpdateCursor(GetImpl()->getActiveForm(), UNO_QUERY);
|
|
|
|
|
Reference< ::com::sun::star::beans::XPropertySet > xSet(GetImpl()->getActiveForm(), UNO_QUERY);
|
2000-10-20 13:18:57 +00:00
|
|
|
|
sal_Bool bInserting = ::comphelper::getBOOL(xSet->getPropertyValue(FM_PROP_ISNEW));
|
2000-09-18 16:07:07 +00:00
|
|
|
|
if (!bInserting)
|
|
|
|
|
xUpdateCursor->cancelRowUpdates();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// GetImpl()->ResetCurrent(GetImpl()->getActiveController());
|
2000-11-24 06:01:26 +00:00
|
|
|
|
GetImpl()->ResetAll(Reference< ::com::sun::star::form::XForm > (GetImpl()->getActiveController()->getModel(), UNO_QUERY));
|
2000-09-18 16:07:07 +00:00
|
|
|
|
|
|
|
|
|
if (bInserting) // wieder in den EinfuegeModus
|
|
|
|
|
DO_SAFE( xUpdateCursor->moveToInsertRow(); );
|
|
|
|
|
|
|
|
|
|
GetImpl()->m_bActiveModified = sal_False;
|
2000-09-19 13:36:11 +00:00
|
|
|
|
GetViewShell()->GetViewFrame()->GetBindings().Invalidate(DatabaseSlotMap);
|
2000-09-18 16:07:07 +00:00
|
|
|
|
rReq.Done();
|
|
|
|
|
} break;
|
|
|
|
|
case SID_FM_REMOVE_FILTER_SORT:
|
|
|
|
|
{
|
|
|
|
|
if (GetImpl()->SaveModified(GetImpl()->getActiveController()))
|
|
|
|
|
{
|
|
|
|
|
// gleichzeitiges Zuruecksetzen der Filter- und der Sort-Eigenschaft
|
2000-11-24 06:01:26 +00:00
|
|
|
|
Reference< ::com::sun::star::beans::XMultiPropertySet > xProperties(GetImpl()->getActiveForm(), UNO_QUERY);
|
2000-09-18 16:07:07 +00:00
|
|
|
|
if (xProperties.is())
|
|
|
|
|
{
|
|
|
|
|
::rtl::OUString ustrNames[2] = { FM_PROP_FILTER_CRITERIA, FM_PROP_SORT };
|
2000-11-24 06:01:26 +00:00
|
|
|
|
Any anyValues[2] = { makeAny(::rtl::OUString()),
|
|
|
|
|
makeAny(::rtl::OUString()) };
|
|
|
|
|
Sequence< ::rtl::OUString> seqNames(ustrNames, 2);
|
|
|
|
|
Sequence< Any> seqValues(anyValues, 2);
|
2000-09-18 16:07:07 +00:00
|
|
|
|
|
|
|
|
|
FormShellWaitObject aWO(this);
|
|
|
|
|
xProperties->setPropertyValues(seqNames, seqValues);
|
|
|
|
|
|
|
|
|
|
try
|
|
|
|
|
{
|
2000-11-24 06:01:26 +00:00
|
|
|
|
Reference< ::com::sun::star::form::XLoadable > xReload(xProperties, UNO_QUERY);
|
2000-09-18 16:07:07 +00:00
|
|
|
|
xReload->reload();
|
|
|
|
|
}
|
|
|
|
|
catch(::com::sun::star::sdbc::SQLException e)
|
|
|
|
|
{
|
|
|
|
|
e;
|
|
|
|
|
DBG_ERROR("FmFormShell::Execute(REMOVE_FILTER_SORT) : catched an SQL exeption !");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
rReq.Done();
|
|
|
|
|
} break;
|
|
|
|
|
case SID_FM_SORTDOWN:
|
|
|
|
|
bSortUp = sal_False;
|
|
|
|
|
case SID_FM_SORTUP:
|
|
|
|
|
{
|
2000-11-24 06:01:26 +00:00
|
|
|
|
Reference< ::com::sun::star::sdb::XSQLQueryComposer > xParser = GetImpl()->getParser();
|
|
|
|
|
Reference< ::com::sun::star::sdbc::XResultSet > xCursor(GetImpl()->getActiveForm(), UNO_QUERY);
|
|
|
|
|
Reference< ::com::sun::star::form::XFormController > xFormCtrler = GetImpl()->getActiveController();
|
2000-09-18 16:07:07 +00:00
|
|
|
|
|
2000-11-24 06:01:26 +00:00
|
|
|
|
Reference< ::com::sun::star::awt::XControl > xControl = xFormCtrler->getCurrentControl();
|
2000-09-18 16:07:07 +00:00
|
|
|
|
if (GetImpl()->SaveModified(xFormCtrler) && xControl.is() && xCursor.is())
|
|
|
|
|
{
|
2000-11-24 06:01:26 +00:00
|
|
|
|
Reference< ::com::sun::star::beans::XPropertySet > xField = GetImpl()->GetBoundField(xControl, GetImpl()->getActiveForm());
|
2000-09-18 16:07:07 +00:00
|
|
|
|
if (xField.is())
|
|
|
|
|
{
|
2000-11-24 06:01:26 +00:00
|
|
|
|
Reference< ::com::sun::star::beans::XPropertySet > xFormSet(GetImpl()->getActiveForm(), UNO_QUERY);
|
2000-09-18 16:07:07 +00:00
|
|
|
|
::rtl::OUString sOriginalSort;
|
2000-10-20 13:18:57 +00:00
|
|
|
|
try { sOriginalSort = ::comphelper::getString(xFormSet->getPropertyValue(FM_PROP_SORT)); }
|
2000-11-24 06:01:26 +00:00
|
|
|
|
catch(Exception&) { }
|
2000-09-18 16:07:07 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// immer nur eine Sortierung
|
|
|
|
|
DO_SAFE_WITH_ERROR( xParser->setOrder(::rtl::OUString()), "FmFormShell::Execute(AUTOFILTER) : could not reset the parsers order !" );
|
|
|
|
|
|
|
|
|
|
sal_Bool bParserSuccess;
|
|
|
|
|
HANDLE_SQL_ERRORS(
|
|
|
|
|
xParser->appendOrderByColumn(xField, bSortUp),
|
|
|
|
|
bParserSuccess,
|
|
|
|
|
::rtl::OUString(SVX_RES(RID_STR_COULDNOTSETORDER)),
|
|
|
|
|
"FmFormShell::Execute(SORTUP/DOWN) : unknown exception while updating the parser !"
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
if (bParserSuccess)
|
|
|
|
|
{
|
|
|
|
|
FormShellWaitObject aWO(this);
|
2000-11-24 06:01:26 +00:00
|
|
|
|
Reference< ::com::sun::star::form::XLoadable > xReload(xFormSet, UNO_QUERY);
|
2000-09-18 16:07:07 +00:00
|
|
|
|
try
|
|
|
|
|
{
|
2000-11-24 06:01:26 +00:00
|
|
|
|
xFormSet->setPropertyValue(FM_PROP_SORT, makeAny(xParser->getOrder()));
|
2000-09-18 16:07:07 +00:00
|
|
|
|
xReload->reload();
|
|
|
|
|
}
|
2000-11-24 06:01:26 +00:00
|
|
|
|
catch(Exception&)
|
2000-09-18 16:07:07 +00:00
|
|
|
|
{
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (!isRowSetAlive(xFormSet))
|
|
|
|
|
{ // restore the original state
|
|
|
|
|
try
|
|
|
|
|
{
|
|
|
|
|
xParser->setOrder(sOriginalSort);
|
2000-11-24 06:01:26 +00:00
|
|
|
|
xFormSet->setPropertyValue(FM_PROP_SORT, makeAny(xParser->getOrder()));
|
2000-09-18 16:07:07 +00:00
|
|
|
|
xReload->reload();
|
|
|
|
|
}
|
2000-11-24 06:01:26 +00:00
|
|
|
|
catch(Exception&)
|
2000-09-18 16:07:07 +00:00
|
|
|
|
{
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
rReq.Done();
|
|
|
|
|
} break;
|
|
|
|
|
case SID_FM_FILTER_EXECUTE:
|
|
|
|
|
{
|
2000-11-24 06:01:26 +00:00
|
|
|
|
Reference< ::com::sun::star::form::XFormController > xController(GetImpl()->getActiveController());
|
2000-09-18 16:07:07 +00:00
|
|
|
|
if (xController.is() && !FmXFormShell::CommitCurrent(xController))
|
|
|
|
|
{
|
|
|
|
|
rReq.Done();
|
|
|
|
|
break;
|
|
|
|
|
}
|
|
|
|
|
} // continue !!!
|
|
|
|
|
case SID_FM_FILTER_EXIT:
|
|
|
|
|
GetImpl()->stopFiltering(SID_FM_FILTER_EXECUTE == nSlot);
|
|
|
|
|
rReq.Done();
|
|
|
|
|
break;
|
|
|
|
|
case SID_FM_FILTER_START:
|
|
|
|
|
{
|
|
|
|
|
GetImpl()->startFiltering();
|
|
|
|
|
rReq.Done();
|
|
|
|
|
} break;
|
|
|
|
|
case SID_FM_ORDERCRIT:
|
|
|
|
|
{
|
2000-11-24 06:01:26 +00:00
|
|
|
|
Reference< ::com::sun::star::form::XFormController > xFormCtrler = GetImpl()->getActiveController();
|
2000-09-18 16:07:07 +00:00
|
|
|
|
|
2000-11-06 10:25:47 +00:00
|
|
|
|
if (GetImpl()->SaveModified(xFormCtrler))
|
2000-09-18 16:07:07 +00:00
|
|
|
|
{
|
2002-03-04 11:49:36 +00:00
|
|
|
|
Reference< ::com::sun::star::awt::XControl > xControl = xFormCtrler->getCurrentControl();
|
|
|
|
|
Reference< ::com::sun::star::sdb::XSQLQueryComposer > xParser = GetImpl()->getParser();
|
|
|
|
|
Reference< XRowSet > xSet(GetImpl()->getActiveForm(), UNO_QUERY);
|
2000-09-18 16:07:07 +00:00
|
|
|
|
|
2002-03-04 11:49:36 +00:00
|
|
|
|
Reference< ::com::sun::star::beans::XPropertySet > xField(GetImpl()->GetBoundField(xControl, GetImpl()->getActiveForm()), UNO_QUERY);
|
|
|
|
|
|
|
|
|
|
PropertyValue aFirst;
|
|
|
|
|
aFirst.Name = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("QueryComposer"));
|
|
|
|
|
aFirst.Value <<= xParser;
|
|
|
|
|
|
|
|
|
|
PropertyValue aSecond;
|
|
|
|
|
aSecond.Name = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("RowSet"));
|
|
|
|
|
aSecond.Value <<= xSet;
|
2000-11-24 06:01:26 +00:00
|
|
|
|
|
2002-03-04 11:49:36 +00:00
|
|
|
|
PropertyValue aThird;
|
|
|
|
|
aThird.Name = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("DefaultOrderColumn"));
|
|
|
|
|
aThird.Value <<= xField;
|
|
|
|
|
|
|
|
|
|
Sequence<Any> aInit(3);
|
|
|
|
|
aInit[0] <<= aFirst;
|
|
|
|
|
aInit[1] <<= aSecond;
|
|
|
|
|
aInit[2] <<= aThird;
|
2000-11-24 06:01:26 +00:00
|
|
|
|
|
2001-06-15 08:55:48 +00:00
|
|
|
|
Reference< com::sun::star::ui::dialogs::XExecutableDialog> xDlg(
|
2000-11-24 06:01:26 +00:00
|
|
|
|
::comphelper::getProcessServiceFactory()->createInstanceWithArguments(::rtl::OUString::createFromAscii("com.sun.star.sdb.OrderDialog"),aInit),UNO_QUERY);
|
2000-09-18 16:07:07 +00:00
|
|
|
|
|
2000-11-24 06:01:26 +00:00
|
|
|
|
if(xDlg.is())
|
|
|
|
|
xDlg->execute();
|
2000-09-18 16:07:07 +00:00
|
|
|
|
|
2000-11-24 06:01:26 +00:00
|
|
|
|
Reference< ::com::sun::star::beans::XPropertySet > xFormSet(GetImpl()->getActiveForm(), UNO_QUERY);
|
2000-09-18 16:07:07 +00:00
|
|
|
|
FormShellWaitObject aWO(this);
|
|
|
|
|
try
|
|
|
|
|
{
|
2000-11-24 06:01:26 +00:00
|
|
|
|
xFormSet->setPropertyValue(FM_PROP_SORT, makeAny(xParser->getOrder()));
|
|
|
|
|
Reference< ::com::sun::star::form::XLoadable > xReload(xFormSet, UNO_QUERY);
|
2000-09-18 16:07:07 +00:00
|
|
|
|
xReload->reload();
|
|
|
|
|
|
|
|
|
|
}
|
2000-11-16 14:57:09 +00:00
|
|
|
|
catch(Exception&)
|
2000-09-18 16:07:07 +00:00
|
|
|
|
{
|
2000-11-16 14:57:09 +00:00
|
|
|
|
DBG_ERROR("Exception occured!");
|
2000-09-18 16:07:07 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
rReq.Done();
|
|
|
|
|
} break;
|
|
|
|
|
case SID_FM_AUTOFILTER:
|
|
|
|
|
{
|
2000-11-24 06:01:26 +00:00
|
|
|
|
Reference< ::com::sun::star::form::XFormController > xFormCtrler = GetImpl()->getActiveController();
|
|
|
|
|
Reference< ::com::sun::star::awt::XControl > xControl = xFormCtrler->getCurrentControl();
|
2000-09-18 16:07:07 +00:00
|
|
|
|
|
2000-11-24 06:01:26 +00:00
|
|
|
|
Reference< ::com::sun::star::sdb::XSQLQueryComposer > xParser = GetImpl()->getParser();
|
|
|
|
|
Reference< ::com::sun::star::sdbc::XResultSet > xCursor(GetImpl()->getActiveForm(), UNO_QUERY);
|
2000-09-18 16:07:07 +00:00
|
|
|
|
|
|
|
|
|
if (GetImpl()->SaveModified(xFormCtrler) && xControl.is() && xCursor.is())
|
|
|
|
|
{
|
2000-11-24 06:01:26 +00:00
|
|
|
|
Reference< ::com::sun::star::beans::XPropertySet > xField = GetImpl()->GetBoundField(xControl, GetImpl()->getActiveForm());
|
2000-09-18 16:07:07 +00:00
|
|
|
|
if (xField.is())
|
|
|
|
|
{
|
2000-11-24 06:01:26 +00:00
|
|
|
|
Reference< ::com::sun::star::beans::XPropertySet > xActiveSet(GetImpl()->getActiveForm(), UNO_QUERY);
|
2000-10-20 13:18:57 +00:00
|
|
|
|
::rtl::OUString sOriginalFilter = ::comphelper::getString(xActiveSet->getPropertyValue(FM_PROP_FILTER_CRITERIA));
|
|
|
|
|
sal_Bool bApplied = ::comphelper::getBOOL(xActiveSet->getPropertyValue(FM_PROP_APPLYFILTER));
|
2000-09-18 16:07:07 +00:00
|
|
|
|
|
|
|
|
|
// do we have a filter but not applied, then we have to overwrite it, else append one
|
|
|
|
|
if (!bApplied)
|
|
|
|
|
{
|
|
|
|
|
DO_SAFE_WITH_ERROR( xParser->setFilter(::rtl::OUString()), "FmFormShell::Execute(AUTOFILTER) : could not reset the parsers filter !" );
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
sal_Bool bParserSuccess;
|
|
|
|
|
HANDLE_SQL_ERRORS(
|
|
|
|
|
xParser->appendFilterByColumn(xField),
|
|
|
|
|
bParserSuccess,
|
|
|
|
|
::rtl::OUString(SVX_RES(RID_STR_COULDNOTSETFILTER)),
|
|
|
|
|
"FmFormShell::Execute(AUTOFILTER) : could not append the filter to my parser !"
|
|
|
|
|
)
|
|
|
|
|
if (bParserSuccess)
|
|
|
|
|
{
|
2000-11-24 06:01:26 +00:00
|
|
|
|
Reference< ::com::sun::star::form::XLoadable > xReload(xActiveSet, UNO_QUERY);
|
2000-09-18 16:07:07 +00:00
|
|
|
|
try
|
|
|
|
|
{
|
|
|
|
|
FormShellWaitObject aWO(this);
|
2000-11-24 06:01:26 +00:00
|
|
|
|
xActiveSet->setPropertyValue(FM_PROP_FILTER_CRITERIA, makeAny(xParser->getFilter()));
|
2000-09-18 16:07:07 +00:00
|
|
|
|
sal_Bool bB(sal_True);
|
2000-11-24 06:01:26 +00:00
|
|
|
|
xActiveSet->setPropertyValue(FM_PROP_APPLYFILTER, Any(&bB,getBooleanCppuType()));
|
2000-09-18 16:07:07 +00:00
|
|
|
|
|
|
|
|
|
xReload->reload();
|
|
|
|
|
}
|
2000-11-24 06:01:26 +00:00
|
|
|
|
catch(Exception&)
|
2000-09-18 16:07:07 +00:00
|
|
|
|
{
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (!isRowSetAlive(xActiveSet))
|
|
|
|
|
{ // restore the original state
|
|
|
|
|
try
|
|
|
|
|
{
|
|
|
|
|
xParser->setOrder(sOriginalFilter);
|
2000-11-24 06:01:26 +00:00
|
|
|
|
xActiveSet->setPropertyValue(FM_PROP_APPLYFILTER, Any(&bApplied,getBooleanCppuType()));
|
|
|
|
|
xActiveSet->setPropertyValue(FM_PROP_FILTER_CRITERIA, makeAny(xParser->getFilter()));
|
2000-09-18 16:07:07 +00:00
|
|
|
|
xReload->reload();
|
|
|
|
|
}
|
2000-11-24 06:01:26 +00:00
|
|
|
|
catch(Exception&)
|
2000-09-18 16:07:07 +00:00
|
|
|
|
{
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
rReq.Done();
|
|
|
|
|
} break;
|
|
|
|
|
case SID_FM_REFRESH:
|
|
|
|
|
if (GetImpl()->SaveModified(GetImpl()->getActiveController()))
|
|
|
|
|
{
|
|
|
|
|
FormShellWaitObject aWO(this);
|
2000-11-24 06:01:26 +00:00
|
|
|
|
Reference< ::com::sun::star::form::XLoadable > xReload(GetImpl()->getActiveForm(), UNO_QUERY);
|
2000-09-18 16:07:07 +00:00
|
|
|
|
xReload->reload();
|
|
|
|
|
}
|
|
|
|
|
rReq.Done();
|
|
|
|
|
break;
|
|
|
|
|
case SID_FM_FORM_FILTERED: // toggle the item
|
|
|
|
|
if (GetImpl()->SaveModified(GetImpl()->getActiveController()))
|
|
|
|
|
{
|
2000-11-24 06:01:26 +00:00
|
|
|
|
Reference< ::com::sun::star::beans::XPropertySet > xActiveSet(GetImpl()->getActiveForm(), UNO_QUERY);
|
2000-10-20 13:18:57 +00:00
|
|
|
|
sal_Bool bApplied = ::comphelper::getBOOL(xActiveSet->getPropertyValue(FM_PROP_APPLYFILTER));
|
2000-09-18 16:07:07 +00:00
|
|
|
|
|
|
|
|
|
sal_Bool bB(!bApplied);
|
2000-11-24 06:01:26 +00:00
|
|
|
|
xActiveSet->setPropertyValue(FM_PROP_APPLYFILTER, Any(&bB,getBooleanCppuType()));
|
2000-09-18 16:07:07 +00:00
|
|
|
|
|
|
|
|
|
FormShellWaitObject aWO(this);
|
2000-11-24 06:01:26 +00:00
|
|
|
|
Reference< ::com::sun::star::form::XLoadable > xReload(GetImpl()->getActiveForm(), UNO_QUERY);
|
2000-09-18 16:07:07 +00:00
|
|
|
|
xReload->reload();
|
|
|
|
|
}
|
|
|
|
|
rReq.Done();
|
|
|
|
|
break;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
//------------------------------------------------------------------------
|
|
|
|
|
void FmFormShell::GetState(SfxItemSet &rSet)
|
|
|
|
|
{
|
|
|
|
|
SfxWhichIter aIter( rSet );
|
|
|
|
|
sal_uInt16 nWhich = aIter.FirstWhich();
|
|
|
|
|
while ( nWhich )
|
|
|
|
|
{
|
|
|
|
|
switch( nWhich )
|
|
|
|
|
{
|
2001-07-25 13:40:22 +00:00
|
|
|
|
case SID_FM_FILTER_EXECUTE:
|
|
|
|
|
case SID_FM_FILTER_EXIT:
|
|
|
|
|
if (!GetImpl()->isInFilterMode())
|
|
|
|
|
rSet.DisableItem( nWhich );
|
|
|
|
|
break;
|
|
|
|
|
|
2000-09-18 16:07:07 +00:00
|
|
|
|
case SID_FM_USE_WIZARDS:
|
|
|
|
|
if (!m_bDesignMode || !GetFormModel())
|
|
|
|
|
rSet.DisableItem( nWhich );
|
|
|
|
|
else
|
|
|
|
|
rSet.Put( SfxBoolItem(nWhich, GetImpl()->GetWizardUsing() ) );
|
|
|
|
|
break;
|
2000-10-20 15:28:29 +00:00
|
|
|
|
case SID_FM_AUTOCONTROLFOCUS:
|
|
|
|
|
if (!m_bDesignMode || !GetFormModel())
|
|
|
|
|
rSet.DisableItem( nWhich );
|
|
|
|
|
else
|
|
|
|
|
rSet.Put( SfxBoolItem(nWhich, GetFormModel()->GetAutoControlFocus() ) );
|
|
|
|
|
break;
|
2000-09-18 16:07:07 +00:00
|
|
|
|
case SID_FM_OPEN_READONLY:
|
|
|
|
|
if (!m_bDesignMode || !GetFormModel())
|
|
|
|
|
rSet.DisableItem( nWhich );
|
|
|
|
|
else
|
|
|
|
|
rSet.Put( SfxBoolItem(nWhich, GetFormModel()->GetOpenInDesignMode() ) );
|
|
|
|
|
break;
|
|
|
|
|
case SID_FM_RADIOBUTTON:
|
|
|
|
|
case SID_FM_COMBOBOX:
|
|
|
|
|
case SID_FM_URLBUTTON:
|
|
|
|
|
case SID_FM_GROUPBOX:
|
|
|
|
|
case SID_FM_CHECKBOX:
|
|
|
|
|
case SID_FM_PUSHBUTTON:
|
|
|
|
|
case SID_FM_FIXEDTEXT:
|
|
|
|
|
case SID_FM_LISTBOX:
|
|
|
|
|
case SID_FM_EDIT:
|
|
|
|
|
case SID_FM_DBGRID:
|
|
|
|
|
case SID_FM_IMAGEBUTTON:
|
|
|
|
|
case SID_FM_IMAGECONTROL:
|
|
|
|
|
case SID_FM_FILECONTROL:
|
|
|
|
|
case SID_FM_DATEFIELD:
|
|
|
|
|
case SID_FM_TIMEFIELD:
|
|
|
|
|
case SID_FM_NUMERICFIELD:
|
|
|
|
|
case SID_FM_CURRENCYFIELD:
|
|
|
|
|
case SID_FM_PATTERNFIELD:
|
|
|
|
|
case SID_FM_FORMATTEDFIELD:
|
|
|
|
|
if (!m_bDesignMode)
|
|
|
|
|
rSet.DisableItem( nWhich );
|
|
|
|
|
else
|
|
|
|
|
{
|
|
|
|
|
sal_Bool bLayerLocked = sal_False;
|
|
|
|
|
if (m_pFormView)
|
|
|
|
|
{
|
|
|
|
|
// Ist der ::com::sun::star::drawing::Layer gelocked, so m<>ssen die Slots disabled werden. #36897
|
|
|
|
|
SdrPageView* pPV = m_pFormView->GetPageViewPvNum(0);
|
|
|
|
|
bLayerLocked = pPV->IsLayerLocked(m_pFormView->GetActiveLayer());
|
|
|
|
|
}
|
|
|
|
|
if (bLayerLocked)
|
|
|
|
|
rSet.DisableItem( nWhich );
|
|
|
|
|
else
|
|
|
|
|
rSet.Put( SfxBoolItem(nWhich, (nWhich==m_nLastSlot)) );
|
|
|
|
|
}
|
|
|
|
|
break;
|
|
|
|
|
case SID_FM_FILTER_NAVIGATOR_CONTROL:
|
|
|
|
|
{
|
|
|
|
|
if (GetImpl()->isInFilterMode())
|
|
|
|
|
rSet.Put(SfxObjectItem(nWhich, this));
|
|
|
|
|
else
|
|
|
|
|
rSet.Put(SfxObjectItem(nWhich));
|
|
|
|
|
} break;
|
|
|
|
|
case SID_FM_FIELDS_CONTROL:
|
|
|
|
|
case SID_FM_PROPERTY_CONTROL:
|
|
|
|
|
{
|
|
|
|
|
if (!m_bDesignMode || !m_pFormView || !m_bHasForms)
|
|
|
|
|
rSet.Put(SfxObjectItem(nWhich));
|
|
|
|
|
else
|
|
|
|
|
rSet.Put(SfxObjectItem(nWhich, this));
|
|
|
|
|
|
|
|
|
|
} break;
|
|
|
|
|
case SID_FM_FMEXPLORER_CONTROL:
|
|
|
|
|
{
|
|
|
|
|
if (!m_bDesignMode || !m_pFormView)
|
|
|
|
|
rSet.Put(SfxObjectItem(nWhich));
|
|
|
|
|
else
|
|
|
|
|
rSet.Put(SfxObjectItem(nWhich, this));
|
|
|
|
|
|
|
|
|
|
} break;
|
|
|
|
|
case SID_FM_ADD_FIELD:
|
|
|
|
|
case SID_FM_SHOW_FMEXPLORER:
|
|
|
|
|
case SID_FM_SHOW_PROPERTIES:
|
|
|
|
|
case SID_FM_FILTER_NAVIGATOR:
|
|
|
|
|
{
|
|
|
|
|
if ( GetViewShell()->GetViewFrame()->KnowsChildWindow(nWhich) )
|
|
|
|
|
rSet.Put( SfxBoolItem( nWhich, GetViewShell()->GetViewFrame()->HasChildWindow(nWhich)) );
|
|
|
|
|
else
|
|
|
|
|
rSet.DisableItem(nWhich);
|
|
|
|
|
} break;
|
|
|
|
|
|
|
|
|
|
case SID_FM_SHOW_PROPERTY_BROWSER:
|
|
|
|
|
{
|
|
|
|
|
rSet.Put(SfxBoolItem(GetImpl()->IsPropBrwOpen()));
|
|
|
|
|
} break;
|
|
|
|
|
|
|
|
|
|
case SID_FM_CTL_PROPERTIES:
|
|
|
|
|
{
|
|
|
|
|
// der Impl eventuell die Moeglichjkeit geben, ihre an der aktuellen MarkList ausgerichteten Objekte
|
|
|
|
|
// auf den neuesten Stand zu bringen
|
|
|
|
|
if (GetImpl()->IsSelectionUpdatePending())
|
|
|
|
|
GetImpl()->ForceUpdateSelection(sal_False);
|
|
|
|
|
|
|
|
|
|
if (!m_pFormView || !m_bDesignMode || !GetImpl()->getCurControl().is())
|
|
|
|
|
rSet.DisableItem( nWhich );
|
|
|
|
|
else
|
|
|
|
|
{
|
|
|
|
|
sal_Bool bChecked = GetImpl()->IsPropBrwOpen() && (GetImpl()->getSelObject() == GetImpl()->getCurControl());
|
|
|
|
|
rSet.Put(SfxBoolItem(nWhich, bChecked));
|
|
|
|
|
}
|
|
|
|
|
} break;
|
|
|
|
|
|
|
|
|
|
case SID_FM_PROPERTIES:
|
|
|
|
|
{
|
|
|
|
|
// der Impl eventuell die Moeglichjkeit geben, ihre an der aktuellen MarkList ausgerichteten Objekte
|
|
|
|
|
// auf den neuesten Stand zu bringen
|
|
|
|
|
if (GetImpl()->IsSelectionUpdatePending())
|
|
|
|
|
GetImpl()->ForceUpdateSelection(sal_False);
|
|
|
|
|
|
|
|
|
|
if (!m_pFormView || !m_bDesignMode || !GetImpl()->getCurForm().is())
|
|
|
|
|
rSet.DisableItem( nWhich );
|
|
|
|
|
else
|
|
|
|
|
{
|
|
|
|
|
// aktuelle form
|
2000-11-24 06:01:26 +00:00
|
|
|
|
Reference< ::com::sun::star::form::XForm > xForm(GetImpl()->getSelObject(), UNO_QUERY);
|
2000-09-18 16:07:07 +00:00
|
|
|
|
sal_Bool bChecked = GetImpl()->IsPropBrwOpen() && xForm.is();
|
|
|
|
|
rSet.Put(SfxBoolItem(nWhich, bChecked));
|
|
|
|
|
}
|
|
|
|
|
} break;
|
|
|
|
|
case SID_FM_TAB_DIALOG:
|
|
|
|
|
// der Impl eventuell die Moeglichjkeit geben, ihre an der aktuellen MarkList ausgerichteten Objekte
|
|
|
|
|
// auf den neuesten Stand zu bringen
|
|
|
|
|
if (GetImpl()->IsSelectionUpdatePending())
|
|
|
|
|
GetImpl()->ForceUpdateSelection(sal_False);
|
|
|
|
|
|
|
|
|
|
if (!m_pFormView || !m_bDesignMode || !GetImpl()->getCurForm().is() )
|
|
|
|
|
rSet.DisableItem( nWhich );
|
|
|
|
|
break;
|
|
|
|
|
case SID_FM_CONFIG:
|
|
|
|
|
rSet.Put(SfxUInt16Item(nWhich, m_nLastSlot));
|
|
|
|
|
break;
|
|
|
|
|
case SID_FM_DESIGN_MODE:
|
|
|
|
|
if (!m_pFormView)
|
|
|
|
|
rSet.DisableItem( nWhich );
|
|
|
|
|
else
|
|
|
|
|
rSet.Put( SfxBoolItem(nWhich, m_bDesignMode) );
|
|
|
|
|
break;
|
|
|
|
|
case SID_FM_SEARCH:
|
|
|
|
|
case SID_FM_RECORD_FIRST:
|
|
|
|
|
case SID_FM_RECORD_NEXT:
|
|
|
|
|
case SID_FM_RECORD_PREV:
|
|
|
|
|
case SID_FM_RECORD_LAST:
|
|
|
|
|
case SID_FM_RECORD_NEW:
|
|
|
|
|
case SID_FM_RECORD_DELETE:
|
|
|
|
|
case SID_FM_RECORD_ABSOLUTE:
|
|
|
|
|
case SID_FM_RECORD_TOTAL:
|
|
|
|
|
case SID_FM_RECORD_SAVE:
|
|
|
|
|
case SID_FM_RECORD_UNDO:
|
|
|
|
|
case SID_FM_FORM_FILTERED:
|
|
|
|
|
case SID_FM_REMOVE_FILTER_SORT:
|
|
|
|
|
case SID_FM_SORTUP:
|
|
|
|
|
case SID_FM_SORTDOWN:
|
|
|
|
|
case SID_FM_ORDERCRIT:
|
|
|
|
|
case SID_FM_FILTER_START:
|
|
|
|
|
case SID_FM_AUTOFILTER:
|
|
|
|
|
case SID_FM_REFRESH:
|
|
|
|
|
case SID_FM_VIEW_AS_GRID:
|
|
|
|
|
GetFormState(rSet,nWhich);
|
|
|
|
|
break;
|
|
|
|
|
|
|
|
|
|
case SID_FM_CHANGECONTROLTYPE:
|
|
|
|
|
{
|
|
|
|
|
if (!m_pFormView || !m_bDesignMode || !GetImpl()->getCurControl().is())
|
|
|
|
|
rSet.DisableItem( nWhich );
|
|
|
|
|
else
|
|
|
|
|
{
|
2000-11-24 06:01:26 +00:00
|
|
|
|
Reference< ::com::sun::star::form::XFormComponent > xSelAsComp(GetImpl()->getCurControl(), UNO_QUERY);
|
2000-09-18 16:07:07 +00:00
|
|
|
|
if (!xSelAsComp.is())
|
|
|
|
|
rSet.DisableItem( nWhich );
|
|
|
|
|
}
|
|
|
|
|
} break;
|
|
|
|
|
|
|
|
|
|
case SID_FM_CONVERTTO_EDIT :
|
|
|
|
|
case SID_FM_CONVERTTO_BUTTON :
|
|
|
|
|
case SID_FM_CONVERTTO_FIXEDTEXT :
|
|
|
|
|
case SID_FM_CONVERTTO_LISTBOX :
|
|
|
|
|
case SID_FM_CONVERTTO_CHECKBOX :
|
|
|
|
|
case SID_FM_CONVERTTO_RADIOBUTTON :
|
|
|
|
|
case SID_FM_CONVERTTO_GROUPBOX :
|
|
|
|
|
case SID_FM_CONVERTTO_COMBOBOX :
|
|
|
|
|
case SID_FM_CONVERTTO_GRID :
|
|
|
|
|
case SID_FM_CONVERTTO_IMAGEBUTTON :
|
|
|
|
|
case SID_FM_CONVERTTO_FILECONTROL :
|
|
|
|
|
case SID_FM_CONVERTTO_DATE :
|
|
|
|
|
case SID_FM_CONVERTTO_TIME :
|
|
|
|
|
case SID_FM_CONVERTTO_NUMERIC :
|
|
|
|
|
case SID_FM_CONVERTTO_CURRENCY :
|
|
|
|
|
case SID_FM_CONVERTTO_PATTERN :
|
|
|
|
|
case SID_FM_CONVERTTO_IMAGECONTROL :
|
|
|
|
|
case SID_FM_CONVERTTO_FORMATTED :
|
|
|
|
|
{
|
|
|
|
|
if (!m_pFormView || !m_bDesignMode || !GetImpl()->getCurControl().is())
|
|
|
|
|
rSet.DisableItem( nWhich );
|
|
|
|
|
else
|
|
|
|
|
{
|
2000-11-24 06:01:26 +00:00
|
|
|
|
Reference< ::com::sun::star::beans::XPropertySet > xSelProps(GetImpl()->getCurControl(), UNO_QUERY);
|
2000-09-18 16:07:07 +00:00
|
|
|
|
if (!xSelProps.is() || !GetImpl()->IsConversionPossible(xSelProps, nWhich))
|
|
|
|
|
// it isn't a form component
|
|
|
|
|
rSet.DisableItem( nWhich );
|
|
|
|
|
else
|
|
|
|
|
rSet.Put(SfxBoolItem(nWhich, sal_False));
|
|
|
|
|
// just to have a defined state (available and not checked)
|
|
|
|
|
}
|
|
|
|
|
} break;
|
|
|
|
|
}
|
|
|
|
|
nWhich = aIter.NextWhich();
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
//------------------------------------------------------------------------
|
|
|
|
|
void FmFormShell::GetFormState(SfxItemSet &rSet, sal_uInt16 nWhich)
|
|
|
|
|
{
|
|
|
|
|
if ( !GetImpl()->getNavController().is()
|
|
|
|
|
|| !isRowSetAlive(GetImpl()->getNavController()->getModel())
|
|
|
|
|
|| !m_pFormView
|
|
|
|
|
|| m_bDesignMode
|
|
|
|
|
|| !GetImpl()->getActiveForm().is()
|
|
|
|
|
|| GetImpl()->isInFilterMode()
|
|
|
|
|
|| ( GetImpl()->HasPendingCursorAction(GetImpl()->getNavController())
|
|
|
|
|
&& (SID_FM_RECORD_TOTAL != nWhich)
|
|
|
|
|
)
|
|
|
|
|
)
|
|
|
|
|
rSet.DisableItem(nWhich);
|
|
|
|
|
else
|
|
|
|
|
{
|
|
|
|
|
sal_Bool bEnable = sal_False;
|
|
|
|
|
switch (nWhich)
|
|
|
|
|
{
|
|
|
|
|
case SID_FM_VIEW_AS_GRID:
|
|
|
|
|
if (GetImpl()->m_xAttachedFrame.is() && GetImpl()->getNavController().is())
|
|
|
|
|
{
|
|
|
|
|
bEnable = sal_True;
|
2000-11-24 06:01:26 +00:00
|
|
|
|
sal_Bool bDisplayingCurrent = GetImpl()->getInternalForm(Reference< ::com::sun::star::form::XForm > (GetImpl()->getNavController()->getModel(), UNO_QUERY)) == GetImpl()->m_xExternalDisplayedForm;
|
2000-09-18 16:07:07 +00:00
|
|
|
|
rSet.Put(SfxBoolItem(nWhich, bDisplayingCurrent));
|
|
|
|
|
}
|
|
|
|
|
break;
|
|
|
|
|
|
|
|
|
|
case SID_FM_SEARCH:
|
|
|
|
|
{
|
2000-11-24 06:01:26 +00:00
|
|
|
|
Reference< ::com::sun::star::beans::XPropertySet > xNavSet(GetImpl()->getActiveForm(), UNO_QUERY);
|
2000-10-20 13:18:57 +00:00
|
|
|
|
sal_Int32 nCount = ::comphelper::getINT32(xNavSet->getPropertyValue(FM_PROP_ROWCOUNT));
|
2000-09-18 16:07:07 +00:00
|
|
|
|
bEnable = nCount != 0;
|
|
|
|
|
} break;
|
|
|
|
|
case SID_FM_RECORD_FIRST:
|
|
|
|
|
case SID_FM_RECORD_PREV:
|
|
|
|
|
bEnable = GetImpl()->canNavigate() && GetImpl()->CanMoveLeft(GetImpl()->getNavController());
|
|
|
|
|
break;
|
|
|
|
|
case SID_FM_RECORD_NEXT:
|
|
|
|
|
if (GetImpl()->canNavigate())
|
|
|
|
|
{
|
|
|
|
|
if (GetImpl()->CanMoveRight(GetImpl()->getNavController()))
|
|
|
|
|
bEnable = sal_True;
|
|
|
|
|
else if (GetImpl()->getNavController() == GetImpl()->getActiveController() &&
|
|
|
|
|
GetImpl()->getActiveForm().is())
|
|
|
|
|
{
|
2000-11-24 06:01:26 +00:00
|
|
|
|
Reference< ::com::sun::star::beans::XPropertySet > xActiveSet(GetImpl()->getActiveForm(), UNO_QUERY);
|
2000-10-20 13:18:57 +00:00
|
|
|
|
sal_Bool bIsNew = ::comphelper::getBOOL(xActiveSet->getPropertyValue(FM_PROP_ISNEW));
|
2000-09-18 16:07:07 +00:00
|
|
|
|
bEnable = bIsNew && GetImpl()->isActiveModified();
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
break;
|
|
|
|
|
case SID_FM_RECORD_LAST:
|
|
|
|
|
{
|
|
|
|
|
if (GetImpl()->canNavigate())
|
|
|
|
|
{
|
2000-11-24 06:01:26 +00:00
|
|
|
|
Reference< ::com::sun::star::beans::XPropertySet > xNavSet(GetImpl()->getNavController()->getModel(), UNO_QUERY);
|
|
|
|
|
Reference< ::com::sun::star::sdbc::XResultSet > xCursor(xNavSet, UNO_QUERY);
|
2000-10-20 13:18:57 +00:00
|
|
|
|
sal_Int32 nCount = ::comphelper::getINT32(xNavSet->getPropertyValue(FM_PROP_ROWCOUNT));
|
|
|
|
|
sal_Bool bIsNew = ::comphelper::getBOOL(xNavSet->getPropertyValue(FM_PROP_ISNEW));
|
2000-09-18 16:07:07 +00:00
|
|
|
|
bEnable = nCount && (!xCursor->isLast() || bIsNew);
|
|
|
|
|
}
|
|
|
|
|
} break;
|
|
|
|
|
case SID_FM_RECORD_NEW:
|
|
|
|
|
{
|
2000-11-24 06:01:26 +00:00
|
|
|
|
Reference< ::com::sun::star::beans::XPropertySet > xActiveSet(GetImpl()->getActiveForm(), UNO_QUERY);
|
2001-07-25 12:44:28 +00:00
|
|
|
|
bEnable = canInsertRecords(xActiveSet);
|
2000-09-18 16:07:07 +00:00
|
|
|
|
// if we are inserting we can move to the next row if the current record is modified
|
2000-10-20 13:18:57 +00:00
|
|
|
|
bEnable = ::comphelper::getBOOL(xActiveSet->getPropertyValue(FM_PROP_ISNEW))
|
|
|
|
|
? GetImpl()->isActiveModified() || ::comphelper::getBOOL(xActiveSet->getPropertyValue(FM_PROP_ISMODIFIED))
|
2001-07-25 12:44:28 +00:00
|
|
|
|
: canInsertRecords(xActiveSet);
|
2000-09-18 16:07:07 +00:00
|
|
|
|
} break;
|
|
|
|
|
case SID_FM_RECORD_DELETE:
|
|
|
|
|
{
|
|
|
|
|
// already deleted ?
|
2000-11-24 06:01:26 +00:00
|
|
|
|
Reference< ::com::sun::star::sdbc::XResultSet > xCursor(GetImpl()->getActiveForm(), UNO_QUERY);
|
2000-09-18 16:07:07 +00:00
|
|
|
|
sal_Bool bIsDeleted = !xCursor.is() || xCursor->rowDeleted();
|
|
|
|
|
if (!bIsDeleted)
|
|
|
|
|
{
|
2000-11-24 06:01:26 +00:00
|
|
|
|
Reference< ::com::sun::star::beans::XPropertySet > xActiveSet(xCursor, UNO_QUERY);
|
2000-09-18 16:07:07 +00:00
|
|
|
|
// allowed to delete the row ?
|
2001-07-25 12:44:28 +00:00
|
|
|
|
bEnable = !::comphelper::getBOOL(xActiveSet->getPropertyValue(FM_PROP_ISNEW)) && canDeleteRecords(xActiveSet);
|
2000-09-18 16:07:07 +00:00
|
|
|
|
}
|
|
|
|
|
else
|
|
|
|
|
bEnable = sal_False;
|
|
|
|
|
} break;
|
|
|
|
|
case SID_FM_RECORD_ABSOLUTE:
|
|
|
|
|
{
|
|
|
|
|
if (GetImpl()->canNavigate())
|
|
|
|
|
{
|
2000-11-24 06:01:26 +00:00
|
|
|
|
Reference< ::com::sun::star::beans::XPropertySet > xNavSet(GetImpl()->getNavController()->getModel(), UNO_QUERY);
|
|
|
|
|
Reference< ::com::sun::star::sdbc::XResultSet > xCursor(xNavSet, UNO_QUERY);
|
2000-09-18 16:07:07 +00:00
|
|
|
|
|
|
|
|
|
sal_Int32 nPos = xCursor->getRow();
|
2000-10-20 13:18:57 +00:00
|
|
|
|
sal_Bool bIsNew = ::comphelper::getBOOL(xNavSet->getPropertyValue(FM_PROP_ISNEW));
|
|
|
|
|
sal_Int32 nCount = ::comphelper::getINT32(xNavSet->getPropertyValue(FM_PROP_ROWCOUNT));
|
|
|
|
|
sal_Bool bTotal = ::comphelper::getBOOL(xNavSet->getPropertyValue(FM_PROP_ROWCOUNTFINAL));
|
2000-09-18 16:07:07 +00:00
|
|
|
|
if (nPos >= 0 || bIsNew)
|
|
|
|
|
{
|
|
|
|
|
if (bTotal)
|
|
|
|
|
{
|
|
|
|
|
// Sonderfall, es koennen keine Datensaetze eingefuegt werden
|
|
|
|
|
// und es gibt keinen Datensatz -> dann
|
2001-07-25 12:44:28 +00:00
|
|
|
|
if (nCount == 0 && !canInsertRecords(xNavSet))
|
2000-09-18 16:07:07 +00:00
|
|
|
|
{
|
|
|
|
|
bEnable = sal_False;
|
|
|
|
|
}
|
|
|
|
|
else
|
|
|
|
|
{
|
|
|
|
|
if (bIsNew)
|
|
|
|
|
nPos = ++nCount;
|
|
|
|
|
rSet.Put(FmFormInfoItem(nWhich, FmFormInfo(nPos, nCount, sal_False)));
|
|
|
|
|
bEnable = sal_True;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
else
|
|
|
|
|
{
|
|
|
|
|
rSet.Put(FmFormInfoItem(nWhich, FmFormInfo(nPos, -1, sal_False)));
|
|
|
|
|
bEnable = sal_True;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
} break;
|
|
|
|
|
case SID_FM_RECORD_TOTAL:
|
|
|
|
|
{
|
|
|
|
|
String aValue;
|
|
|
|
|
if (!GetImpl()->canNavigate())
|
|
|
|
|
{
|
|
|
|
|
aValue = String();
|
|
|
|
|
bEnable = sal_False;
|
|
|
|
|
}
|
|
|
|
|
else
|
|
|
|
|
{
|
|
|
|
|
bEnable = sal_True;
|
2000-11-24 06:01:26 +00:00
|
|
|
|
Reference< ::com::sun::star::beans::XPropertySet > xNavSet(GetImpl()->getNavController()->getModel(), UNO_QUERY);
|
2000-10-20 13:18:57 +00:00
|
|
|
|
sal_Bool bIsNew = ::comphelper::getBOOL(xNavSet->getPropertyValue(FM_PROP_ISNEW));
|
2001-10-16 08:20:46 +00:00
|
|
|
|
sal_Bool bIsFinal = ::comphelper::getBOOL(xNavSet->getPropertyValue(FM_PROP_ROWCOUNTFINAL));
|
2000-10-20 13:18:57 +00:00
|
|
|
|
sal_Int32 nCount = ::comphelper::getINT32(xNavSet->getPropertyValue(FM_PROP_ROWCOUNT));
|
2000-09-18 16:07:07 +00:00
|
|
|
|
|
|
|
|
|
if (bIsNew)
|
2001-10-16 08:20:46 +00:00
|
|
|
|
++nCount;
|
2000-09-18 16:07:07 +00:00
|
|
|
|
|
2000-11-07 12:16:50 +00:00
|
|
|
|
aValue = String::CreateFromInt32(sal_uInt32(nCount));
|
2001-10-16 08:20:46 +00:00
|
|
|
|
if(!bIsFinal)
|
|
|
|
|
aValue += String::CreateFromAscii(" *");
|
2000-09-18 16:07:07 +00:00
|
|
|
|
}
|
|
|
|
|
rSet.Put(SfxStringItem(nWhich, aValue));
|
|
|
|
|
} break;
|
|
|
|
|
case SID_FM_REMOVE_FILTER_SORT:
|
|
|
|
|
if (GetImpl()->isParsable() && GetImpl()->hasFilter())
|
|
|
|
|
{
|
2000-11-24 06:01:26 +00:00
|
|
|
|
Reference< ::com::sun::star::beans::XPropertySet > xSet(GetImpl()->getActiveForm(), UNO_QUERY);
|
2000-10-20 13:18:57 +00:00
|
|
|
|
bEnable = !::comphelper::getBOOL(xSet->getPropertyValue(FM_PROP_INSERTONLY));
|
2000-09-18 16:07:07 +00:00
|
|
|
|
}
|
|
|
|
|
break;
|
|
|
|
|
case SID_FM_SORTUP:
|
|
|
|
|
case SID_FM_SORTDOWN:
|
|
|
|
|
case SID_FM_AUTOFILTER:
|
|
|
|
|
if (GetImpl()->isParsable())
|
|
|
|
|
{
|
2000-11-24 06:01:26 +00:00
|
|
|
|
Reference< ::com::sun::star::beans::XPropertySet > xActiveSet(GetImpl()->getActiveForm(), UNO_QUERY);
|
2000-10-20 13:18:57 +00:00
|
|
|
|
sal_Bool bInsertOnly = ::comphelper::getBOOL(xActiveSet->getPropertyValue(FM_PROP_INSERTONLY));
|
2000-09-18 16:07:07 +00:00
|
|
|
|
|
2000-11-24 06:01:26 +00:00
|
|
|
|
Reference< ::com::sun::star::sdbc::XResultSet > xCursor(xActiveSet, UNO_QUERY);
|
2000-09-18 16:07:07 +00:00
|
|
|
|
sal_Bool bIsDeleted = xCursor.is() && xCursor->rowDeleted();
|
|
|
|
|
|
|
|
|
|
if (!bIsDeleted && !bInsertOnly)
|
|
|
|
|
{
|
2000-11-24 06:01:26 +00:00
|
|
|
|
Reference< ::com::sun::star::form::XFormController > xFormCtrler(GetImpl()->getActiveController());
|
|
|
|
|
Reference< ::com::sun::star::awt::XControl > xControl(xFormCtrler->getCurrentControl());
|
2000-09-18 16:07:07 +00:00
|
|
|
|
|
2000-11-24 06:01:26 +00:00
|
|
|
|
Reference< ::com::sun::star::beans::XPropertySet > xSet = GetImpl()->GetBoundField(xControl, GetImpl()->getActiveForm());
|
2000-09-18 16:07:07 +00:00
|
|
|
|
// auslesen der Searchflags
|
|
|
|
|
if (xSet.is())
|
|
|
|
|
{
|
2000-10-20 13:18:57 +00:00
|
|
|
|
bEnable = ::comphelper::getBOOL(xSet->getPropertyValue(FM_PROP_SEARCHABLE));
|
2000-09-18 16:07:07 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
} break;
|
|
|
|
|
case SID_FM_ORDERCRIT:
|
|
|
|
|
case SID_FM_FILTER_START:
|
|
|
|
|
if (GetImpl()->isParsable())
|
|
|
|
|
{
|
2000-11-24 06:01:26 +00:00
|
|
|
|
Reference< ::com::sun::star::beans::XPropertySet > xSet(GetImpl()->getActiveForm(), UNO_QUERY);
|
2000-10-20 13:18:57 +00:00
|
|
|
|
bEnable = !::comphelper::getBOOL(xSet->getPropertyValue(FM_PROP_INSERTONLY));
|
2000-09-18 16:07:07 +00:00
|
|
|
|
}
|
|
|
|
|
break;
|
|
|
|
|
case SID_FM_REFRESH:
|
|
|
|
|
{
|
2000-11-24 06:01:26 +00:00
|
|
|
|
Reference< ::com::sun::star::sdbc::XRowSet > xRowSet(GetImpl()->getActiveForm(), UNO_QUERY);
|
|
|
|
|
Reference< ::com::sun::star::beans::XPropertySet > xSet(GetImpl()->getActiveForm(), UNO_QUERY);
|
2001-07-25 12:44:28 +00:00
|
|
|
|
bEnable = getRowsetConnection(xRowSet).is() && ::comphelper::getString(xSet->getPropertyValue(FM_PROP_ACTIVECOMMAND)).getLength();
|
2000-09-18 16:07:07 +00:00
|
|
|
|
} break;
|
|
|
|
|
case SID_FM_FORM_FILTERED:
|
|
|
|
|
{
|
2000-11-24 06:01:26 +00:00
|
|
|
|
Reference< ::com::sun::star::beans::XPropertySet > xActiveSet(GetImpl()->getActiveForm(), UNO_QUERY);
|
2000-10-20 13:18:57 +00:00
|
|
|
|
::rtl::OUString aFilter = ::comphelper::getString(xActiveSet->getPropertyValue(FM_PROP_FILTER_CRITERIA));
|
2001-05-11 15:07:05 +00:00
|
|
|
|
if (aFilter.getLength())
|
2000-09-18 16:07:07 +00:00
|
|
|
|
{
|
2000-10-20 13:18:57 +00:00
|
|
|
|
rSet.Put(SfxBoolItem(nWhich, ::comphelper::getBOOL(xActiveSet->getPropertyValue(FM_PROP_APPLYFILTER))));
|
|
|
|
|
bEnable = !::comphelper::getBOOL(xActiveSet->getPropertyValue(FM_PROP_INSERTONLY));
|
2000-09-18 16:07:07 +00:00
|
|
|
|
}
|
|
|
|
|
} break;
|
|
|
|
|
case SID_FM_RECORD_SAVE:
|
|
|
|
|
case SID_FM_RECORD_UNDO:
|
|
|
|
|
{
|
2000-11-24 06:01:26 +00:00
|
|
|
|
Reference< ::com::sun::star::beans::XPropertySet > xActiveSet(GetImpl()->getActiveForm(), UNO_QUERY);
|
2000-10-20 13:18:57 +00:00
|
|
|
|
sal_Bool bIsModified = ::comphelper::getBOOL(xActiveSet->getPropertyValue(FM_PROP_ISMODIFIED));
|
2000-09-18 16:07:07 +00:00
|
|
|
|
bEnable = bIsModified || GetImpl()->isActiveModified();
|
|
|
|
|
} break;
|
|
|
|
|
}
|
|
|
|
|
if (!bEnable)
|
|
|
|
|
rSet.DisableItem(nWhich);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
//------------------------------------------------------------------------
|
|
|
|
|
FmFormPage* FmFormShell::GetCurPage() const
|
|
|
|
|
{
|
|
|
|
|
FmFormPage* pP = NULL;
|
|
|
|
|
if (m_pFormView && m_pFormView->GetPageViewPvNum(0))
|
|
|
|
|
pP = PTR_CAST(FmFormPage,m_pFormView->GetPageViewPvNum(0)->GetPage());
|
|
|
|
|
return pP;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
//------------------------------------------------------------------------
|
|
|
|
|
void FmFormShell::SetView(FmFormView* pView)
|
|
|
|
|
{
|
|
|
|
|
if (m_pFormView)
|
|
|
|
|
{
|
|
|
|
|
m_pFormView->SetFormShell( NULL );
|
|
|
|
|
GetImpl()->ResetForms();
|
|
|
|
|
m_pFormModel = NULL;
|
|
|
|
|
}
|
|
|
|
|
if (pView)
|
|
|
|
|
{
|
|
|
|
|
m_pFormView = pView;
|
|
|
|
|
m_pFormView->SetFormShell( this );
|
|
|
|
|
m_pFormModel = (FmFormModel*)m_pFormView->GetModel();
|
|
|
|
|
|
|
|
|
|
// We activate our view if we are activated ourself, but sometimes the Activate precedes the SetView.
|
|
|
|
|
// But here we know both the view and our activation state so we at least are able to pass the latter
|
|
|
|
|
// to the former.
|
|
|
|
|
// FS - 30.06.99 - 67308
|
|
|
|
|
if (IsActive() && m_pFormView->GetImpl() && !m_pFormView->IsDesignMode())
|
|
|
|
|
m_pFormView->GetImpl()->Activate(m_pFormView->GetPageViewPvNum(0));
|
|
|
|
|
|
|
|
|
|
SetDesignMode(pView->IsDesignMode());
|
|
|
|
|
}
|
|
|
|
|
else
|
|
|
|
|
{
|
|
|
|
|
m_pFormView = NULL;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
//------------------------------------------------------------------------
|
|
|
|
|
void FmFormShell::DetermineForms(sal_Bool bInvalidate)
|
|
|
|
|
{
|
|
|
|
|
// Existieren Formulare auf der aktuellen Page
|
|
|
|
|
sal_Bool bForms = GetImpl()->hasForms();
|
|
|
|
|
if (bForms != m_bHasForms)
|
|
|
|
|
{
|
|
|
|
|
m_bHasForms = bForms;
|
|
|
|
|
if (bInvalidate)
|
|
|
|
|
UIFeatureChanged();
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
//------------------------------------------------------------------------
|
|
|
|
|
sal_Bool FmFormShell::GetY2KState(sal_uInt16& nReturn)
|
|
|
|
|
{
|
|
|
|
|
return GetImpl()->GetY2KState(nReturn);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
//------------------------------------------------------------------------
|
|
|
|
|
void FmFormShell::SetY2KState(sal_uInt16 n)
|
|
|
|
|
{
|
|
|
|
|
GetImpl()->SetY2KState(n);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
//------------------------------------------------------------------------
|
|
|
|
|
void FmFormShell::Activate(sal_Bool bMDI)
|
|
|
|
|
{
|
|
|
|
|
SfxShell::Activate(bMDI);
|
|
|
|
|
// activate our view if we are activated ourself
|
|
|
|
|
// FS - 30.06.99 - 67308
|
|
|
|
|
if (m_pFormView && m_pFormView->GetImpl() && !m_pFormView->IsDesignMode())
|
|
|
|
|
{
|
|
|
|
|
SdrPageView* pCurPageView = m_pFormView->GetPageViewPvNum(0);
|
|
|
|
|
m_pFormView->GetImpl()->Activate(pCurPageView, sal_True);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
//------------------------------------------------------------------------
|
|
|
|
|
void FmFormShell::Deactivate(sal_Bool bMDI)
|
|
|
|
|
{
|
|
|
|
|
SfxShell::Deactivate(bMDI);
|
|
|
|
|
// deactivate our view if we are deactivated ourself
|
|
|
|
|
// FS - 30.06.99 - 67308
|
|
|
|
|
if (m_pFormView && m_pFormView->GetImpl() && !m_pFormView->IsDesignMode())
|
|
|
|
|
m_pFormView->GetImpl()->Deactivate(NULL, FALSE);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|