User: hr Date: 2007-09-26 14:47:17+0000 Modified: dba/dbaccess/source/ui/app/AppDetailPageHelper.hxx
Log: INTEGRATION: CWS dba24a (1.12.36); FILE MERGED 2007/08/03 06:14:17 oj 1.12.36.1: #i69740# implement the selection interface File Changes: Directory: /dba/dbaccess/source/ui/app/ ======================================= File [changed]: AppDetailPageHelper.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/app/AppDetailPageHelper.hxx?r1=1.12&r2=1.13 Delta lines: +6 -0 ------------------- --- AppDetailPageHelper.hxx 2007-05-10 10:17:06+0000 1.12 +++ AppDetailPageHelper.hxx 2007-09-26 14:47:15+0000 1.13 @@ -266,6 +266,12 @@ */ 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. @param _pEntry The entry of a table, or query, form, report to get the qualified name. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
