User: hr Date: 2007-09-26 14:47:42+0000 Modified: dba/dbaccess/source/ui/app/AppDetailView.hxx
Log: INTEGRATION: CWS dba24a (1.16.18); FILE MERGED 2007/08/03 06:14:17 oj 1.16.18.1: #i69740# implement the selection interface File Changes: Directory: /dba/dbaccess/source/ui/app/ ======================================= File [changed]: AppDetailView.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/app/AppDetailView.hxx?r1=1.16&r2=1.17 Delta lines: +6 -0 ------------------- --- AppDetailView.hxx 2007-07-06 07:59:25+0000 1.16 +++ AppDetailView.hxx 2007-09-26 14:47:39+0000 1.17 @@ -300,6 +300,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); + /** adds a new object to the detail page. @param _eType The type where the entry shold be appended. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
