2000-12-15 11:12:42 +00:00
|
|
|
/*************************************************************************
|
|
|
|
*
|
2005-09-09 04:25:13 +00:00
|
|
|
* OpenOffice.org - a multi-platform office productivity suite
|
2000-12-15 11:12:42 +00:00
|
|
|
*
|
2005-09-09 04:25:13 +00:00
|
|
|
* $RCSfile: unocrsrhelper.cxx,v $
|
2000-12-15 11:12:42 +00:00
|
|
|
*
|
2006-11-01 14:13:29 +00:00
|
|
|
* $Revision: 1.24 $
|
2000-12-15 11:12:42 +00:00
|
|
|
*
|
2006-11-01 14:13:29 +00:00
|
|
|
* last change: $Author: vg $ $Date: 2006-11-01 15:13:29 $
|
2000-12-15 11:12:42 +00:00
|
|
|
*
|
2005-09-09 04:25:13 +00:00
|
|
|
* The Contents of this file are made available subject to
|
|
|
|
* the terms of GNU Lesser General Public License Version 2.1.
|
2000-12-15 11:12:42 +00:00
|
|
|
*
|
|
|
|
*
|
2005-09-09 04:25:13 +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
|
2000-12-15 11:12:42 +00:00
|
|
|
*
|
2005-09-09 04:25:13 +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.
|
2000-12-15 11:12:42 +00:00
|
|
|
*
|
2005-09-09 04:25:13 +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.
|
2000-12-15 11:12:42 +00:00
|
|
|
*
|
2005-09-09 04:25:13 +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
|
2000-12-15 11:12:42 +00:00
|
|
|
*
|
|
|
|
************************************************************************/
|
|
|
|
|
2006-09-16 20:55:59 +00:00
|
|
|
// MARKER(update_precomp.py): autogen include statement, do not remove
|
|
|
|
#include "precompiled_sw.hxx"
|
|
|
|
|
2000-12-15 11:12:42 +00:00
|
|
|
|
|
|
|
#include <cmdid.h>
|
|
|
|
#ifndef _UNOCRSRHELPER_HXX
|
|
|
|
#include <unocrsrhelper.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _UNOOBJ_HXX
|
|
|
|
#include <unoobj.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _UNOSTYLE_HXX
|
|
|
|
#include <unostyle.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _UNOIDX_HXX
|
|
|
|
#include <unoidx.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _UNOFIELD_HXX
|
|
|
|
#include <unofield.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _UNOTBL_HXX
|
|
|
|
#include <unotbl.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _UNOSETT_HXX
|
|
|
|
#include <unosett.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _UNOFRAME_HXX
|
|
|
|
#include <unoframe.hxx>
|
|
|
|
#endif
|
2004-08-11 14:41:58 +00:00
|
|
|
#ifndef _DOC_HXX
|
|
|
|
#include <doc.hxx>
|
|
|
|
#endif
|
2000-12-15 11:12:42 +00:00
|
|
|
#ifndef _FMTFTN_HXX //autogen
|
|
|
|
#include <fmtftn.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _FMTPDSC_HXX //autogen
|
|
|
|
#include <fmtpdsc.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _CHARFMT_HXX //autogen
|
|
|
|
#include <charfmt.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _PAGEDESC_HXX //autogen
|
|
|
|
#include <pagedesc.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _DOCSTYLE_HXX //autogen
|
|
|
|
#include <docstyle.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _NDTXT_HXX //autogen
|
|
|
|
#include <ndtxt.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _TXTRFMRK_HXX //autogen
|
|
|
|
#include <txtrfmrk.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _FMTFLD_HXX //autogen
|
|
|
|
#include <fmtfld.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _SWDOCSH_HXX //autogen
|
|
|
|
#include <docsh.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _SECTION_HXX //autogen
|
|
|
|
#include <section.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _SHELLIO_HXX //autogen
|
|
|
|
#include <shellio.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _EDIMP_HXX //autogen
|
|
|
|
#include <edimp.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _SWUNDO_HXX //autogen
|
|
|
|
#include <swundo.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _CNTFRM_HXX //autogen
|
|
|
|
#include <cntfrm.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _PAGEFRM_HXX //autogen
|
|
|
|
#include <pagefrm.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _SFXENUMITEM_HXX
|
|
|
|
#include <svtools/eitem.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _URLOBJ_HXX //autogen
|
|
|
|
#include <tools/urlobj.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _DOCARY_HXX
|
|
|
|
#include <docary.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _SWTABLE_HXX
|
|
|
|
#include <swtable.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _TOX_HXX
|
|
|
|
#include <tox.hxx>
|
|
|
|
#endif
|
2003-03-27 14:45:43 +00:00
|
|
|
#ifndef _FCHRFMT_HXX
|
|
|
|
#include <fchrfmt.hxx>
|
|
|
|
#endif
|
2000-12-15 11:12:42 +00:00
|
|
|
#ifndef _SVX_FLSTITEM_HXX //autogen
|
|
|
|
#include <svx/flstitem.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _SV_METRIC_HXX
|
|
|
|
#include <vcl/metric.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _CTRLTOOL_HXX
|
|
|
|
#include <svtools/ctrltool.hxx>
|
|
|
|
#endif
|
2003-03-27 14:45:43 +00:00
|
|
|
#define _SVSTDARR_USHORTS
|
|
|
|
#define _SVSTDARR_USHORTSSORT
|
|
|
|
#include <svtools/svstdarr.hxx>
|
2000-12-15 11:12:42 +00:00
|
|
|
#ifndef _SFX_DOCFILT_HACK_HXX //autogen
|
|
|
|
#include <sfx2/docfilt.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _SFXDOCFILE_HXX //autogen
|
|
|
|
#include <sfx2/docfile.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _SFX_FCONTNR_HXX //autogen
|
|
|
|
#include <sfx2/fcontnr.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _SFXSTRITEM_HXX
|
|
|
|
#include <svtools/stritem.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _COM_SUN_STAR_BEANS_PROPERTYSTATE_HPP_
|
|
|
|
#include <com/sun/star/beans/PropertyState.hpp>
|
|
|
|
#endif
|
2001-07-19 15:32:24 +00:00
|
|
|
#ifndef _SWSTYLENAMEMAPPER_HXX
|
|
|
|
#include <SwStyleNameMapper.hxx>
|
|
|
|
#endif
|
2000-12-15 11:12:42 +00:00
|
|
|
|
|
|
|
using namespace ::com::sun::star::uno;
|
|
|
|
using namespace ::com::sun::star::beans;
|
|
|
|
using namespace ::com::sun::star::text;
|
|
|
|
using namespace ::com::sun::star::table;
|
|
|
|
using namespace ::com::sun::star::container;
|
|
|
|
using namespace ::com::sun::star::lang;
|
|
|
|
using namespace ::rtl;
|
|
|
|
|
|
|
|
|
|
|
|
namespace SwUnoCursorHelper
|
|
|
|
{
|
|
|
|
/* -----------------16.09.98 12:27-------------------
|
|
|
|
* Lesen spezieller Properties am Cursor
|
|
|
|
* --------------------------------------------------*/
|
|
|
|
sal_Bool getCrsrPropertyValue(const SfxItemPropertyMap* pMap
|
|
|
|
, SwPaM& rPam
|
2001-06-07 07:01:20 +00:00
|
|
|
, Any *pAny
|
2001-05-09 08:28:33 +00:00
|
|
|
, PropertyState& eState
|
|
|
|
, const SwTxtNode* pNode )
|
2000-12-15 11:12:42 +00:00
|
|
|
{
|
2001-06-07 07:01:20 +00:00
|
|
|
PropertyState eNewState = PropertyState_DIRECT_VALUE;
|
2000-12-15 11:12:42 +00:00
|
|
|
// PropertyState_DEFAULT_VALUE
|
|
|
|
// PropertyState_AMBIGUOUS_VALUE
|
|
|
|
sal_Bool bDone = sal_True;
|
|
|
|
switch(pMap->nWID)
|
|
|
|
{
|
|
|
|
case FN_UNO_PARA_CHAPTER_NUMBERING_LEVEL:
|
2004-11-26 12:26:36 +00:00
|
|
|
if (pAny)
|
|
|
|
{
|
|
|
|
const SwTxtNode * pTmpNode = pNode;
|
|
|
|
|
|
|
|
if (!pTmpNode)
|
|
|
|
pTmpNode = rPam.GetNode()->GetTxtNode();
|
|
|
|
|
|
|
|
sal_Int8 nRet = -1;
|
|
|
|
if (pTmpNode && pTmpNode->GetOutlineLevel() != NO_NUMBERING)
|
|
|
|
nRet = pTmpNode->GetOutlineLevel();
|
|
|
|
|
|
|
|
*pAny <<= nRet;
|
|
|
|
}
|
2000-12-15 11:12:42 +00:00
|
|
|
break;
|
|
|
|
case FN_UNO_PARA_CONDITIONAL_STYLE_NAME:
|
|
|
|
case FN_UNO_PARA_STYLE :
|
|
|
|
{
|
2001-05-09 08:28:33 +00:00
|
|
|
SwFmtColl* pFmt = 0;
|
|
|
|
if(pNode)
|
|
|
|
pFmt = FN_UNO_PARA_CONDITIONAL_STYLE_NAME == pMap->nWID
|
|
|
|
? pNode->GetFmtColl() : &pNode->GetAnyFmtColl();
|
|
|
|
else
|
|
|
|
pFmt = SwXTextCursor::GetCurTxtFmtColl(rPam, FN_UNO_PARA_CONDITIONAL_STYLE_NAME == pMap->nWID);
|
2000-12-15 11:12:42 +00:00
|
|
|
if(pFmt)
|
2001-06-07 07:01:20 +00:00
|
|
|
{
|
|
|
|
if( pAny )
|
|
|
|
{
|
2001-08-16 11:33:56 +00:00
|
|
|
String sVal;
|
|
|
|
SwStyleNameMapper::FillProgName(pFmt->GetName(), sVal, GET_POOLID_TXTCOLL, sal_True );
|
2001-06-07 07:01:20 +00:00
|
|
|
*pAny <<= OUString(sVal);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
else
|
|
|
|
eNewState = PropertyState_AMBIGUOUS_VALUE;
|
2000-12-15 11:12:42 +00:00
|
|
|
}
|
|
|
|
break;
|
|
|
|
case FN_UNO_PAGE_STYLE :
|
|
|
|
{
|
2001-10-09 13:56:23 +00:00
|
|
|
String sVal;
|
|
|
|
GetCurPageStyle(rPam, sVal);
|
2001-06-07 07:01:20 +00:00
|
|
|
if( pAny )
|
|
|
|
*pAny <<= OUString(sVal);
|
2000-12-15 11:12:42 +00:00
|
|
|
if(!sVal.Len())
|
2001-06-07 07:01:20 +00:00
|
|
|
eNewState = PropertyState_AMBIGUOUS_VALUE;
|
2000-12-15 11:12:42 +00:00
|
|
|
}
|
|
|
|
break;
|
|
|
|
case FN_UNO_NUM_START_VALUE :
|
2001-06-07 07:01:20 +00:00
|
|
|
if( pAny )
|
|
|
|
{
|
|
|
|
sal_Int16 nValue = IsNodeNumStart(rPam, eNewState);
|
|
|
|
*pAny <<= nValue;
|
|
|
|
}
|
2000-12-15 11:12:42 +00:00
|
|
|
break;
|
|
|
|
case FN_UNO_NUM_LEVEL :
|
|
|
|
case FN_UNO_IS_NUMBER :
|
|
|
|
case FN_NUMBER_NEWSTART:
|
|
|
|
{
|
|
|
|
const SwTxtNode* pTxtNd = rPam.GetNode()->GetTxtNode();
|
2006-11-01 14:13:29 +00:00
|
|
|
// --> OD 2006-10-19 #134160# - make code robust:
|
|
|
|
// consider case that PaM doesn't denote a text node
|
|
|
|
const SwNumRule* pRule = pTxtNd ? pTxtNd->GetNumRule() : 0;
|
|
|
|
// <--
|
2000-12-15 11:12:42 +00:00
|
|
|
// hier wird Multiselektion nicht beruecksichtigt
|
2005-11-08 16:24:07 +00:00
|
|
|
if( pRule )
|
2000-12-15 11:12:42 +00:00
|
|
|
{
|
2001-06-07 07:01:20 +00:00
|
|
|
if( pAny )
|
2000-12-15 11:12:42 +00:00
|
|
|
{
|
2001-06-07 07:01:20 +00:00
|
|
|
if(pMap->nWID == FN_UNO_NUM_LEVEL)
|
2005-11-08 16:24:07 +00:00
|
|
|
*pAny <<= (sal_Int16)(pTxtNd->GetLevel());
|
2001-06-07 07:01:20 +00:00
|
|
|
else if(pMap->nWID == FN_UNO_IS_NUMBER)
|
|
|
|
{
|
2005-11-08 16:24:07 +00:00
|
|
|
BOOL bIsNumber = pTxtNd->IsCounted();
|
2001-06-07 07:01:20 +00:00
|
|
|
pAny->setValue(&bIsNumber, ::getBooleanCppuType());
|
|
|
|
}
|
|
|
|
else /*if(pMap->nWID == UNO_NAME_PARA_IS_NUMBERING_RESTART)*/
|
|
|
|
{
|
2005-11-08 16:24:07 +00:00
|
|
|
BOOL bIsRestart = pTxtNd->IsRestart();
|
2001-06-07 07:01:20 +00:00
|
|
|
pAny->setValue(&bIsRestart, ::getBooleanCppuType());
|
|
|
|
}
|
2000-12-15 11:12:42 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
else
|
2004-11-09 12:51:12 +00:00
|
|
|
{
|
2001-06-07 07:01:20 +00:00
|
|
|
eNewState = PropertyState_DEFAULT_VALUE;
|
2004-11-09 12:51:12 +00:00
|
|
|
|
2004-12-07 09:43:19 +00:00
|
|
|
if( pAny )
|
|
|
|
{
|
|
|
|
// #i30838# set default values for default properties
|
|
|
|
if(pMap->nWID == FN_UNO_NUM_LEVEL)
|
|
|
|
*pAny <<= static_cast<sal_Int16>( 0 );
|
|
|
|
else if(pMap->nWID == FN_UNO_IS_NUMBER)
|
|
|
|
*pAny <<= false;
|
|
|
|
else /*if(pMap->nWID == UNO_NAME_PARA_IS_NUMBERING_RESTART)*/
|
|
|
|
*pAny <<= false;
|
|
|
|
}
|
2004-11-09 12:51:12 +00:00
|
|
|
}
|
2000-12-15 11:12:42 +00:00
|
|
|
//PROPERTY_MAYBEVOID!
|
|
|
|
}
|
|
|
|
break;
|
|
|
|
case FN_UNO_NUM_RULES :
|
2001-06-07 07:01:20 +00:00
|
|
|
if( pAny )
|
2001-10-09 13:56:23 +00:00
|
|
|
getNumberingProperty(rPam, eNewState, pAny);
|
2000-12-15 11:12:42 +00:00
|
|
|
else
|
2001-06-07 07:01:20 +00:00
|
|
|
{
|
|
|
|
if( !rPam.GetDoc()->GetCurrNumRule( *rPam.GetPoint() ) )
|
|
|
|
eNewState = PropertyState_DEFAULT_VALUE;
|
|
|
|
}
|
|
|
|
break;
|
2000-12-15 11:12:42 +00:00
|
|
|
case FN_UNO_DOCUMENT_INDEX_MARK:
|
|
|
|
{
|
|
|
|
SwTxtAttr* pTxtAttr = rPam.GetNode()->GetTxtNode()->GetTxtAttr(
|
|
|
|
rPam.GetPoint()->nContent, RES_TXTATR_TOXMARK);
|
|
|
|
if(pTxtAttr)
|
|
|
|
{
|
2001-06-07 07:01:20 +00:00
|
|
|
if( pAny )
|
|
|
|
{
|
|
|
|
const SwTOXMark& rMark = pTxtAttr->GetTOXMark();
|
|
|
|
Reference< XDocumentIndexMark > xRef = SwXDocumentIndexMark::GetObject(
|
|
|
|
(SwTOXType*)rMark.GetTOXType(), &rMark, rPam.GetDoc());
|
|
|
|
pAny->setValue(&xRef, ::getCppuType((Reference<XDocumentIndex>*)0));
|
|
|
|
}
|
2000-12-15 11:12:42 +00:00
|
|
|
}
|
|
|
|
else
|
|
|
|
//auch hier - nicht zu unterscheiden
|
2001-06-07 07:01:20 +00:00
|
|
|
eNewState = PropertyState_DEFAULT_VALUE;
|
2000-12-15 11:12:42 +00:00
|
|
|
}
|
|
|
|
break;
|
|
|
|
case FN_UNO_DOCUMENT_INDEX:
|
|
|
|
{
|
|
|
|
const SwTOXBase* pBase = rPam.GetDoc()->GetCurTOX(
|
|
|
|
*rPam.Start() );
|
|
|
|
if( pBase )
|
|
|
|
{
|
2001-06-07 07:01:20 +00:00
|
|
|
if( pAny )
|
|
|
|
{
|
|
|
|
Reference< XDocumentIndex > aRef =
|
|
|
|
SwXDocumentIndexes::GetObject((SwTOXBaseSection*)pBase);
|
|
|
|
pAny->setValue(&aRef, ::getCppuType((Reference<XDocumentIndex>*)0));
|
|
|
|
}
|
2000-12-15 11:12:42 +00:00
|
|
|
}
|
|
|
|
else
|
2001-06-07 07:01:20 +00:00
|
|
|
eNewState = PropertyState_DEFAULT_VALUE;
|
2000-12-15 11:12:42 +00:00
|
|
|
}
|
|
|
|
break;
|
|
|
|
case FN_UNO_TEXT_FIELD:
|
|
|
|
{
|
|
|
|
const SwPosition *pPos = rPam.Start();
|
|
|
|
const SwTxtNode *pTxtNd =
|
|
|
|
rPam.GetDoc()->GetNodes()[pPos->nNode.GetIndex()]->GetTxtNode();
|
|
|
|
SwTxtAttr* pTxtAttr =
|
|
|
|
pTxtNd ? pTxtNd->GetTxtAttr(pPos->nContent, RES_TXTATR_FIELD)
|
|
|
|
: 0;
|
|
|
|
if(pTxtAttr)
|
|
|
|
{
|
2001-06-07 07:01:20 +00:00
|
|
|
if( pAny )
|
2000-12-15 11:12:42 +00:00
|
|
|
{
|
2001-06-07 07:01:20 +00:00
|
|
|
const SwFmtFld& rFld = pTxtAttr->GetFld();
|
|
|
|
SwClientIter aIter(*rFld.GetFld()->GetTyp());
|
|
|
|
SwXTextField* pFld = 0;
|
|
|
|
SwXTextField* pTemp = (SwXTextField*)aIter.First(TYPE(SwXTextField));
|
|
|
|
while(pTemp && !pFld)
|
|
|
|
{
|
|
|
|
if(pTemp->GetFldFmt() == &rFld)
|
|
|
|
pFld = pTemp;
|
|
|
|
pTemp = (SwXTextField*)aIter.Next();
|
|
|
|
}
|
|
|
|
if(!pFld)
|
|
|
|
pFld = new SwXTextField( rFld, rPam.GetDoc());
|
|
|
|
Reference< XTextField > xRet = pFld;
|
|
|
|
pAny->setValue(&xRet, ::getCppuType((Reference<XTextField>*)0));
|
2000-12-15 11:12:42 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
else
|
2001-06-07 07:01:20 +00:00
|
|
|
eNewState = PropertyState_DEFAULT_VALUE;
|
2000-12-15 11:12:42 +00:00
|
|
|
}
|
|
|
|
break;
|
|
|
|
/* laesst sich nicht feststellen
|
|
|
|
* case FN_UNO_BOOKMARK:
|
|
|
|
{
|
|
|
|
if()
|
|
|
|
{
|
|
|
|
Reference< XBookmark > xBkm = SwXBookmarks::GetObject(rBkm);
|
|
|
|
rAny.set(&xBkm, ::getCppuType((const XBookmark*)0)());
|
|
|
|
}
|
|
|
|
}
|
|
|
|
break;*/
|
|
|
|
case FN_UNO_TEXT_TABLE:
|
|
|
|
case FN_UNO_CELL:
|
|
|
|
{
|
2006-08-14 15:53:40 +00:00
|
|
|
SwStartNode* pSttNode = rPam.GetNode()->StartOfSectionNode();
|
2000-12-15 11:12:42 +00:00
|
|
|
SwStartNodeType eType = pSttNode->GetStartNodeType();
|
|
|
|
if(SwTableBoxStartNode == eType)
|
|
|
|
{
|
2001-06-07 07:01:20 +00:00
|
|
|
if( pAny )
|
2000-12-15 11:12:42 +00:00
|
|
|
{
|
2001-06-07 07:01:20 +00:00
|
|
|
const SwTableNode* pTblNode = pSttNode->FindTableNode();
|
|
|
|
SwFrmFmt* pTableFmt = (SwFrmFmt*)pTblNode->GetTable().GetFrmFmt();
|
|
|
|
SwTable& rTable = ((SwTableNode*)pSttNode)->GetTable();
|
|
|
|
if(FN_UNO_TEXT_TABLE == pMap->nWID)
|
|
|
|
{
|
|
|
|
Reference< XTextTable > xTable = SwXTextTables::GetObject(*pTableFmt);
|
|
|
|
pAny->setValue(&xTable, ::getCppuType((Reference<XTextTable>*)0));
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
SwTableBox* pBox = pSttNode->GetTblBox();
|
|
|
|
Reference< XCell > xCell = SwXCell::CreateXCell(pTableFmt, pBox);
|
|
|
|
pAny->setValue(&xCell, ::getCppuType((Reference<XCell>*)0));
|
|
|
|
}
|
2000-12-15 11:12:42 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
else
|
2001-06-07 07:01:20 +00:00
|
|
|
eNewState = PropertyState_DEFAULT_VALUE;
|
2000-12-15 11:12:42 +00:00
|
|
|
}
|
|
|
|
break;
|
|
|
|
case FN_UNO_TEXT_FRAME:
|
|
|
|
{
|
2006-08-14 15:53:40 +00:00
|
|
|
SwStartNode* pSttNode = rPam.GetNode()->StartOfSectionNode();
|
2000-12-15 11:12:42 +00:00
|
|
|
SwStartNodeType eType = pSttNode->GetStartNodeType();
|
|
|
|
|
|
|
|
SwFrmFmt* pFmt;
|
|
|
|
if(eType == SwFlyStartNode && 0 != (pFmt = pSttNode->GetFlyFmt()))
|
|
|
|
{
|
2001-06-07 07:01:20 +00:00
|
|
|
if( pAny )
|
|
|
|
{
|
|
|
|
Reference< XTextFrame > xFrm = (SwXTextFrame*) SwXFrames::GetObject(*pFmt, FLYCNTTYPE_FRM);
|
|
|
|
pAny->setValue(&xFrm, ::getCppuType((Reference<XTextFrame>*)0));
|
|
|
|
}
|
2000-12-15 11:12:42 +00:00
|
|
|
}
|
|
|
|
else
|
2001-06-07 07:01:20 +00:00
|
|
|
eNewState = PropertyState_DEFAULT_VALUE;
|
2000-12-15 11:12:42 +00:00
|
|
|
}
|
|
|
|
break;
|
|
|
|
case FN_UNO_TEXT_SECTION:
|
|
|
|
{
|
|
|
|
SwSection* pSect = rPam.GetDoc()->GetCurrSection(*rPam.GetPoint());
|
|
|
|
if(pSect)
|
|
|
|
{
|
2001-06-07 07:01:20 +00:00
|
|
|
if( pAny )
|
|
|
|
{
|
|
|
|
Reference< XTextSection > xSect = SwXTextSections::GetObject( *pSect->GetFmt() );
|
|
|
|
pAny->setValue(&xSect, ::getCppuType((Reference<XTextSection>*)0) );
|
|
|
|
}
|
2000-12-15 11:12:42 +00:00
|
|
|
}
|
|
|
|
else
|
2001-06-07 07:01:20 +00:00
|
|
|
eNewState = PropertyState_DEFAULT_VALUE;
|
2000-12-15 11:12:42 +00:00
|
|
|
}
|
|
|
|
break;
|
|
|
|
case FN_UNO_ENDNOTE:
|
|
|
|
case FN_UNO_FOOTNOTE:
|
|
|
|
{
|
|
|
|
SwTxtAttr* pTxtAttr = rPam.GetNode()->GetTxtNode()->
|
|
|
|
GetTxtAttr(rPam.GetPoint()->nContent, RES_TXTATR_FTN);
|
|
|
|
if(pTxtAttr)
|
|
|
|
{
|
|
|
|
const SwFmtFtn& rFtn = pTxtAttr->GetFtn();
|
|
|
|
if(rFtn.IsEndNote() == (FN_UNO_ENDNOTE == pMap->nWID))
|
|
|
|
{
|
2001-06-07 07:01:20 +00:00
|
|
|
if( pAny )
|
|
|
|
{
|
|
|
|
Reference< XFootnote > xFoot = new SwXFootnote(rPam.GetDoc(), rFtn);
|
|
|
|
pAny->setValue(&xFoot, ::getCppuType((Reference<XFootnote>*)0));
|
|
|
|
}
|
2000-12-15 11:12:42 +00:00
|
|
|
}
|
|
|
|
else
|
2001-06-07 07:01:20 +00:00
|
|
|
eNewState = PropertyState_DEFAULT_VALUE;
|
2000-12-15 11:12:42 +00:00
|
|
|
}
|
|
|
|
else
|
2001-06-07 07:01:20 +00:00
|
|
|
eNewState = PropertyState_DEFAULT_VALUE;
|
2000-12-15 11:12:42 +00:00
|
|
|
}
|
|
|
|
break;
|
|
|
|
case FN_UNO_REFERENCE_MARK:
|
|
|
|
{
|
|
|
|
SwTxtAttr* pTxtAttr = rPam.GetNode()->GetTxtNode()->
|
|
|
|
GetTxtAttr(rPam.GetPoint()->nContent, RES_TXTATR_REFMARK);
|
|
|
|
if(pTxtAttr)
|
|
|
|
{
|
2001-06-07 07:01:20 +00:00
|
|
|
if( pAny )
|
|
|
|
{
|
|
|
|
const SwFmtRefMark& rRef = pTxtAttr->GetRefMark();
|
|
|
|
Reference< XTextContent > xRef = SwXReferenceMarks::GetObject( rPam.GetDoc(), &rRef );
|
|
|
|
pAny->setValue(&xRef, ::getCppuType((Reference<XTextContent>*)0));
|
|
|
|
}
|
2000-12-15 11:12:42 +00:00
|
|
|
}
|
|
|
|
else
|
2001-06-07 07:01:20 +00:00
|
|
|
eNewState = PropertyState_DEFAULT_VALUE;
|
2000-12-15 11:12:42 +00:00
|
|
|
}
|
|
|
|
break;
|
2003-03-27 14:45:43 +00:00
|
|
|
case FN_UNO_CHARFMT_SEQUENCE:
|
|
|
|
{
|
|
|
|
|
|
|
|
SwTxtNode* pTxtNode;
|
|
|
|
if((pTxtNode = (SwTxtNode*)rPam.GetNode( TRUE )) == rPam.GetNode(FALSE) &&
|
|
|
|
pTxtNode->GetpSwpHints())
|
|
|
|
{
|
|
|
|
USHORT nPaMStart = rPam.GetPoint()->nContent.GetIndex();
|
|
|
|
USHORT nPaMEnd = rPam.GetMark() ? rPam.GetMark()->nContent.GetIndex() : nPaMStart;
|
|
|
|
if(nPaMStart > nPaMEnd)
|
|
|
|
{
|
|
|
|
USHORT nTmp = nPaMStart;
|
|
|
|
nPaMStart = nPaMEnd;
|
|
|
|
nPaMEnd = nTmp;
|
|
|
|
}
|
|
|
|
Sequence< ::rtl::OUString> aCharStyles;
|
|
|
|
USHORT nCharStylesFound = 0;
|
|
|
|
SwpHints* pHints = pTxtNode->GetpSwpHints();
|
|
|
|
for(USHORT nAttr = 0; nAttr < pHints->GetStartCount(); nAttr++ )
|
|
|
|
{
|
|
|
|
SwTxtAttr* pAttr = pHints->GetStart( nAttr );
|
|
|
|
if(pAttr->Which() != RES_TXTATR_CHARFMT)
|
|
|
|
continue;
|
|
|
|
USHORT nAttrStart = *pAttr->GetStart();
|
|
|
|
USHORT nAttrEnd = *pAttr->GetEnd();
|
|
|
|
//check if the attribute touches the selection
|
|
|
|
if(nAttrEnd > nPaMStart && nAttrStart < nPaMEnd && nAttrEnd > nPaMStart)
|
|
|
|
{
|
|
|
|
//check for overlapping
|
|
|
|
if(nAttrStart > nPaMStart ||
|
|
|
|
nAttrEnd < nPaMEnd)
|
|
|
|
{
|
|
|
|
aCharStyles.realloc(0);
|
|
|
|
eNewState = PropertyState_AMBIGUOUS_VALUE;
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
//now the attribute should start before or at the selection
|
|
|
|
//and it should end at the end of the selection or behind
|
|
|
|
DBG_ASSERT(nAttrStart <= nPaMStart && nAttrEnd >=nPaMEnd,
|
|
|
|
"attribute overlaps or is outside");
|
|
|
|
//now the name of the style has to be added to the sequence
|
|
|
|
aCharStyles.realloc(aCharStyles.getLength() + 1);
|
|
|
|
DBG_ASSERT(pAttr->GetCharFmt().GetCharFmt(), "no character format set");
|
|
|
|
aCharStyles.getArray()[aCharStyles.getLength() - 1] =
|
|
|
|
SwStyleNameMapper::GetProgName(
|
|
|
|
pAttr->GetCharFmt().GetCharFmt()->GetName(), GET_POOLID_CHRFMT);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
if(aCharStyles.getLength())
|
|
|
|
eNewState = PropertyState_DIRECT_VALUE;
|
|
|
|
if(pAny)
|
|
|
|
(*pAny) <<= aCharStyles;
|
|
|
|
}
|
|
|
|
else
|
|
|
|
eNewState = PropertyState_DEFAULT_VALUE;
|
|
|
|
}
|
|
|
|
break;
|
2000-12-15 11:12:42 +00:00
|
|
|
case RES_TXTATR_CHARFMT:
|
|
|
|
// kein break hier!
|
|
|
|
default: bDone = sal_False;
|
|
|
|
}
|
2001-06-07 07:01:20 +00:00
|
|
|
if( bDone )
|
|
|
|
eState = eNewState;
|
2000-12-15 11:12:42 +00:00
|
|
|
return bDone;
|
|
|
|
};
|
|
|
|
/* -----------------30.06.98 10:30-------------------
|
|
|
|
*
|
|
|
|
* --------------------------------------------------*/
|
|
|
|
sal_Int16 IsNodeNumStart(SwPaM& rPam, PropertyState& eState)
|
|
|
|
{
|
|
|
|
const SwTxtNode* pTxtNd = rPam.GetNode()->GetTxtNode();
|
2005-11-08 16:24:07 +00:00
|
|
|
if( pTxtNd && pTxtNd->GetNumRule() && pTxtNd->IsRestart())
|
2000-12-15 11:12:42 +00:00
|
|
|
{
|
|
|
|
eState = PropertyState_DIRECT_VALUE;
|
2005-11-08 16:24:07 +00:00
|
|
|
sal_uInt16 nTmp = pTxtNd->GetStart();
|
|
|
|
return (sal_Int16)nTmp;
|
2000-12-15 11:12:42 +00:00
|
|
|
}
|
|
|
|
eState = PropertyState_DEFAULT_VALUE;
|
|
|
|
return -1;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* -----------------25.05.98 11:41-------------------
|
|
|
|
*
|
|
|
|
* --------------------------------------------------*/
|
|
|
|
void setNumberingProperty(const Any& rValue, SwPaM& rPam)
|
|
|
|
{
|
2001-10-22 13:05:42 +00:00
|
|
|
Reference<XIndexReplace> xIndexReplace;
|
|
|
|
if(rValue >>= xIndexReplace)
|
2000-12-15 11:12:42 +00:00
|
|
|
{
|
|
|
|
SwXNumberingRules* pSwNum = 0;
|
|
|
|
|
2001-10-22 13:05:42 +00:00
|
|
|
Reference<XUnoTunnel> xNumTunnel(xIndexReplace, UNO_QUERY);
|
2000-12-15 11:12:42 +00:00
|
|
|
if(xNumTunnel.is())
|
|
|
|
{
|
|
|
|
pSwNum = (SwXNumberingRules*)
|
|
|
|
xNumTunnel->getSomething( SwXNumberingRules::getUnoTunnelId() );
|
|
|
|
}
|
|
|
|
|
|
|
|
if(pSwNum)
|
|
|
|
{
|
|
|
|
if(pSwNum->GetNumRule())
|
|
|
|
{
|
|
|
|
SwDoc* pDoc = rPam.GetDoc();
|
|
|
|
SwNumRule aRule(*pSwNum->GetNumRule());
|
|
|
|
const String* pNewCharStyles = pSwNum->GetNewCharStyleNames();
|
|
|
|
const String* pBulletFontNames = pSwNum->GetBulletFontNames();
|
|
|
|
for(sal_uInt16 i = 0; i < MAXLEVEL; i++)
|
|
|
|
{
|
|
|
|
SwNumFmt aFmt(aRule.Get( i ));
|
|
|
|
if( pNewCharStyles[i].Len() &&
|
|
|
|
pNewCharStyles[i] != SwXNumberingRules::GetInvalidStyle() &&
|
|
|
|
(!aFmt.GetCharFmt() || pNewCharStyles[i] != aFmt.GetCharFmt()->GetName()))
|
|
|
|
{
|
|
|
|
if(!pNewCharStyles[i].Len())
|
|
|
|
aFmt.SetCharFmt(0);
|
|
|
|
else
|
|
|
|
{
|
|
|
|
|
2004-08-02 13:17:35 +00:00
|
|
|
// CharStyle besorgen und an der Rule setzen
|
2000-12-15 11:12:42 +00:00
|
|
|
sal_uInt16 nChCount = pDoc->GetCharFmts()->Count();
|
|
|
|
SwCharFmt* pCharFmt = 0;
|
2004-08-02 13:17:35 +00:00
|
|
|
for(sal_uInt16 nCharFmt = 0; nCharFmt < nChCount; nCharFmt++)
|
2000-12-15 11:12:42 +00:00
|
|
|
{
|
2004-08-02 13:17:35 +00:00
|
|
|
SwCharFmt& rChFmt = *((*(pDoc->GetCharFmts()))[nCharFmt]);;
|
2000-12-15 11:12:42 +00:00
|
|
|
if(rChFmt.GetName() == pNewCharStyles[i])
|
|
|
|
{
|
|
|
|
pCharFmt = &rChFmt;
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
if(!pCharFmt)
|
|
|
|
{
|
|
|
|
SfxStyleSheetBasePool* pPool = pDoc->GetDocShell()->GetStyleSheetPool();
|
|
|
|
SfxStyleSheetBase* pBase;
|
|
|
|
pBase = pPool->Find(pNewCharStyles[i], SFX_STYLE_FAMILY_CHAR);
|
|
|
|
// soll das wirklich erzeugt werden?
|
|
|
|
if(!pBase)
|
|
|
|
pBase = &pPool->Make(pNewCharStyles[i], SFX_STYLE_FAMILY_PAGE);
|
|
|
|
pCharFmt = ((SwDocStyleSheet*)pBase)->GetCharFmt();
|
|
|
|
}
|
|
|
|
if(pCharFmt)
|
|
|
|
aFmt.SetCharFmt(pCharFmt);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
//jetzt nochmal fuer Fonts
|
|
|
|
if(pBulletFontNames[i] != SwXNumberingRules::GetInvalidStyle() &&
|
|
|
|
((pBulletFontNames[i].Len() && !aFmt.GetBulletFont()) ||
|
|
|
|
pBulletFontNames[i].Len() &&
|
|
|
|
aFmt.GetBulletFont()->GetName() != pBulletFontNames[i] ))
|
|
|
|
{
|
|
|
|
const SvxFontListItem* pFontListItem =
|
|
|
|
(const SvxFontListItem* )pDoc->GetDocShell()
|
|
|
|
->GetItem( SID_ATTR_CHAR_FONTLIST );
|
|
|
|
const FontList* pList = pFontListItem->GetFontList();
|
|
|
|
|
|
|
|
FontInfo aInfo = pList->Get(
|
|
|
|
pBulletFontNames[i],WEIGHT_NORMAL, ITALIC_NONE);
|
|
|
|
Font aFont(aInfo);
|
|
|
|
aFmt.SetBulletFont(&aFont);
|
|
|
|
}
|
|
|
|
aRule.Set( i, aFmt );
|
|
|
|
}
|
2002-11-05 07:42:07 +00:00
|
|
|
UnoActionContext aAction(pDoc);
|
|
|
|
|
|
|
|
if( rPam.GetNext() != &rPam ) // Mehrfachselektion ?
|
|
|
|
{
|
2006-08-14 15:53:40 +00:00
|
|
|
pDoc->StartUndo( UNDO_START, NULL );
|
2002-11-05 07:42:07 +00:00
|
|
|
SwPamRanges aRangeArr( rPam );
|
|
|
|
SwPaM aPam( *rPam.GetPoint() );
|
|
|
|
for( sal_uInt16 n = 0; n < aRangeArr.Count(); ++n )
|
|
|
|
pDoc->SetNumRule( aRangeArr.SetPam( n, aPam ), aRule );
|
2006-08-14 15:53:40 +00:00
|
|
|
pDoc->EndUndo( UNDO_END, NULL );
|
2002-11-05 07:42:07 +00:00
|
|
|
}
|
|
|
|
else
|
|
|
|
pDoc->SetNumRule( rPam, aRule );
|
|
|
|
|
|
|
|
|
2000-12-15 11:12:42 +00:00
|
|
|
}
|
|
|
|
else if(pSwNum->GetCreatedNumRuleName().Len())
|
|
|
|
{
|
|
|
|
SwDoc* pDoc = rPam.GetDoc();
|
|
|
|
UnoActionContext aAction(pDoc);
|
|
|
|
SwNumRule* pRule = pDoc->FindNumRulePtr( pSwNum->GetCreatedNumRuleName() );
|
|
|
|
if(!pRule)
|
|
|
|
throw RuntimeException();
|
|
|
|
pDoc->SetNumRule( rPam, *pRule );
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2001-10-22 13:05:42 +00:00
|
|
|
else if(rValue.getValueType() == ::getVoidCppuType())
|
|
|
|
{
|
|
|
|
rPam.GetDoc()->DelNumRules(rPam);
|
|
|
|
}
|
2000-12-15 11:12:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* -----------------25.05.98 11:40-------------------
|
|
|
|
*
|
|
|
|
* --------------------------------------------------*/
|
2001-10-09 13:56:23 +00:00
|
|
|
void getNumberingProperty(SwPaM& rPam, PropertyState& eState, Any * pAny )
|
2000-12-15 11:12:42 +00:00
|
|
|
{
|
|
|
|
const SwNumRule* pNumRule = rPam.GetDoc()->GetCurrNumRule( *rPam.GetPoint() );
|
|
|
|
if(pNumRule)
|
|
|
|
{
|
|
|
|
Reference< XIndexReplace > xNum = new SwXNumberingRules(*pNumRule);
|
2001-10-09 13:56:23 +00:00
|
|
|
if ( pAny )
|
|
|
|
pAny->setValue(&xNum, ::getCppuType((const Reference<XIndexReplace>*)0));
|
2000-12-15 11:12:42 +00:00
|
|
|
eState = PropertyState_DIRECT_VALUE;
|
|
|
|
}
|
|
|
|
else
|
|
|
|
eState = PropertyState_DEFAULT_VALUE;
|
|
|
|
}
|
|
|
|
/* -----------------04.07.98 15:15-------------------
|
|
|
|
*
|
|
|
|
* --------------------------------------------------*/
|
2001-10-09 13:56:23 +00:00
|
|
|
void GetCurPageStyle(SwPaM& rPaM, String &rString)
|
2000-12-15 11:12:42 +00:00
|
|
|
{
|
|
|
|
const SwPageFrm* pPage = rPaM.GetCntntNode()->GetFrm()->FindPageFrm();
|
|
|
|
if(pPage)
|
2001-10-09 13:56:23 +00:00
|
|
|
SwStyleNameMapper::FillProgName( pPage->GetPageDesc()->GetName(), rString, GET_POOLID_PAGEDESC, sal_True );
|
2000-12-15 11:12:42 +00:00
|
|
|
}
|
|
|
|
/* -----------------30.03.99 10:52-------------------
|
|
|
|
* spezielle Properties am Cursor zuruecksetzen
|
|
|
|
* --------------------------------------------------*/
|
|
|
|
void resetCrsrPropertyValue(const SfxItemPropertyMap* pMap, SwPaM& rPam)
|
|
|
|
{
|
|
|
|
SwDoc* pDoc = rPam.GetDoc();
|
|
|
|
switch(pMap->nWID)
|
|
|
|
{
|
|
|
|
case FN_UNO_PARA_STYLE :
|
|
|
|
// lcl_SetTxtFmtColl(aValue, pUnoCrsr);
|
|
|
|
break;
|
|
|
|
case FN_UNO_PAGE_STYLE :
|
|
|
|
break;
|
|
|
|
case FN_UNO_NUM_START_VALUE :
|
|
|
|
{
|
|
|
|
UnoActionContext aAction(pDoc);
|
|
|
|
|
|
|
|
if( rPam.GetNext() != &rPam ) // Mehrfachselektion ?
|
|
|
|
{
|
2006-08-14 15:53:40 +00:00
|
|
|
pDoc->StartUndo( UNDO_START, NULL );
|
2000-12-15 11:12:42 +00:00
|
|
|
SwPamRanges aRangeArr( rPam );
|
|
|
|
SwPaM aPam( *rPam.GetPoint() );
|
|
|
|
for( sal_uInt16 n = 0; n < aRangeArr.Count(); ++n )
|
|
|
|
pDoc->SetNodeNumStart( *aRangeArr.SetPam( n, aPam ).GetPoint(), 1 );
|
2006-08-14 15:53:40 +00:00
|
|
|
pDoc->EndUndo( UNDO_END, NULL );
|
2000-12-15 11:12:42 +00:00
|
|
|
}
|
|
|
|
else
|
|
|
|
pDoc->SetNodeNumStart( *rPam.GetPoint(), 0 );
|
|
|
|
}
|
|
|
|
|
|
|
|
break;
|
|
|
|
case FN_UNO_NUM_LEVEL :
|
|
|
|
break;
|
|
|
|
case FN_UNO_NUM_RULES:
|
|
|
|
// lcl_setNumberingProperty(aValue, pUnoCrsr);
|
|
|
|
break;
|
2003-03-27 14:45:43 +00:00
|
|
|
case FN_UNO_CHARFMT_SEQUENCE:
|
|
|
|
{
|
|
|
|
SvUShortsSort aWhichIds;
|
|
|
|
aWhichIds.Insert(RES_TXTATR_CHARFMT);
|
|
|
|
pDoc->ResetAttr(rPam, sal_True, &aWhichIds);
|
|
|
|
}
|
|
|
|
break;
|
2000-12-15 11:12:42 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
/* -----------------21.07.98 11:36-------------------
|
|
|
|
*
|
|
|
|
* --------------------------------------------------*/
|
|
|
|
void InsertFile(SwUnoCrsr* pUnoCrsr,
|
|
|
|
const String& rFileName,
|
|
|
|
const String& rFilterName,
|
|
|
|
const String& rFilterOption,
|
|
|
|
const String& rPassword)
|
|
|
|
{
|
|
|
|
SfxMedium* pMed = 0;
|
|
|
|
SwDoc* pDoc = pUnoCrsr->GetDoc();
|
|
|
|
SwDocShell* pDocSh = pDoc->GetDocShell();
|
|
|
|
if(!pDocSh || !rFileName.Len())
|
|
|
|
return;
|
|
|
|
|
|
|
|
SfxObjectFactory& rFact = pDocSh->GetFactory();
|
2003-09-19 07:44:34 +00:00
|
|
|
const SfxFilter* pFilter = rFact.GetFilterContainer()->GetFilter4FilterName( rFilterName );
|
2000-12-15 11:12:42 +00:00
|
|
|
if ( !pFilter )
|
|
|
|
{
|
|
|
|
pMed = new SfxMedium(rFileName, STREAM_READ, sal_True, 0, 0 );
|
2003-09-19 07:44:34 +00:00
|
|
|
SfxFilterMatcher aMatcher( rFact.GetFilterContainer()->GetName() );
|
2000-12-15 11:12:42 +00:00
|
|
|
ErrCode nErr = aMatcher.GuessFilter( *pMed, &pFilter, sal_False );
|
|
|
|
if ( nErr || !pFilter)
|
|
|
|
DELETEZ(pMed);
|
|
|
|
else
|
|
|
|
pMed->SetFilter( pFilter );
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
pMed = new SfxMedium(rFileName, STREAM_READ, sal_True,
|
|
|
|
pFilter, 0);
|
|
|
|
if(rFilterOption.Len())
|
|
|
|
{
|
|
|
|
SfxItemSet* pSet = pMed->GetItemSet();
|
|
|
|
SfxStringItem aOptionItem(SID_FILE_FILTEROPTIONS, rFilterOption);
|
|
|
|
pSet->Put(aOptionItem);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
if( !pMed )
|
|
|
|
return;
|
|
|
|
|
|
|
|
SfxObjectShellRef aRef( pDocSh );
|
|
|
|
|
|
|
|
pDocSh->RegisterTransfer( *pMed );
|
|
|
|
pMed->DownLoad(); // ggfs. den DownLoad anstossen
|
|
|
|
if( aRef.Is() && 1 < aRef->GetRefCount() ) // noch gueltige Ref?
|
|
|
|
{
|
|
|
|
SwReader* pRdr;
|
|
|
|
SfxItemSet* pSet = pMed->GetItemSet();
|
|
|
|
pSet->Put(SfxBoolItem(FN_API_CALL, sal_True));
|
|
|
|
if(rPassword.Len())
|
|
|
|
pSet->Put(SfxStringItem(SID_PASSWORD, rPassword));
|
|
|
|
Reader *pRead = pDocSh->StartConvertFrom( *pMed, &pRdr, 0, pUnoCrsr);
|
|
|
|
if( pRead )
|
|
|
|
{
|
|
|
|
|
|
|
|
UnoActionContext aContext(pDoc);
|
|
|
|
|
|
|
|
if(pUnoCrsr->HasMark())
|
|
|
|
pDoc->DeleteAndJoin(*pUnoCrsr);
|
|
|
|
|
|
|
|
SwNodeIndex aSave( pUnoCrsr->GetPoint()->nNode, -1 );
|
|
|
|
xub_StrLen nCntnt = pUnoCrsr->GetPoint()->nContent.GetIndex();
|
|
|
|
|
|
|
|
sal_uInt32 nErrno = pRdr->Read( *pRead ); // und Dokument einfuegen
|
|
|
|
|
|
|
|
if(!nErrno)
|
|
|
|
{
|
|
|
|
aSave++;
|
|
|
|
pUnoCrsr->SetMark();
|
|
|
|
pUnoCrsr->GetMark()->nNode = aSave;
|
|
|
|
|
|
|
|
SwCntntNode* pCntNode = aSave.GetNode().GetCntntNode();
|
|
|
|
if( !pCntNode )
|
|
|
|
nCntnt = 0;
|
|
|
|
pUnoCrsr->GetMark()->nContent.Assign( pCntNode, nCntnt );
|
|
|
|
}
|
|
|
|
|
|
|
|
delete pRdr;
|
|
|
|
|
|
|
|
// ggfs. alle Verzeichnisse updaten:
|
|
|
|
/* if( pWrtShell->IsUpdateTOX() )
|
|
|
|
{
|
|
|
|
SfxRequest aReq( *this, FN_UPDATE_TOX );
|
|
|
|
Execute( aReq );
|
|
|
|
pWrtShell->SetUpdateTOX( sal_False ); // wieder zurueck setzen
|
|
|
|
}*/
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
delete pMed;
|
|
|
|
}
|
|
|
|
|
2004-08-11 14:41:58 +00:00
|
|
|
/* -----------------14.07.04 ------------------------
|
|
|
|
*
|
|
|
|
* --------------------------------------------------*/
|
|
|
|
|
|
|
|
// insert text and scan for CR characters in order to insert
|
|
|
|
// paragraph breaks at those positions by calling SplitNode
|
|
|
|
sal_Bool DocInsertStringSplitCR(
|
|
|
|
SwDoc &rDoc,
|
|
|
|
const SwPaM &rNewCursor, const String &rText )
|
|
|
|
{
|
|
|
|
sal_Bool bOK = sal_True;
|
|
|
|
|
|
|
|
OUString aTxt;
|
|
|
|
xub_StrLen nStartIdx = 0;
|
|
|
|
xub_StrLen nIdx = rText.Search( '\r', nStartIdx );
|
|
|
|
while (nIdx != STRING_NOTFOUND)
|
|
|
|
{
|
|
|
|
DBG_ASSERT( nIdx - nStartIdx >= 0, "index negative!" );
|
|
|
|
aTxt = rText.Copy( nStartIdx, nIdx - nStartIdx );
|
2006-08-14 15:53:40 +00:00
|
|
|
if (aTxt.getLength() && !rDoc.Insert( rNewCursor, aTxt, true ))
|
2004-08-11 14:41:58 +00:00
|
|
|
{
|
|
|
|
DBG_ERROR( "Doc->Insert(Str) failed." );
|
|
|
|
bOK = sal_False;
|
|
|
|
}
|
2006-08-14 15:53:40 +00:00
|
|
|
if (!rDoc.SplitNode( *rNewCursor.GetPoint(), false ) )
|
2004-08-11 14:41:58 +00:00
|
|
|
{
|
|
|
|
DBG_ERROR( "SplitNode failed" );
|
|
|
|
bOK = sal_False;
|
|
|
|
}
|
|
|
|
nStartIdx = nIdx + 1;
|
|
|
|
nIdx = rText.Search( '\r', nStartIdx );
|
|
|
|
}
|
|
|
|
aTxt = rText.Copy( nStartIdx );
|
2006-08-14 15:53:40 +00:00
|
|
|
if (aTxt.getLength() && !rDoc.Insert( rNewCursor, aTxt, true ))
|
2004-08-11 14:41:58 +00:00
|
|
|
{
|
|
|
|
DBG_ERROR( "Doc->Insert(Str) failed." );
|
|
|
|
bOK = sal_False;
|
|
|
|
}
|
|
|
|
|
|
|
|
return bOK;
|
|
|
|
}
|
|
|
|
|
2000-12-15 11:12:42 +00:00
|
|
|
}//namespace SwUnoCursorHelper
|
|
|
|
|