517 lines
21 KiB
C++
517 lines
21 KiB
C++
![]() |
/*************************************************************************
|
||
|
*
|
||
|
* $RCSfile: smdetect.cxx,v $
|
||
|
*
|
||
|
* $Revision: 1.2 $
|
||
|
*
|
||
|
* last change: $Author: rt $ $Date: 2003-09-19 08:53:03 $
|
||
|
*
|
||
|
* 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): _______________________________________
|
||
|
*
|
||
|
*
|
||
|
************************************************************************/
|
||
|
|
||
|
#include "smdetect.hxx"
|
||
|
|
||
|
#include <framework/interaction.hxx>
|
||
|
|
||
|
#ifndef _COM_SUN_STAR_LANG_XMULTISERVICEFACTORY_HPP_
|
||
|
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
|
||
|
#endif
|
||
|
#ifndef _COM_SUN_STAR_BEANS_PROPERTYVALUE_HPP_
|
||
|
#include <com/sun/star/beans/PropertyValue.hpp>
|
||
|
#endif
|
||
|
#ifndef _COM_SUN_STAR_FRAME_XFRAME_HPP_
|
||
|
#include <com/sun/star/frame/XFrame.hpp>
|
||
|
#endif
|
||
|
#ifndef _COM_SUN_STAR_FRAME_XMODEL_HPP_
|
||
|
#include <com/sun/star/frame/XModel.hpp>
|
||
|
#endif
|
||
|
#ifndef _COM_SUN_STAR_AWT_XWINDOW_HPP_
|
||
|
#include <com/sun/star/awt/XWindow.hpp>
|
||
|
#endif
|
||
|
#ifndef _COM_SUN_STAR_LANG_XUNOTUNNEL_HPP_
|
||
|
#include <com/sun/star/lang/XUnoTunnel.hpp>
|
||
|
#endif
|
||
|
#ifndef _UNOTOOLS_PROCESSFACTORY_HXX
|
||
|
#include <comphelper/processfactory.hxx>
|
||
|
#endif
|
||
|
#ifndef _COM_SUN_STAR_BEANS_PROPERTYVALUE_HPP_
|
||
|
#include <com/sun/star/beans/PropertyValue.hpp>
|
||
|
#endif
|
||
|
#ifndef _COM_SUN_STAR_CONTAINER_XNAMEACCESS_HPP_
|
||
|
#include <com/sun/star/container/XNameAccess.hpp>
|
||
|
#endif
|
||
|
#ifndef _COM_SUN_STAR_IO_XINPUTSTREAM_HPP_
|
||
|
#include <com/sun/star/io/XInputStream.hpp>
|
||
|
#endif
|
||
|
#ifndef _COM_SUN_STAR_TASK_XINTERACTIONHANDLER_HPP_
|
||
|
#include <com/sun/star/task/XInteractionHandler.hpp>
|
||
|
#endif
|
||
|
#ifndef _COM_SUN_STAR_LANG_WRAPPEDTARGETRUNTIMEEXCEPTION_HPP_
|
||
|
#include <com/sun/star/lang/WrappedTargetRuntimeException.hpp>
|
||
|
#endif
|
||
|
#ifndef _COM_SUN_STAR_UCB_COMMANDABORTEDEXCEPTION_HPP_
|
||
|
#include <com/sun/star/ucb/CommandAbortedException.hpp>
|
||
|
#endif
|
||
|
#ifndef _COM_SUN_STAR_UCB_INTERACTIVEAPPEXCEPTION_HPP_
|
||
|
#include <com/sun/star/ucb/InteractiveAppException.hpp>
|
||
|
#endif
|
||
|
#ifndef _COM_SUN_STAR_UCB_XCONTENT_HPP_
|
||
|
#include <com/sun/star/ucb/XContent.hpp>
|
||
|
#endif
|
||
|
|
||
|
#ifndef __FRAMEWORK_DISPATCH_INTERACTION_HXX_
|
||
|
#include <framework/interaction.hxx>
|
||
|
#endif
|
||
|
|
||
|
#ifndef _TOOLKIT_UNOHLP_HXX
|
||
|
#include <toolkit/helper/vclunohelper.hxx>
|
||
|
#endif
|
||
|
|
||
|
#ifndef _UCBHELPER_SIMPLEINTERACTIONREQUEST_HXX
|
||
|
#include <ucbhelper/simpleinteractionrequest.hxx>
|
||
|
#endif
|
||
|
|
||
|
#include <rtl/ustring.h>
|
||
|
#include <rtl/logfile.hxx>
|
||
|
#include <svtools/itemset.hxx>
|
||
|
#include <vcl/window.hxx>
|
||
|
#include <svtools/eitem.hxx>
|
||
|
#include <svtools/stritem.hxx>
|
||
|
#include <tools/urlobj.hxx>
|
||
|
#include <vos/mutex.hxx>
|
||
|
#include <svtools/sfxecode.hxx>
|
||
|
#include <svtools/ehdl.hxx>
|
||
|
#include <sot/storinfo.hxx>
|
||
|
#include <vcl/svapp.hxx>
|
||
|
#include <sfx2/app.hxx>
|
||
|
#include <sfx2/sfxsids.hrc>
|
||
|
#include <sfx2/request.hxx>
|
||
|
#include <sfx2/docfile.hxx>
|
||
|
#include <sfx2/docfilt.hxx>
|
||
|
|
||
|
#include "document.hxx"
|
||
|
|
||
|
using namespace ::com::sun::star::uno;
|
||
|
using namespace ::com::sun::star::io;
|
||
|
using namespace ::com::sun::star::frame;
|
||
|
using namespace ::com::sun::star::task;
|
||
|
using namespace ::com::sun::star::beans;
|
||
|
using namespace ::com::sun::star::lang;
|
||
|
using namespace ::com::sun::star::ucb;
|
||
|
using namespace ::rtl;
|
||
|
|
||
|
SmFilterDetect::SmFilterDetect( const REFERENCE < ::com::sun::star::lang::XMultiServiceFactory >& xFactory )
|
||
|
{
|
||
|
}
|
||
|
|
||
|
SmFilterDetect::~SmFilterDetect()
|
||
|
{
|
||
|
}
|
||
|
|
||
|
::rtl::OUString SAL_CALL SmFilterDetect::detect( ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& lDescriptor ) throw( ::com::sun::star::uno::RuntimeException )
|
||
|
{
|
||
|
REFERENCE< XInputStream > xStream;
|
||
|
REFERENCE< XContent > xContent;
|
||
|
REFERENCE< XInteractionHandler > xInteraction;
|
||
|
String aURL;
|
||
|
::rtl::OUString sTemp;
|
||
|
String aTypeName; // a name describing the type (from MediaDescriptor, usually from flat detection)
|
||
|
String aPreselectedFilterName; // a name describing the filter to use (from MediaDescriptor, usually from UI action)
|
||
|
|
||
|
// opening as template is done when a parameter tells to do so and a template filter can be detected
|
||
|
// (otherwise no valid filter would be found) or if the detected filter is a template filter and
|
||
|
// there is no parameter that forbids to open as template
|
||
|
sal_Bool bOpenAsTemplate = sal_False;
|
||
|
sal_Bool bWasReadOnly = sal_False, bReadOnly = sal_False;
|
||
|
|
||
|
// now some parameters that can already be in the array, but may be overwritten or new inserted here
|
||
|
// remember their indices in the case new values must be added to the array
|
||
|
sal_Int32 nPropertyCount = lDescriptor.getLength();
|
||
|
sal_Int32 nIndexOfFilterName = -1;
|
||
|
sal_Int32 nIndexOfInputStream = -1;
|
||
|
sal_Int32 nIndexOfContent = -1;
|
||
|
sal_Int32 nIndexOfReadOnlyFlag = -1;
|
||
|
sal_Int32 nIndexOfTemplateFlag = -1;
|
||
|
for( sal_Int32 nProperty=0; nProperty<nPropertyCount; ++nProperty )
|
||
|
{
|
||
|
// extract properties
|
||
|
if( lDescriptor[nProperty].Name == OUString(RTL_CONSTASCII_USTRINGPARAM("URL")) )
|
||
|
{
|
||
|
lDescriptor[nProperty].Value >>= sTemp;
|
||
|
aURL = sTemp;
|
||
|
}
|
||
|
else if( !aURL.Len() && lDescriptor[nProperty].Name == OUString(RTL_CONSTASCII_USTRINGPARAM("FileName")) )
|
||
|
{
|
||
|
lDescriptor[nProperty].Value >>= sTemp;
|
||
|
aURL = sTemp;
|
||
|
}
|
||
|
else if( lDescriptor[nProperty].Name == OUString(RTL_CONSTASCII_USTRINGPARAM("TypeName")) )
|
||
|
{
|
||
|
lDescriptor[nProperty].Value >>= sTemp;
|
||
|
aTypeName = sTemp;
|
||
|
}
|
||
|
else if( lDescriptor[nProperty].Name == OUString(RTL_CONSTASCII_USTRINGPARAM("FilterName")) )
|
||
|
{
|
||
|
lDescriptor[nProperty].Value >>= sTemp;
|
||
|
aPreselectedFilterName = sTemp;
|
||
|
|
||
|
// if the preselected filter name is not correct, it must be erased after detection
|
||
|
// remember index of property to get access to it later
|
||
|
nIndexOfFilterName = nProperty;
|
||
|
}
|
||
|
else if( lDescriptor[nProperty].Name == OUString(RTL_CONSTASCII_USTRINGPARAM("InputStream")) )
|
||
|
nIndexOfInputStream = nProperty;
|
||
|
else if( lDescriptor[nProperty].Name == OUString(RTL_CONSTASCII_USTRINGPARAM("ReadOnly")) )
|
||
|
nIndexOfReadOnlyFlag = nProperty;
|
||
|
else if( lDescriptor[nProperty].Name == OUString(RTL_CONSTASCII_USTRINGPARAM("UCBContent")) )
|
||
|
nIndexOfContent = nProperty;
|
||
|
else if( lDescriptor[nProperty].Name == OUString(RTL_CONSTASCII_USTRINGPARAM("AsTemplate")) )
|
||
|
{
|
||
|
lDescriptor[nProperty].Value >>= bOpenAsTemplate;
|
||
|
nIndexOfTemplateFlag = nProperty;
|
||
|
}
|
||
|
else if( lDescriptor[nProperty].Name == OUString(RTL_CONSTASCII_USTRINGPARAM("InteractionHandler")) )
|
||
|
lDescriptor[nProperty].Value >>= xInteraction;
|
||
|
}
|
||
|
|
||
|
// can't check the type for external filters, so set the "dont" flag accordingly
|
||
|
::vos::OGuard aGuard( Application::GetSolarMutex() );
|
||
|
//SfxFilterFlags nMust = SFX_FILTER_IMPORT, nDont = SFX_FILTER_NOTINSTALLED;
|
||
|
|
||
|
SfxApplication* pApp = SFX_APP();
|
||
|
SfxAllItemSet *pSet = new SfxAllItemSet( pApp->GetPool() );
|
||
|
TransformParameters( SID_OPENDOC, lDescriptor, *pSet );
|
||
|
SFX_ITEMSET_ARG( pSet, pItem, SfxBoolItem, SID_DOC_READONLY, FALSE );
|
||
|
|
||
|
bWasReadOnly = pItem && pItem->GetValue();
|
||
|
|
||
|
String aFilterName;
|
||
|
String aPrefix = String::CreateFromAscii( "private:factory/" );
|
||
|
if( aURL.Match( aPrefix ) == aPrefix.Len() )
|
||
|
{
|
||
|
const SfxFilter* pFilter = 0;
|
||
|
String aPattern( aPrefix );
|
||
|
aPattern += String::CreateFromAscii("smath");
|
||
|
if ( aURL.Match( aPattern ) >= aPattern.Len() )
|
||
|
{
|
||
|
pFilter = SfxFilter::GetDefaultFilterFromFactory( aURL );
|
||
|
aTypeName = pFilter->GetTypeName();
|
||
|
aFilterName = pFilter->GetName();
|
||
|
}
|
||
|
}
|
||
|
else
|
||
|
{
|
||
|
// ctor of SfxMedium uses owner transition of ItemSet
|
||
|
SfxMedium aMedium( aURL, bWasReadOnly ? STREAM_STD_READ : STREAM_STD_READWRITE, FALSE, NULL, pSet );
|
||
|
aMedium.UseInteractionHandler( TRUE );
|
||
|
|
||
|
BOOL bIsStorage = aMedium.IsStorage();
|
||
|
if ( aMedium.GetErrorCode() == ERRCODE_NONE )
|
||
|
{
|
||
|
// remember input stream and content and put them into the descriptor later
|
||
|
// should be done here since later the medium can switch to a version
|
||
|
xStream = aMedium.GetInputStream();
|
||
|
xContent = aMedium.GetContent();
|
||
|
bReadOnly = aMedium.IsReadOnly();
|
||
|
|
||
|
if ( bIsStorage )
|
||
|
{
|
||
|
// checking for some storage based formats
|
||
|
// mba: where's the check for SM3.0/4.0 ??
|
||
|
SotStorage* pStorage = aMedium.GetStorage();
|
||
|
if ( aMedium.GetLastStorageCreationState() != ERRCODE_NONE )
|
||
|
{
|
||
|
// error during storage creation means _here_ that the medium
|
||
|
// is broken, but we can not handle it in medium since unpossibility
|
||
|
// to create a storage does not _always_ means that the medium is broken
|
||
|
aMedium.SetError( aMedium.GetLastStorageCreationState() );
|
||
|
if ( xInteraction.is() )
|
||
|
{
|
||
|
OUString empty;
|
||
|
try
|
||
|
{
|
||
|
InteractiveAppException xException( empty,
|
||
|
REFERENCE< XInterface >(),
|
||
|
InteractionClassification_ERROR,
|
||
|
aMedium.GetError() );
|
||
|
|
||
|
REFERENCE< XInteractionRequest > xRequest(
|
||
|
new ucbhelper::SimpleInteractionRequest( makeAny( xException ),
|
||
|
ucbhelper::CONTINUATION_APPROVE ) );
|
||
|
xInteraction->handle( xRequest );
|
||
|
}
|
||
|
catch ( Exception & ) {};
|
||
|
}
|
||
|
}
|
||
|
else
|
||
|
{
|
||
|
static const sal_Char sStrmNm_0[] = "StarMathDocument";
|
||
|
static const sal_Char sStrmNm_1[] = "Equation Native";
|
||
|
static const sal_Char sStrmNm_2[] = "content.xml";
|
||
|
static const sal_Char sStrmNm_3[] = "Content.xml";
|
||
|
|
||
|
static const sal_Char sFltrNm_0[] = "StarMath 5.0";
|
||
|
static const sal_Char sFltrNm_1[] = "MathType 3.x";
|
||
|
static const sal_Char sFltrNm_2[] = STAROFFICE_XML;
|
||
|
static const sal_Char sFltrNm_3[] = STAROFFICE_XML;
|
||
|
|
||
|
static const sal_Char sTypeNm_0[] = "math_StarMath_50";
|
||
|
static const sal_Char sTypeNm_1[] = "math_MathType_3x";
|
||
|
static const sal_Char sTypeNm_2[] = "math_StarOffice_XML_Math";
|
||
|
static const sal_Char sTypeNm_3[] = "math_StarOffice_XML_Math";
|
||
|
|
||
|
const sal_uInt16 nCount = 4;
|
||
|
const sal_Char *aStrmNms[nCount] =
|
||
|
{ sStrmNm_0, sStrmNm_1, sStrmNm_2, sStrmNm_3 };
|
||
|
const sal_Char *aFltrNms[nCount] =
|
||
|
{ sFltrNm_0, sFltrNm_1, sFltrNm_2, sFltrNm_3 };
|
||
|
const sal_Char *aTypeNms[nCount] =
|
||
|
{ sTypeNm_0, sTypeNm_1, sTypeNm_2, sTypeNm_3 };
|
||
|
|
||
|
String aStreamName;
|
||
|
if( aPreselectedFilterName.Len() )
|
||
|
{
|
||
|
for( sal_uInt16 i=0; i < nCount; i++ )
|
||
|
{
|
||
|
if( aPreselectedFilterName.EqualsAscii(aFltrNms[i]) )
|
||
|
{
|
||
|
aStreamName.AssignAscii( aStrmNms[i] );
|
||
|
if( pStorage->IsStream( aStreamName )
|
||
|
//&& ((*ppFilter)->GetFilterFlags() & nMust) == nMust
|
||
|
//&& ((*ppFilter)->GetFilterFlags() & nDont) == 0
|
||
|
)
|
||
|
{
|
||
|
aFilterName.AssignAscii( aFltrNms[i] );
|
||
|
aTypeName.AssignAscii( aTypeNms[i] );
|
||
|
}
|
||
|
|
||
|
break; // The old XML filter (Content.xml) will be
|
||
|
// detected in the next loop.
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
if( !aFilterName.Len() )
|
||
|
{
|
||
|
for( sal_uInt16 i=0; i < nCount; i++ )
|
||
|
{
|
||
|
aStreamName.AssignAscii( aStrmNms[i] );
|
||
|
if( pStorage->IsStream( aStreamName ))
|
||
|
{
|
||
|
aFilterName.AssignAscii( aFltrNms[i] );
|
||
|
aTypeName.AssignAscii( aTypeNms[i] );
|
||
|
/*
|
||
|
const SfxFilter* pFilt = SFX_APP()->GetFilter(
|
||
|
SmDocShell::Factory(), sFilterName );
|
||
|
|
||
|
if( pFilt &&
|
||
|
(pFilt->GetFilterFlags() & nMust) == nMust &&
|
||
|
(pFilt->GetFilterFlags() & nDont) == 0)
|
||
|
{
|
||
|
*ppFilter = pFilt;
|
||
|
nReturn = ERRCODE_NONE;
|
||
|
}
|
||
|
*/
|
||
|
break; // There are no two filters with the same strm name
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
else
|
||
|
{
|
||
|
//Test to see if this begins with xml and if so run it through
|
||
|
//the MathML filter. There are all sorts of things wrong with
|
||
|
//this approach, to be fixed at a better level than here
|
||
|
SvStream *pStrm = aMedium.GetInStream();
|
||
|
if (pStrm && !pStrm->GetError())
|
||
|
{
|
||
|
const int nSize = 5;
|
||
|
sal_Char aBuffer[nSize+1];
|
||
|
aBuffer[nSize] = 0;
|
||
|
ULONG nBytesRead = pStrm->Read( aBuffer, nSize );
|
||
|
pStrm->Seek( STREAM_SEEK_TO_BEGIN );
|
||
|
if (nBytesRead == nSize)
|
||
|
{
|
||
|
if (0 == strncmp( "<?xml",aBuffer,nSize))
|
||
|
{
|
||
|
static const sal_Char sFltrNm_2[] = MATHML_XML;
|
||
|
static const sal_Char sTypeNm_2[] = "math_MathML_XML_Math";
|
||
|
aFilterName.AssignAscii( sFltrNm_2 );
|
||
|
aTypeName.AssignAscii( sTypeNm_2 );
|
||
|
/*
|
||
|
const SfxFilter* pFilt = SFX_APP()->GetFilter(
|
||
|
SmDocShell::Factory(), sFltrNm );
|
||
|
*ppFilter = pFilt;
|
||
|
*/
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
if ( aFilterName.Len() )
|
||
|
{
|
||
|
// successful detection, get the filter name (without prefix)
|
||
|
if ( nIndexOfFilterName != -1 )
|
||
|
// convert to format with factory ( makes load more easy to implement )
|
||
|
lDescriptor[nIndexOfFilterName].Value <<= ::rtl::OUString( aFilterName );
|
||
|
else
|
||
|
{
|
||
|
lDescriptor.realloc( nPropertyCount + 1 );
|
||
|
lDescriptor[nPropertyCount].Name = ::rtl::OUString::createFromAscii("FilterName");
|
||
|
lDescriptor[nPropertyCount].Value <<= ::rtl::OUString( aFilterName );
|
||
|
nPropertyCount++;
|
||
|
}
|
||
|
/*
|
||
|
if ( pFilter->IsOwnTemplateFormat() && nIndexOfTemplateFlag == -1 )
|
||
|
{
|
||
|
lDescriptor.realloc( nPropertyCount + 1 );
|
||
|
lDescriptor[nPropertyCount].Name = ::rtl::OUString::createFromAscii("AsTemplate");
|
||
|
lDescriptor[nPropertyCount].Value <<= sal_True;
|
||
|
nPropertyCount++;
|
||
|
}
|
||
|
*/
|
||
|
}
|
||
|
else
|
||
|
{
|
||
|
aFilterName.Erase();
|
||
|
aTypeName.Erase();
|
||
|
}
|
||
|
|
||
|
if ( nIndexOfInputStream == -1 && xStream.is() )
|
||
|
{
|
||
|
// if input stream wasn't part of the descriptor, now it should be, otherwise the content would be opend twice
|
||
|
lDescriptor.realloc( nPropertyCount + 1 );
|
||
|
lDescriptor[nPropertyCount].Name = ::rtl::OUString::createFromAscii("InputStream");
|
||
|
lDescriptor[nPropertyCount].Value <<= xStream;
|
||
|
nPropertyCount++;
|
||
|
}
|
||
|
|
||
|
if ( nIndexOfContent == -1 && xContent.is() )
|
||
|
{
|
||
|
// if input stream wasn't part of the descriptor, now it should be, otherwise the content would be opend twice
|
||
|
lDescriptor.realloc( nPropertyCount + 1 );
|
||
|
lDescriptor[nPropertyCount].Name = ::rtl::OUString::createFromAscii("UCBContent");
|
||
|
lDescriptor[nPropertyCount].Value <<= xContent;
|
||
|
nPropertyCount++;
|
||
|
}
|
||
|
|
||
|
if ( bReadOnly != bWasReadOnly )
|
||
|
{
|
||
|
if ( nIndexOfReadOnlyFlag == -1 )
|
||
|
{
|
||
|
lDescriptor.realloc( nPropertyCount + 1 );
|
||
|
lDescriptor[nPropertyCount].Name = ::rtl::OUString::createFromAscii("ReadOnly");
|
||
|
lDescriptor[nPropertyCount].Value <<= bReadOnly;
|
||
|
nPropertyCount++;
|
||
|
}
|
||
|
else
|
||
|
lDescriptor[nIndexOfReadOnlyFlag].Value <<= bReadOnly;
|
||
|
}
|
||
|
|
||
|
return aTypeName;
|
||
|
}
|
||
|
|
||
|
SFX_IMPL_SINGLEFACTORY( SmFilterDetect )
|
||
|
|
||
|
/* XServiceInfo */
|
||
|
UNOOUSTRING SAL_CALL SmFilterDetect::getImplementationName() throw( UNORUNTIMEEXCEPTION )
|
||
|
{
|
||
|
return impl_getStaticImplementationName();
|
||
|
}
|
||
|
\
|
||
|
/* XServiceInfo */
|
||
|
sal_Bool SAL_CALL SmFilterDetect::supportsService( const UNOOUSTRING& sServiceName ) throw( UNORUNTIMEEXCEPTION )
|
||
|
{
|
||
|
UNOSEQUENCE< UNOOUSTRING > seqServiceNames = getSupportedServiceNames();
|
||
|
const UNOOUSTRING* pArray = seqServiceNames.getConstArray();
|
||
|
for ( sal_Int32 nCounter=0; nCounter<seqServiceNames.getLength(); nCounter++ )
|
||
|
{
|
||
|
if ( pArray[nCounter] == sServiceName )
|
||
|
{
|
||
|
return sal_True ;
|
||
|
}
|
||
|
}
|
||
|
return sal_False ;
|
||
|
}
|
||
|
|
||
|
/* XServiceInfo */
|
||
|
UNOSEQUENCE< UNOOUSTRING > SAL_CALL SmFilterDetect::getSupportedServiceNames() throw( UNORUNTIMEEXCEPTION )
|
||
|
{
|
||
|
return impl_getStaticSupportedServiceNames();
|
||
|
}
|
||
|
|
||
|
/* Helper for XServiceInfo */
|
||
|
UNOSEQUENCE< UNOOUSTRING > SmFilterDetect::impl_getStaticSupportedServiceNames()
|
||
|
{
|
||
|
UNOMUTEXGUARD aGuard( UNOMUTEX::getGlobalMutex() );
|
||
|
UNOSEQUENCE< UNOOUSTRING > seqServiceNames( 1 );
|
||
|
seqServiceNames.getArray() [0] = UNOOUSTRING::createFromAscii( "com.sun.star.frame.ExtendedTypeDetection" );
|
||
|
return seqServiceNames ;
|
||
|
}
|
||
|
|
||
|
/* Helper for XServiceInfo */
|
||
|
UNOOUSTRING SmFilterDetect::impl_getStaticImplementationName()
|
||
|
{
|
||
|
return UNOOUSTRING::createFromAscii( "com.sun.star.comp.math.FormatDetector" );
|
||
|
}
|
||
|
|
||
|
/* Helper for registry */
|
||
|
UNOREFERENCE< UNOXINTERFACE > SAL_CALL SmFilterDetect::impl_createInstance( const UNOREFERENCE< UNOXMULTISERVICEFACTORY >& xServiceManager ) throw( UNOEXCEPTION )
|
||
|
{
|
||
|
return UNOREFERENCE< UNOXINTERFACE >( *new SmFilterDetect( xServiceManager ) );
|
||
|
}
|
||
|
|