Kaydet (Commit) cb027571 authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

INTEGRATION: CWS dba24a (1.12.36); FILE MERGED

2007/08/03 06:14:17 oj 1.12.36.1: #i69740# implement the selection interface
üst c16190f9
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: AppDetailPageHelper.hxx,v $ * $RCSfile: AppDetailPageHelper.hxx,v $
* *
* $Revision: 1.12 $ * $Revision: 1.13 $
* *
* last change: $Author: kz $ $Date: 2007-05-10 10:17:06 $ * last change: $Author: hr $ $Date: 2007-09-26 14:47:15 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -266,6 +266,12 @@ namespace dbaui ...@@ -266,6 +266,12 @@ namespace dbaui
*/ */
void getSelectionElementNames( ::std::vector< ::rtl::OUString>& _rNames ) const; 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);
/** return the qualified name. /** return the qualified name.
@param _pEntry @param _pEntry
The entry of a table, or query, form, report to get the qualified name. The entry of a table, or query, form, report to get the qualified name.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment