summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-08-19 08:54:47 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-08-19 08:54:47 +0000
commitb737117e4723d9302d24237cb455f639d2a7914a (patch)
treeeb1c402cc0eaa9e2e5ac6d8a8e175f194e443cab /dbaccess
parent9ddda23ea4917d18352fa82d89e5459e6ba885fc (diff)
INTEGRATION: CWS dba31a (1.28.20); FILE MERGED
2008/07/02 09:16:34 oj 1.28.20.3: RESYNC: (1.29-1.30); FILE MERGED 2008/06/24 12:13:11 oj 1.28.20.2: RESYNC: (1.28-1.29); FILE MERGED 2008/06/06 07:35:26 oj 1.28.20.1: #i57668# close frames which objects were deleted
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/app/AppController.hxx22
1 files changed, 8 insertions, 14 deletions
diff --git a/dbaccess/source/ui/app/AppController.hxx b/dbaccess/source/ui/app/AppController.hxx
index abac9eb5b9ae..c4931de4c1d0 100644
--- a/dbaccess/source/ui/app/AppController.hxx
+++ b/dbaccess/source/ui/app/AppController.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: AppController.hxx,v $
- * $Revision: 1.31 $
+ * $Revision: 1.32 $
*
* This file is part of OpenOffice.org.
*
@@ -160,6 +160,13 @@ namespace dbaui
@param _nKind the kind of the component
*/
bool impl_activateSubFrame_throw(const ::rtl::OUString& _sName,const sal_Int32 _nKind,const ElementOpenMode _eOpenMode) const;
+
+ /** deactivates the current table or query frame when existing
+ @param _sName the name of the component
+ @param _nKind the kind of the component
+ */
+ void impl_deActivateSubFrame_throw(const ::rtl::OUString& _sName,const sal_Int32 _nKind);
+
/** returns the database name
@return
the database name
@@ -256,19 +263,6 @@ namespace dbaui
const ::std::vector< ::rtl::OUString>& _rList,
bool _bConfirm );
- /** deletes multiple elements from the given container
- @param _rxNames
- the object container
- @param _rList
- The names of the elements to delete
- @param _bConfirm
- determines whether the user must confirm the deletion
- */
- void deleteObjects( const ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameContainer>& _rxNames,
- const ::std::vector< ::rtl::OUString>& _rList,
- bool _bConfirm );
-
-
/** deletes tables.
@param _rList
The list of tables.