Files
libreoffice/sw/source/ui/shells/textsh.cxx

1346 lines
46 KiB
C++
Raw Normal View History

2000-09-18 16:15:01 +00:00
/*************************************************************************
*
* OpenOffice.org - a multi-platform office productivity suite
2000-09-18 16:15:01 +00:00
*
* $RCSfile: textsh.cxx,v $
2000-09-18 16:15:01 +00:00
*
* $Revision: 1.47 $
2000-09-18 16:15:01 +00:00
*
* last change: $Author: kz $ $Date: 2006-02-01 18:52:07 $
2000-09-18 16:15:01 +00:00
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
2000-09-18 16:15:01 +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-09-18 16:15:01 +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-09-18 16:15:01 +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-09-18 16:15:01 +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-09-18 16:15:01 +00:00
*
************************************************************************/
#pragma hdrstop
#define _SW_FRMVALID_HXX
#ifndef _HINTIDS_HXX
#include <hintids.hxx>
#endif
#ifndef _UIPARAM_HXX
#include <uiparam.hxx>
#endif
#include <svtools/globalnameitem.hxx>
#include <sfx2/objface.hxx>
#include <sfx2/lnkbase.hxx>
2000-09-18 16:15:01 +00:00
#ifndef __RSC //autogen
#include <tools/errinf.hxx>
#endif
#ifndef _SVDVIEW_HXX //autogen
#include <svx/svdview.hxx>
#endif
#ifndef _SFXPTITEM_HXX //autogen
#include <svtools/ptitem.hxx>
#endif
#ifndef _SFXSTRITEM_HXX //autogen
#include <svtools/stritem.hxx>
#endif
2000-11-14 17:32:27 +00:00
#ifndef INCLUDED_SVTOOLS_MODULEOPTIONS_HXX
#include <svtools/moduleoptions.hxx>
#endif
2000-09-18 16:15:01 +00:00
#ifndef _SFXMSG_HXX //autogen
#include <sfx2/msg.hxx>
#endif
#ifndef _MSGBOX_HXX //autogen
#include <vcl/msgbox.hxx>
#endif
#ifndef _SFX_FCONTNR_HXX //autogen
#include <sfx2/fcontnr.hxx>
#endif
#ifndef _SVX_HLNKITEM_HXX //autogen
#include <svx/hlnkitem.hxx>
#endif
#ifndef _SVX_SRCHITEM_HXX //autogen
#include <svx/srchitem.hxx>
#endif
#ifndef _SVX_CHARMAP_HXX //autogen
#include <svx/charmap.hxx>
#endif
#ifndef _SFXDISPATCH_HXX //autogen
#include <sfx2/dispatch.hxx>
#endif
#ifndef _SFX_DOCFILT_HACK_HXX //autogen
#include <sfx2/docfilt.hxx>
#endif
#ifndef _SFXDOCFILE_HXX //autogen
#include <sfx2/docfile.hxx>
#endif
#ifndef SVTOOLS_URIHELPER_HXX
#include <svtools/urihelper.hxx>
#endif
#ifndef __SBX_SBXVARIABLE_HXX //autogen
#include <basic/sbxvar.hxx>
2000-09-18 16:15:01 +00:00
#endif
#ifndef _SFX_WHITER_HXX //autogen
#include <svtools/whiter.hxx>
#endif
#ifndef _SFXREQUEST_HXX //autogen
#include <sfx2/request.hxx>
#endif
#ifndef _SVX_OPAQITEM_HXX //autogen
#include <svx/opaqitem.hxx>
#endif
#ifndef _SVX_FONTITEM_HXX //autogen
#include <svx/fontitem.hxx>
#endif
#ifndef _SVX_ADJITEM_HXX //autogen
#include <svx/adjitem.hxx>
#endif
#ifndef _SVX_BOXITEM_HXX //autogen
#include <svx/boxitem.hxx>
#endif
#ifndef _SVX_SIZEITEM_HXX //autogen
#include <svx/sizeitem.hxx>
#endif
#ifndef _MySVXACORR_HXX
#include <svx/svxacorr.hxx>
#endif
#ifndef _SVX_SCRIPTTYPEITEM_HXX
#include <svx/scripttypeitem.hxx>
#endif
2000-09-18 16:15:01 +00:00
#ifndef _FILTER_HXX //autogen
#include <svtools/filter.hxx>
#endif
#ifndef _SCH_DLL_HXX
#include <sch/schdll.hxx>
#endif
#ifndef _SCH_MEMCHRT_HXX
#include <sch/memchrt.hxx>
#endif
#ifndef _SVX_HTMLMODE_HXX
#include <svx/htmlmode.hxx>
#endif
#ifndef _SVX_PFILEDLG_HXX //autogen wg. SvxPluginFileDlg
#include <svx/pfiledlg.hxx>
#endif
#include <svx/htmlcfg.hxx>
2000-12-21 12:02:28 +00:00
#ifndef _COM_SUN_STAR_I18N_TRANSLITERATIONMODULES_HDL_
2001-01-04 16:22:20 +00:00
#include <com/sun/star/i18n/TransliterationModules.hdl>
2000-12-21 12:02:28 +00:00
#endif
2000-09-18 16:15:01 +00:00
#include <sot/clsids.hxx>
#include <svx/acorrcfg.hxx>
2000-09-18 16:15:01 +00:00
#ifndef _SWWDOCSH_HXX //autogen
#include <wdocsh.hxx>
#endif
#ifndef _FMTINFMT_HXX //autogen
#include <fmtinfmt.hxx>
#endif
#ifndef _FMTCLDS_HXX //autogen
#include <fmtclds.hxx>
#endif
#ifndef _FMTSRND_HXX //autogen
#include <fmtsrnd.hxx>
#endif
#ifndef _FMTFSIZE_HXX //autogen
#include <fmtfsize.hxx>
#endif
#ifndef _SWMODULE_HXX
#include <swmodule.hxx>
#endif
#ifndef _WRTSH_HXX
#include <wrtsh.hxx>
#endif
#ifndef _VIEW_HXX
#include <view.hxx>
#endif
#ifndef _DOCSH_HXX
#include <docsh.hxx>
#endif
#ifndef _UITOOL_HXX
#include <uitool.hxx>
#endif
#ifndef _CMDID_H
#include <cmdid.h>
#endif
#ifndef _GLOBALS_HRC
#include <globals.hrc>
#endif
#ifndef _FRMMGR_HXX
#include <frmmgr.hxx>
#endif
#ifndef _TEXTSH_HXX
#include <textsh.hxx>
#endif
//CHINA001 #ifndef _INSTABLE_HXX
//CHINA001 #include <instable.hxx>
//CHINA001 #endif
2000-09-18 16:15:01 +00:00
#ifndef _FRMFMT_HXX
#include <frmfmt.hxx>
#endif
#ifndef _TABLEMGR_HXX
#include <tablemgr.hxx>
#endif
#ifndef _SWUNDO_HXX
#include <swundo.hxx> // fuer Undo-IDs
#endif
#ifndef _SHELLIO_HXX
#include <shellio.hxx>
#endif
#ifndef _FRMDLG_HXX
#include <frmdlg.hxx>
#endif
#ifndef _USRPREF_HXX
#include <usrpref.hxx>
#endif
#ifndef _SWTABLE_HXX
#include <swtable.hxx>
#endif
#ifndef _TBLAFMT_HXX
#include <tblafmt.hxx>
#endif
//CHINA001 #ifndef _INSRULE_HXX
//CHINA001 #include <insrule.hxx>
//CHINA001 #endif
2000-09-18 16:15:01 +00:00
#ifndef _CAPTION_HXX
#include <caption.hxx>
#endif
#ifndef _IDXMRK_HXX
#include <idxmrk.hxx>
#endif
#ifndef _POOLFMT_HXX
#include <poolfmt.hxx>
#endif
#ifndef _BREAKIT_HXX
#include <breakit.hxx>
#endif
#ifndef _CRSSKIP_HXX
#include <crsskip.hxx>
#endif
#ifndef _MODOPT_HXX //autogen
#include <modcfg.hxx>
#endif
#ifndef _COLUMN_HXX
#include <column.hxx>
#endif
#ifndef _EDTWIN_HXX
#include <edtwin.hxx>
#endif
2000-09-18 16:15:01 +00:00
#ifndef _SHELLS_HRC
#include <shells.hrc>
#endif
#ifndef _POPUP_HRC
#include <popup.hrc>
#endif
#ifndef _SWERROR_H
#include <swerror.h>
#endif
#ifndef _SW_APPLET_IMPL_HXX
#include <SwAppletImpl.hxx>
#endif
2000-09-18 16:15:01 +00:00
#define SwTextShell
#define Paragraph
#define HyphenZone
#define TextFont
#define DropCap
#ifndef _ITEMDEF_HXX
#include <itemdef.hxx>
#endif
#ifndef _SWSLOTS_HXX
#include <swslots.hxx>
#endif
#ifndef _SW_REWRITER_HXX
#include <SwRewriter.hxx>
#endif
#ifndef _UNDOBJ_HXX
#include <undobj.hxx>
#endif
#ifndef _COMCORE_HRC
#include <comcore.hrc>
#endif
2000-09-18 16:15:01 +00:00
#ifndef _COM_SUN_STAR_EMBED_XVISUALOBJECT_HPP_
#include <com/sun/star/embed/XVisualObject.hpp>
#endif
#ifndef _COM_SUN_STAR_EMBED_ASPECTS_HPP_
#include <com/sun/star/embed/Aspects.hpp>
#endif
#ifndef _COM_SUN_STAR_EMBED_XCOMPONENTSUPPLIER_HPP_
#include <com/sun/star/embed/XComponentSupplier.hpp>
#endif
#ifndef _COM_SUN_STAR_BEANS_XPROPERTYSET_HPP_
#include <com/sun/star/beans/XPropertySet.hpp>
#endif
using namespace ::com::sun::star;
#include <svx/svxdlg.hxx> //CHINA001
#include <svx/dialogs.hrc> //CHINA001
#include "swabstdlg.hxx" //CHINA001
#include <misc.hrc> //CHINA001
#include <table.hrc> //CHINA001
#include <frmui.hrc> //CHINA001
2000-09-18 16:15:01 +00:00
#define C2S(cChar) UniString::CreateFromAscii(cChar)
/*--------------------------------------------------------------------
Beschreibung:
--------------------------------------------------------------------*/
SFX_IMPL_INTERFACE(SwTextShell, SwBaseShell, SW_RES(STR_SHELLNAME_TEXT))
{
SFX_POPUPMENU_REGISTRATION(SW_RES(MN_TEXT_POPUPMENU));
SFX_OBJECTBAR_REGISTRATION(SFX_OBJECTBAR_OBJECT, SW_RES(RID_TEXT_TOOLBOX));
SFX_CHILDWINDOW_REGISTRATION(FN_EDIT_FORMULA);
SFX_CHILDWINDOW_REGISTRATION(SID_INSERT_DIAGRAM);
SFX_CHILDWINDOW_REGISTRATION(FN_INSERT_FIELD);
SFX_CHILDWINDOW_REGISTRATION(FN_INSERT_IDX_ENTRY_DLG);
SFX_CHILDWINDOW_REGISTRATION(FN_INSERT_AUTH_ENTRY_DLG);
SFX_CHILDWINDOW_REGISTRATION(SID_RUBY_DIALOG);
2000-09-18 16:15:01 +00:00
}
TYPEINIT1(SwTextShell,SwBaseShell)
void SwTextShell::ExecInsert(SfxRequest &rReq)
{
SwWrtShell &rSh = GetShell();
ASSERT( !rSh.IsObjSelected() && !rSh.IsFrmSelected(),
"Falsche Shell auf dem Dispatcher" );
const SfxItemSet *pArgs = rReq.GetArgs();
const SfxPoolItem* pItem = 0;
USHORT nSlot = rReq.GetSlot();
if(pArgs)
pArgs->GetItemState(nSlot, FALSE, &pItem );
switch( nSlot )
{
case FN_INSERT_STRING:
if( pItem )
rSh.InsertByWord(((const SfxStringItem *)pItem)->GetValue());
break;
2000-09-18 16:15:01 +00:00
case FN_INSERT_SOFT_HYPHEN:
if( CHAR_SOFTHYPHEN != rSh.SwCrsrShell::GetChar( TRUE, 0 ) &&
CHAR_SOFTHYPHEN != rSh.SwCrsrShell::GetChar( TRUE, -1 ))
rSh.Insert( String( CHAR_SOFTHYPHEN ) );
break;
case FN_INSERT_HARDHYPHEN:
case FN_INSERT_HARD_SPACE:
{
sal_Unicode cIns = FN_INSERT_HARD_SPACE == nSlot ? CHAR_HARDBLANK
: CHAR_HARDHYPHEN;
SvxAutoCorrCfg* pACfg = SvxAutoCorrCfg::Get();
SvxAutoCorrect* pACorr = pACfg->GetAutoCorrect();
if( pACorr && pACfg->IsAutoFmtByInput() &&
pACorr->IsAutoCorrFlag( CptlSttSntnc | CptlSttWrd |
2000-09-18 16:15:01 +00:00
ChgFractionSymbol | ChgOrdinalNumber |
ChgToEnEmDash | SetINetAttr | Autocorrect ))
rSh.AutoCorrect( *pACorr, cIns );
else
rSh.Insert( String( cIns ) );
}
break;
case SID_INSERT_RLM :
case SID_INSERT_LRM :
case SID_INSERT_ZWNBSP :
case SID_INSERT_ZWSP:
{
sal_Unicode cIns = 0;
switch(nSlot)
{
case SID_INSERT_RLM : cIns = CHAR_RLM ; break;
case SID_INSERT_LRM : cIns = CHAR_LRM ; break;
case SID_INSERT_ZWSP : cIns = CHAR_ZWSP ; break;
case SID_INSERT_ZWNBSP: cIns = CHAR_ZWNBSP; break;
}
rSh.Insert( String( cIns ) );
}
break;
2000-09-18 16:15:01 +00:00
case FN_INSERT_BREAK:
rSh.SplitNode();
2002-07-01 08:09:41 +00:00
rReq.Done();
2000-09-18 16:15:01 +00:00
break;
case FN_INSERT_PAGEBREAK:
rSh.InsertPageBreak();
2002-07-01 08:09:41 +00:00
rReq.Done();
2000-09-18 16:15:01 +00:00
break;
case FN_INSERT_LINEBREAK:
rSh.InsertLineBreak();
2002-07-01 08:09:41 +00:00
rReq.Done();
2000-09-18 16:15:01 +00:00
break;
case FN_INSERT_COLUMN_BREAK:
rSh.InsertColumnBreak();
2002-07-01 08:09:41 +00:00
rReq.Done();
2000-09-18 16:15:01 +00:00
break;
case SID_HYPERLINK_SETLINK:
if (pItem)
InsertHyperlink(*((const SvxHyperlinkItem *)pItem));
2002-07-01 08:09:41 +00:00
rReq.Done();
2000-09-18 16:15:01 +00:00
break;
case SID_INSERT_AVMEDIA:
rReq.SetReturnValue(SfxBoolItem(nSlot, InsertMediaDlg( rReq )));
break;
2000-09-18 16:15:01 +00:00
case SID_INSERT_SOUND:
case SID_INSERT_VIDEO:
{
SvxPluginFileDlg aDlg( &GetView().GetViewFrame()->GetWindow(), nSlot );
aDlg.SetContext( nSlot == SID_INSERT_SOUND? sfx2::FileDialogHelper::SW_INSERT_SOUND : sfx2::FileDialogHelper::SW_INSERT_VIDEO );
2000-09-18 16:15:01 +00:00
if ( ERRCODE_NONE == aDlg.Execute() )
2000-09-18 16:15:01 +00:00
{
// URL ermitteln
String aStrURL( aDlg.GetPath() );
aStrURL = URIHelper::SmartRel2Abs(
INetURLObject(), aStrURL, URIHelper::GetMaybeFileHdl() );
2000-09-18 16:15:01 +00:00
INetURLObject* pURL = new INetURLObject();
pURL->SetSmartProtocol( INET_PROT_FILE );
if ( pURL->SetURL( aStrURL, INetURLObject::WAS_ENCODED ) )
{
::rtl::OUString aName;
comphelper::EmbeddedObjectContainer aCnt;
svt::EmbeddedObjectRef xObj( aCnt.CreateEmbeddedObject( SvGlobalName( SO3_PLUGIN_CLASSID ).GetByteSequence(), aName ) );
if ( xObj.is() )
{
svt::EmbeddedObjectRef::TryRunningState( xObj.GetObject() );
// set properties from dialog
uno::Reference < beans::XPropertySet > xSet( xObj->getComponent(), uno::UNO_QUERY );
if ( xSet.is() )
{
xSet->setPropertyValue( ::rtl::OUString::createFromAscii("PluginURL"),
uno::makeAny( ::rtl::OUString( pURL->GetMainURL( INetURLObject::NO_DECODE ) ) ) );
}
}
rSh.InsertObject( xObj, 0, TRUE, nSlot, &rReq);
2000-09-18 16:15:01 +00:00
}
}
}
break;
case SID_INSERT_OBJECT:
case SID_INSERT_PLUGIN:
case SID_INSERT_APPLET:
{
SFX_REQUEST_ARG( rReq, pNameItem, SfxGlobalNameItem, SID_INSERT_OBJECT, sal_False );
SvGlobalName *pName = NULL;
SvGlobalName aName;
if ( pNameItem )
{
aName = pNameItem->GetValue();
pName = &aName;
}
SFX_REQUEST_ARG( rReq, pClassItem, SfxStringItem, FN_PARAM_1, sal_False );
SFX_REQUEST_ARG( rReq, pClassLocationItem, SfxStringItem, FN_PARAM_2, sal_False );
SFX_REQUEST_ARG( rReq, pCommandsItem, SfxStringItem, FN_PARAM_3, sal_False );
//TODO/LATER: recording currently not working, need code for Commandlist
svt::EmbeddedObjectRef xObj;
if((SID_INSERT_APPLET == nSlot || SID_INSERT_PLUGIN)
&& (pClassItem || pClassLocationItem || pCommandsItem))
{
String sClass;
String sClassLocation;
if(pClassItem)
sClass = pClassItem->GetValue();
if(pClassLocationItem)
sClassLocation = pClassLocationItem->GetValue();
SvCommandList aCommandList;
if(pCommandsItem)
{
USHORT nTemp;
aCommandList.AppendCommands( pCommandsItem->GetValue(), &nTemp );
}
if(SID_INSERT_APPLET == nSlot)
{
SwApplet_Impl aApplImpl( rSh.GetAttrPool(),
RES_FRMATR_BEGIN, RES_FRMATR_END-1 );
String sBaseURL;
SfxMedium* pMedium = GetView().GetDocShell()->GetMedium();
if(pMedium)
sBaseURL = pMedium->GetURLObject().GetMainURL(INetURLObject::NO_DECODE);
aApplImpl.CreateApplet(sClass, aEmptyStr, FALSE, sClassLocation, sBaseURL );
aApplImpl.FinishApplet();
xObj.Assign( aApplImpl.GetApplet() );
if( aCommandList.Count() )
{
uno::Reference < beans::XPropertySet > xSet( xObj->getComponent(), uno::UNO_QUERY );
if ( xSet.is() )
{
uno::Sequence < beans::PropertyValue > aSeq;
aCommandList.FillSequence( aSeq );
try
{
xSet->setPropertyValue( ::rtl::OUString::createFromAscii("AppletCommands"), uno::makeAny( aSeq ) );
}
catch ( uno::Exception& )
{
}
}
}
}
else
{
comphelper::EmbeddedObjectContainer aCnt;
::rtl::OUString aName;
xObj.Assign( aCnt.CreateEmbeddedObject( SvGlobalName( SO3_PLUGIN_CLASSID ).GetByteSequence(), aName ) );
svt::EmbeddedObjectRef::TryRunningState( xObj.GetObject() );
uno::Reference < beans::XPropertySet > xSet( xObj->getComponent(), uno::UNO_QUERY );
if ( xSet.is() )
{
try
{
if ( sClassLocation.Len() )
xSet->setPropertyValue( ::rtl::OUString::createFromAscii("PluginURL"),
uno::makeAny(
::rtl::OUString(
URIHelper::SmartRel2Abs(
INetURLObject(), sClassLocation,
URIHelper::GetMaybeFileHdl()) ) ) );
uno::Sequence< beans::PropertyValue > aSeq;
if ( aCommandList.Count() )
{
aCommandList.FillSequence( aSeq );
xSet->setPropertyValue( ::rtl::OUString::createFromAscii("PluginCommands"), uno::makeAny( aSeq ) );
}
}
catch ( uno::Exception& )
{
}
}
}
if(xObj.is())
rSh.InsertOleObject( xObj );
}
else
{
DBG_ASSERT( !pNameItem || nSlot == SID_INSERT_OBJECT, "Superfluous argument!" );
rSh.InsertObject( xObj, pName, TRUE, nSlot, &rReq);
rReq.Done();
}
2000-09-18 16:15:01 +00:00
break;
}
case SID_INSERT_FLOATINGFRAME:
{
svt::EmbeddedObjectRef xObj;
SFX_REQUEST_ARG( rReq, pNameItem, SfxStringItem, FN_PARAM_1, sal_False );
SFX_REQUEST_ARG( rReq, pURLItem, SfxStringItem, FN_PARAM_2, sal_False );
SFX_REQUEST_ARG( rReq, pMarginItem, SvxSizeItem, FN_PARAM_3, sal_False );
SFX_REQUEST_ARG( rReq, pScrollingItem, SfxByteItem, FN_PARAM_4, sal_False );
SFX_REQUEST_ARG( rReq, pBorderItem, SfxBoolItem, FN_PARAM_5, sal_False );
2000-09-18 16:15:01 +00:00
if(pURLItem) // URL is a _must_
{
comphelper::EmbeddedObjectContainer aCnt;
::rtl::OUString aName;
xObj.Assign( aCnt.CreateEmbeddedObject( SvGlobalName( SO3_IFRAME_CLASSID ).GetByteSequence(), aName ) );
svt::EmbeddedObjectRef::TryRunningState( xObj.GetObject() );
uno::Reference < beans::XPropertySet > xSet( xObj->getComponent(), uno::UNO_QUERY );
if ( xSet.is() )
{
try
{
ScrollingMode eScroll = ScrollingAuto;
if( pScrollingItem && pScrollingItem->GetValue() <= ScrollingAuto )
eScroll = (ScrollingMode) pScrollingItem->GetValue();
Size aMargin;
if ( pMarginItem )
aMargin = pMarginItem->GetSize();
if ( pURLItem )
xSet->setPropertyValue( ::rtl::OUString::createFromAscii("FrameURL"), uno::makeAny( ::rtl::OUString( pURLItem->GetValue() ) ) );
if ( pNameItem )
xSet->setPropertyValue( ::rtl::OUString::createFromAscii("FrameName"), uno::makeAny( ::rtl::OUString( pNameItem->GetValue() ) ) );
if ( eScroll == ScrollingAuto )
xSet->setPropertyValue( ::rtl::OUString::createFromAscii("FrameIsAutoScroll"),
uno::makeAny( sal_True ) );
else
xSet->setPropertyValue( ::rtl::OUString::createFromAscii("FrameIsScrollingMode"),
uno::makeAny( (sal_Bool) ( eScroll == ScrollingYes) ) );
//if ( aFrmDescr.IsFrameBorderSet() )
if ( pBorderItem )
xSet->setPropertyValue( ::rtl::OUString::createFromAscii("FrameIsBorder"),
uno::makeAny( (sal_Bool) pBorderItem->GetValue() ) );
/*else
xSet->setPropertyValue( ::rtl::OUString::createFromAscii("FrameIsAutoBorder"),
makeAny( sal_True ) );*/
if ( pMarginItem )
{
xSet->setPropertyValue( ::rtl::OUString::createFromAscii("FrameMarginWidth"),
uno::makeAny( sal_Int32( aMargin.Width() ) ) );
xSet->setPropertyValue( ::rtl::OUString::createFromAscii("FrameMarginHeight"),
uno::makeAny( sal_Int32( aMargin.Height() ) ) );
}
}
catch ( uno::Exception& )
{
}
}
rSh.InsertOleObject( xObj );
}
else
{
rSh.InsertObject( xObj, 0, TRUE, nSlot, &rReq);
rReq.Done();
}
}
break;
2000-09-18 16:15:01 +00:00
case SID_INSERT_DIAGRAM:
{
2000-11-14 17:32:27 +00:00
SvtModuleOptions aMOpt;
if ( !aMOpt.IsChart() )
2000-09-18 16:15:01 +00:00
break;
if(!rReq.IsAPI())
{
SfxViewFrame* pVFrame = GetView().GetViewFrame();
pVFrame->ToggleChildWindow( SID_INSERT_DIAGRAM );
}
else
{
const SwFrmFmt* pTFmt = rSh.GetTableFmt();
if( pTFmt && !rSh.IsTblComplexForChart() )
{
SchMemChart* pData = 0;
rSh.UpdateChartData( pTFmt->GetName(), pData );
SwTableFUNC( &rSh, FALSE ).InsertChart( *pData );
rSh.LaunchOLEObj();
delete pData;
}
else
{
SvGlobalName aGlobalName( SO3_SCH_CLASSID );
rSh.InsertObject( svt::EmbeddedObjectRef(), &aGlobalName, TRUE, 0, &rReq );
2000-09-18 16:15:01 +00:00
}
svt::EmbeddedObjectRef& xObj = rSh.GetOLEObject();
if(pItem && xObj.is())
2000-09-18 16:15:01 +00:00
{
Size aSize(((SvxSizeItem*)pItem)->GetSize());
aSize = OutputDevice::LogicToLogic
( aSize, MapMode( MAP_TWIP ), MapMode( MAP_100TH_MM ) );
if(aSize.Width() > MINLAY&& aSize.Height()> MINLAY)
{
awt::Size aSz;
aSz.Width = aSize.Width();
aSz.Height = aSize.Height();
xObj->setVisualAreaSize( xObj.GetViewAspect(), aSz );
2000-09-18 16:15:01 +00:00
}
}
}
}
break;
case FN_INSERT_SMA:
{
// #i34343# Inserting a math object into an autocompletion crashes
// the suggestion has to be removed before
GetView().GetEditWin().StopQuickHelp();
SvGlobalName aGlobalName( SO3_SM_CLASSID );
rSh.InsertObject( svt::EmbeddedObjectRef(), &aGlobalName, TRUE, 0, &rReq );
2000-09-18 16:15:01 +00:00
}
break;
case FN_INSERT_TABLE:
InsertTable( rReq );
2000-09-18 16:15:01 +00:00
break;
case FN_INSERT_FRAME_INTERACT_NOCOL:
case FN_INSERT_FRAME_INTERACT:
{
USHORT nCols = 1;
BOOL bModifier1 = rReq.GetModifier() == KEY_MOD1;
if(pArgs)
{
if(FN_INSERT_FRAME_INTERACT_NOCOL != nSlot &&
pArgs->GetItemState(SID_ATTR_COLUMNS, FALSE, &pItem) == SFX_ITEM_SET)
nCols = ((SfxUInt16Item *)pItem)->GetValue();
if(pArgs->GetItemState(SID_MODIFIER, FALSE, &pItem) == SFX_ITEM_SET)
bModifier1 |= KEY_MOD1 == ((SfxUInt16Item *)pItem)->GetValue();
}
if(bModifier1 )
{
SwEditWin& rEdtWin = GetView().GetEditWin();
Size aWinSize = rEdtWin.GetSizePixel();
Point aStartPos(aWinSize.Width()/2, aWinSize.Height() / 2);
aStartPos = rEdtWin.PixelToLogic(aStartPos);
aStartPos.X() -= 8 * MM50;
aStartPos.Y() -= 4 * MM50;
Size aSize(16 * MM50, 8 * MM50);
GetShell().StartAllAction();
SwFlyFrmAttrMgr aMgr( TRUE, GetShellPtr(), FRMMGR_TYPE_TEXT );
if(nCols > 1)
{
SwFmtCol aCol;
aCol.Init( nCols, aCol.GetGutterWidth(), aCol.GetWishWidth() );
aMgr.SetCol( aCol );
}
aMgr.InsertFlyFrm(FLY_AT_CNTNT, aStartPos, aSize);
GetShell().EndAllAction();
}
else
{
GetView().InsFrmMode(nCols);
}
2002-08-07 10:39:35 +00:00
rReq.Ignore();
2000-09-18 16:15:01 +00:00
}
break;
case FN_INSERT_FRAME:
{
const int nSel = rSh.GetSelectionType();
BOOL bSingleCol = FALSE;
if( 0!= PTR_CAST(SwWebDocShell, GetView().GetDocShell()) )
{
SvxHtmlOptions* pHtmlOpt = SvxHtmlOptions::Get();
2000-09-18 16:15:01 +00:00
USHORT nExport = pHtmlOpt->GetExportMode();
if( HTML_CFG_MSIE == nExport ||
HTML_CFG_HTML32 == nExport ||
HTML_CFG_MSIE_40 == nExport ||
HTML_CFG_HTML32 == nExport )
{
bSingleCol = TRUE;
}
}
// Rahmen neu anlegen
SwFlyFrmAttrMgr aMgr( TRUE, GetShellPtr(), FRMMGR_TYPE_TEXT );
2002-08-07 10:39:35 +00:00
if(pArgs)
2000-09-18 16:15:01 +00:00
{
2002-08-07 10:39:35 +00:00
Size aSize(aMgr.GetSize());
aSize.Width() = GetShell().GetAnyCurRect(RECT_PAGE_PRT).Width();
Point aPos = aMgr.GetPos();
RndStdIds eAnchor = FLY_AT_CNTNT;
if(pArgs->GetItemState(nSlot, FALSE, &pItem) == SFX_ITEM_SET)
eAnchor = (RndStdIds)((SfxUInt16Item *)pItem)->GetValue();
if(pArgs->GetItemState(FN_PARAM_1, FALSE, &pItem) == SFX_ITEM_SET)
aPos = ((SfxPointItem *)pItem)->GetValue();
if(pArgs->GetItemState(FN_PARAM_2, FALSE, &pItem) == SFX_ITEM_SET)
aSize = ((SvxSizeItem *)pItem)->GetSize();
if(pArgs->GetItemState(SID_ATTR_COLUMNS, FALSE, &pItem) == SFX_ITEM_SET)
{
USHORT nCols = ((SfxUInt16Item *)pItem)->GetValue();
if( !bSingleCol && 1 < nCols )
{
SwFmtCol aFmtCol;
aFmtCol.Init( nCols , (rReq.IsAPI() ? 0
: DEF_GUTTER_WIDTH), USHRT_MAX );
aMgr.SetCol(aFmtCol);
}
}
2000-09-18 16:15:01 +00:00
GetShell().StartAllAction();
2002-08-07 10:39:35 +00:00
aMgr.InsertFlyFrm(eAnchor, aPos, aSize);
GetShell().EndAllAction();
}
else
{
static USHORT __READONLY_DATA aFrmAttrRange[] =
{
RES_FRMATR_BEGIN, RES_FRMATR_END-1,
SID_ATTR_BORDER_INNER, SID_ATTR_BORDER_INNER,
FN_GET_PRINT_AREA, FN_GET_PRINT_AREA,
SID_ATTR_PAGE_SIZE, SID_ATTR_PAGE_SIZE,
FN_SET_FRM_NAME, FN_SET_FRM_NAME,
SID_HTML_MODE, SID_HTML_MODE,
0
};
SfxItemSet aSet(GetPool(), aFrmAttrRange );
aSet.Put(SfxUInt16Item(SID_HTML_MODE, ::GetHtmlMode(GetView().GetDocShell())));
const SwRect &rPg = GetShell().GetAnyCurRect(RECT_PAGE);
SwFmtFrmSize aFrmSize(ATT_VAR_SIZE, rPg.Width(), rPg.Height());
aFrmSize.SetWhich(GetPool().GetWhich(SID_ATTR_PAGE_SIZE));
aSet.Put(aFrmSize);
const SwRect &rPr = GetShell().GetAnyCurRect(RECT_PAGE_PRT);
SwFmtFrmSize aPrtSize(ATT_VAR_SIZE, rPr.Width(), rPr.Height());
aPrtSize.SetWhich(GetPool().GetWhich(FN_GET_PRINT_AREA));
aSet.Put(aPrtSize);
aSet.Put(aMgr.GetAttrSet());
aSet.SetParent( aMgr.GetAttrSet().GetParent() );
// Minimalgroesse in Spalten l<>schen
SvxBoxInfoItem aBoxInfo((SvxBoxInfoItem &)aSet.Get(SID_ATTR_BORDER_INNER));
const SvxBoxItem& rBox = (const SvxBoxItem&)aSet.Get(RES_BOX);
2002-08-07 10:39:35 +00:00
aBoxInfo.SetMinDist(FALSE);
aBoxInfo.SetDefDist(rBox.GetDistance(BOX_LINE_LEFT));
2002-08-07 10:39:35 +00:00
aSet.Put(aBoxInfo);
FieldUnit eMetric = ::GetDfltMetric(0 != PTR_CAST(SwWebDocShell, GetView().GetDocShell()));
SW_MOD()->PutItem(SfxUInt16Item(SID_ATTR_METRIC, eMetric));
//CHINA001 SwFrmDlg* pDlg = new SwFrmDlg(GetView().GetViewFrame(), &GetView().GetViewFrame()->GetWindow(), aSet, TRUE);
SwAbstractDialogFactory* pFact = SwAbstractDialogFactory::Create();
DBG_ASSERT(pFact, "Dialogdiet fail!");//CHINA001
SfxAbstractTabDialog* pDlg = pFact->CreateFrmTabDialog( ResId(DLG_FRM_STD),
GetView().GetViewFrame(), &GetView().GetViewFrame()->GetWindow(), aSet, TRUE);
DBG_ASSERT(pDlg, "Dialogdiet fail!");//CHINA001
2002-08-07 10:39:35 +00:00
if(pDlg->Execute() && pDlg->GetOutputItemSet())
{
GetShell().StartAllAction();
GetShell().StartUndo(UNDO_INSERT);
const SfxItemSet* pOutSet = pDlg->GetOutputItemSet();
aMgr.SetAttrSet(*pOutSet);
2000-09-18 16:15:01 +00:00
2002-08-07 10:39:35 +00:00
// beim ClickToEditFeld erst die Selektion loeschen
if( GetShell().IsInClickToEdit() )
GetShell().DelRight();
2000-09-18 16:15:01 +00:00
2002-08-07 10:39:35 +00:00
aMgr.InsertFlyFrm();
2000-09-18 16:15:01 +00:00
2002-08-07 10:39:35 +00:00
com::sun::star::uno::Reference< com::sun::star::frame::XDispatchRecorder > xRecorder =
GetView().GetViewFrame()->GetBindings().GetRecorder();
if ( xRecorder.is() )
{
//FN_INSERT_FRAME
USHORT nAnchor = (USHORT)aMgr.GetAnchor();
rReq.AppendItem(SfxUInt16Item(nSlot, nAnchor));
rReq.AppendItem(SfxPointItem(FN_PARAM_1, GetShell().GetObjAbsPos()));
rReq.AppendItem(SvxSizeItem(FN_PARAM_2, GetShell().GetObjSize()));
rReq.Done();
}
2000-09-18 16:15:01 +00:00
2002-08-07 10:39:35 +00:00
GetView().AutoCaption(FRAME_CAP);
{
SwRewriter aRewriter;
aRewriter.AddRule(UNDO_ARG1, SW_RES(STR_FRAME));
GetShell().EndUndo(UNDO_INSERT, &aRewriter);
}
2002-08-07 10:39:35 +00:00
GetShell().EndAllAction();
}
2000-09-18 16:15:01 +00:00
2002-08-07 10:39:35 +00:00
DELETEZ(pDlg);
}
2000-09-18 16:15:01 +00:00
break;
}
case FN_INSERT_HRULER:
{
String sPath;
BOOL bSimpleLine = FALSE;
BOOL bRet = FALSE;
Window* pParent = GetView().GetWindow();
2002-07-01 08:09:41 +00:00
if ( pItem )
2000-09-18 16:15:01 +00:00
{
2002-07-01 08:09:41 +00:00
sPath = ((SfxStringItem*)pItem)->GetValue();
SFX_REQUEST_ARG( rReq, pSimple, SfxBoolItem, FN_PARAM_1 , sal_False );
if ( pSimple )
bSimpleLine = pSimple->GetValue();
2000-09-18 16:15:01 +00:00
}
2002-07-01 08:09:41 +00:00
else
{
//CHINA001 SwInsertGrfRulerDlg* pDlg = new SwInsertGrfRulerDlg(pParent);
SwAbstractDialogFactory* pFact = SwAbstractDialogFactory::Create();
DBG_ASSERT(pFact, "Dialogdiet fail!");//CHINA001
AbstractInsertGrfRulerDlg* pDlg = pFact->CreateInsertGrfRulerDlg( ResId(DLG_INSERT_RULER),
pParent );
DBG_ASSERT(pDlg, "Dialogdiet fail!");//CHINA001
2002-07-01 08:09:41 +00:00
// MessageBox fuer fehlende Grafiken
if(!pDlg->HasImages())
InfoBox( pParent, SW_RES(MSG_NO_RULER)).Execute();
if(RET_OK == pDlg->Execute())
{
sPath = pDlg->GetGraphicName();
bSimpleLine = pDlg->IsSimpleLine();
}
delete pDlg;
rReq.AppendItem( SfxStringItem( FN_INSERT_HRULER, sPath ) );
rReq.AppendItem( SfxBoolItem( FN_PARAM_1, bSimpleLine ) );
}
2000-09-18 16:15:01 +00:00
rSh.StartAllAction();
rSh.StartUndo(UIUNDO_INSERT_RULER);
if(bSimpleLine)
{
if(!(rSh.IsSttOfPara() && rSh.IsEndOfPara())) // kein leerer Absatz?
rSh.SplitNode( FALSE, FALSE ); // dann Platz schaffen
rSh.SplitNode( FALSE, FALSE );
rSh.Left(CRSR_SKIP_CHARS, FALSE, 1, FALSE );
2000-09-18 16:15:01 +00:00
rSh.SetTxtFmtColl( rSh.GetTxtCollFromPool( RES_POOLCOLL_HTML_HR ));
rSh.Right(CRSR_SKIP_CHARS, FALSE, 1, FALSE );
2000-09-18 16:15:01 +00:00
bRet = TRUE;
}
else if(sPath.Len())
{
if (!pFrmMgr)
pFrmMgr = new SwFlyFrmAttrMgr( TRUE, &rSh, FRMMGR_TYPE_GRF );
// am FrmMgr muessen die richtigen Parameter eingestellt werden
pFrmMgr->SetAnchor(FLY_IN_CNTNT);
rSh.SplitNode( FALSE, FALSE );
rSh.SplitNode( FALSE, FALSE );
rSh.Left(CRSR_SKIP_CHARS, FALSE, 1, FALSE );
2000-09-18 16:15:01 +00:00
rSh.SetAttr(SvxAdjustItem(SVX_ADJUST_CENTER,RES_PARATR_ADJUST ));
if(GRFILTER_OK == InsertGraphic(sPath, aEmptyStr, TRUE, 0, 0 ))
bRet = TRUE;
rSh.EnterStdMode();
rSh.Right(CRSR_SKIP_CHARS, FALSE, 1, FALSE );
2000-09-18 16:15:01 +00:00
DELETEZ(pFrmMgr);
}
rSh.EndAllAction();
rSh.EndUndo(UIUNDO_INSERT_RULER);
rReq.SetReturnValue(SfxBoolItem(nSlot, bRet));
2002-07-01 08:09:41 +00:00
rReq.Done();
2000-09-18 16:15:01 +00:00
}
break;
case FN_FORMAT_COLUMN :
{
//CHINA001 SwColumnDlg* pColDlg = new SwColumnDlg(GetView().GetWindow(), rSh);
SwAbstractDialogFactory* pFact = SwAbstractDialogFactory::Create();
DBG_ASSERT(pFact, "Dialogdiet fail!");//CHINA001
VclAbstractDialog* pColDlg = pFact->CreateVclAbstractDialog( GetView().GetWindow(), rSh, ResId(DLG_COLUMN));
DBG_ASSERT(pColDlg, "Dialogdiet fail!");//CHINA001
2000-09-18 16:15:01 +00:00
pColDlg->Execute();
delete pColDlg;
}
break;
default:
ASSERT( !this, "falscher Dispatcher" );
return;
}
}
void SwTextShell::StateInsert( SfxItemSet &rSet )
{
USHORT nHtmlMode = ::GetHtmlMode(GetView().GetDocShell());
SfxWhichIter aIter( rSet );
SwWrtShell &rSh = GetShell();
USHORT nWhich = aIter.FirstWhich();
2000-11-14 17:32:27 +00:00
SvtModuleOptions aMOpt;
2000-09-18 16:15:01 +00:00
while ( nWhich )
{
switch ( nWhich )
{
case SID_INSERT_SOUND:
case SID_INSERT_VIDEO:
if ( GetShell().IsSelFrmMode() ||
!SvxPluginFileDlg::IsAvailable( nWhich ) ||
SFX_CREATE_MODE_EMBEDDED == GetView().GetDocShell()->GetCreateMode() )
{
rSet.DisableItem( nWhich );
}
break;
case SID_INSERT_DIAGRAM:
2000-11-14 17:32:27 +00:00
if( !aMOpt.IsChart() )
2000-09-18 16:15:01 +00:00
{
rSet.DisableItem( nWhich );
break;
}
case FN_INSERT_SMA:
2000-11-14 17:32:27 +00:00
if( FN_INSERT_SMA == nWhich && !aMOpt.IsMath() )
2000-09-18 16:15:01 +00:00
{
rSet.DisableItem( nWhich );
break;
}
case SID_INSERT_FLOATINGFRAME:
case SID_INSERT_OBJECT:
case SID_INSERT_PLUGIN:
case SID_INSERT_APPLET:
{
SfxObjectCreateMode eMode =
GetView().GetDocShell()->GetCreateMode();
if(
#ifndef SOLAR_JAVA
nWhich == SID_INSERT_APPLET ||
#endif
eMode == SFX_CREATE_MODE_EMBEDDED ||
(nWhich == SID_INSERT_DIAGRAM && rSh.IsCrsrInTbl() &&
rSh.IsTblComplexForChart() &&
!GetView().GetViewFrame()->GetChildWindow(
SID_INSERT_DIAGRAM)) )
rSet.DisableItem( nWhich );
else if( GetShell().IsSelFrmMode())
rSet.DisableItem( nWhich );
else if(SID_INSERT_FLOATINGFRAME == nWhich && nHtmlMode&HTMLMODE_ON)
{
SvxHtmlOptions* pHtmlOpt = SvxHtmlOptions::Get();
2000-09-18 16:15:01 +00:00
USHORT nExport = pHtmlOpt->GetExportMode();
if(HTML_CFG_MSIE_40 != nExport && HTML_CFG_WRITER != nExport )
rSet.DisableItem(nWhich);
}
}
break;
case FN_INSERT_FRAME_INTERACT_NOCOL :
case FN_INSERT_FRAME_INTERACT:
{
if ( GetShell().IsSelFrmMode() ||
(0 != (nHtmlMode & HTMLMODE_ON) && 0 == (nHtmlMode & HTMLMODE_SOME_ABS_POS)))
rSet.DisableItem(nWhich);
}
break;
case SID_HYPERLINK_GETLINK:
{
SfxItemSet aSet(GetPool(), RES_TXTATR_INETFMT, RES_TXTATR_INETFMT);
rSh.GetAttr( aSet );
SvxHyperlinkItem aHLinkItem;
const SfxPoolItem* pItem;
if(SFX_ITEM_SET == aSet.GetItemState(RES_TXTATR_INETFMT, FALSE, &pItem))
{
const SwFmtINetFmt* pINetFmt = (const SwFmtINetFmt*)pItem;
aHLinkItem.SetURL(pINetFmt->GetValue());
aHLinkItem.SetTargetFrame(pINetFmt->GetTargetFrame());
aHLinkItem.SetIntName(pINetFmt->GetName());
const SvxMacro *pMacro = pINetFmt->GetMacro( SFX_EVENT_MOUSEOVER_OBJECT );
if( pMacro )
aHLinkItem.SetMacro(HYPERDLG_EVENT_MOUSEOVER_OBJECT, *pMacro);
pMacro = pINetFmt->GetMacro( SFX_EVENT_MOUSECLICK_OBJECT );
if( pMacro )
aHLinkItem.SetMacro(HYPERDLG_EVENT_MOUSECLICK_OBJECT, *pMacro);
pMacro = pINetFmt->GetMacro( SFX_EVENT_MOUSEOUT_OBJECT );
if( pMacro )
aHLinkItem.SetMacro(HYPERDLG_EVENT_MOUSEOUT_OBJECT, *pMacro);
// Text des Links besorgen
rSh.StartAction();
rSh.CreateCrsr();
rSh.SwCrsrShell::SelectTxtAttr(RES_TXTATR_INETFMT,TRUE);
String sLinkName = rSh.GetSelTxt();
aHLinkItem.SetName(sLinkName);
aHLinkItem.SetInsertMode(HLINK_FIELD);
rSh.DestroyCrsr();
rSh.EndAction();
}
else
{
String sReturn = rSh.GetSelTxt();
sReturn.Erase(255);
sReturn.EraseTrailingChars();
aHLinkItem.SetName(sReturn);
}
aHLinkItem.SetInsertMode((SvxLinkInsertMode)(aHLinkItem.GetInsertMode() |
((nHtmlMode & HTMLMODE_ON) != 0 ? HLINK_HTMLMODE : 0)));
aHLinkItem.SetMacroEvents ( HYPERDLG_EVENT_MOUSEOVER_OBJECT|
HYPERDLG_EVENT_MOUSECLICK_OBJECT | HYPERDLG_EVENT_MOUSEOUT_OBJECT );
rSet.Put(aHLinkItem);
}
break;
case FN_INSERT_FRAME:
if(rSh.IsSelFrmMode())
{
const int nSel = rSh.GetSelectionType();
if( (SwWrtShell::SEL_GRF | SwWrtShell::SEL_OLE ) & nSel )
rSet.DisableItem(nWhich);
}
break;
case FN_INSERT_HRULER :
if(rSh.IsReadOnlyAvailable() && rSh.HasReadonlySel() )
rSet.DisableItem(nWhich);
break;
}
nWhich = aIter.NextWhich();
}
}
/*--------------------------------------------------------------------
Beschreibung:
--------------------------------------------------------------------*/
void SwTextShell::ExecDelete(SfxRequest &rReq)
{
SwWrtShell &rSh = GetShell();
switch( rReq.GetSlot() )
{
case FN_DELETE_SENT:
if( rSh.IsTableMode() )
{
rSh.DeleteRow();
rSh.EnterStdMode();
}
else
rSh.DelToEndOfSentence();
break;
case FN_DELETE_BACK_SENT:
rSh.DelToStartOfSentence();
break;
case FN_DELETE_WORD:
rSh.DelNxtWord();
break;
case FN_DELETE_BACK_WORD:
rSh.DelPrvWord();
break;
case FN_DELETE_LINE:
rSh.DelToEndOfLine();
break;
case FN_DELETE_BACK_LINE:
rSh.DelToStartOfLine();
break;
case FN_DELETE_PARA:
rSh.DelToEndOfPara();
break;
case FN_DELETE_BACK_PARA:
rSh.DelToStartOfPara();
break;
case FN_DELETE_WHOLE_LINE:
rSh.DelLine();
break;
default:
ASSERT(!this, "falscher Dispatcher");
return;
}
rReq.Done();
2000-09-18 16:15:01 +00:00
}
2000-12-21 12:02:28 +00:00
void SwTextShell::ExecTransliteration( SfxRequest & rReq )
{
using namespace ::com::sun::star::i18n;
{
sal_uInt32 nMode = 0;
switch( rReq.GetSlot() )
{
2001-02-27 13:38:57 +00:00
case SID_TRANSLITERATE_UPPER:
2000-12-21 12:02:28 +00:00
nMode = TransliterationModules_LOWERCASE_UPPERCASE;
break;
2001-02-27 13:38:57 +00:00
case SID_TRANSLITERATE_LOWER:
2000-12-21 12:02:28 +00:00
nMode = TransliterationModules_UPPERCASE_LOWERCASE;
break;
2001-02-27 13:38:57 +00:00
case SID_TRANSLITERATE_HALFWIDTH:
2000-12-21 12:02:28 +00:00
nMode = TransliterationModules_FULLWIDTH_HALFWIDTH;
break;
2001-02-27 13:38:57 +00:00
case SID_TRANSLITERATE_FULLWIDTH:
2000-12-21 12:02:28 +00:00
nMode = TransliterationModules_HALFWIDTH_FULLWIDTH;
break;
2001-02-27 13:38:57 +00:00
case SID_TRANSLITERATE_HIRAGANA:
2000-12-21 12:02:28 +00:00
nMode = TransliterationModules_KATAKANA_HIRAGANA;
break;
2001-02-27 13:38:57 +00:00
case SID_TRANSLITERATE_KATAGANA:
2000-12-21 12:02:28 +00:00
nMode = TransliterationModules_HIRAGANA_KATAKANA;
break;
default:
ASSERT(!this, "falscher Dispatcher");
}
if( nMode )
GetShell().TransliterateText( nMode );
}
}
2000-09-18 16:15:01 +00:00
/*--------------------------------------------------------------------
Beschreibung:
--------------------------------------------------------------------*/
SwTextShell::SwTextShell(SwView &rView) :
SwBaseShell(rView), pPostItFldMgr( 0 )
2000-09-18 16:15:01 +00:00
{
SetName(String::CreateFromAscii("Text"));
SetHelpId(SW_TEXTSHELL);
}
/*--------------------------------------------------------------------
Beschreibung:
--------------------------------------------------------------------*/
SwTextShell::~SwTextShell()
{
}
/*--------------------------------------------------------------------
Beschreibung:
--------------------------------------------------------------------*/
2002-07-01 08:09:41 +00:00
void SwTextShell::InsertSymbol( SfxRequest& rReq )
2000-09-18 16:15:01 +00:00
{
2002-07-01 08:09:41 +00:00
const SfxItemSet *pArgs = rReq.GetArgs();
const SfxPoolItem* pItem = 0;
if( pArgs )
pArgs->GetItemState(GetPool().GetWhich(FN_INSERT_SYMBOL), FALSE, &pItem);
2000-09-18 16:15:01 +00:00
2002-07-01 08:09:41 +00:00
String aChars, aFontName;
if ( pItem )
{
aChars = ((const SfxStringItem*)pItem)->GetValue();
const SfxPoolItem* pFtItem = NULL;
pArgs->GetItemState( GetPool().GetWhich(FN_PARAM_1), FALSE, &pFtItem);
const SfxStringItem* pFontItem = PTR_CAST( SfxStringItem, pFtItem );
if ( pFontItem )
aFontName = pFontItem->GetValue();
}
SwWrtShell &rSh = GetShell();
SfxItemSet aSet( GetPool(), RES_CHRATR_FONT, RES_CHRATR_FONT,
RES_CHRATR_CJK_FONT, RES_CHRATR_CJK_FONT,
RES_CHRATR_CTL_FONT, RES_CHRATR_CTL_FONT,
0 );
2000-09-18 16:15:01 +00:00
rSh.GetAttr( aSet );
USHORT nScript = rSh.GetScriptType();
SvxFontItem aFont;
{
SvxScriptSetItem aSetItem( SID_ATTR_CHAR_FONT, *aSet.GetPool() );
aSetItem.GetItemSet().Put( aSet, FALSE );
const SfxPoolItem* pI = aSetItem.GetItemOfScript( nScript );
if( pI )
aFont = *(SvxFontItem*)pI;
else
aFont = (SvxFontItem&)aSet.Get( GetWhichOfScript(
RES_CHRATR_FONT,
GetI18NScriptTypeOfLanguage( (USHORT)GetAppLanguage() ) ));
}
2002-07-01 08:09:41 +00:00
Font aNewFont(aFontName, Size(1,1)); // Size nur wg. CTOR
if( !aChars.Len() )
2000-09-18 16:15:01 +00:00
{
// Eingestellten Font als Default
//CHINA001 SvxCharacterMap* pDlg = new SvxCharacterMap( &GetView().GetViewFrame()->GetWindow(), FALSE );
SvxAbstractDialogFactory* pFact = SvxAbstractDialogFactory::Create();
DBG_ASSERT(pFact, "Dialogdiet fail!");//CHINA001
AbstractSvxCharacterMap* pDlg = pFact->CreateSvxCharacterMap( &GetView().GetViewFrame()->GetWindow(), ResId(RID_SVXDLG_CHARMAP), FALSE );
DBG_ASSERT(pDlg, "Dialogdiet fail!");//CHINA001
2000-09-18 16:15:01 +00:00
Font aDlgFont( pDlg->GetCharFont() );
SwViewOption aOpt(*GetShell().GetViewOptions());
String sSymbolFont = aOpt.GetSymbolFont();
2002-07-01 08:09:41 +00:00
if( !aFontName.Len() && sSymbolFont.Len() )
2000-09-18 16:15:01 +00:00
aDlgFont.SetName(sSymbolFont);
else
aDlgFont.SetName( aFont.GetFamilyName() );
pDlg->SetCharFont( aDlgFont );
if( RET_OK == pDlg->Execute() )
{
aChars = pDlg->GetCharacters();
aNewFont = pDlg->GetCharFont();
aOpt.SetSymbolFont(aNewFont.GetName());
SW_MOD()->ApplyUsrPref(aOpt, &GetView());
}
2002-06-14 06:56:50 +00:00
2000-09-18 16:15:01 +00:00
delete pDlg;
}
2002-06-14 06:56:50 +00:00
BOOL bFontChanged = FALSE;
2000-09-18 16:15:01 +00:00
if( aChars.Len() )
{
rSh.StartAllAction();
// Selektierten Inhalt loeschen
SwRewriter aRewriter;
aRewriter.AddRule(UNDO_ARG1, SW_RES(STR_SPECIALCHAR));
rSh.StartUndo( UNDO_INSERT, &aRewriter );
2000-09-18 16:15:01 +00:00
if ( rSh.HasSelection() )
{
rSh.DelRight();
aSet.ClearItem();
rSh.GetAttr( aSet );
SvxScriptSetItem aSetItem( SID_ATTR_CHAR_FONT, *aSet.GetPool() );
aSetItem.GetItemSet().Put( aSet, FALSE );
const SfxPoolItem* pI = aSetItem.GetItemOfScript( nScript );
if( pI )
aFont = *(SvxFontItem*)pI;
else
aFont = (SvxFontItem&)aSet.Get( GetWhichOfScript(
RES_CHRATR_FONT,
GetI18NScriptTypeOfLanguage( (USHORT)GetAppLanguage() ) ));
2000-09-18 16:15:01 +00:00
}
// Zeichen einfuegen
rSh.Insert( aChars );
// #108876# a font attribute has to be set always due to a guessed script type
if( aNewFont.GetName().Len() )
2000-09-18 16:15:01 +00:00
{
2002-06-14 06:56:50 +00:00
bFontChanged = TRUE;
2000-09-18 16:15:01 +00:00
SvxFontItem aNewFontItem( aFont );
aNewFontItem.GetFamilyName() = aNewFont.GetName();
aNewFontItem.GetFamily() = aNewFont.GetFamily();
aNewFontItem.GetPitch() = aNewFont.GetPitch();
aNewFontItem.GetCharSet() = aNewFont.GetCharSet();
nScript = pBreakIt->GetAllScriptsOfText( aChars );
if( SCRIPTTYPE_LATIN & nScript )
aSet.Put( aNewFontItem, RES_CHRATR_FONT);
if( SCRIPTTYPE_ASIAN & nScript )
aSet.Put( aNewFontItem, RES_CHRATR_CJK_FONT );
if( SCRIPTTYPE_COMPLEX & nScript )
aSet.Put( aNewFontItem, RES_CHRATR_CTL_FONT );
2000-09-18 16:15:01 +00:00
rSh.SetMark();
rSh.ExtendSelection( FALSE, aChars.Len() );
rSh.SetAttr( aSet, SETATTR_DONTEXPAND | SETATTR_NOFORMATATTR );
if( !rSh.IsCrsrPtAtEnd() )
rSh.SwapPam();
rSh.ClearMark();
rSh.UpdateAttr();
2002-07-01 08:09:41 +00:00
aFont = aNewFontItem;
2000-09-18 16:15:01 +00:00
}
rSh.EndAllAction();
rSh.EndUndo( UNDO_INSERT );
2002-07-01 08:09:41 +00:00
if ( aChars.Len() )
{
rReq.AppendItem( SfxStringItem( GetPool().GetWhich(FN_INSERT_SYMBOL), aChars ) );
rReq.AppendItem( SfxStringItem( FN_PARAM_1, aNewFont.GetName() ) );
rReq.Done();
}
}
2002-06-14 06:56:50 +00:00
}
2000-09-18 16:15:01 +00:00