User: hr Date: 2007-09-26 14:48:09+0000 Modified: dba/dbaccess/source/ui/app/AppView.hxx
Log: INTEGRATION: CWS dba24a (1.13.20); FILE MERGED 2007/08/03 06:14:17 oj 1.13.20.1: #i69740# implement the selection interface File Changes: Directory: /dba/dbaccess/source/ui/app/ ======================================= File [changed]: AppView.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/app/AppView.hxx?r1=1.13&r2=1.14 Delta lines: +6 -0 ------------------- --- AppView.hxx 2007-06-12 05:33:36+0000 1.13 +++ AppView.hxx 2007-09-26 14:48:06+0000 1.14 @@ -248,6 +248,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]
