2001-10-12 15:19:53 +00:00
|
|
|
/*************************************************************************
|
|
|
|
*
|
2005-09-09 00:01:31 +00:00
|
|
|
* OpenOffice.org - a multi-platform office productivity suite
|
2001-10-12 15:19:53 +00:00
|
|
|
*
|
2005-09-09 00:01:31 +00:00
|
|
|
* $RCSfile: UnoNamespaceMap.cxx,v $
|
2001-10-12 15:19:53 +00:00
|
|
|
*
|
2006-09-17 05:10:22 +00:00
|
|
|
* $Revision: 1.6 $
|
2001-10-12 15:19:53 +00:00
|
|
|
*
|
2006-09-17 05:10:22 +00:00
|
|
|
* last change: $Author: obo $ $Date: 2006-09-17 06:10:22 $
|
2001-10-12 15:19:53 +00:00
|
|
|
*
|
2005-09-09 00:01:31 +00:00
|
|
|
* The Contents of this file are made available subject to
|
|
|
|
* the terms of GNU Lesser General Public License Version 2.1.
|
2001-10-12 15:19:53 +00:00
|
|
|
*
|
|
|
|
*
|
2005-09-09 00:01:31 +00:00
|
|
|
* GNU Lesser General Public License Version 2.1
|
|
|
|
* =============================================
|
|
|
|
* Copyright 2005 by Sun Microsystems, Inc.
|
|
|
|
* 901 San Antonio Road, Palo Alto, CA 94303, USA
|
2001-10-12 15:19:53 +00:00
|
|
|
*
|
2005-09-09 00:01:31 +00:00
|
|
|
* 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.
|
2001-10-12 15:19:53 +00:00
|
|
|
*
|
2005-09-09 00:01:31 +00:00
|
|
|
* 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.
|
2001-10-12 15:19:53 +00:00
|
|
|
*
|
2005-09-09 00:01:31 +00:00
|
|
|
* 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
|
2001-10-12 15:19:53 +00:00
|
|
|
*
|
|
|
|
************************************************************************/
|
|
|
|
|
2006-09-17 05:10:22 +00:00
|
|
|
// MARKER(update_precomp.py): autogen include statement, do not remove
|
|
|
|
#include "precompiled_svx.hxx"
|
|
|
|
|
2001-10-12 15:19:53 +00:00
|
|
|
#include <set>
|
|
|
|
|
2005-01-21 16:00:44 +00:00
|
|
|
#include "UnoNamespaceMap.hxx"
|
|
|
|
|
2001-10-12 15:19:53 +00:00
|
|
|
#ifndef _COM_SUN_STAR_CONTAINER_XNAMEACCESS_HPP_
|
|
|
|
#include <com/sun/star/container/XNameAccess.hpp>
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef _COM_SUN_STAR_LANG_XSERVICEINFO_HPP_
|
|
|
|
#include <com/sun/star/lang/XServiceInfo.hpp>
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef _CPPUHELPER_IMPLBASE3_HXX_
|
|
|
|
#include <cppuhelper/implbase2.hxx>
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef _OSL_DIAGNOSE_H_
|
|
|
|
#include <osl/diagnose.h>
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef _OSL_MUTEX_HXX_
|
|
|
|
#include <osl/mutex.hxx>
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef _COMPHELPER_STLTYPES_HXX_
|
|
|
|
#include <comphelper/stl_types.hxx>
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef _SFXITEMPOOL_HXX
|
|
|
|
#include <svtools/itempool.hxx>
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef _SVX_UNOAPI_HXX_
|
|
|
|
#include "unoapi.hxx"
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef _SVX_XMLCNITM_HXX
|
|
|
|
#include "xmlcnitm.hxx"
|
|
|
|
#endif
|
|
|
|
|
2005-01-21 16:00:44 +00:00
|
|
|
|
2001-10-12 15:19:53 +00:00
|
|
|
using namespace ::comphelper;
|
|
|
|
using namespace ::osl;
|
|
|
|
using namespace ::rtl;
|
|
|
|
using namespace ::cppu;
|
|
|
|
using namespace ::com::sun::star;
|
|
|
|
using namespace ::com::sun::star::uno;
|
|
|
|
using namespace ::com::sun::star::container;
|
|
|
|
using namespace ::com::sun::star::drawing;
|
|
|
|
using namespace ::com::sun::star::lang;
|
|
|
|
using namespace ::com::sun::star::beans;
|
|
|
|
|
|
|
|
namespace svx
|
|
|
|
{
|
|
|
|
/** implements a component to export namespaces of all SvXMLAttrContainerItem inside
|
|
|
|
one or two pools with a variable count of which ids.
|
|
|
|
*/
|
|
|
|
class NamespaceMap : public WeakImplHelper2< XNameAccess, XServiceInfo >
|
|
|
|
{
|
|
|
|
private:
|
|
|
|
sal_uInt16* mpWhichIds;
|
2001-10-16 08:22:25 +00:00
|
|
|
SfxItemPool* mpPool;
|
|
|
|
|
2001-10-12 15:19:53 +00:00
|
|
|
public:
|
2001-10-16 08:22:25 +00:00
|
|
|
NamespaceMap( sal_uInt16* pWhichIds, SfxItemPool* pPool );
|
2001-10-12 15:19:53 +00:00
|
|
|
virtual ~NamespaceMap();
|
|
|
|
|
|
|
|
// XNameAccess
|
|
|
|
virtual Any SAL_CALL getByName( const OUString& aName ) throw (NoSuchElementException, WrappedTargetException, RuntimeException);
|
|
|
|
virtual Sequence< OUString > SAL_CALL getElementNames( ) throw (RuntimeException);
|
|
|
|
virtual sal_Bool SAL_CALL hasByName( const OUString& aName ) throw (RuntimeException);
|
|
|
|
|
|
|
|
// XElementAccess
|
|
|
|
virtual Type SAL_CALL getElementType( ) throw (RuntimeException);
|
|
|
|
virtual sal_Bool SAL_CALL hasElements( ) throw (RuntimeException);
|
|
|
|
|
|
|
|
// XServiceInfo
|
|
|
|
virtual OUString SAL_CALL getImplementationName( ) throw(RuntimeException);
|
|
|
|
virtual sal_Bool SAL_CALL supportsService( const OUString& ServiceName ) throw(RuntimeException);
|
|
|
|
virtual Sequence< OUString > SAL_CALL getSupportedServiceNames( ) throw(RuntimeException);
|
|
|
|
};
|
|
|
|
|
2006-06-19 15:53:42 +00:00
|
|
|
Reference< XInterface > SAL_CALL NamespaceMap_createInstance( sal_uInt16* pWhichIds, SfxItemPool* pPool1, SfxItemPool* )
|
2001-10-12 15:19:53 +00:00
|
|
|
{
|
2001-10-16 08:22:25 +00:00
|
|
|
return (XWeak*)new NamespaceMap( pWhichIds, pPool1 );
|
|
|
|
}
|
|
|
|
|
|
|
|
Reference< XInterface > SAL_CALL NamespaceMap_createInstance( sal_uInt16* pWhichIds, SfxItemPool* pPool )
|
|
|
|
{
|
|
|
|
return (XWeak*)new NamespaceMap( pWhichIds, pPool );
|
2001-10-12 15:19:53 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
Sequence< OUString > SAL_CALL NamespaceMap_getSupportedServiceNames()
|
|
|
|
throw()
|
|
|
|
{
|
|
|
|
Sequence< OUString > aSupportedServiceNames( 1 );
|
|
|
|
aSupportedServiceNames[0] = OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.xml.NamespaceMap" ) );
|
|
|
|
return aSupportedServiceNames;
|
|
|
|
}
|
|
|
|
|
|
|
|
OUString SAL_CALL NamespaceMap_getImplementationName()
|
|
|
|
throw()
|
|
|
|
{
|
|
|
|
return OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.comp.Svx.NamespaceMap" ) );
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class NamespaceIteratorImpl
|
|
|
|
{
|
|
|
|
private:
|
2001-10-16 08:22:25 +00:00
|
|
|
SfxItemPool* mpPool;
|
2001-10-12 15:19:53 +00:00
|
|
|
|
|
|
|
sal_uInt16* mpWhichId;
|
|
|
|
|
|
|
|
sal_uInt16 mnItemCount;
|
|
|
|
sal_uInt16 mnItem;
|
|
|
|
|
|
|
|
const SvXMLAttrContainerItem* mpCurrentAttr;
|
|
|
|
sal_uInt16 mnCurrentAttr;
|
|
|
|
|
|
|
|
public:
|
|
|
|
|
2001-10-16 08:22:25 +00:00
|
|
|
NamespaceIteratorImpl( sal_uInt16* pWhichIds, SfxItemPool* pPool );
|
2001-10-12 15:19:53 +00:00
|
|
|
|
|
|
|
sal_Bool next( OUString& rPrefix, OUString& rURL );
|
|
|
|
};
|
|
|
|
}
|
|
|
|
|
|
|
|
using namespace ::svx;
|
|
|
|
|
|
|
|
// -------------
|
|
|
|
|
2001-10-16 08:22:25 +00:00
|
|
|
NamespaceIteratorImpl::NamespaceIteratorImpl( sal_uInt16* pWhichIds, SfxItemPool* pPool )
|
2001-10-12 15:19:53 +00:00
|
|
|
{
|
2001-10-16 08:22:25 +00:00
|
|
|
mpPool = pPool;
|
2001-10-12 15:19:53 +00:00
|
|
|
mpCurrentAttr = NULL;
|
|
|
|
mnCurrentAttr = 0;
|
|
|
|
|
2001-10-16 08:22:25 +00:00
|
|
|
mpWhichId = pWhichIds;
|
2001-10-12 15:19:53 +00:00
|
|
|
|
|
|
|
mnItem = 0;
|
2001-10-16 08:22:25 +00:00
|
|
|
mnItemCount = (mpWhichId && (0 != *mpWhichId) && mpPool) ? mpPool->GetItemCount( *mpWhichId ) : 0;
|
2001-10-12 15:19:53 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
sal_Bool NamespaceIteratorImpl::next( OUString& rPrefix, OUString& rURL )
|
|
|
|
{
|
|
|
|
// we still need to process the current attribute
|
|
|
|
if( mpCurrentAttr && (mnCurrentAttr != USHRT_MAX) )
|
|
|
|
{
|
|
|
|
rPrefix = mpCurrentAttr->GetPrefix( mnCurrentAttr );
|
|
|
|
rURL = mpCurrentAttr->GetNamespace( mnCurrentAttr );
|
|
|
|
|
|
|
|
mnCurrentAttr = mpCurrentAttr->GetNextNamespaceIndex( mnCurrentAttr );
|
|
|
|
return sal_True;
|
|
|
|
}
|
|
|
|
|
|
|
|
// we need the next namespace item
|
|
|
|
mpCurrentAttr = NULL;
|
|
|
|
|
|
|
|
const SfxPoolItem* pItem;
|
|
|
|
// look for the next available item in the current pool
|
2001-10-16 08:22:25 +00:00
|
|
|
while( (mnItem < mnItemCount) && ( NULL == (pItem = mpPool->GetItem( *mpWhichId, mnItem ) ) ) )
|
2001-10-12 15:19:53 +00:00
|
|
|
mnItem++;
|
|
|
|
|
|
|
|
// are we finished with the current whichid?
|
|
|
|
if( mnItem == mnItemCount )
|
|
|
|
{
|
|
|
|
mpWhichId++;
|
|
|
|
|
|
|
|
// are we finished with the current pool?
|
2001-10-16 08:22:25 +00:00
|
|
|
if( 0 != *mpWhichId )
|
2001-10-12 15:19:53 +00:00
|
|
|
{
|
|
|
|
mnItem = 0;
|
2001-10-16 08:22:25 +00:00
|
|
|
mnItemCount = (mpWhichId && (0 != *mpWhichId) && mpPool) ? mpPool->GetItemCount( *mpWhichId ) : 0;
|
|
|
|
return next( rPrefix, rURL );
|
2001-10-12 15:19:53 +00:00
|
|
|
}
|
|
|
|
|
2001-10-16 08:22:25 +00:00
|
|
|
pItem = NULL;
|
2001-10-12 15:19:53 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
if( pItem )
|
|
|
|
{
|
|
|
|
mnItem++;
|
|
|
|
|
|
|
|
// get that item and see if there namespaces inside
|
|
|
|
const SvXMLAttrContainerItem *pUnknown = (const SvXMLAttrContainerItem *)pItem;
|
|
|
|
if( (pUnknown->GetAttrCount() > 0) )
|
|
|
|
{
|
|
|
|
mpCurrentAttr = pUnknown;
|
|
|
|
mnCurrentAttr = pUnknown->GetFirstNamespaceIndex();
|
|
|
|
}
|
|
|
|
return next( rPrefix, rURL );
|
|
|
|
}
|
|
|
|
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
|
|
|
|
// -------------
|
|
|
|
|
2001-10-16 08:22:25 +00:00
|
|
|
NamespaceMap::NamespaceMap( sal_uInt16* pWhichIds, SfxItemPool* pPool )
|
|
|
|
: mpWhichIds( pWhichIds ), mpPool( pPool )
|
2001-10-12 15:19:53 +00:00
|
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
NamespaceMap::~NamespaceMap()
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
// XNameAccess
|
|
|
|
Any SAL_CALL NamespaceMap::getByName( const OUString& aName ) throw (NoSuchElementException, WrappedTargetException, RuntimeException)
|
|
|
|
{
|
2001-10-16 08:22:25 +00:00
|
|
|
NamespaceIteratorImpl aIter( mpWhichIds, mpPool );
|
2001-10-12 15:19:53 +00:00
|
|
|
|
|
|
|
OUString aPrefix;
|
|
|
|
OUString aURL;
|
|
|
|
|
|
|
|
sal_Bool bFound;
|
|
|
|
|
|
|
|
do
|
|
|
|
{
|
|
|
|
bFound = aIter.next( aPrefix, aURL );
|
|
|
|
}
|
|
|
|
while( bFound && (aPrefix != aName ) );
|
|
|
|
|
|
|
|
if( !bFound )
|
|
|
|
throw NoSuchElementException();
|
|
|
|
|
|
|
|
return makeAny( aURL );
|
|
|
|
}
|
|
|
|
|
|
|
|
Sequence< OUString > SAL_CALL NamespaceMap::getElementNames() throw (RuntimeException)
|
|
|
|
{
|
2001-10-16 08:22:25 +00:00
|
|
|
NamespaceIteratorImpl aIter( mpWhichIds, mpPool );
|
2001-10-12 15:19:53 +00:00
|
|
|
|
|
|
|
OUString aPrefix;
|
|
|
|
OUString aURL;
|
|
|
|
|
|
|
|
std::set< OUString, comphelper::UStringLess > aPrefixSet;
|
|
|
|
|
|
|
|
while( aIter.next( aPrefix, aURL ) )
|
|
|
|
aPrefixSet.insert( aPrefix );
|
|
|
|
|
|
|
|
Sequence< OUString > aSeq( aPrefixSet.size() );
|
|
|
|
OUString* pPrefixes = aSeq.getArray();
|
|
|
|
|
|
|
|
std::set< OUString, comphelper::UStringLess >::iterator aPrefixIter( aPrefixSet.begin() );
|
|
|
|
const std::set< OUString, comphelper::UStringLess >::iterator aEnd( aPrefixSet.end() );
|
|
|
|
|
|
|
|
while( aPrefixIter != aEnd )
|
|
|
|
{
|
|
|
|
*pPrefixes++ = *aPrefixIter++;
|
|
|
|
}
|
|
|
|
|
|
|
|
return aSeq;
|
|
|
|
}
|
|
|
|
|
|
|
|
sal_Bool SAL_CALL NamespaceMap::hasByName( const OUString& aName ) throw (RuntimeException)
|
|
|
|
{
|
2001-10-16 08:22:25 +00:00
|
|
|
NamespaceIteratorImpl aIter( mpWhichIds, mpPool );
|
2001-10-12 15:19:53 +00:00
|
|
|
|
|
|
|
OUString aPrefix;
|
|
|
|
OUString aURL;
|
|
|
|
|
|
|
|
sal_Bool bFound;
|
|
|
|
|
|
|
|
do
|
|
|
|
{
|
|
|
|
bFound = aIter.next( aPrefix, aURL );
|
|
|
|
}
|
|
|
|
while( bFound && (aPrefix != aName ) );
|
|
|
|
|
|
|
|
return bFound;
|
|
|
|
}
|
|
|
|
|
|
|
|
// XElementAccess
|
|
|
|
Type SAL_CALL NamespaceMap::getElementType() throw (RuntimeException)
|
|
|
|
{
|
|
|
|
return ::getCppuType( (const OUString*) 0 );
|
|
|
|
}
|
|
|
|
|
|
|
|
sal_Bool SAL_CALL NamespaceMap::hasElements() throw (RuntimeException)
|
|
|
|
{
|
2001-10-16 08:22:25 +00:00
|
|
|
NamespaceIteratorImpl aIter( mpWhichIds, mpPool );
|
2001-10-12 15:19:53 +00:00
|
|
|
|
|
|
|
OUString aPrefix;
|
|
|
|
OUString aURL;
|
|
|
|
|
|
|
|
return aIter.next( aPrefix, aURL );
|
|
|
|
}
|
|
|
|
|
|
|
|
// XServiceInfo
|
|
|
|
OUString SAL_CALL NamespaceMap::getImplementationName( )
|
|
|
|
throw(RuntimeException)
|
|
|
|
{
|
|
|
|
return NamespaceMap_getImplementationName();
|
|
|
|
}
|
|
|
|
|
2006-06-19 15:53:42 +00:00
|
|
|
sal_Bool SAL_CALL NamespaceMap::supportsService( const OUString& )
|
2001-10-12 15:19:53 +00:00
|
|
|
throw(RuntimeException)
|
|
|
|
{
|
|
|
|
return sal_True;
|
|
|
|
}
|
|
|
|
|
|
|
|
Sequence< OUString > SAL_CALL NamespaceMap::getSupportedServiceNames( )
|
|
|
|
throw(RuntimeException)
|
|
|
|
{
|
|
|
|
return NamespaceMap_getSupportedServiceNames();
|
|
|
|
}
|
|
|
|
|