2010-10-12 15:59:00 +02:00
|
|
|
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
2012-11-30 12:23:25 +00:00
|
|
|
/*
|
|
|
|
* This file is part of the LibreOffice project.
|
|
|
|
*
|
|
|
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
*
|
|
|
|
* This file incorporates work covered by the following license notice:
|
|
|
|
*
|
|
|
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
|
|
|
* contributor license agreements. See the NOTICE file distributed
|
|
|
|
* with this work for additional information regarding copyright
|
|
|
|
* ownership. The ASF licenses this file to you under the Apache
|
|
|
|
* License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0 .
|
|
|
|
*/
|
2006-07-21 13:45:01 +00:00
|
|
|
|
2003-09-19 07:25:30 +00:00
|
|
|
#include "scdetect.hxx"
|
|
|
|
|
2010-10-09 21:10:35 -05:00
|
|
|
#include <sal/macros.h>
|
|
|
|
|
2003-09-19 07:25:30 +00:00
|
|
|
#include <framework/interaction.hxx>
|
|
|
|
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
|
|
|
|
#include <com/sun/star/beans/PropertyValue.hpp>
|
|
|
|
#include <com/sun/star/frame/XFrame.hpp>
|
|
|
|
#include <com/sun/star/frame/XModel.hpp>
|
|
|
|
#include <com/sun/star/awt/XWindow.hpp>
|
|
|
|
#include <com/sun/star/lang/XUnoTunnel.hpp>
|
|
|
|
#include <comphelper/processfactory.hxx>
|
2011-11-22 17:17:53 +00:00
|
|
|
#include <comphelper/string.hxx>
|
2003-09-19 07:25:30 +00:00
|
|
|
#include <com/sun/star/container/XNameAccess.hpp>
|
|
|
|
#include <com/sun/star/io/XInputStream.hpp>
|
|
|
|
#include <com/sun/star/task/XInteractionHandler.hpp>
|
|
|
|
#include <com/sun/star/lang/WrappedTargetRuntimeException.hpp>
|
|
|
|
#include <com/sun/star/ucb/CommandAbortedException.hpp>
|
|
|
|
#include <com/sun/star/ucb/InteractiveAppException.hpp>
|
|
|
|
#include <com/sun/star/ucb/XContent.hpp>
|
2004-10-04 19:21:15 +00:00
|
|
|
#include <com/sun/star/packages/zip/ZipIOException.hpp>
|
|
|
|
|
2003-09-19 07:25:30 +00:00
|
|
|
#include <toolkit/helper/vclunohelper.hxx>
|
|
|
|
#include <ucbhelper/simpleinteractionrequest.hxx>
|
|
|
|
|
|
|
|
#include <svtools/parhtml.hxx>
|
|
|
|
#include <rtl/ustring.h>
|
|
|
|
#include <rtl/logfile.hxx>
|
2009-10-16 00:05:16 +02:00
|
|
|
#include <svl/itemset.hxx>
|
2003-09-19 07:25:30 +00:00
|
|
|
#include <vcl/window.hxx>
|
2009-10-16 00:05:16 +02:00
|
|
|
#include <svl/eitem.hxx>
|
|
|
|
#include <svl/stritem.hxx>
|
2003-09-19 07:25:30 +00:00
|
|
|
#include <tools/urlobj.hxx>
|
2010-10-16 03:15:13 -05:00
|
|
|
#include <osl/mutex.hxx>
|
2003-09-19 07:25:30 +00:00
|
|
|
#include <svtools/sfxecode.hxx>
|
|
|
|
#include <svtools/ehdl.hxx>
|
|
|
|
#include <sot/storinfo.hxx>
|
|
|
|
#include <vcl/svapp.hxx>
|
|
|
|
#include <sfx2/sfxsids.hrc>
|
|
|
|
#include <sfx2/request.hxx>
|
|
|
|
#include <sfx2/docfile.hxx>
|
|
|
|
#include <sfx2/docfilt.hxx>
|
|
|
|
#include <sfx2/fcontnr.hxx>
|
|
|
|
#include <sfx2/app.hxx>
|
2004-10-04 19:21:15 +00:00
|
|
|
#include <sfx2/brokenpackageint.hxx>
|
2003-09-19 07:25:30 +00:00
|
|
|
|
2004-10-04 19:21:15 +00:00
|
|
|
using namespace ::com::sun::star;
|
2003-09-19 07:25:30 +00:00
|
|
|
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;
|
2008-03-12 12:19:40 +00:00
|
|
|
using ::rtl::OUString;
|
2003-09-19 07:25:30 +00:00
|
|
|
|
2013-02-04 22:20:53 -05:00
|
|
|
ScFilterDetect::ScFilterDetect( const uno::Reference<uno::XComponentContext>& /*xContext*/ )
|
2003-09-19 07:25:30 +00:00
|
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
ScFilterDetect::~ScFilterDetect()
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
2010-12-06 10:36:07 +00:00
|
|
|
static const sal_Char pFilterSc50[] = "StarCalc 5.0";
|
|
|
|
static const sal_Char pFilterSc50Temp[] = "StarCalc 5.0 Vorlage/Template";
|
|
|
|
static const sal_Char pFilterSc40[] = "StarCalc 4.0";
|
|
|
|
static const sal_Char pFilterSc40Temp[] = "StarCalc 4.0 Vorlage/Template";
|
|
|
|
static const sal_Char pFilterSc30[] = "StarCalc 3.0";
|
|
|
|
static const sal_Char pFilterSc30Temp[] = "StarCalc 3.0 Vorlage/Template";
|
|
|
|
static const sal_Char pFilterSc10[] = "StarCalc 1.0";
|
|
|
|
static const sal_Char pFilterXML[] = "StarOffice XML (Calc)";
|
|
|
|
static const sal_Char pFilterAscii[] = "Text - txt - csv (StarCalc)";
|
|
|
|
static const sal_Char pFilterLotus[] = "Lotus";
|
|
|
|
static const sal_Char pFilterQPro6[] = "Quattro Pro 6.0";
|
|
|
|
static const sal_Char pFilterExcel4[] = "MS Excel 4.0";
|
2011-11-24 22:27:45 +01:00
|
|
|
static const sal_Char pFilterExcelXML[] = "MS Excel 2003 XML";
|
2010-12-06 10:36:07 +00:00
|
|
|
static const sal_Char pFilterDBase[] = "dBase";
|
|
|
|
static const sal_Char pFilterDif[] = "DIF";
|
|
|
|
static const sal_Char pFilterSylk[] = "SYLK";
|
|
|
|
static const sal_Char pFilterHtml[] = "HTML (StarCalc)";
|
|
|
|
static const sal_Char pFilterHtmlWeb[] = "calc_HTML_WebQuery";
|
|
|
|
static const sal_Char pFilterRtf[] = "Rich Text Format (StarCalc)";
|
2003-09-19 07:25:30 +00:00
|
|
|
|
|
|
|
|
2011-01-17 13:20:22 +01:00
|
|
|
static sal_Bool lcl_MayBeAscii( SvStream& rStream )
|
2003-09-19 07:25:30 +00:00
|
|
|
{
|
2005-10-21 11:09:17 +00:00
|
|
|
// ASCII/CSV is considered possible if there are no null bytes, or a Byte
|
|
|
|
// Order Mark is present, or if, for Unicode UCS2/UTF-16, all null bytes
|
|
|
|
// are on either even or uneven byte positions.
|
2003-09-19 07:25:30 +00:00
|
|
|
|
|
|
|
rStream.Seek(STREAM_SEEK_TO_BEGIN);
|
|
|
|
|
2005-10-21 11:09:17 +00:00
|
|
|
const size_t nBufSize = 2048;
|
|
|
|
sal_uInt16 aBuffer[ nBufSize ];
|
|
|
|
sal_uInt8* pByte = reinterpret_cast<sal_uInt8*>(aBuffer);
|
2011-01-17 13:20:22 +01:00
|
|
|
sal_uLong nBytesRead = rStream.Read( pByte, nBufSize*2);
|
2003-09-19 07:25:30 +00:00
|
|
|
|
2005-10-21 11:09:17 +00:00
|
|
|
if ( nBytesRead >= 2 && (aBuffer[0] == 0xfffe || aBuffer[0] == 0xfeff) )
|
2003-09-19 07:25:30 +00:00
|
|
|
{
|
2005-10-21 11:09:17 +00:00
|
|
|
// Unicode BOM file may contain null bytes.
|
2011-01-17 13:20:22 +01:00
|
|
|
return sal_True;
|
2003-09-19 07:25:30 +00:00
|
|
|
}
|
|
|
|
|
2005-10-21 11:09:17 +00:00
|
|
|
const sal_uInt16* p = aBuffer;
|
|
|
|
sal_uInt16 nMask = 0xffff;
|
|
|
|
nBytesRead /= 2;
|
|
|
|
while( nBytesRead-- && nMask )
|
|
|
|
{
|
|
|
|
sal_uInt16 nVal = *p++ & nMask;
|
|
|
|
if (!(nVal & 0x00ff))
|
|
|
|
nMask &= 0xff00;
|
|
|
|
if (!(nVal & 0xff00))
|
|
|
|
nMask &= 0x00ff;
|
|
|
|
}
|
2003-09-19 07:25:30 +00:00
|
|
|
|
2005-10-21 11:09:17 +00:00
|
|
|
return nMask != 0;
|
2003-09-19 07:25:30 +00:00
|
|
|
}
|
|
|
|
|
2011-11-24 22:21:41 +01:00
|
|
|
static const SfxFilter* lcl_DetectExcelXML( SvStream& rStream, SfxFilterMatcher& rMatcher )
|
|
|
|
{
|
|
|
|
const SfxFilter* pFound = NULL;
|
|
|
|
rStream.Seek(STREAM_SEEK_TO_BEGIN);
|
|
|
|
|
|
|
|
const size_t nBufSize = 4000;
|
|
|
|
sal_uInt8 aBuffer[ nBufSize ];
|
|
|
|
sal_uLong nBytesRead = rStream.Read( aBuffer, nBufSize );
|
|
|
|
sal_uLong nXMLStart = 0;
|
|
|
|
|
|
|
|
// Skip UTF-8 BOM if present.
|
|
|
|
// No need to handle UTF-16 etc (also rejected in XMLFilterDetect).
|
|
|
|
if ( nBytesRead >= 3 && aBuffer[0] == 0xEF && aBuffer[1] == 0xBB && aBuffer[2] == 0xBF )
|
|
|
|
nXMLStart = 3;
|
|
|
|
|
2012-07-28 20:34:39 +02:00
|
|
|
if ( nBytesRead >= nXMLStart + 5 && memcmp( aBuffer+nXMLStart, "<?xml", 5 ) == 0 )
|
2011-11-24 22:21:41 +01:00
|
|
|
{
|
|
|
|
// Be consistent with XMLFilterDetect service: Check for presence of "Workbook" in XML file.
|
|
|
|
|
|
|
|
rtl::OString aTryStr( "Workbook" );
|
|
|
|
rtl::OString aFileString(reinterpret_cast<const sal_Char*>(aBuffer), nBytesRead);
|
|
|
|
|
|
|
|
if (aFileString.indexOf(aTryStr) >= 0)
|
2012-07-02 16:02:38 +01:00
|
|
|
pFound = rMatcher.GetFilter4FilterName( rtl::OUString(pFilterExcelXML) );
|
2011-11-24 22:21:41 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
return pFound;
|
|
|
|
}
|
|
|
|
|
2011-01-17 13:20:22 +01:00
|
|
|
static sal_Bool lcl_MayBeDBase( SvStream& rStream )
|
2003-09-19 07:25:30 +00:00
|
|
|
{
|
2008-07-08 06:24:41 +00:00
|
|
|
// Look for dbf marker, see connectivity/source/inc/dbase/DTable.hxx
|
|
|
|
// DBFType for values.
|
2011-01-17 13:20:22 +01:00
|
|
|
const sal_uInt8 nValidMarks[] = {
|
2008-07-08 06:24:41 +00:00
|
|
|
0x03, 0x04, 0x05, 0x30, 0x43, 0xB3, 0x83, 0x8b, 0x8e, 0xf5 };
|
2011-01-17 13:20:22 +01:00
|
|
|
sal_uInt8 nMark;
|
2008-07-08 06:24:41 +00:00
|
|
|
rStream.Seek(STREAM_SEEK_TO_BEGIN);
|
|
|
|
rStream >> nMark;
|
|
|
|
bool bValidMark = false;
|
2012-05-31 12:47:35 +01:00
|
|
|
for (size_t i=0; i < sizeof(nValidMarks)/sizeof(nValidMarks[0]) && !bValidMark; ++i)
|
2008-07-08 06:24:41 +00:00
|
|
|
{
|
|
|
|
if (nValidMarks[i] == nMark)
|
|
|
|
bValidMark = true;
|
|
|
|
}
|
|
|
|
if ( !bValidMark )
|
2011-03-10 16:55:21 -05:00
|
|
|
return false;
|
2008-07-08 06:24:41 +00:00
|
|
|
|
|
|
|
const size_t nHeaderBlockSize = 32;
|
|
|
|
// Empty dbf is >= 32*2+1 bytes in size.
|
|
|
|
const size_t nEmptyDbf = nHeaderBlockSize * 2 + 1;
|
2003-09-19 07:25:30 +00:00
|
|
|
|
|
|
|
rStream.Seek(STREAM_SEEK_TO_END);
|
2011-01-17 13:20:22 +01:00
|
|
|
sal_uLong nSize = rStream.Tell();
|
2008-07-08 06:24:41 +00:00
|
|
|
if ( nSize < nEmptyDbf )
|
2011-03-10 16:55:21 -05:00
|
|
|
return false;
|
2003-09-19 07:25:30 +00:00
|
|
|
|
|
|
|
// length of header starts at 8
|
|
|
|
rStream.Seek(8);
|
2011-01-17 13:20:22 +01:00
|
|
|
sal_uInt16 nHeaderLen;
|
2003-09-19 07:25:30 +00:00
|
|
|
rStream >> nHeaderLen;
|
|
|
|
|
2008-07-08 06:24:41 +00:00
|
|
|
if ( nHeaderLen < nEmptyDbf || nSize < nHeaderLen )
|
2011-03-10 16:55:21 -05:00
|
|
|
return false;
|
2003-09-19 07:25:30 +00:00
|
|
|
|
2004-06-03 11:35:40 +00:00
|
|
|
// Last byte of header must be 0x0d, this is how it's specified.
|
|
|
|
// #i9581#,#i26407# but some applications don't follow the specification
|
2008-07-08 06:24:41 +00:00
|
|
|
// and pad the header with one byte 0x00 to reach an
|
|
|
|
// even boundary. Some (#i88577# ) even pad more or pad using a 0x1a ^Z
|
|
|
|
// control character (#i8857#). This results in:
|
|
|
|
// Last byte of header must be 0x0d on 32 bytes boundary.
|
2011-01-17 13:20:22 +01:00
|
|
|
sal_uInt16 nBlocks = (nHeaderLen - 1) / nHeaderBlockSize;
|
|
|
|
sal_uInt8 nEndFlag = 0;
|
2008-07-08 06:24:41 +00:00
|
|
|
while ( nBlocks > 1 && nEndFlag != 0x0d ) {
|
|
|
|
rStream.Seek( nBlocks-- * nHeaderBlockSize );
|
|
|
|
rStream >> nEndFlag;
|
|
|
|
}
|
2003-09-19 07:25:30 +00:00
|
|
|
|
2008-07-08 06:24:41 +00:00
|
|
|
return ( 0x0d == nEndFlag );
|
2003-09-19 07:25:30 +00:00
|
|
|
}
|
|
|
|
|
2013-02-04 18:47:19 -05:00
|
|
|
::rtl::OUString SAL_CALL ScFilterDetect::detect( uno::Sequence<beans::PropertyValue>& lDescriptor )
|
|
|
|
throw( uno::RuntimeException )
|
2003-09-19 07:25:30 +00:00
|
|
|
{
|
2013-02-04 18:47:19 -05:00
|
|
|
uno::Reference< XInputStream > xStream;
|
|
|
|
uno::Reference< XContent > xContent;
|
|
|
|
uno::Reference< XInteractionHandler > xInteraction;
|
2003-09-19 07:25:30 +00:00
|
|
|
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)
|
|
|
|
|
2004-10-04 19:21:15 +00:00
|
|
|
::rtl::OUString aDocumentTitle; // interesting only if set in this method
|
|
|
|
|
2003-09-19 07:25:30 +00:00
|
|
|
// 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
|
2011-03-10 16:55:21 -05:00
|
|
|
sal_Bool bOpenAsTemplate = false;
|
|
|
|
sal_Bool bWasReadOnly = false, bReadOnly = false;
|
2003-09-19 07:25:30 +00:00
|
|
|
|
2011-03-10 16:55:21 -05:00
|
|
|
sal_Bool bRepairPackage = false;
|
|
|
|
sal_Bool bRepairAllowed = false;
|
2013-02-04 14:14:15 -05:00
|
|
|
bool bDeepDetection = false;
|
2004-10-04 19:21:15 +00:00
|
|
|
|
2003-09-19 07:25:30 +00:00
|
|
|
// 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;
|
2004-10-04 19:21:15 +00:00
|
|
|
sal_Int32 nIndexOfDocumentTitle = -1;
|
2010-04-14 20:30:47 +02:00
|
|
|
bool bFakeXLS = false;
|
2004-10-04 19:21:15 +00:00
|
|
|
|
2003-09-19 07:25:30 +00:00
|
|
|
for( sal_Int32 nProperty=0; nProperty<nPropertyCount; ++nProperty )
|
|
|
|
{
|
|
|
|
// extract properties
|
2012-04-06 15:05:52 +02:00
|
|
|
if ( lDescriptor[nProperty].Name == "URL" )
|
2003-09-19 07:25:30 +00:00
|
|
|
{
|
|
|
|
lDescriptor[nProperty].Value >>= sTemp;
|
|
|
|
aURL = sTemp;
|
|
|
|
}
|
2012-02-25 23:15:00 +09:00
|
|
|
else if( !aURL.Len() && lDescriptor[nProperty].Name.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("FileName")) )
|
2003-09-19 07:25:30 +00:00
|
|
|
{
|
|
|
|
lDescriptor[nProperty].Value >>= sTemp;
|
|
|
|
aURL = sTemp;
|
|
|
|
}
|
2012-04-06 15:05:52 +02:00
|
|
|
else if ( lDescriptor[nProperty].Name == "TypeName" )
|
2003-09-19 07:25:30 +00:00
|
|
|
{
|
|
|
|
lDescriptor[nProperty].Value >>= sTemp;
|
|
|
|
aTypeName = sTemp;
|
|
|
|
}
|
2012-04-06 15:05:52 +02:00
|
|
|
else if ( lDescriptor[nProperty].Name == "FilterName" )
|
2003-09-19 07:25:30 +00:00
|
|
|
{
|
|
|
|
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;
|
|
|
|
}
|
2012-04-06 15:05:52 +02:00
|
|
|
else if ( lDescriptor[nProperty].Name == "InputStream" )
|
2003-09-19 07:25:30 +00:00
|
|
|
nIndexOfInputStream = nProperty;
|
2012-04-06 15:05:52 +02:00
|
|
|
else if ( lDescriptor[nProperty].Name == "ReadOnly" )
|
2003-09-19 07:25:30 +00:00
|
|
|
nIndexOfReadOnlyFlag = nProperty;
|
2012-04-06 15:05:52 +02:00
|
|
|
else if ( lDescriptor[nProperty].Name == "UCBContent" )
|
2003-09-19 07:25:30 +00:00
|
|
|
nIndexOfContent = nProperty;
|
2012-04-06 15:05:52 +02:00
|
|
|
else if ( lDescriptor[nProperty].Name == "AsTemplate" )
|
2003-09-19 07:25:30 +00:00
|
|
|
{
|
|
|
|
lDescriptor[nProperty].Value >>= bOpenAsTemplate;
|
|
|
|
nIndexOfTemplateFlag = nProperty;
|
|
|
|
}
|
2012-04-06 15:05:52 +02:00
|
|
|
else if ( lDescriptor[nProperty].Name == "InteractionHandler" )
|
2003-09-19 07:25:30 +00:00
|
|
|
lDescriptor[nProperty].Value >>= xInteraction;
|
2012-04-06 15:05:52 +02:00
|
|
|
else if ( lDescriptor[nProperty].Name == "RepairPackage" )
|
2004-10-04 19:21:15 +00:00
|
|
|
lDescriptor[nProperty].Value >>= bRepairPackage;
|
2012-04-06 15:05:52 +02:00
|
|
|
else if ( lDescriptor[nProperty].Name == "DocumentTitle" )
|
2004-10-04 19:21:15 +00:00
|
|
|
nIndexOfDocumentTitle = nProperty;
|
2013-02-04 14:14:15 -05:00
|
|
|
else if (lDescriptor[nProperty].Name == "DeepDetection")
|
|
|
|
bDeepDetection = lDescriptor[nProperty].Value.get<sal_Bool>();
|
2003-09-19 07:25:30 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
// can't check the type for external filters, so set the "dont" flag accordingly
|
2010-10-13 01:41:46 -05:00
|
|
|
SolarMutexGuard aGuard;
|
2003-09-19 07:25:30 +00:00
|
|
|
//SfxFilterFlags nMust = SFX_FILTER_IMPORT, nDont = SFX_FILTER_NOTINSTALLED;
|
|
|
|
|
|
|
|
SfxAllItemSet *pSet = new SfxAllItemSet( SFX_APP()->GetPool() );
|
|
|
|
TransformParameters( SID_OPENDOC, lDescriptor, *pSet );
|
2011-03-10 16:55:21 -05:00
|
|
|
SFX_ITEMSET_ARG( pSet, pItem, SfxBoolItem, SID_DOC_READONLY, false );
|
2003-09-19 07:25:30 +00:00
|
|
|
|
|
|
|
bWasReadOnly = pItem && pItem->GetValue();
|
|
|
|
|
|
|
|
const SfxFilter* pFilter = 0;
|
2012-07-02 16:02:38 +01:00
|
|
|
String aPrefix = rtl::OUString( "private:factory/" );
|
2003-09-19 07:25:30 +00:00
|
|
|
if( aURL.Match( aPrefix ) == aPrefix.Len() )
|
|
|
|
{
|
|
|
|
String aPattern( aPrefix );
|
2012-07-02 16:02:38 +01:00
|
|
|
aPattern += rtl::OUString("scalc");
|
2003-09-19 07:25:30 +00:00
|
|
|
if ( aURL.Match( aPattern ) >= aPattern.Len() )
|
|
|
|
pFilter = SfxFilter::GetDefaultFilterFromFactory( aURL );
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
// container for Calc filters
|
2013-02-05 23:56:16 +00:00
|
|
|
SfxFilterMatcher aMatcher("scalc");
|
2003-09-19 07:25:30 +00:00
|
|
|
if ( aPreselectedFilterName.Len() )
|
|
|
|
pFilter = SfxFilter::GetFilterByName( aPreselectedFilterName );
|
|
|
|
else if( aTypeName.Len() )
|
|
|
|
pFilter = aMatcher.GetFilter4EA( aTypeName );
|
|
|
|
|
|
|
|
// ctor of SfxMedium uses owner transition of ItemSet
|
2012-05-24 11:38:12 +02:00
|
|
|
SfxMedium aMedium( aURL, bWasReadOnly ? STREAM_STD_READ : STREAM_STD_READWRITE, NULL, pSet );
|
2011-01-17 13:20:22 +01:00
|
|
|
aMedium.UseInteractionHandler( sal_True );
|
2003-09-19 07:25:30 +00:00
|
|
|
|
2011-01-17 13:20:22 +01:00
|
|
|
sal_Bool bIsStorage = aMedium.IsStorage();
|
2003-09-19 07:25:30 +00:00
|
|
|
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
|
2005-03-23 12:11:40 +00:00
|
|
|
xStream.set(aMedium.GetInputStream());
|
|
|
|
xContent.set(aMedium.GetContent());
|
2003-09-19 07:25:30 +00:00
|
|
|
bReadOnly = aMedium.IsReadOnly();
|
|
|
|
|
|
|
|
// maybe that IsStorage() already created an error!
|
|
|
|
if ( bIsStorage )
|
|
|
|
{
|
2011-03-10 16:55:21 -05:00
|
|
|
uno::Reference < embed::XStorage > xStorage(aMedium.GetStorage( false ));
|
2003-09-19 07:25:30 +00:00
|
|
|
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
|
2013-02-04 18:47:19 -05:00
|
|
|
aMedium.SetError(aMedium.GetLastStorageCreationState(), OUString(OSL_LOG_PREFIX));
|
2003-09-19 07:25:30 +00:00
|
|
|
if ( xInteraction.is() )
|
|
|
|
{
|
|
|
|
OUString empty;
|
|
|
|
try
|
|
|
|
{
|
|
|
|
InteractiveAppException xException( empty,
|
2013-02-04 18:47:19 -05:00
|
|
|
uno::Reference< XInterface >(),
|
2003-09-19 07:25:30 +00:00
|
|
|
InteractionClassification_ERROR,
|
|
|
|
aMedium.GetError() );
|
|
|
|
|
2013-02-04 18:47:19 -05:00
|
|
|
uno::Reference< XInteractionRequest > xRequest(
|
2003-09-19 07:25:30 +00:00
|
|
|
new ucbhelper::SimpleInteractionRequest( makeAny( xException ),
|
|
|
|
ucbhelper::CONTINUATION_APPROVE ) );
|
|
|
|
xInteraction->handle( xRequest );
|
|
|
|
}
|
|
|
|
catch ( Exception & ) {};
|
|
|
|
}
|
|
|
|
}
|
2004-10-04 19:21:15 +00:00
|
|
|
else if ( xStorage.is() )
|
2003-09-19 07:25:30 +00:00
|
|
|
{
|
2004-10-04 19:21:15 +00:00
|
|
|
try
|
2003-09-19 07:25:30 +00:00
|
|
|
{
|
2013-02-04 19:14:23 -05:00
|
|
|
OUString aFilterName;
|
2004-10-04 19:21:15 +00:00
|
|
|
if ( pFilter )
|
|
|
|
aFilterName = pFilter->GetName();
|
2011-03-10 16:55:21 -05:00
|
|
|
aTypeName = SfxFilter::GetTypeFromStorage( xStorage, pFilter ? pFilter->IsOwnTemplateFormat() : false, &aFilterName );
|
2003-09-19 07:25:30 +00:00
|
|
|
}
|
2011-11-04 02:02:20 +09:00
|
|
|
catch( const lang::WrappedTargetException& aWrap )
|
2003-09-19 07:25:30 +00:00
|
|
|
{
|
2013-02-04 14:14:15 -05:00
|
|
|
if (!bDeepDetection)
|
|
|
|
// Bail out early unless it's a deep detection.
|
|
|
|
return OUString();
|
|
|
|
|
2004-10-04 19:21:15 +00:00
|
|
|
packages::zip::ZipIOException aZipException;
|
2003-09-19 07:25:30 +00:00
|
|
|
|
2004-10-04 19:21:15 +00:00
|
|
|
// repairing is done only if this type is requested from outside
|
|
|
|
if ( ( aWrap.TargetException >>= aZipException ) && aTypeName.Len() )
|
2003-09-19 07:25:30 +00:00
|
|
|
{
|
2004-10-04 19:21:15 +00:00
|
|
|
if ( xInteraction.is() )
|
2003-09-19 07:25:30 +00:00
|
|
|
{
|
2004-10-04 19:21:15 +00:00
|
|
|
// the package is broken one
|
|
|
|
aDocumentTitle = aMedium.GetURLObject().getName(
|
|
|
|
INetURLObject::LAST_SEGMENT,
|
|
|
|
true,
|
|
|
|
INetURLObject::DECODE_WITH_CHARSET );
|
|
|
|
|
|
|
|
if ( !bRepairPackage )
|
|
|
|
{
|
|
|
|
// ask the user whether he wants to try to repair
|
2010-04-24 00:09:05 +02:00
|
|
|
RequestPackageReparation aRequest( aDocumentTitle );
|
|
|
|
xInteraction->handle( aRequest.GetRequest() );
|
|
|
|
bRepairAllowed = aRequest.isApproved();
|
2004-10-04 19:21:15 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
if ( !bRepairAllowed )
|
|
|
|
{
|
|
|
|
// repair either not allowed or not successful
|
2010-04-24 00:09:05 +02:00
|
|
|
NotifyBrokenPackage aNotifyRequest( aDocumentTitle );
|
|
|
|
xInteraction->handle( aNotifyRequest.GetRequest() );
|
2004-10-04 19:21:15 +00:00
|
|
|
}
|
2003-09-19 07:25:30 +00:00
|
|
|
}
|
|
|
|
|
2004-10-04 19:21:15 +00:00
|
|
|
if ( !bRepairAllowed )
|
|
|
|
aTypeName.Erase();
|
2003-09-19 07:25:30 +00:00
|
|
|
}
|
|
|
|
}
|
2004-10-04 19:21:15 +00:00
|
|
|
catch( uno::RuntimeException& )
|
|
|
|
{
|
|
|
|
throw;
|
|
|
|
}
|
|
|
|
catch( uno::Exception& )
|
|
|
|
{
|
|
|
|
aTypeName.Erase();
|
|
|
|
}
|
|
|
|
|
2013-02-04 14:14:15 -05:00
|
|
|
if ( aTypeName.Len() )
|
2013-02-05 23:56:16 +00:00
|
|
|
pFilter = SfxFilterMatcher("scalc").GetFilter4EA( aTypeName );
|
2003-09-19 07:25:30 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
2004-10-04 19:21:15 +00:00
|
|
|
SvStream* pStream = aMedium.GetInStream();
|
2004-12-07 09:56:25 +00:00
|
|
|
const SfxFilter* pPreselectedFilter = pFilter;
|
2012-05-10 19:07:47 +02:00
|
|
|
bool bCsvSelected = (pPreselectedFilter &&
|
|
|
|
pPreselectedFilter->GetFilterName().EqualsAscii( pFilterAscii ));
|
|
|
|
bool bExcelSelected = (pPreselectedFilter &&
|
|
|
|
(pPreselectedFilter->GetName().SearchAscii("Excel") != STRING_NOTFOUND));
|
|
|
|
bool bIsXLS = (bExcelSelected || (bCsvSelected && !aPreselectedFilterName.Len()));
|
2004-12-07 09:56:25 +00:00
|
|
|
pFilter = 0;
|
|
|
|
if ( pStream )
|
2003-09-19 07:25:30 +00:00
|
|
|
{
|
2012-04-04 23:39:17 +02:00
|
|
|
pStream->Seek( STREAM_SEEK_TO_END);
|
|
|
|
sal_Size nSize = pStream->Tell();
|
|
|
|
pStream->Seek( 0);
|
|
|
|
// Do not attempt to create an SotStorage on a
|
|
|
|
// 0-length stream as that would create the compound
|
|
|
|
// document header on the stream and effectively write to
|
|
|
|
// disk!
|
|
|
|
if (nSize > 0)
|
2003-09-19 07:25:30 +00:00
|
|
|
{
|
2004-10-04 19:21:15 +00:00
|
|
|
SvStream &rStr = *pStream;
|
|
|
|
|
|
|
|
// Tabelle mit Suchmustern
|
|
|
|
// Bedeutung der Sequenzen
|
|
|
|
// 0x00??: genau Byte 0x?? muss an dieser Stelle stehen
|
|
|
|
// 0x0100: ein Byte ueberlesen (don't care)
|
|
|
|
// 0x02nn: ein Byte aus 0xnn Alternativen folgt
|
|
|
|
// 0x8000: Erkennung abgeschlossen
|
|
|
|
//
|
|
|
|
|
|
|
|
#define M_DC 0x0100
|
2006-07-10 11:46:18 +00:00
|
|
|
#define M_ALT(ANZ) (0x0200+(ANZ))
|
2004-10-04 19:21:15 +00:00
|
|
|
#define M_ENDE 0x8000
|
|
|
|
|
2011-01-17 13:20:22 +01:00
|
|
|
static const sal_uInt16 pLotus[] = // Lotus 1/1A/2
|
2004-10-04 19:21:15 +00:00
|
|
|
{ 0x0000, 0x0000, 0x0002, 0x0000,
|
|
|
|
M_ALT(2), 0x0004, 0x0006,
|
|
|
|
0x0004, M_ENDE };
|
|
|
|
|
2011-01-17 13:20:22 +01:00
|
|
|
static const sal_uInt16 pLotusNew[] = // Lotus >= 9.7
|
2005-01-14 11:15:23 +00:00
|
|
|
{ 0x0000, 0x0000, M_DC, 0x0000, // Rec# + Len (0x1a)
|
|
|
|
M_ALT(3), 0x0003, 0x0004, 0x0005, // File Revision Code 97->ME
|
|
|
|
0x0010, 0x0004, 0x0000, 0x0000,
|
|
|
|
M_ENDE };
|
2004-11-26 12:52:55 +00:00
|
|
|
|
2011-01-17 13:20:22 +01:00
|
|
|
static const sal_uInt16 pExcel1[] = // Excel BIFF2, BIFF3, BIFF4
|
2006-07-10 11:46:18 +00:00
|
|
|
{ 0x09, // lobyte of BOF rec ID (0x0009, 0x0209, 0x0409)
|
|
|
|
M_ALT(3), 0x00, 0x02, 0x04, // hibyte of BOF rec ID (0x0009, 0x0209, 0x0409)
|
|
|
|
M_ALT(3), 4, 6, 8, // lobyte of BOF rec size (4, 6, 8, 16)
|
|
|
|
0x00, // hibyte of BOF rec size (4, 6, 8, 16)
|
|
|
|
M_DC, M_DC, // any version
|
|
|
|
M_ALT(3), 0x10, 0x20, 0x40, // lobyte of data type (0x0010, 0x0020, 0x0040)
|
|
|
|
0x00, // hibyte of data type (0x0010, 0x0020, 0x0040)
|
|
|
|
M_ENDE };
|
2004-10-04 19:21:15 +00:00
|
|
|
|
2011-01-17 13:20:22 +01:00
|
|
|
static const sal_uInt16 pExcel2[] = // Excel BIFF4 Workspace
|
2006-07-10 11:46:18 +00:00
|
|
|
{ 0x09, // lobyte of BOF rec ID (0x0409)
|
|
|
|
0x04, // hibyte of BOF rec ID (0x0409)
|
|
|
|
M_ALT(3), 4, 6, 8, // lobyte of BOF rec size (4, 6, 8, 16)
|
|
|
|
0x00, // hibyte of BOF rec size (4, 6, 8, 16)
|
|
|
|
M_DC, M_DC, // any version
|
|
|
|
0x00, // lobyte of data type (0x0100)
|
|
|
|
0x01, // hibyte of data type (0x0100)
|
|
|
|
M_ENDE };
|
2004-10-04 19:21:15 +00:00
|
|
|
|
2011-01-17 13:20:22 +01:00
|
|
|
static const sal_uInt16 pExcel3[] = // #i23425# Excel BIFF5, BIFF7, BIFF8 (simple book stream)
|
2005-01-14 11:15:23 +00:00
|
|
|
{ 0x09, // lobyte of BOF rec ID (0x0809)
|
|
|
|
0x08, // hibyte of BOF rec ID (0x0809)
|
|
|
|
M_ALT(4), 4, 6, 8, 16, // lobyte of BOF rec size
|
|
|
|
0x00, // hibyte of BOF rec size
|
|
|
|
M_DC, M_DC, // any version
|
|
|
|
M_ALT(5), 0x05, 0x06, 0x10, 0x20, 0x40, // lobyte of data type
|
|
|
|
0x00, // hibyte of data type
|
|
|
|
M_ENDE };
|
|
|
|
|
2011-01-17 13:20:22 +01:00
|
|
|
static const sal_uInt16 pSc10[] = // StarCalc 1.0 Dokumente
|
2004-10-04 19:21:15 +00:00
|
|
|
{ 'B', 'l', 'a', 'i', 's', 'e', '-', 'T', 'a', 'b', 'e', 'l', 'l',
|
|
|
|
'e', 0x000A, 0x000D, 0x0000, // Sc10CopyRight[16]
|
|
|
|
M_DC, M_DC, M_DC, M_DC, M_DC, M_DC, M_DC, M_DC, M_DC, M_DC, M_DC,
|
|
|
|
M_DC, M_DC, // Sc10CopyRight[29]
|
|
|
|
M_ALT(2), 0x0065, 0x0066, // Versionsnummer 101 oder 102
|
|
|
|
0x0000,
|
|
|
|
M_ENDE };
|
|
|
|
|
2011-01-17 13:20:22 +01:00
|
|
|
static const sal_uInt16 pLotus2[] = // Lotus >3
|
2004-10-04 19:21:15 +00:00
|
|
|
{ 0x0000, 0x0000, 0x001A, 0x0000, // Rec# + Len (26)
|
|
|
|
M_ALT(2), 0x0000, 0x0002, // File Revision Code
|
|
|
|
0x0010,
|
|
|
|
0x0004, 0x0000, // File Revision Subcode
|
|
|
|
M_ENDE };
|
|
|
|
|
2011-01-17 13:20:22 +01:00
|
|
|
static const sal_uInt16 pQPro[] =
|
2006-01-27 14:52:11 +00:00
|
|
|
{ 0x0000, 0x0000, 0x0002, 0x0000,
|
|
|
|
M_ALT(4), 0x0001, 0x0002, // WB1, WB2
|
|
|
|
0x0006, 0x0007, // QPro 6/7 (?)
|
|
|
|
0x0010,
|
|
|
|
M_ENDE };
|
|
|
|
|
2011-01-17 13:20:22 +01:00
|
|
|
static const sal_uInt16 pDIF1[] = // DIF mit CR-LF
|
2004-10-04 19:21:15 +00:00
|
|
|
{
|
|
|
|
'T', 'A', 'B', 'L', 'E',
|
|
|
|
M_DC, M_DC,
|
|
|
|
'0', ',', '1',
|
|
|
|
M_DC, M_DC,
|
|
|
|
'\"',
|
|
|
|
M_ENDE };
|
|
|
|
|
2011-01-17 13:20:22 +01:00
|
|
|
static const sal_uInt16 pDIF2[] = // DIF mit CR oder LF
|
2004-10-04 19:21:15 +00:00
|
|
|
{
|
|
|
|
'T', 'A', 'B', 'L', 'E',
|
|
|
|
M_DC,
|
|
|
|
'0', ',', '1',
|
|
|
|
M_DC,
|
|
|
|
'\"',
|
|
|
|
M_ENDE };
|
|
|
|
|
2011-01-17 13:20:22 +01:00
|
|
|
static const sal_uInt16 pSylk[] = // Sylk
|
2004-10-04 19:21:15 +00:00
|
|
|
{
|
2006-08-04 10:34:48 +00:00
|
|
|
'I', 'D', ';',
|
|
|
|
M_ALT(3), 'P', 'N', 'E', // 'P' plus undocumented Excel extensions 'N' and 'E'
|
2004-10-04 19:21:15 +00:00
|
|
|
M_ENDE };
|
|
|
|
|
2011-01-17 13:20:22 +01:00
|
|
|
static const sal_uInt16 *ppFilterPatterns[] = // Arrays mit Suchmustern
|
2004-10-04 19:21:15 +00:00
|
|
|
{
|
|
|
|
pLotus,
|
|
|
|
pExcel1,
|
|
|
|
pExcel2,
|
|
|
|
pExcel3,
|
|
|
|
pSc10,
|
|
|
|
pDIF1,
|
|
|
|
pDIF2,
|
|
|
|
pSylk,
|
2004-11-26 12:52:55 +00:00
|
|
|
pLotusNew,
|
2006-01-27 14:52:11 +00:00
|
|
|
pLotus2,
|
|
|
|
pQPro
|
2004-10-04 19:21:15 +00:00
|
|
|
};
|
2012-05-31 12:47:35 +01:00
|
|
|
const sal_uInt16 nFilterCount = sizeof (ppFilterPatterns) / sizeof (ppFilterPatterns[0]);
|
2004-10-04 19:21:15 +00:00
|
|
|
|
2006-07-10 11:46:18 +00:00
|
|
|
static const sal_Char* const pFilterName[] = // zugehoerige Filter
|
2004-10-04 19:21:15 +00:00
|
|
|
{
|
|
|
|
pFilterLotus,
|
|
|
|
pFilterExcel4,
|
|
|
|
pFilterExcel4,
|
|
|
|
pFilterExcel4,
|
|
|
|
pFilterSc10,
|
|
|
|
pFilterDif,
|
|
|
|
pFilterDif,
|
|
|
|
pFilterSylk,
|
2004-11-26 12:52:55 +00:00
|
|
|
pFilterLotus,
|
2006-01-27 14:52:11 +00:00
|
|
|
pFilterLotus,
|
|
|
|
pFilterQPro6
|
2004-10-04 19:21:15 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
// suchen Sie jetzt!
|
|
|
|
// ... realisiert ueber 'Mustererkennung'
|
|
|
|
|
2011-01-17 13:20:22 +01:00
|
|
|
sal_uInt8 nAkt;
|
|
|
|
sal_Bool bSync; // Datei und Muster stimmen ueberein
|
|
|
|
sal_uInt16 nFilter; // Zaehler ueber alle Filter
|
|
|
|
const sal_uInt16 *pSearch; // aktuelles Musterwort
|
2004-10-04 19:21:15 +00:00
|
|
|
|
2004-11-26 12:52:55 +00:00
|
|
|
for ( nFilter = 0 ; nFilter < nFilterCount ; nFilter++ )
|
2004-10-04 19:21:15 +00:00
|
|
|
{
|
2012-04-05 19:48:10 +02:00
|
|
|
pSearch = ppFilterPatterns[ nFilter ];
|
|
|
|
if (bCsvSelected && pSearch == pSylk)
|
|
|
|
// SYLK 4 characters is really too weak to
|
|
|
|
// override preselected CSV, already ID;Name
|
|
|
|
// would trigger that. fdo#48347
|
|
|
|
continue;
|
|
|
|
|
2004-10-04 19:21:15 +00:00
|
|
|
rStr.Seek( 0 ); // am Anfang war alles Uebel...
|
|
|
|
rStr >> nAkt;
|
2011-01-17 13:20:22 +01:00
|
|
|
bSync = sal_True;
|
2004-10-04 19:21:15 +00:00
|
|
|
while( !rStr.IsEof() && bSync )
|
|
|
|
{
|
2011-01-17 13:20:22 +01:00
|
|
|
register sal_uInt16 nMuster = *pSearch;
|
2004-10-04 19:21:15 +00:00
|
|
|
|
|
|
|
if( nMuster < 0x0100 )
|
|
|
|
{ // direkter Byte-Vergleich
|
2011-01-17 13:20:22 +01:00
|
|
|
if( ( sal_uInt8 ) nMuster != nAkt )
|
2011-03-10 16:55:21 -05:00
|
|
|
bSync = false;
|
2004-10-04 19:21:15 +00:00
|
|
|
}
|
|
|
|
else if( nMuster & M_DC )
|
|
|
|
{ // don't care
|
|
|
|
}
|
|
|
|
else if( nMuster & M_ALT(0) )
|
|
|
|
{ // alternative Bytes
|
2011-01-17 13:20:22 +01:00
|
|
|
sal_uInt8 nAnzAlt = ( sal_uInt8 ) nMuster;
|
2011-03-10 16:55:21 -05:00
|
|
|
bSync = false; // zunaechst unsynchron
|
2004-10-04 19:21:15 +00:00
|
|
|
while( nAnzAlt > 0 )
|
|
|
|
{
|
|
|
|
pSearch++;
|
2011-01-17 13:20:22 +01:00
|
|
|
if( ( sal_uInt8 ) *pSearch == nAkt )
|
|
|
|
bSync = sal_True; // jetzt erst Synchronisierung
|
2004-10-04 19:21:15 +00:00
|
|
|
nAnzAlt--;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
else if( nMuster & M_ENDE )
|
|
|
|
{ // Format detected
|
2013-02-05 11:00:00 -05:00
|
|
|
pFilter = aMatcher.GetFilter4FilterName(OUString::createFromAscii(pFilterName[nFilter]));
|
2011-03-10 16:55:21 -05:00
|
|
|
bSync = false; // leave inner loop
|
2005-03-29 12:48:54 +00:00
|
|
|
nFilter = nFilterCount; // leave outer loop
|
2004-10-04 19:21:15 +00:00
|
|
|
}
|
|
|
|
else
|
|
|
|
{ // Tabellenfehler
|
2011-03-01 19:05:02 +01:00
|
|
|
OSL_FAIL( "-ScApplication::DetectFilter(): Fehler in Mustertabelle");
|
2004-10-04 19:21:15 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
pSearch++;
|
|
|
|
rStr >> nAkt;
|
|
|
|
}
|
|
|
|
}
|
2003-09-19 07:25:30 +00:00
|
|
|
|
2005-01-31 07:37:40 +00:00
|
|
|
if ( pPreselectedFilter && !pFilter )
|
2003-09-19 07:25:30 +00:00
|
|
|
{
|
2005-01-31 07:37:40 +00:00
|
|
|
// further checks for filters only if they are preselected: ASCII, HTML, RTF, DBase
|
|
|
|
// without the preselection other filters (Writer) take precedence
|
|
|
|
// DBase can't be detected reliably, so it also needs preselection
|
2012-04-05 02:01:26 +02:00
|
|
|
|
2010-04-14 20:30:47 +02:00
|
|
|
bool bMaybeText = lcl_MayBeAscii( rStr );
|
2010-10-15 14:38:54 +05:30
|
|
|
|
|
|
|
// get file header
|
|
|
|
rStr.Seek( 0 );
|
2011-09-30 00:04:25 +01:00
|
|
|
const sal_Size nTrySize = 80;
|
2012-02-09 22:39:32 -05:00
|
|
|
rtl::OString aHeader = read_uInt8s_ToOString(rStr, nTrySize);
|
2010-10-15 14:38:54 +05:30
|
|
|
|
2012-05-10 19:07:47 +02:00
|
|
|
bool bMaybeHtml = HTMLParser::IsHTMLFormat( aHeader.getStr());
|
|
|
|
|
2012-04-05 02:01:26 +02:00
|
|
|
if ( aHeader.copy(0, 5).equalsL("{\\rtf", 5) )
|
2010-10-15 14:38:54 +05:30
|
|
|
{
|
|
|
|
// test for RTF
|
2012-07-02 16:02:38 +01:00
|
|
|
pFilter = aMatcher.GetFilter4FilterName( rtl::OUString(pFilterRtf) );
|
2010-10-15 14:38:54 +05:30
|
|
|
}
|
2012-05-10 19:07:47 +02:00
|
|
|
else if ( bIsXLS && (bMaybeText && !bMaybeHtml) )
|
2010-10-15 14:38:54 +05:30
|
|
|
{
|
2011-11-22 17:17:53 +00:00
|
|
|
aHeader = comphelper::string::stripStart(aHeader, ' ');
|
2011-11-24 22:27:45 +01:00
|
|
|
// Detect Excel 2003 XML here only if XLS was preselected.
|
|
|
|
// The configured detection for Excel 2003 XML is still in XMLFilterDetect.
|
|
|
|
pFilter = lcl_DetectExcelXML( rStr, aMatcher );
|
|
|
|
if (!pFilter)
|
2012-07-02 16:02:38 +01:00
|
|
|
pFilter = aMatcher.GetFilter4FilterName( rtl::OUString(pFilterAscii) );
|
2010-10-15 14:38:54 +05:30
|
|
|
bFakeXLS = true;
|
2004-10-04 19:21:15 +00:00
|
|
|
}
|
2010-10-15 14:38:54 +05:30
|
|
|
else if ( pPreselectedFilter->GetName().EqualsAscii(pFilterDBase) && lcl_MayBeDBase( rStr ) )
|
|
|
|
pFilter = pPreselectedFilter;
|
2012-04-05 19:48:10 +02:00
|
|
|
else if ( bCsvSelected && bMaybeText )
|
2010-10-15 14:38:54 +05:30
|
|
|
pFilter = pPreselectedFilter;
|
2012-05-10 19:07:47 +02:00
|
|
|
else if ( bMaybeHtml )
|
2012-04-05 02:01:26 +02:00
|
|
|
{
|
|
|
|
// test for HTML
|
|
|
|
|
|
|
|
// HTMLParser::IsHTMLFormat() is convinced that
|
|
|
|
// anything containing a valid HTML tag would
|
|
|
|
// indeed be HTML, which is a rather idiotic
|
|
|
|
// assumption for us in the case of
|
|
|
|
// "foo <br> bar" with a preselected CSV
|
|
|
|
// filter. So keep this detection to the end.
|
|
|
|
|
|
|
|
if ( pPreselectedFilter->GetName().EqualsAscii(pFilterHtml) )
|
|
|
|
{
|
|
|
|
pFilter = pPreselectedFilter;
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
2012-07-02 16:02:38 +01:00
|
|
|
pFilter = aMatcher.GetFilter4FilterName( rtl::OUString(pFilterHtmlWeb) );
|
2012-04-05 02:01:26 +02:00
|
|
|
if ( bIsXLS )
|
|
|
|
bFakeXLS = true;
|
|
|
|
}
|
|
|
|
}
|
2004-10-04 19:21:15 +00:00
|
|
|
}
|
|
|
|
}
|
2012-04-04 23:39:17 +02:00
|
|
|
else
|
|
|
|
{
|
|
|
|
// 0-length stream, preselected Text/CSV is ok, user
|
|
|
|
// may want to write to that file later.
|
2012-04-05 19:48:10 +02:00
|
|
|
if ( bCsvSelected )
|
2012-04-04 23:39:17 +02:00
|
|
|
pFilter = pPreselectedFilter;
|
|
|
|
}
|
2003-09-19 07:25:30 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
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 );
|
2013-02-04 20:30:21 -05:00
|
|
|
lDescriptor[nPropertyCount].Name = "InputStream";
|
2003-09-19 07:25:30 +00:00
|
|
|
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 );
|
2013-02-04 20:30:21 -05:00
|
|
|
lDescriptor[nPropertyCount].Name = "UCBContent";
|
2003-09-19 07:25:30 +00:00
|
|
|
lDescriptor[nPropertyCount].Value <<= xContent;
|
|
|
|
nPropertyCount++;
|
|
|
|
}
|
|
|
|
|
|
|
|
if ( bReadOnly != bWasReadOnly )
|
|
|
|
{
|
|
|
|
if ( nIndexOfReadOnlyFlag == -1 )
|
|
|
|
{
|
|
|
|
lDescriptor.realloc( nPropertyCount + 1 );
|
2013-02-04 20:30:21 -05:00
|
|
|
lDescriptor[nPropertyCount].Name = "ReadOnly";
|
2003-09-19 07:25:30 +00:00
|
|
|
lDescriptor[nPropertyCount].Value <<= bReadOnly;
|
|
|
|
nPropertyCount++;
|
|
|
|
}
|
|
|
|
else
|
|
|
|
lDescriptor[nIndexOfReadOnlyFlag].Value <<= bReadOnly;
|
|
|
|
}
|
|
|
|
|
2004-10-04 19:21:15 +00:00
|
|
|
if ( !bRepairPackage && bRepairAllowed )
|
|
|
|
{
|
|
|
|
lDescriptor.realloc( nPropertyCount + 1 );
|
2013-02-04 20:30:21 -05:00
|
|
|
lDescriptor[nPropertyCount].Name = "RepairPackage";
|
2004-10-04 19:21:15 +00:00
|
|
|
lDescriptor[nPropertyCount].Value <<= bRepairAllowed;
|
|
|
|
nPropertyCount++;
|
|
|
|
|
|
|
|
bOpenAsTemplate = sal_True;
|
|
|
|
|
|
|
|
// TODO/LATER: set progress bar that should be used
|
|
|
|
}
|
|
|
|
|
|
|
|
if ( bOpenAsTemplate )
|
|
|
|
{
|
|
|
|
if ( nIndexOfTemplateFlag == -1 )
|
|
|
|
{
|
|
|
|
lDescriptor.realloc( nPropertyCount + 1 );
|
2013-02-04 20:30:21 -05:00
|
|
|
lDescriptor[nPropertyCount].Name = "AsTemplate";
|
2004-10-04 19:21:15 +00:00
|
|
|
lDescriptor[nPropertyCount].Value <<= bOpenAsTemplate;
|
|
|
|
nPropertyCount++;
|
|
|
|
}
|
|
|
|
else
|
|
|
|
lDescriptor[nIndexOfTemplateFlag].Value <<= bOpenAsTemplate;
|
|
|
|
}
|
|
|
|
|
2012-01-06 14:22:10 -02:00
|
|
|
if ( !aDocumentTitle.isEmpty() )
|
2004-10-04 19:21:15 +00:00
|
|
|
{
|
|
|
|
// the title was set here
|
|
|
|
if ( nIndexOfDocumentTitle == -1 )
|
|
|
|
{
|
|
|
|
lDescriptor.realloc( nPropertyCount + 1 );
|
2013-02-04 20:30:21 -05:00
|
|
|
lDescriptor[nPropertyCount].Name = "DocumentTitle";
|
2004-10-04 19:21:15 +00:00
|
|
|
lDescriptor[nPropertyCount].Value <<= aDocumentTitle;
|
|
|
|
nPropertyCount++;
|
|
|
|
}
|
|
|
|
else
|
|
|
|
lDescriptor[nIndexOfDocumentTitle].Value <<= aDocumentTitle;
|
|
|
|
}
|
|
|
|
|
2010-04-14 20:30:47 +02:00
|
|
|
if ( bFakeXLS )
|
|
|
|
{
|
|
|
|
if ( nIndexOfFilterName == -1 )
|
|
|
|
{
|
|
|
|
lDescriptor.realloc( nPropertyCount + 1 );
|
2013-02-04 20:30:21 -05:00
|
|
|
lDescriptor[nPropertyCount].Name = "FilterName";
|
2010-04-14 20:30:47 +02:00
|
|
|
lDescriptor[nPropertyCount].Value <<= rtl::OUString(pFilter->GetName());
|
|
|
|
nPropertyCount++;
|
|
|
|
}
|
|
|
|
else
|
|
|
|
lDescriptor[nIndexOfFilterName].Value <<= rtl::OUString(pFilter->GetName());
|
|
|
|
}
|
|
|
|
|
2004-01-28 12:30:46 +00:00
|
|
|
if ( pFilter )
|
|
|
|
aTypeName = pFilter->GetTypeName();
|
|
|
|
else
|
|
|
|
aTypeName.Erase();
|
2003-09-19 07:25:30 +00:00
|
|
|
return aTypeName;
|
|
|
|
}
|
|
|
|
|
2013-02-04 20:30:21 -05:00
|
|
|
OUString SAL_CALL ScFilterDetect::getImplementationName() throw (uno::RuntimeException)
|
2003-09-19 07:25:30 +00:00
|
|
|
{
|
|
|
|
return impl_getStaticImplementationName();
|
|
|
|
}
|
2013-02-04 20:30:21 -05:00
|
|
|
|
|
|
|
sal_Bool ScFilterDetect::supportsService( const OUString& sServiceName )
|
|
|
|
throw (uno::RuntimeException)
|
2003-09-19 07:25:30 +00:00
|
|
|
{
|
2013-02-04 20:30:21 -05:00
|
|
|
uno::Sequence<OUString> seqServiceNames(getSupportedServiceNames());
|
|
|
|
const OUString* pArray = seqServiceNames.getConstArray();
|
2003-09-19 07:25:30 +00:00
|
|
|
for ( sal_Int32 nCounter=0; nCounter<seqServiceNames.getLength(); nCounter++ )
|
|
|
|
{
|
|
|
|
if ( pArray[nCounter] == sServiceName )
|
|
|
|
{
|
|
|
|
return sal_True ;
|
|
|
|
}
|
|
|
|
}
|
2011-03-10 16:55:21 -05:00
|
|
|
return false ;
|
2003-09-19 07:25:30 +00:00
|
|
|
}
|
|
|
|
|
2013-02-04 20:30:21 -05:00
|
|
|
com::sun::star::uno::Sequence<OUString> ScFilterDetect::getSupportedServiceNames()
|
|
|
|
throw (uno::RuntimeException)
|
2003-09-19 07:25:30 +00:00
|
|
|
{
|
|
|
|
return impl_getStaticSupportedServiceNames();
|
|
|
|
}
|
|
|
|
|
2013-02-04 20:30:21 -05:00
|
|
|
uno::Sequence<OUString> ScFilterDetect::impl_getStaticSupportedServiceNames()
|
2003-09-19 07:25:30 +00:00
|
|
|
{
|
2013-02-04 20:30:21 -05:00
|
|
|
uno::Sequence<OUString> seqServiceNames(1);
|
|
|
|
seqServiceNames.getArray()[0] = "com.sun.star.frame.ExtendedTypeDetection";
|
|
|
|
return seqServiceNames;
|
2003-09-19 07:25:30 +00:00
|
|
|
}
|
|
|
|
|
2012-01-29 21:56:21 +04:00
|
|
|
OUString ScFilterDetect::impl_getStaticImplementationName()
|
2003-09-19 07:25:30 +00:00
|
|
|
{
|
2013-02-04 20:30:21 -05:00
|
|
|
return OUString("com.sun.star.comp.calc.FormatDetector");
|
2003-09-19 07:25:30 +00:00
|
|
|
}
|
|
|
|
|
2013-02-04 20:30:21 -05:00
|
|
|
uno::Reference<uno::XInterface> ScFilterDetect::impl_createInstance(
|
2013-02-04 22:20:53 -05:00
|
|
|
const uno::Reference<uno::XComponentContext>& xContext ) throw (uno::Exception)
|
2003-09-19 07:25:30 +00:00
|
|
|
{
|
2013-02-04 22:20:53 -05:00
|
|
|
return static_cast<cppu::OWeakObject*>(new ScFilterDetect(xContext));
|
2003-09-19 07:25:30 +00:00
|
|
|
}
|
|
|
|
|
2010-10-12 15:59:00 +02:00
|
|
|
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|