User: vg Date: 2008-08-19 09:54:49+0000 Modified: dba/dbaccess/source/ui/app/AppController.hxx
Log: 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 File Changes: Directory: /dba/dbaccess/source/ui/app/ ======================================= File [changed]: AppController.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/app/AppController.hxx?r1=1.31&r2=1.32 Delta lines: +7 -13 -------------------- --- AppController.hxx 2008-08-18 13:22:07+0000 1.31 +++ AppController.hxx 2008-08-19 09:54:47+0000 1.32 @@ -160,6 +160,13 @@ @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 @@ 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. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
