2001-02-26 11:58:36 +00:00
|
|
|
/*************************************************************************
|
|
|
|
*
|
|
|
|
* $RCSfile: transfer2.cxx,v $
|
|
|
|
*
|
2001-08-14 13:45:02 +00:00
|
|
|
* $Revision: 1.11 $
|
2001-02-26 11:58:36 +00:00
|
|
|
*
|
2001-08-14 13:45:02 +00:00
|
|
|
* last change: $Author: ka $ $Date: 2001-08-14 14:45:02 $
|
2001-02-26 11:58:36 +00:00
|
|
|
*
|
|
|
|
* The Contents of this file are made available subject to the terms of
|
|
|
|
* either of the following licenses
|
|
|
|
*
|
|
|
|
* - GNU Lesser General Public License Version 2.1
|
|
|
|
* - Sun Industry Standards Source License Version 1.1
|
|
|
|
*
|
|
|
|
* Sun Microsystems Inc., October, 2000
|
|
|
|
*
|
|
|
|
* GNU Lesser General Public License Version 2.1
|
|
|
|
* =============================================
|
|
|
|
* Copyright 2000 by Sun Microsystems, Inc.
|
|
|
|
* 901 San Antonio Road, Palo Alto, CA 94303, USA
|
|
|
|
*
|
|
|
|
* This library is free software; you can redistribute it and/or
|
|
|
|
* modify it under the terms of the GNU Lesser General Public
|
|
|
|
* License version 2.1, as published by the Free Software Foundation.
|
|
|
|
*
|
|
|
|
* This library is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
* Lesser General Public License for more details.
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU Lesser General Public
|
|
|
|
* License along with this library; if not, write to the Free Software
|
|
|
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
|
|
|
|
* MA 02111-1307 USA
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* Sun Industry Standards Source License Version 1.1
|
|
|
|
* =================================================
|
|
|
|
* The contents of this file are subject to the Sun Industry Standards
|
|
|
|
* Source License Version 1.1 (the "License"); You may not use this file
|
|
|
|
* except in compliance with the License. You may obtain a copy of the
|
|
|
|
* License at http://www.openoffice.org/license.html.
|
|
|
|
*
|
|
|
|
* Software provided under this License is provided on an "AS IS" basis,
|
|
|
|
* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
|
|
|
|
* WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
|
|
|
|
* MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
|
|
|
|
* See the License for the specific provisions governing your rights and
|
|
|
|
* obligations concerning the Software.
|
|
|
|
*
|
|
|
|
* The Initial Developer of the Original Code is: Sun Microsystems, Inc.
|
|
|
|
*
|
|
|
|
* Copyright: 2000 by Sun Microsystems, Inc.
|
|
|
|
*
|
|
|
|
* All Rights Reserved.
|
|
|
|
*
|
|
|
|
* Contributor(s): _______________________________________
|
|
|
|
*
|
|
|
|
*
|
|
|
|
************************************************************************/
|
|
|
|
|
|
|
|
#ifndef _VOS_MUTEX_HXX_
|
|
|
|
#include <vos/mutex.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef DEBUG_HXX
|
|
|
|
#include <tools/debug.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef URLOBJ_HXX
|
|
|
|
#include <tools/urlobj.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _UNTOOLS_UCBSTREAMHELPER_HXX
|
|
|
|
#include <unotools/ucbstreamhelper.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _SOT_EXCHANGE_HXX
|
|
|
|
#include <sot/exchange.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _SOT_STORAGE_HXX
|
|
|
|
#include <sot/storage.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _SV_BITMAP_HXX
|
|
|
|
#include <vcl/bitmap.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _SV_GDIMTF_HXX
|
|
|
|
#include <vcl/gdimtf.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _SV_GRAPH_HXX
|
|
|
|
#include <vcl/graph.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _SV_SVAPP_HXX
|
|
|
|
#include <vcl/svapp.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _SV_WINDOW_HXX
|
|
|
|
#include <vcl/window.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _COMPHELPER_PROCESSFACTORY_HXX_
|
|
|
|
#include <comphelper/processfactory.hxx>
|
|
|
|
#endif
|
2001-08-14 13:45:02 +00:00
|
|
|
#ifndef _COM_SUN_STAR_DATATRANSFER_DND_DROPTARGETDRAGCONTEXT_HPP_
|
|
|
|
#include <com/sun/star/datatransfer/dnd/XDropTargetDragContext.hpp>
|
|
|
|
#endif
|
2001-02-26 11:58:36 +00:00
|
|
|
|
|
|
|
#include "transfer.hxx"
|
|
|
|
|
|
|
|
// --------------
|
|
|
|
// - Namespaces -
|
|
|
|
// --------------
|
|
|
|
|
|
|
|
using namespace ::com::sun::star::uno;
|
|
|
|
using namespace ::com::sun::star::lang;
|
|
|
|
using namespace ::com::sun::star::io;
|
|
|
|
using namespace ::com::sun::star::datatransfer;
|
|
|
|
using namespace ::com::sun::star::datatransfer::clipboard;
|
|
|
|
using namespace ::com::sun::star::datatransfer::dnd;
|
|
|
|
|
2001-03-20 14:58:26 +00:00
|
|
|
// -----------------------------------------
|
|
|
|
// - DragSourceHelper::DragGestureListener -
|
|
|
|
// -----------------------------------------
|
|
|
|
|
|
|
|
DragSourceHelper::DragGestureListener::DragGestureListener( DragSourceHelper& rDragSourceHelper ) :
|
|
|
|
mrParent( rDragSourceHelper )
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
// -----------------------------------------------------------------------------
|
|
|
|
|
|
|
|
DragSourceHelper::DragGestureListener::~DragGestureListener()
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
// -----------------------------------------------------------------------------
|
|
|
|
|
|
|
|
void SAL_CALL DragSourceHelper::DragGestureListener::disposing( const EventObject& Source ) throw( RuntimeException )
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
// -----------------------------------------------------------------------------
|
|
|
|
|
|
|
|
void SAL_CALL DragSourceHelper::DragGestureListener::dragGestureRecognized( const DragGestureEvent& rDGE ) throw( RuntimeException )
|
|
|
|
{
|
2001-03-22 17:09:25 +00:00
|
|
|
const ::vos::OGuard aGuard( Application::GetSolarMutex() );
|
|
|
|
|
2001-03-20 14:58:26 +00:00
|
|
|
const Point aPtPixel( rDGE.DragOriginX, rDGE.DragOriginY );
|
|
|
|
mrParent.StartDrag( rDGE.DragAction, aPtPixel );
|
|
|
|
}
|
|
|
|
|
|
|
|
// --------------------
|
|
|
|
// - DragSourceHelper -
|
|
|
|
// --------------------
|
|
|
|
|
|
|
|
DragSourceHelper::DragSourceHelper( Window* pWindow ) :
|
|
|
|
mxDragGestureRecognizer( pWindow->GetDragGestureRecognizer() )
|
|
|
|
{
|
|
|
|
if( mxDragGestureRecognizer.is() )
|
|
|
|
{
|
|
|
|
mxDragGestureListener = new DragSourceHelper::DragGestureListener( *this );
|
|
|
|
mxDragGestureRecognizer->addDragGestureListener( mxDragGestureListener );
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// -----------------------------------------------------------------------------
|
|
|
|
|
|
|
|
DragSourceHelper::~DragSourceHelper()
|
|
|
|
{
|
|
|
|
if( mxDragGestureRecognizer.is() )
|
|
|
|
mxDragGestureRecognizer->removeDragGestureListener( mxDragGestureListener );
|
|
|
|
}
|
|
|
|
|
|
|
|
// -----------------------------------------------------------------------------
|
|
|
|
|
|
|
|
void DragSourceHelper::StartDrag( sal_Int8 nAction, const Point& rPosPixel )
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
2001-02-26 11:58:36 +00:00
|
|
|
// ----------------------------------------
|
|
|
|
// - DropTargetHelper::DropTargetListener -
|
|
|
|
// ----------------------------------------
|
|
|
|
|
|
|
|
DropTargetHelper::DropTargetListener::DropTargetListener( DropTargetHelper& rDropTargetHelper ) :
|
|
|
|
mrParent( rDropTargetHelper )
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
// -----------------------------------------------------------------------------
|
|
|
|
|
|
|
|
DropTargetHelper::DropTargetListener::~DropTargetListener()
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
// -----------------------------------------------------------------------------
|
|
|
|
|
|
|
|
void SAL_CALL DropTargetHelper::DropTargetListener::disposing( const EventObject& rSource ) throw( RuntimeException )
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
// -----------------------------------------------------------------------------
|
|
|
|
|
|
|
|
void SAL_CALL DropTargetHelper::DropTargetListener::drop( const DropTargetDropEvent& rDTDE ) throw( RuntimeException )
|
|
|
|
{
|
2001-03-21 10:34:10 +00:00
|
|
|
const ::vos::OGuard aGuard( Application::GetSolarMutex() );
|
2001-03-05 11:44:24 +00:00
|
|
|
|
2001-03-21 10:34:10 +00:00
|
|
|
try
|
|
|
|
{
|
2001-08-01 08:10:15 +00:00
|
|
|
ExecuteDropEvent aEvt( rDTDE.DropAction & ~DNDConstants::ACTION_DEFAULT, Point( rDTDE.LocationX, rDTDE.LocationY ), rDTDE );
|
|
|
|
aEvt.mbDefault = ( ( rDTDE.DropAction & DNDConstants::ACTION_DEFAULT ) != 0 );
|
|
|
|
|
2001-08-14 13:45:02 +00:00
|
|
|
if( aEvt.mbDefault )
|
|
|
|
{
|
|
|
|
// in case of a default action, call ::AcceptDrop first and use the returned
|
|
|
|
// accepted action as the execute action in the call to ::ExecuteDrop
|
|
|
|
AcceptDropEvent aAcceptEvent;
|
|
|
|
|
|
|
|
aAcceptEvent.mnAction = aEvt.mnAction;
|
|
|
|
aAcceptEvent.maPosPixel = aEvt.maPosPixel;
|
|
|
|
(DropTargetEvent&)( aAcceptEvent.maDragEvent ) = (DropTargetEvent&) rDTDE;
|
|
|
|
( (DropTargetDragEvent&)( aAcceptEvent.maDragEvent ) ).DropAction = rDTDE.DropAction;
|
|
|
|
( (DropTargetDragEvent&)( aAcceptEvent.maDragEvent ) ).LocationX = rDTDE.LocationX;
|
|
|
|
( (DropTargetDragEvent&)( aAcceptEvent.maDragEvent ) ).LocationY = rDTDE.LocationY;
|
|
|
|
( (DropTargetDragEvent&)( aAcceptEvent.maDragEvent ) ).SourceActions = rDTDE.SourceActions;
|
|
|
|
aAcceptEvent.mbLeaving = sal_False;
|
|
|
|
aAcceptEvent.mbDefault = sal_True;
|
|
|
|
|
|
|
|
aEvt.mnAction = mrParent.AcceptDrop( aAcceptEvent );
|
|
|
|
}
|
|
|
|
|
2001-08-01 08:10:15 +00:00
|
|
|
const sal_Int8 nRet = mrParent.ExecuteDrop( aEvt );
|
2001-02-26 11:58:36 +00:00
|
|
|
|
2001-03-21 10:34:10 +00:00
|
|
|
if( DNDConstants::ACTION_NONE == nRet )
|
|
|
|
rDTDE.Context->rejectDrop();
|
|
|
|
else
|
|
|
|
rDTDE.Context->acceptDrop( nRet );
|
2001-03-05 11:44:24 +00:00
|
|
|
|
2001-03-21 10:34:10 +00:00
|
|
|
rDTDE.Context->dropComplete( DNDConstants::ACTION_NONE != nRet );
|
|
|
|
}
|
|
|
|
catch( const ::com::sun::star::uno::Exception& )
|
|
|
|
{
|
|
|
|
}
|
2001-02-26 11:58:36 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
// -----------------------------------------------------------------------------
|
|
|
|
|
|
|
|
void SAL_CALL DropTargetHelper::DropTargetListener::dragEnter( const DropTargetDragEnterEvent& rDTDEE ) throw( RuntimeException )
|
|
|
|
{
|
2001-03-21 10:34:10 +00:00
|
|
|
const ::vos::OGuard aGuard( Application::GetSolarMutex() );
|
2001-03-05 11:44:24 +00:00
|
|
|
|
2001-03-21 10:34:10 +00:00
|
|
|
try
|
|
|
|
{
|
|
|
|
mrParent.ImplBeginDrag( rDTDEE.SupportedDataFlavors );
|
|
|
|
}
|
|
|
|
catch( const ::com::sun::star::uno::Exception& )
|
|
|
|
{
|
|
|
|
}
|
2001-03-05 11:44:24 +00:00
|
|
|
|
|
|
|
dragOver( rDTDEE );
|
2001-02-26 11:58:36 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
// -----------------------------------------------------------------------------
|
|
|
|
|
|
|
|
void SAL_CALL DropTargetHelper::DropTargetListener::dragExit( const DropTargetEvent& dte ) throw( RuntimeException )
|
|
|
|
{
|
2001-03-21 10:34:10 +00:00
|
|
|
const ::vos::OGuard aGuard( Application::GetSolarMutex() );
|
2001-03-05 11:44:24 +00:00
|
|
|
|
2001-03-21 10:34:10 +00:00
|
|
|
try
|
|
|
|
{
|
|
|
|
mrParent.ImplEndDrag();
|
|
|
|
}
|
|
|
|
catch( const ::com::sun::star::uno::Exception& )
|
|
|
|
{
|
|
|
|
}
|
2001-02-26 11:58:36 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
// -----------------------------------------------------------------------------
|
|
|
|
|
|
|
|
void SAL_CALL DropTargetHelper::DropTargetListener::dragOver( const DropTargetDragEvent& rDTDE ) throw( RuntimeException )
|
|
|
|
{
|
2001-03-21 10:34:10 +00:00
|
|
|
const ::vos::OGuard aGuard( Application::GetSolarMutex() );
|
2001-03-05 11:44:24 +00:00
|
|
|
|
2001-03-21 10:34:10 +00:00
|
|
|
try
|
|
|
|
{
|
2001-08-01 08:10:15 +00:00
|
|
|
AcceptDropEvent aEvt( rDTDE.DropAction & ~DNDConstants::ACTION_DEFAULT, Point( rDTDE.LocationX, rDTDE.LocationY ), rDTDE );
|
|
|
|
aEvt.mbDefault = ( ( rDTDE.DropAction & DNDConstants::ACTION_DEFAULT ) != 0 );
|
|
|
|
|
|
|
|
const sal_Int8 nRet = mrParent.AcceptDrop( aEvt );
|
2001-03-05 11:44:24 +00:00
|
|
|
|
2001-03-21 10:34:10 +00:00
|
|
|
if( DNDConstants::ACTION_NONE == nRet )
|
|
|
|
rDTDE.Context->rejectDrag();
|
|
|
|
else
|
|
|
|
rDTDE.Context->acceptDrag( nRet );
|
|
|
|
}
|
|
|
|
catch( const ::com::sun::star::uno::Exception& )
|
|
|
|
{
|
|
|
|
}
|
2001-02-26 11:58:36 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
// -----------------------------------------------------------------------------
|
|
|
|
|
|
|
|
void SAL_CALL DropTargetHelper::DropTargetListener::dropActionChanged( const DropTargetDragEvent& dtde ) throw( RuntimeException )
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
// --------------------
|
|
|
|
// - DropTargetHelper -
|
|
|
|
// --------------------
|
|
|
|
|
2001-03-05 11:44:24 +00:00
|
|
|
DropTargetHelper::DropTargetHelper( Window* pWindow ) :
|
2001-03-20 14:58:26 +00:00
|
|
|
mxDropTarget( pWindow->GetDropTarget() ),
|
|
|
|
mpFormats( new DataFlavorExVector )
|
2001-02-26 11:58:36 +00:00
|
|
|
{
|
|
|
|
ImplConstruct();
|
|
|
|
}
|
|
|
|
|
|
|
|
// -----------------------------------------------------------------------------
|
|
|
|
|
|
|
|
DropTargetHelper::DropTargetHelper( const Reference< XDropTarget >& rxDropTarget ) :
|
2001-03-20 14:58:26 +00:00
|
|
|
mxDropTarget( rxDropTarget ),
|
|
|
|
mpFormats( new DataFlavorExVector )
|
2001-02-26 11:58:36 +00:00
|
|
|
{
|
|
|
|
ImplConstruct();
|
|
|
|
}
|
|
|
|
|
|
|
|
// -----------------------------------------------------------------------------
|
|
|
|
|
|
|
|
DropTargetHelper::~DropTargetHelper()
|
|
|
|
{
|
|
|
|
if( mxDropTarget.is() )
|
|
|
|
mxDropTarget->removeDropTargetListener( mxDropTargetListener );
|
2001-03-20 14:58:26 +00:00
|
|
|
|
|
|
|
delete mpFormats;
|
2001-02-26 11:58:36 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
// -----------------------------------------------------------------------------
|
|
|
|
|
|
|
|
void DropTargetHelper::ImplConstruct()
|
|
|
|
{
|
|
|
|
if( mxDropTarget.is() )
|
|
|
|
{
|
|
|
|
mxDropTargetListener = new DropTargetHelper::DropTargetListener( *this );
|
|
|
|
mxDropTarget->addDropTargetListener( mxDropTargetListener );
|
|
|
|
mxDropTarget->setActive( sal_True );
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// -----------------------------------------------------------------------------
|
|
|
|
|
|
|
|
void DropTargetHelper::ImplBeginDrag( const Sequence< DataFlavor >& rSupportedDataFlavors )
|
|
|
|
{
|
|
|
|
DataFlavorEx aFlavorEx;
|
|
|
|
const DataFlavor* pFlavor = rSupportedDataFlavors.getConstArray();
|
|
|
|
|
2001-03-20 14:58:26 +00:00
|
|
|
mpFormats->clear();
|
2001-02-26 11:58:36 +00:00
|
|
|
|
|
|
|
for( sal_uInt32 i = 0, nCount = rSupportedDataFlavors.getLength(); i < nCount; i++, pFlavor++ )
|
|
|
|
{
|
|
|
|
aFlavorEx.MimeType = pFlavor->MimeType;
|
|
|
|
aFlavorEx.HumanPresentableName = pFlavor->HumanPresentableName;
|
|
|
|
aFlavorEx.DataType = pFlavor->DataType;
|
|
|
|
aFlavorEx.mnSotId = SotExchange::RegisterFormat( *pFlavor );
|
|
|
|
|
2001-03-20 14:58:26 +00:00
|
|
|
mpFormats->push_back( aFlavorEx );
|
2001-03-29 11:44:58 +00:00
|
|
|
|
|
|
|
if( ( SOT_FORMATSTR_ID_WMF == aFlavorEx.mnSotId ) && !IsDropFormatSupported( SOT_FORMAT_GDIMETAFILE ) )
|
|
|
|
{
|
|
|
|
if( SotExchange::GetFormatDataFlavor( SOT_FORMAT_GDIMETAFILE, aFlavorEx ) )
|
|
|
|
{
|
|
|
|
aFlavorEx.mnSotId = SOT_FORMAT_GDIMETAFILE;
|
|
|
|
mpFormats->push_back( aFlavorEx );
|
|
|
|
}
|
|
|
|
}
|
2001-02-26 11:58:36 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// -----------------------------------------------------------------------------
|
|
|
|
|
|
|
|
void DropTargetHelper::ImplEndDrag()
|
|
|
|
{
|
2001-03-20 14:58:26 +00:00
|
|
|
mpFormats->clear();
|
2001-02-26 11:58:36 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
// -----------------------------------------------------------------------------
|
|
|
|
|
2001-03-05 11:44:24 +00:00
|
|
|
sal_Int8 DropTargetHelper::AcceptDrop( const AcceptDropEvent& rEvt )
|
2001-02-26 11:58:36 +00:00
|
|
|
{
|
|
|
|
return( DNDConstants::ACTION_NONE );
|
|
|
|
}
|
|
|
|
|
|
|
|
// -----------------------------------------------------------------------------
|
|
|
|
|
2001-03-05 11:44:24 +00:00
|
|
|
sal_Int8 DropTargetHelper::ExecuteDrop( const ExecuteDropEvent& rEvt )
|
2001-02-26 11:58:36 +00:00
|
|
|
{
|
|
|
|
return( DNDConstants::ACTION_NONE );
|
|
|
|
}
|
|
|
|
|
|
|
|
// -----------------------------------------------------------------------------
|
|
|
|
|
|
|
|
sal_Bool DropTargetHelper::IsDropFormatSupported( SotFormatStringId nFormat )
|
|
|
|
{
|
2001-03-20 14:58:26 +00:00
|
|
|
DataFlavorExVector::iterator aIter( mpFormats->begin() ), aEnd( mpFormats->end() );
|
|
|
|
sal_Bool bRet = sal_False;
|
2001-02-26 11:58:36 +00:00
|
|
|
|
|
|
|
while( aIter != aEnd )
|
|
|
|
{
|
|
|
|
if( nFormat == (*aIter++).mnSotId )
|
|
|
|
{
|
|
|
|
bRet = sal_True;
|
|
|
|
aIter = aEnd;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
return bRet;
|
|
|
|
}
|
|
|
|
|
|
|
|
// -----------------------------------------------------------------------------
|
|
|
|
|
|
|
|
sal_Bool DropTargetHelper::IsDropFormatSupported( const DataFlavor& rFlavor )
|
|
|
|
{
|
2001-03-20 14:58:26 +00:00
|
|
|
DataFlavorExVector::iterator aIter( mpFormats->begin() ), aEnd( mpFormats->end() );
|
|
|
|
sal_Bool bRet = sal_False;
|
2001-02-26 11:58:36 +00:00
|
|
|
|
|
|
|
while( aIter != aEnd )
|
|
|
|
{
|
|
|
|
if( TransferableDataHelper::IsEqual( rFlavor, *aIter++ ) )
|
|
|
|
{
|
|
|
|
bRet = sal_True;
|
|
|
|
aIter = aEnd;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
return bRet;
|
|
|
|
}
|
2001-03-20 14:58:26 +00:00
|
|
|
|