INTEGRATION: CWS dba24a (1.20.18); FILE MERGED

2007/08/03 06:14:17 oj 1.20.18.1: #i69740# implement the selection interface
This commit is contained in:
Jens-Heiner Rechtien 2007-09-26 13:47:52 +00:00
parent 117865d8bd
commit df3933b2c4

View file

@ -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");