From df3933b2c4cc442cec7cb8c9b0ec2f168d611545 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Wed, 26 Sep 2007 13:47:52 +0000 Subject: [PATCH] INTEGRATION: CWS dba24a (1.20.18); FILE MERGED 2007/08/03 06:14:17 oj 1.20.18.1: #i69740# implement the selection interface --- dbaccess/source/ui/app/AppView.cxx | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/dbaccess/source/ui/app/AppView.cxx b/dbaccess/source/ui/app/AppView.cxx index 25c527f1799c..3f4a8228c095 100644 --- a/dbaccess/source/ui/app/AppView.cxx +++ b/dbaccess/source/ui/app/AppView.cxx @@ -4,9 +4,9 @@ * * $RCSfile: AppView.cxx,v $ * - * $Revision: 1.20 $ + * $Revision: 1.21 $ * - * last change: $Author: rt $ $Date: 2007-07-06 08:01:04 $ + * last change: $Author: hr $ $Date: 2007-09-26 14:47:52 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -517,6 +517,12 @@ void OApplicationView::getSelectionElementNames( ::std::vector< ::rtl::OUString> getDetailView()->getSelectionElementNames( _rNames ); } // ----------------------------------------------------------------------------- +void OApplicationView::selectElements(const Sequence< ::rtl::OUString>& _aNames) +{ + OSL_ENSURE(m_pWin && getDetailView(),"Detail view is NULL! -> GPF"); + getDetailView()->selectElements( _aNames ); +} +// ----------------------------------------------------------------------------- SvLBoxEntry* OApplicationView::elementAdded(ElementType eType,const ::rtl::OUString& _rName, const Any& _rObject ) { OSL_ENSURE(m_pWin && getDetailView(),"Detail view is NULL! -> GPF");