summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/app/AppView.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-09-26 13:48:06 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-09-26 13:48:06 +0000
commite844f463681a763114b7c522e4b84195d17f341d (patch)
tree4d0cf67e0f6d72ec0055c0f144346137f3676580 /dbaccess/source/ui/app/AppView.hxx
parentINTEGRATION: CWS dba24a (1.20.18); FILE MERGED (diff)
downloadcore-e844f463681a763114b7c522e4b84195d17f341d.tar.gz
core-e844f463681a763114b7c522e4b84195d17f341d.zip
INTEGRATION: CWS dba24a (1.13.20); FILE MERGED
2007/08/03 06:14:17 oj 1.13.20.1: #i69740# implement the selection interface
Diffstat (limited to 'dbaccess/source/ui/app/AppView.hxx')
-rw-r--r--dbaccess/source/ui/app/AppView.hxx10
1 files changed, 8 insertions, 2 deletions
diff --git a/dbaccess/source/ui/app/AppView.hxx b/dbaccess/source/ui/app/AppView.hxx
index eff8b477859d..eae7e3e29a0c 100644
--- a/dbaccess/source/ui/app/AppView.hxx
+++ b/dbaccess/source/ui/app/AppView.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: AppView.hxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: obo $ $Date: 2007-06-12 05:33:36 $
+ * last change: $Author: hr $ $Date: 2007-09-26 14:48:06 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -248,6 +248,12 @@ namespace dbaui
*/
void getSelectionElementNames( ::std::vector< ::rtl::OUString>& _rNames ) const;
+ /** select all names on the currently selected container. Non existence names where ignored.
+ *
+ * \param _aNames the element names
+ */
+ void selectElements(const ::com::sun::star::uno::Sequence< ::rtl::OUString>& _aNames);
+
/** adds a new object to the detail page.
@param _eType
The type where the entry shold be appended.