2000-09-18 11:07:07 -05:00
|
|
|
/*************************************************************************
|
|
|
|
*
|
|
|
|
* $RCSfile: drviewsb.cxx,v $
|
|
|
|
*
|
2004-07-12 09:19:34 -05:00
|
|
|
* $Revision: 1.18 $
|
2000-09-18 11:07:07 -05:00
|
|
|
*
|
2004-07-12 09:19:34 -05:00
|
|
|
* last change: $Author: rt $ $Date: 2004-07-12 15:19:34 $
|
2000-09-18 11:07:07 -05:00
|
|
|
*
|
|
|
|
* The Contents of this file are made available subject to the terms of
|
|
|
|
* either of the following licenses
|
|
|
|
*
|
|
|
|
* - GNU Lesser General Public License Version 2.1
|
|
|
|
* - Sun Industry Standards Source License Version 1.1
|
|
|
|
*
|
|
|
|
* Sun Microsystems Inc., October, 2000
|
|
|
|
*
|
|
|
|
* GNU Lesser General Public License Version 2.1
|
|
|
|
* =============================================
|
|
|
|
* Copyright 2000 by Sun Microsystems, Inc.
|
|
|
|
* 901 San Antonio Road, Palo Alto, CA 94303, USA
|
|
|
|
*
|
|
|
|
* This library is free software; you can redistribute it and/or
|
|
|
|
* modify it under the terms of the GNU Lesser General Public
|
|
|
|
* License version 2.1, as published by the Free Software Foundation.
|
|
|
|
*
|
|
|
|
* This library is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
* Lesser General Public License for more details.
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU Lesser General Public
|
|
|
|
* License along with this library; if not, write to the Free Software
|
|
|
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
|
|
|
|
* MA 02111-1307 USA
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* Sun Industry Standards Source License Version 1.1
|
|
|
|
* =================================================
|
|
|
|
* The contents of this file are subject to the Sun Industry Standards
|
|
|
|
* Source License Version 1.1 (the "License"); You may not use this file
|
|
|
|
* except in compliance with the License. You may obtain a copy of the
|
|
|
|
* License at http://www.openoffice.org/license.html.
|
|
|
|
*
|
|
|
|
* Software provided under this License is provided on an "AS IS" basis,
|
|
|
|
* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
|
|
|
|
* WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
|
|
|
|
* MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
|
|
|
|
* See the License for the specific provisions governing your rights and
|
|
|
|
* obligations concerning the Software.
|
|
|
|
*
|
|
|
|
* The Initial Developer of the Original Code is: Sun Microsystems, Inc.
|
|
|
|
*
|
|
|
|
* Copyright: 2000 by Sun Microsystems, Inc.
|
|
|
|
*
|
|
|
|
* All Rights Reserved.
|
|
|
|
*
|
|
|
|
* Contributor(s): _______________________________________
|
|
|
|
*
|
|
|
|
*
|
|
|
|
************************************************************************/
|
|
|
|
|
2003-04-04 09:15:15 -06:00
|
|
|
#ifndef _COM_SUN_STAR_UI_DIALOGS_XEXECUTABLEDIALOG_HPP_
|
|
|
|
#include <com/sun/star/ui/dialogs/XExecutableDialog.hpp>
|
|
|
|
#endif
|
|
|
|
#ifndef _COMPHELPER_PROCESSFACTORY_HXX_
|
|
|
|
#include <comphelper/processfactory.hxx>
|
|
|
|
#endif
|
2000-09-18 11:07:07 -05:00
|
|
|
#ifndef _SVDLAYER_HXX
|
|
|
|
#include <svx/svdlayer.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _SVXIDS_HXX
|
|
|
|
#include <svx/svxids.hrc>
|
|
|
|
#endif
|
|
|
|
#define ITEMID_HYPERLINK SID_HYPERLINK_SETLINK
|
2004-02-04 03:22:08 -06:00
|
|
|
|
|
|
|
#include <svx/hyprlink.hxx>
|
|
|
|
|
2000-09-18 11:07:07 -05:00
|
|
|
#ifndef _SVX_HLNKITEM_HXX
|
|
|
|
#include <svx/hlnkitem.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _URLOBJ_HXX
|
|
|
|
#include <tools/urlobj.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _EEITEM_HXX //autogen
|
|
|
|
#include <svx/eeitem.hxx>
|
|
|
|
#endif
|
|
|
|
#define ITEMID_FIELD EE_FEATURE_FIELD
|
|
|
|
#ifndef _FLDITEM_HXX
|
|
|
|
#include <svx/flditem.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _SV_MSGBOX_HXX //autogen
|
|
|
|
#include <vcl/msgbox.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _SFXREQUEST_HXX //autogen
|
|
|
|
#include <sfx2/request.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _SFXDISPATCH_HXX //autogen
|
|
|
|
#include <sfx2/dispatch.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _SVDORECT_HXX //autogen
|
|
|
|
#include <svx/svdorect.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _SFXDOCFILE_HXX //autogen
|
|
|
|
#include <sfx2/docfile.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _SB_SBSTAR_HXX //autogen
|
|
|
|
#include <basic/sbstar.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _SB_SBERRORS_HXX //autogen
|
|
|
|
#include <basic/sberrors.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _SVX_FMSHELL_HXX
|
|
|
|
#include <svx/fmshell.hxx>
|
|
|
|
#endif
|
2004-02-04 03:22:08 -06:00
|
|
|
//CHINA001 #ifndef _SVX_DLG_NAME_HXX
|
|
|
|
//CHINA001 #include <svx/dlgname.hxx>
|
|
|
|
//CHINA001 #endif
|
|
|
|
#include <svx/svxdlg.hxx> //CHINA001
|
|
|
|
#include <svx/dialogs.hrc> //CHINA001
|
2000-09-18 11:07:07 -05:00
|
|
|
#pragma hdrstop
|
|
|
|
|
2004-04-29 10:15:38 -05:00
|
|
|
#ifndef INCLUDED_SVTOOLS_USEROPTIONS_HXX
|
|
|
|
#include <svtools/useroptions.hxx>
|
|
|
|
#endif
|
|
|
|
|
2000-09-18 11:07:07 -05:00
|
|
|
#include "app.hrc"
|
|
|
|
#include "strings.hrc"
|
|
|
|
#include "res_bmp.hrc"
|
|
|
|
#include "glob.hrc"
|
|
|
|
|
2004-01-20 05:47:06 -06:00
|
|
|
#ifndef SD_OUTLINER_HXX
|
|
|
|
#include "Outliner.hxx"
|
|
|
|
#endif
|
|
|
|
#ifndef SD_WINDOW_HXX
|
|
|
|
#include "Window.hxx"
|
|
|
|
#endif
|
2000-09-18 11:07:07 -05:00
|
|
|
#include "app.hxx"
|
|
|
|
#include "sdattr.hxx"
|
2004-05-10 09:51:23 -05:00
|
|
|
//CHINA001 #include "ins_page.hxx"
|
2000-09-18 11:07:07 -05:00
|
|
|
#include "drawdoc.hxx"
|
2004-01-20 05:47:06 -06:00
|
|
|
#include "DrawDocShell.hxx"
|
2000-09-18 11:07:07 -05:00
|
|
|
#include "sdresid.hxx"
|
|
|
|
#include "sdpage.hxx"
|
2004-01-20 05:47:06 -06:00
|
|
|
#ifndef SD_DRAW_VIEW_SHELL_HXX
|
|
|
|
#include "DrawViewShell.hxx"
|
|
|
|
#endif
|
2004-05-10 09:51:23 -05:00
|
|
|
//CHINA001 #include "dlgfield.hxx"
|
2004-01-20 05:47:06 -06:00
|
|
|
#ifndef SD_DRAW_VIEW_HXX
|
2000-09-18 11:07:07 -05:00
|
|
|
#include "drawview.hxx"
|
2004-01-20 05:47:06 -06:00
|
|
|
#endif
|
2002-11-04 10:42:55 -06:00
|
|
|
#include "unmodpg.hxx"
|
2002-12-12 11:41:50 -06:00
|
|
|
#include "undolayer.hxx"
|
2004-01-20 05:47:06 -06:00
|
|
|
#ifndef SD_OBJECT_BAR_MANAGER_HXX
|
|
|
|
#include "ObjectBarManager.hxx"
|
|
|
|
#endif
|
2004-05-10 09:51:23 -05:00
|
|
|
#include "sdabstdlg.hxx" //CHINA001
|
|
|
|
#include "dlgfield.hrc" //CHINA001
|
|
|
|
#include "ins_page.hrc" //CHINA001
|
|
|
|
|
|
|
|
#define RET_DELETE 100 //CHINA001
|
2004-01-20 05:47:06 -06:00
|
|
|
|
|
|
|
namespace sd {
|
2000-09-18 11:07:07 -05:00
|
|
|
|
|
|
|
/*************************************************************************
|
|
|
|
|*
|
|
|
|
|* SfxRequests fuer temporaere Funktionen
|
|
|
|
|*
|
|
|
|
\************************************************************************/
|
|
|
|
|
2004-01-20 05:47:06 -06:00
|
|
|
void DrawViewShell::FuTemp02(SfxRequest& rReq)
|
2000-09-18 11:07:07 -05:00
|
|
|
{
|
|
|
|
USHORT nSId = rReq.GetSlot();
|
|
|
|
switch( nSId )
|
|
|
|
{
|
|
|
|
case SID_INSERTLAYER:
|
|
|
|
{
|
|
|
|
if ( pDrView->IsTextEdit() )
|
|
|
|
{
|
|
|
|
pDrView->EndTextEdit();
|
|
|
|
}
|
|
|
|
|
2004-01-20 05:47:06 -06:00
|
|
|
SdrLayerAdmin& rLayerAdmin = GetDoc()->GetLayerAdmin();
|
2000-09-18 11:07:07 -05:00
|
|
|
USHORT nLayerCnt = rLayerAdmin.GetLayerCount();
|
|
|
|
USHORT nLayer = nLayerCnt - 2 + 1;
|
|
|
|
String aLayerName ( SdResId(STR_LAYER) );
|
|
|
|
aLayerName += String::CreateFromInt32( (sal_Int32)nLayer );
|
|
|
|
BOOL bIsVisible;
|
|
|
|
BOOL bIsLocked;
|
|
|
|
BOOL bIsPrintable;
|
|
|
|
|
|
|
|
const SfxItemSet* pArgs = rReq.GetArgs();
|
|
|
|
|
|
|
|
if (! pArgs)
|
|
|
|
{
|
2004-01-20 05:47:06 -06:00
|
|
|
SfxItemSet aNewAttr( GetDoc()->GetPool(), ATTR_LAYER_START, ATTR_LAYER_END );
|
2000-09-18 11:07:07 -05:00
|
|
|
|
|
|
|
aNewAttr.Put( SdAttrLayerName( aLayerName ) );
|
|
|
|
aNewAttr.Put( SdAttrLayerVisible() );
|
|
|
|
aNewAttr.Put( SdAttrLayerPrintable() );
|
|
|
|
aNewAttr.Put( SdAttrLayerLocked() );
|
|
|
|
aNewAttr.Put( SdAttrLayerThisPage() );
|
|
|
|
|
2004-05-10 09:51:23 -05:00
|
|
|
//CHINA001 SdInsertLayerDlg* pDlg = new SdInsertLayerDlg( NULL, aNewAttr );
|
|
|
|
SdAbstractDialogFactory* pFact = SdAbstractDialogFactory::Create();//CHINA001
|
|
|
|
DBG_ASSERT(pFact, "SdAbstractDialogFactory fail!");//CHINA001
|
|
|
|
AbstractSdInsertLayerDlg* pDlg = pFact->CreateSdInsertLayerDlg(ResId( DLG_INSERT_LAYER ), NULL, aNewAttr, TRUE, String( SdResId( STR_INSERTLAYER ) ) );
|
|
|
|
DBG_ASSERT(pDlg, "Dialogdiet fail!");//CHINA001
|
2000-09-18 11:07:07 -05:00
|
|
|
pDlg->SetHelpId( SID_INSERTLAYER );
|
|
|
|
|
|
|
|
// Ueberpruefung auf schon vorhandene Namen
|
|
|
|
BOOL bLoop = TRUE;
|
|
|
|
while( bLoop && pDlg->Execute() == RET_OK )
|
|
|
|
{
|
|
|
|
pDlg->GetAttr( aNewAttr );
|
|
|
|
aLayerName = ((SdAttrLayerName &) aNewAttr.Get (ATTR_LAYER_NAME)).GetValue ();
|
|
|
|
|
|
|
|
if( rLayerAdmin.GetLayer( aLayerName, FALSE )
|
|
|
|
|| aLayerName.Len()==0 )
|
|
|
|
{
|
|
|
|
// Name ist schon vorhanden
|
|
|
|
WarningBox aWarningBox( &GetViewFrame()->GetWindow(),
|
|
|
|
WinBits( WB_OK ),
|
|
|
|
String(SdResId( STR_WARN_NAME_DUPLICATE ) ) );
|
|
|
|
aWarningBox.Execute();
|
|
|
|
}
|
|
|
|
else
|
|
|
|
bLoop = FALSE;
|
|
|
|
}
|
|
|
|
if( bLoop ) // wurde abgebrochen
|
|
|
|
{
|
|
|
|
delete pDlg;
|
|
|
|
|
|
|
|
Cancel();
|
|
|
|
rReq.Ignore ();
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
//pDlg->GetAttr( aNewAttr );
|
|
|
|
//aLayerName = ((SdAttrLayerName &) aNewAttr.Get (ATTR_LAYER_NAME)).GetValue ();
|
|
|
|
bIsVisible = ((SdAttrLayerVisible &) aNewAttr.Get (ATTR_LAYER_VISIBLE)).GetValue ();
|
|
|
|
bIsLocked = ((SdAttrLayerLocked &) aNewAttr.Get (ATTR_LAYER_LOCKED)).GetValue () ;
|
|
|
|
bIsPrintable = ((SdAttrLayerPrintable &) aNewAttr.Get (ATTR_LAYER_PRINTABLE)).GetValue () ;
|
|
|
|
|
|
|
|
delete pDlg;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
else if (pArgs->Count () != 4)
|
|
|
|
{
|
|
|
|
StarBASIC::FatalError (SbERR_WRONG_ARGS);
|
|
|
|
Cancel();
|
|
|
|
rReq.Ignore ();
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
SFX_REQUEST_ARG (rReq, pLayerName, SfxStringItem, ID_VAL_LAYERNAME, FALSE);
|
|
|
|
SFX_REQUEST_ARG (rReq, pIsVisible, SfxBoolItem, ID_VAL_ISVISIBLE, FALSE);
|
|
|
|
SFX_REQUEST_ARG (rReq, pIsLocked, SfxBoolItem, ID_VAL_ISLOCKED, FALSE);
|
|
|
|
SFX_REQUEST_ARG (rReq, pIsPrintable, SfxBoolItem, ID_VAL_ISPRINTABLE, FALSE);
|
|
|
|
|
|
|
|
aLayerName = pLayerName->GetValue ();
|
|
|
|
bIsVisible = pIsVisible->GetValue ();
|
|
|
|
bIsLocked = pIsLocked->GetValue ();
|
|
|
|
bIsPrintable = pIsPrintable->GetValue ();
|
|
|
|
}
|
|
|
|
|
|
|
|
String aPrevLayer = pDrView->GetActiveLayer();
|
|
|
|
String aName;
|
|
|
|
SdrLayer* pLayer;
|
|
|
|
USHORT nPrevLayer = 0;
|
|
|
|
nLayerCnt = rLayerAdmin.GetLayerCount();
|
|
|
|
|
|
|
|
for ( nLayer = 0; nLayer < nLayerCnt; nLayer++ )
|
|
|
|
{
|
|
|
|
pLayer = rLayerAdmin.GetLayer(nLayer);
|
|
|
|
aName = pLayer->GetName();
|
|
|
|
|
|
|
|
if ( aPrevLayer == aName )
|
|
|
|
{
|
|
|
|
// nPrevLayer = nLayer;
|
|
|
|
nPrevLayer = Max(nLayer, (USHORT) 4);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
SdrLayer* pNewLayer = pDrView->InsertNewLayer(aLayerName, nPrevLayer + 1);
|
|
|
|
|
|
|
|
pDrView->SetLayerVisible( aLayerName, bIsVisible );
|
|
|
|
pDrView->SetLayerLocked( aLayerName, bIsLocked);
|
|
|
|
pDrView->SetLayerPrintable(aLayerName, bIsPrintable);
|
|
|
|
|
|
|
|
pDrView->SetActiveLayer(aLayerName);
|
|
|
|
|
|
|
|
ResetActualLayer();
|
|
|
|
|
2004-01-20 05:47:06 -06:00
|
|
|
GetDoc()->SetChanged(TRUE);
|
2000-09-18 11:07:07 -05:00
|
|
|
|
|
|
|
GetViewFrame()->GetDispatcher()->Execute(SID_SWITCHLAYER,
|
|
|
|
SFX_CALLMODE_ASYNCHRON | SFX_CALLMODE_RECORD);
|
|
|
|
|
|
|
|
Cancel();
|
|
|
|
rReq.Done ();
|
|
|
|
}
|
|
|
|
break;
|
|
|
|
|
|
|
|
case SID_MODIFYLAYER:
|
|
|
|
{
|
|
|
|
if ( pDrView->IsTextEdit() )
|
|
|
|
{
|
|
|
|
pDrView->EndTextEdit();
|
|
|
|
}
|
|
|
|
|
2004-01-20 05:47:06 -06:00
|
|
|
SdrLayerAdmin& rLayerAdmin = GetDoc()->GetLayerAdmin();
|
2000-09-18 11:07:07 -05:00
|
|
|
USHORT nCurPage = aLayerTab.GetCurPageId();
|
|
|
|
String aLayerName = aLayerTab.GetPageText(nCurPage);
|
2002-12-12 11:41:50 -06:00
|
|
|
String aOldLayerName( aLayerName );
|
2000-09-18 11:07:07 -05:00
|
|
|
SdrLayer* pLayer = rLayerAdmin.GetLayer(aLayerName, FALSE);
|
|
|
|
const SfxItemSet* pArgs = rReq.GetArgs();
|
|
|
|
|
|
|
|
BOOL bIsVisible;
|
|
|
|
BOOL bIsLocked;
|
|
|
|
BOOL bIsPrintable;
|
|
|
|
|
|
|
|
// darf der Layer geloescht werden ?
|
|
|
|
BOOL bDelete;
|
|
|
|
|
|
|
|
String aLayoutLayer ( SdResId(STR_LAYER_LAYOUT) );
|
|
|
|
String aControlsLayer ( SdResId(STR_LAYER_CONTROLS) );
|
|
|
|
String aMeasureLinesLayer ( SdResId(STR_LAYER_MEASURELINES) );
|
|
|
|
String aBackgroundLayer( SdResId(STR_LAYER_BCKGRND) );
|
|
|
|
String aBackgroundObjLayer( SdResId(STR_LAYER_BCKGRNDOBJ) );
|
|
|
|
|
|
|
|
if( aLayerName == aLayoutLayer || aLayerName == aControlsLayer ||
|
|
|
|
aLayerName == aMeasureLinesLayer ||
|
|
|
|
aLayerName == aBackgroundLayer || aLayerName == aBackgroundObjLayer )
|
|
|
|
{
|
|
|
|
bDelete = FALSE;
|
|
|
|
}
|
|
|
|
else
|
|
|
|
bDelete = TRUE;
|
|
|
|
|
|
|
|
if (! pArgs)
|
|
|
|
{
|
2004-01-20 05:47:06 -06:00
|
|
|
SfxItemSet aNewAttr( GetDoc()->GetPool(), ATTR_LAYER_START, ATTR_LAYER_END );
|
2000-09-18 11:07:07 -05:00
|
|
|
|
|
|
|
aNewAttr.Put( SdAttrLayerName( aLayerName ) );
|
|
|
|
aNewAttr.Put( SdAttrLayerVisible( pDrView->IsLayerVisible(aLayerName) ) );
|
|
|
|
aNewAttr.Put( SdAttrLayerLocked( pDrView->IsLayerLocked(aLayerName) ) );
|
|
|
|
aNewAttr.Put( SdAttrLayerPrintable( pDrView->IsLayerPrintable(aLayerName) ) );
|
|
|
|
aNewAttr.Put( SdAttrLayerThisPage() );
|
|
|
|
|
2004-05-10 09:51:23 -05:00
|
|
|
//CHINA001 SdInsertLayerDlg* pDlg = new SdInsertLayerDlg( NULL,
|
|
|
|
//CHINA001 aNewAttr, bDelete, String( SdResId( STR_MODIFYLAYER ) ) );
|
|
|
|
SdAbstractDialogFactory* pFact = SdAbstractDialogFactory::Create();//CHINA001
|
|
|
|
DBG_ASSERT(pFact, "SdAbstractDialogFactory fail!");//CHINA001
|
|
|
|
AbstractSdInsertLayerDlg* pDlg = pFact->CreateSdInsertLayerDlg(ResId( DLG_INSERT_LAYER ), NULL,
|
2000-09-18 11:07:07 -05:00
|
|
|
aNewAttr, bDelete, String( SdResId( STR_MODIFYLAYER ) ) );
|
2004-05-10 09:51:23 -05:00
|
|
|
DBG_ASSERT(pDlg, "Dialogdiet fail!");//CHINA001
|
2000-09-18 11:07:07 -05:00
|
|
|
pDlg->SetHelpId( SID_MODIFYLAYER );
|
|
|
|
|
|
|
|
// Ueberpruefung auf schon vorhandene Namen
|
|
|
|
BOOL bLoop = TRUE;
|
|
|
|
USHORT nRet;
|
|
|
|
String aOldLayerName( aLayerName );
|
|
|
|
while( bLoop && ( nRet = pDlg->Execute() == RET_OK ) )
|
|
|
|
{
|
|
|
|
pDlg->GetAttr( aNewAttr );
|
|
|
|
aLayerName = ((SdAttrLayerName &) aNewAttr.Get (ATTR_LAYER_NAME)).GetValue ();
|
|
|
|
|
|
|
|
if( (rLayerAdmin.GetLayer( aLayerName, FALSE ) &&
|
|
|
|
aLayerName != aOldLayerName) || aLayerName.Len()==0 )
|
|
|
|
{
|
|
|
|
// Name ist schon vorhanden
|
|
|
|
WarningBox aWarningBox( &GetViewFrame()->GetWindow(),
|
|
|
|
WinBits( WB_OK ),
|
|
|
|
String( SdResId( STR_WARN_NAME_DUPLICATE ) ) );
|
|
|
|
aWarningBox.Execute();
|
|
|
|
}
|
|
|
|
else
|
|
|
|
bLoop = FALSE;
|
|
|
|
}
|
|
|
|
switch (nRet)
|
|
|
|
{
|
|
|
|
case RET_OK :
|
|
|
|
//pDlg->GetAttr( aNewAttr );
|
|
|
|
//aLayerName = ((SdAttrLayerName &) aNewAttr.Get (ATTR_LAYER_NAME)).GetValue ();
|
|
|
|
bIsVisible = ((const SdAttrLayerVisible &) aNewAttr.Get (ATTR_LAYER_VISIBLE)).GetValue ();
|
|
|
|
bIsLocked = ((const SdAttrLayerLocked &) aNewAttr.Get (ATTR_LAYER_LOCKED)).GetValue ();
|
|
|
|
bIsPrintable = ((const SdAttrLayerLocked &) aNewAttr.Get (ATTR_LAYER_PRINTABLE)).GetValue ();
|
|
|
|
|
|
|
|
delete pDlg;
|
|
|
|
break;
|
|
|
|
|
|
|
|
case RET_DELETE :
|
|
|
|
pDrView->DeleteLayer (((SdAttrLayerName &) aNewAttr.Get (ATTR_LAYER_NAME)).GetValue ());
|
|
|
|
aLayerTab.RemovePage(nCurPage);
|
|
|
|
|
|
|
|
default :
|
|
|
|
delete pDlg;
|
|
|
|
rReq.Ignore ();
|
|
|
|
Cancel ();
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
else if (pArgs->Count () == 4)
|
|
|
|
{
|
2002-12-12 11:41:50 -06:00
|
|
|
SFX_REQUEST_ARG (rReq, pLayerName, SfxStringItem, ID_VAL_LAYERNAME, FALSE);
|
|
|
|
SFX_REQUEST_ARG (rReq, pIsVisible, SfxBoolItem, ID_VAL_ISVISIBLE, FALSE);
|
|
|
|
SFX_REQUEST_ARG (rReq, pIsLocked, SfxBoolItem, ID_VAL_ISLOCKED, FALSE);
|
|
|
|
SFX_REQUEST_ARG (rReq, pIsPrintable, SfxBoolItem, ID_VAL_ISPRINTABLE, FALSE);
|
|
|
|
|
|
|
|
aLayerName = pLayerName->GetValue ();
|
|
|
|
bIsVisible = pIsVisible->GetValue ();
|
|
|
|
bIsLocked = pIsLocked->GetValue ();
|
|
|
|
bIsPrintable = pIsPrintable->GetValue ();
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
StarBASIC::FatalError (SbERR_WRONG_ARGS);
|
|
|
|
Cancel ();
|
|
|
|
rReq.Ignore ();
|
|
|
|
break;
|
2000-09-18 11:07:07 -05:00
|
|
|
}
|
|
|
|
|
2004-01-20 05:47:06 -06:00
|
|
|
SfxUndoManager* pManager = GetDoc()->GetDocSh()->GetUndoManager();
|
2002-12-12 11:41:50 -06:00
|
|
|
SdLayerModifyUndoAction* pAction = new SdLayerModifyUndoAction(
|
2004-01-20 05:47:06 -06:00
|
|
|
GetDoc(),
|
2002-12-12 11:41:50 -06:00
|
|
|
pLayer,
|
|
|
|
// old values
|
|
|
|
aOldLayerName,
|
|
|
|
pDrView->IsLayerVisible(aOldLayerName),
|
|
|
|
pDrView->IsLayerLocked(aOldLayerName),
|
|
|
|
pDrView->IsLayerPrintable(aOldLayerName),
|
|
|
|
// new values
|
|
|
|
aLayerName,
|
|
|
|
bIsVisible,
|
|
|
|
bIsLocked,
|
|
|
|
bIsPrintable
|
|
|
|
);
|
|
|
|
pManager->AddUndoAction( pAction );
|
|
|
|
|
|
|
|
ModifyLayer( pLayer, aLayerName, bIsVisible, bIsLocked, bIsPrintable );
|
2000-09-18 11:07:07 -05:00
|
|
|
|
|
|
|
Cancel();
|
|
|
|
rReq.Done ();
|
|
|
|
}
|
|
|
|
break;
|
|
|
|
|
|
|
|
case SID_RENAMELAYER:
|
|
|
|
{
|
|
|
|
if ( pDrView->IsTextEdit() )
|
|
|
|
{
|
|
|
|
pDrView->EndTextEdit();
|
|
|
|
}
|
|
|
|
|
|
|
|
aLayerTab.StartEditMode( aLayerTab.GetCurPageId() );
|
|
|
|
|
|
|
|
Cancel();
|
|
|
|
rReq.Ignore ();
|
|
|
|
}
|
|
|
|
break;
|
|
|
|
|
|
|
|
case SID_EDIT_HYPERLINK :
|
|
|
|
{
|
2000-09-21 10:12:50 -05:00
|
|
|
GetViewFrame()->GetDispatcher()->Execute( SID_HYPERLINK_DIALOG );
|
2000-09-18 11:07:07 -05:00
|
|
|
|
|
|
|
Cancel();
|
|
|
|
rReq.Done ();
|
|
|
|
}
|
|
|
|
break;
|
|
|
|
|
2002-11-26 08:32:36 -06:00
|
|
|
case SID_OPEN_HYPERLINK:
|
|
|
|
{
|
|
|
|
OutlinerView* pOutView = pDrView->GetTextEditOutlinerView();
|
|
|
|
if ( pOutView )
|
|
|
|
{
|
|
|
|
const SvxFieldItem* pFieldItem = pOutView->GetFieldAtSelection();
|
|
|
|
if ( pFieldItem )
|
|
|
|
{
|
|
|
|
const SvxFieldData* pField = pFieldItem->GetField();
|
|
|
|
if( pField && pField->ISA( SvxURLField ) )
|
|
|
|
{
|
|
|
|
const SvxURLField* pURLField = static_cast< const SvxURLField* >( pField );
|
|
|
|
|
|
|
|
SfxStringItem aUrl( SID_FILE_NAME, pURLField->GetURL() );
|
|
|
|
SfxStringItem aTarget( SID_TARGETNAME, pURLField->GetTargetFrame() );
|
|
|
|
|
|
|
|
String aReferName;
|
|
|
|
SfxViewFrame* pFrame = GetViewFrame();
|
|
|
|
SfxMedium* pMed = pFrame->GetObjectShell()->GetMedium();
|
|
|
|
if (pMed)
|
|
|
|
aReferName = pMed->GetName();
|
|
|
|
|
|
|
|
SfxFrameItem aFrm( SID_DOCFRAME, pFrame );
|
|
|
|
SfxStringItem aReferer( SID_REFERER, aReferName );
|
|
|
|
|
|
|
|
SfxBoolItem aNewView( SID_OPEN_NEW_VIEW, FALSE );
|
|
|
|
SfxBoolItem aBrowsing( SID_BROWSE, TRUE );
|
|
|
|
|
|
|
|
SfxViewFrame* pViewFrm = SfxViewFrame::Current();
|
|
|
|
if (pViewFrm)
|
|
|
|
pViewFrm->GetDispatcher()->Execute( SID_OPENDOC,
|
|
|
|
SFX_CALLMODE_ASYNCHRON | SFX_CALLMODE_RECORD,
|
|
|
|
&aUrl, &aTarget,
|
|
|
|
&aFrm, &aReferer,
|
|
|
|
&aNewView, &aBrowsing,
|
|
|
|
0L );
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
Cancel();
|
|
|
|
rReq.Done ();
|
|
|
|
}
|
|
|
|
break;
|
|
|
|
|
2000-09-18 11:07:07 -05:00
|
|
|
case SID_HYPERLINK_SETLINK:
|
|
|
|
{
|
|
|
|
const SfxItemSet* pReqArgs = rReq.GetArgs();
|
|
|
|
|
|
|
|
if (pReqArgs)
|
|
|
|
{
|
|
|
|
SvxHyperlinkItem* pHLItem =
|
|
|
|
(SvxHyperlinkItem*) &pReqArgs->Get(ITEMID_HYPERLINK);
|
|
|
|
|
|
|
|
if (pHLItem->GetInsertMode() == HLINK_FIELD)
|
|
|
|
{
|
|
|
|
InsertURLField(pHLItem->GetURL(), pHLItem->GetName(),
|
|
|
|
pHLItem->GetTargetFrame(), NULL);
|
|
|
|
}
|
|
|
|
else if (pHLItem->GetInsertMode() == HLINK_BUTTON)
|
|
|
|
{
|
|
|
|
InsertURLButton(pHLItem->GetURL(), pHLItem->GetName(),
|
|
|
|
pHLItem->GetTargetFrame(), NULL);
|
|
|
|
}
|
|
|
|
else if (pHLItem->GetInsertMode() == HLINK_DEFAULT)
|
|
|
|
{
|
|
|
|
OutlinerView* pOlView = pDrView->GetTextEditOutlinerView();
|
|
|
|
|
|
|
|
if (pOlView)
|
|
|
|
{
|
|
|
|
InsertURLField(pHLItem->GetURL(), pHLItem->GetName(),
|
|
|
|
pHLItem->GetTargetFrame(), NULL);
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
InsertURLButton(pHLItem->GetURL(), pHLItem->GetName(),
|
|
|
|
pHLItem->GetTargetFrame(), NULL);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
Cancel();
|
|
|
|
rReq.Ignore ();
|
|
|
|
}
|
|
|
|
break;
|
|
|
|
|
|
|
|
case SID_INSERT_FLD_DATE_FIX:
|
|
|
|
case SID_INSERT_FLD_DATE_VAR:
|
|
|
|
case SID_INSERT_FLD_TIME_FIX:
|
|
|
|
case SID_INSERT_FLD_TIME_VAR:
|
|
|
|
case SID_INSERT_FLD_AUTHOR:
|
|
|
|
case SID_INSERT_FLD_PAGE:
|
|
|
|
case SID_INSERT_FLD_FILE:
|
|
|
|
{
|
|
|
|
USHORT nMul = 1;
|
|
|
|
SvxFieldItem* pFieldItem;
|
|
|
|
|
|
|
|
switch( nSId )
|
|
|
|
{
|
|
|
|
case SID_INSERT_FLD_DATE_FIX:
|
|
|
|
pFieldItem = new SvxFieldItem(
|
|
|
|
SvxDateField( Date(), SVXDATETYPE_FIX ) );
|
|
|
|
break;
|
|
|
|
|
|
|
|
case SID_INSERT_FLD_DATE_VAR:
|
|
|
|
pFieldItem = new SvxFieldItem( SvxDateField() );
|
|
|
|
break;
|
|
|
|
|
|
|
|
case SID_INSERT_FLD_TIME_FIX:
|
|
|
|
pFieldItem = new SvxFieldItem(
|
|
|
|
SvxExtTimeField( Time(), SVXTIMETYPE_FIX ) );
|
|
|
|
break;
|
|
|
|
|
|
|
|
case SID_INSERT_FLD_TIME_VAR:
|
|
|
|
pFieldItem = new SvxFieldItem( SvxExtTimeField() );
|
|
|
|
break;
|
|
|
|
|
|
|
|
case SID_INSERT_FLD_AUTHOR:
|
|
|
|
{
|
2004-04-29 10:15:38 -05:00
|
|
|
SvtUserOptions aUserOptions;
|
|
|
|
pFieldItem = new SvxFieldItem(
|
|
|
|
SvxAuthorField(
|
|
|
|
aUserOptions.GetFirstName(), aUserOptions.GetLastName(), aUserOptions.GetID() ) );
|
2000-09-18 11:07:07 -05:00
|
|
|
}
|
|
|
|
break;
|
|
|
|
|
|
|
|
case SID_INSERT_FLD_PAGE:
|
|
|
|
{
|
|
|
|
pFieldItem = new SvxFieldItem( SvxPageField() );
|
|
|
|
nMul = 3;
|
|
|
|
}
|
|
|
|
break;
|
|
|
|
|
|
|
|
case SID_INSERT_FLD_FILE:
|
|
|
|
{
|
|
|
|
String aName;
|
2004-01-20 05:47:06 -06:00
|
|
|
if( GetDocSh()->HasName() )
|
|
|
|
aName = GetDocSh()->GetMedium()->GetName();
|
2000-09-18 11:07:07 -05:00
|
|
|
//else
|
2004-01-20 05:47:06 -06:00
|
|
|
// aName = GetDocSh()->GetName();
|
2000-09-18 11:07:07 -05:00
|
|
|
pFieldItem = new SvxFieldItem( SvxExtFileField( aName ) );
|
|
|
|
}
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
|
|
|
|
OutlinerView* pOLV = pDrView->GetTextEditOutlinerView();
|
|
|
|
|
|
|
|
if( pOLV )
|
|
|
|
{
|
|
|
|
const SvxFieldItem* pOldFldItem = pOLV->GetFieldAtSelection();
|
|
|
|
|
|
|
|
if( pOldFldItem && ( pOldFldItem->GetField()->ISA( SvxURLField ) ||
|
|
|
|
pOldFldItem->GetField()->ISA( SvxDateField ) ||
|
|
|
|
pOldFldItem->GetField()->ISA( SvxTimeField ) ||
|
|
|
|
pOldFldItem->GetField()->ISA( SvxExtTimeField ) ||
|
|
|
|
pOldFldItem->GetField()->ISA( SvxExtFileField ) ||
|
|
|
|
pOldFldItem->GetField()->ISA( SvxAuthorField ) ||
|
|
|
|
pOldFldItem->GetField()->ISA( SvxPageField ) ) )
|
|
|
|
{
|
|
|
|
// Feld selektieren, so dass es beim Insert geloescht wird
|
|
|
|
ESelection aSel = pOLV->GetSelection();
|
|
|
|
if( aSel.nStartPos == aSel.nEndPos )
|
|
|
|
aSel.nEndPos++;
|
|
|
|
pOLV->SetSelection( aSel );
|
|
|
|
}
|
|
|
|
|
|
|
|
pOLV->InsertField( *pFieldItem );
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
2004-01-20 05:47:06 -06:00
|
|
|
Outliner* pOutl = GetDoc()->GetInternalOutliner();
|
2000-09-18 11:07:07 -05:00
|
|
|
pOutl->Init( OUTLINERMODE_TEXTOBJECT );
|
|
|
|
USHORT nOutlMode = pOutl->GetMode();
|
|
|
|
USHORT nMinDepth = pOutl->GetMinDepth();
|
|
|
|
pOutl->SetMinDepth( 0 );
|
|
|
|
pOutl->SetStyleSheet( 0, NULL );
|
|
|
|
pOutl->QuickInsertField( *pFieldItem, ESelection() );
|
|
|
|
OutlinerParaObject* pOutlParaObject = pOutl->CreateParaObject();
|
|
|
|
|
|
|
|
SdrRectObj* pRectObj = new SdrRectObj( OBJ_TEXT );
|
2003-11-24 10:18:40 -06:00
|
|
|
pRectObj->SetMergedItem(SdrTextAutoGrowWidthItem(TRUE));
|
2000-09-18 11:07:07 -05:00
|
|
|
|
|
|
|
pOutl->UpdateFields();
|
|
|
|
pOutl->SetUpdateMode( TRUE );
|
|
|
|
Size aSize( pOutl->CalcTextSize() );
|
|
|
|
aSize.Width() *= nMul;
|
|
|
|
pOutl->SetUpdateMode( FALSE );
|
|
|
|
|
|
|
|
Point aPos;
|
|
|
|
Rectangle aRect( aPos, pWindow->GetOutputSizePixel() );
|
|
|
|
aPos = aRect.Center();
|
|
|
|
aPos = pWindow->PixelToLogic(aPos);
|
|
|
|
aPos.X() -= aSize.Width() / 2;
|
|
|
|
aPos.Y() -= aSize.Height() / 2;
|
|
|
|
|
|
|
|
Rectangle aLogicRect(aPos, aSize);
|
|
|
|
pRectObj->SetLogicRect(aLogicRect);
|
|
|
|
pRectObj->SetOutlinerParaObject( pOutlParaObject );
|
|
|
|
pDrView->InsertObject(pRectObj, *pDrView->GetPageViewPvNum(0));
|
|
|
|
pOutl->Init( nOutlMode );
|
|
|
|
pOutl->SetMinDepth( nMinDepth );
|
|
|
|
}
|
|
|
|
|
|
|
|
delete pFieldItem;
|
|
|
|
|
|
|
|
Cancel();
|
|
|
|
rReq.Ignore ();
|
|
|
|
}
|
|
|
|
break;
|
|
|
|
|
|
|
|
case SID_MODIFY_FIELD:
|
|
|
|
{
|
|
|
|
OutlinerView* pOLV = pDrView->GetTextEditOutlinerView();
|
|
|
|
|
|
|
|
if( pOLV )
|
|
|
|
{
|
|
|
|
const SvxFieldItem* pFldItem = pOLV->GetFieldAtSelection();
|
|
|
|
|
|
|
|
if( pFldItem && (pFldItem->GetField()->ISA( SvxDateField ) ||
|
|
|
|
pFldItem->GetField()->ISA( SvxAuthorField ) ||
|
|
|
|
pFldItem->GetField()->ISA( SvxExtFileField ) ||
|
|
|
|
pFldItem->GetField()->ISA( SvxExtTimeField ) ) )
|
|
|
|
{
|
|
|
|
// Dialog...
|
2004-05-10 09:51:23 -05:00
|
|
|
//CHINA001 SdModifyFieldDlg aDlg( pWindow, pFldItem->GetField(), pOLV->GetAttribs() );
|
|
|
|
SdAbstractDialogFactory* pFact = SdAbstractDialogFactory::Create();//CHINA001
|
|
|
|
DBG_ASSERT(pFact, "SdAbstractDialogFactory fail!");//CHINA001
|
|
|
|
AbstractSdModifyFieldDlg* pDlg = pFact->CreateSdModifyFieldDlg(ResId( DLG_FIELD_MODIFY ), pWindow, pFldItem->GetField(), pOLV->GetAttribs() );
|
|
|
|
DBG_ASSERT(pDlg, "Dialogdiet fail!");//CHINA001
|
|
|
|
if( pDlg->Execute() == RET_OK ) //CHINA001 if( aDlg.Execute() == RET_OK )
|
2000-09-18 11:07:07 -05:00
|
|
|
{
|
2003-04-24 08:41:45 -05:00
|
|
|
// #108538#
|
|
|
|
// To make a correct SetAttribs() call at the utlinerView
|
|
|
|
// it is necessary to split the actions here
|
2004-05-10 09:51:23 -05:00
|
|
|
SvxFieldData* pField = pDlg->GetField(); //CHINA001 SvxFieldData* pField = aDlg.GetField();
|
2003-04-24 08:41:45 -05:00
|
|
|
ESelection aSel = pOLV->GetSelection();
|
|
|
|
sal_Bool bSelectionWasModified(sal_False);
|
|
|
|
|
2000-09-18 11:07:07 -05:00
|
|
|
if( pField )
|
|
|
|
{
|
|
|
|
SvxFieldItem aFieldItem( *pField );
|
2003-04-24 08:41:45 -05:00
|
|
|
|
2000-09-18 11:07:07 -05:00
|
|
|
if( aSel.nStartPos == aSel.nEndPos )
|
|
|
|
{
|
2003-04-24 08:41:45 -05:00
|
|
|
bSelectionWasModified = sal_True;
|
2000-09-18 11:07:07 -05:00
|
|
|
aSel.nEndPos++;
|
2003-04-24 08:41:45 -05:00
|
|
|
pOLV->SetSelection( aSel );
|
2000-09-18 11:07:07 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
pOLV->InsertField( aFieldItem );
|
|
|
|
|
2003-04-24 08:41:45 -05:00
|
|
|
// #108538# select again for eventual SetAttribs call
|
2000-09-18 11:07:07 -05:00
|
|
|
pOLV->SetSelection( aSel );
|
|
|
|
}
|
2002-10-24 10:08:09 -05:00
|
|
|
|
2004-05-10 09:51:23 -05:00
|
|
|
SfxItemSet aSet( pDlg->GetItemSet() ); //CHINA001 SfxItemSet aSet( aDlg.GetItemSet() );
|
2003-04-24 08:41:45 -05:00
|
|
|
|
2002-10-24 10:08:09 -05:00
|
|
|
if( aSet.Count() )
|
|
|
|
{
|
|
|
|
pOLV->SetAttribs( aSet );
|
|
|
|
|
2004-01-20 05:47:06 -06:00
|
|
|
::Outliner* pOutliner = pOLV->GetOutliner();
|
2002-10-24 10:08:09 -05:00
|
|
|
if( pOutliner )
|
|
|
|
pOutliner->UpdateFields();
|
|
|
|
}
|
2003-04-24 08:41:45 -05:00
|
|
|
|
|
|
|
if(pField)
|
|
|
|
{
|
|
|
|
// #108538# restore selection to original
|
|
|
|
if(bSelectionWasModified)
|
|
|
|
{
|
|
|
|
aSel.nEndPos--;
|
|
|
|
pOLV->SetSelection( aSel );
|
|
|
|
}
|
|
|
|
|
|
|
|
delete pField;
|
|
|
|
}
|
2000-09-18 11:07:07 -05:00
|
|
|
}
|
2004-05-10 09:51:23 -05:00
|
|
|
delete pDlg; //add by CHINA001
|
2000-09-18 11:07:07 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
Cancel();
|
|
|
|
rReq.Ignore ();
|
|
|
|
}
|
|
|
|
break;
|
|
|
|
|
2003-04-04 09:15:15 -06:00
|
|
|
case SID_OPEN_XML_FILTERSETTINGS:
|
|
|
|
{
|
|
|
|
try
|
|
|
|
{
|
|
|
|
com::sun::star::uno::Reference < ::com::sun::star::ui::dialogs::XExecutableDialog > xDialog(::comphelper::getProcessServiceFactory()->createInstance(rtl::OUString::createFromAscii("com.sun.star.comp.ui.XSLTFilterDialog")), com::sun::star::uno::UNO_QUERY);
|
|
|
|
if( xDialog.is() )
|
|
|
|
{
|
|
|
|
xDialog->execute();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
catch( ::com::sun::star::uno::RuntimeException& )
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
Cancel();
|
|
|
|
rReq.Ignore ();
|
|
|
|
}
|
|
|
|
break;
|
|
|
|
|
2000-09-18 11:07:07 -05:00
|
|
|
default:
|
|
|
|
{
|
|
|
|
// switch Anweisung wegen CLOOKS aufgeteilt. Alle case-Anweisungen die
|
|
|
|
// eine Fu???? -Funktion aufrufen, sind in die Methode FuTemp03 (drviewsb)
|
|
|
|
// gewandert.
|
|
|
|
FuTemp03(rReq);
|
|
|
|
}
|
|
|
|
break;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2004-01-20 05:47:06 -06:00
|
|
|
bool DrawViewShell::RenameSlide( USHORT nPageId, const String & rName )
|
2002-11-04 10:42:55 -06:00
|
|
|
{
|
|
|
|
BOOL bOutDummy;
|
2004-01-20 05:47:06 -06:00
|
|
|
if( GetDoc()->GetPageByName( rName, bOutDummy ) != SDRPAGE_NOTFOUND )
|
2002-11-04 10:42:55 -06:00
|
|
|
return false;
|
|
|
|
|
|
|
|
SdPage* pPageToRename = NULL;
|
|
|
|
PageKind ePageKind = GetPageKind();
|
|
|
|
|
|
|
|
if( GetEditMode() == EM_PAGE )
|
|
|
|
{
|
2004-01-20 05:47:06 -06:00
|
|
|
pPageToRename = GetDoc()->GetSdPage( nPageId - 1, ePageKind );
|
2002-11-04 10:42:55 -06:00
|
|
|
|
|
|
|
// Undo
|
|
|
|
SdPage* pUndoPage = pPageToRename;
|
2004-01-20 05:47:06 -06:00
|
|
|
SdrLayerAdmin & rLayerAdmin = GetDoc()->GetLayerAdmin();
|
2002-11-04 10:42:55 -06:00
|
|
|
BYTE nBackground = rLayerAdmin.GetLayerID( String( SdResId( STR_LAYER_BCKGRND )), FALSE );
|
|
|
|
BYTE nBgObj = rLayerAdmin.GetLayerID( String( SdResId( STR_LAYER_BCKGRNDOBJ )), FALSE );
|
2004-07-12 09:19:34 -05:00
|
|
|
SetOfByte aVisibleLayers = pActualPage->TRG_GetMasterPageVisibleLayers();
|
2002-11-04 10:42:55 -06:00
|
|
|
|
|
|
|
// (#67720#)
|
2004-01-20 05:47:06 -06:00
|
|
|
SfxUndoManager* pManager = GetDoc()->GetDocSh()->GetUndoManager();
|
2002-11-04 10:42:55 -06:00
|
|
|
ModifyPageUndoAction* pAction = new ModifyPageUndoAction(
|
2004-01-20 05:47:06 -06:00
|
|
|
pManager, GetDoc(), pUndoPage, rName, pUndoPage->GetAutoLayout(),
|
2002-11-04 10:42:55 -06:00
|
|
|
aVisibleLayers.IsSet( nBackground ),
|
|
|
|
aVisibleLayers.IsSet( nBgObj ));
|
|
|
|
pManager->AddUndoAction( pAction );
|
|
|
|
|
|
|
|
// rename
|
|
|
|
pPageToRename->SetName( rName );
|
|
|
|
|
|
|
|
if( ePageKind == PK_STANDARD )
|
|
|
|
{
|
|
|
|
// also rename notes-page
|
2004-01-20 05:47:06 -06:00
|
|
|
SdPage* pNotesPage = GetDoc()->GetSdPage( nPageId - 1, PK_NOTES );
|
2002-11-04 10:42:55 -06:00
|
|
|
pNotesPage->SetName( rName );
|
|
|
|
}
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
// rename MasterPage -> rename LayoutTemplate
|
2004-01-20 05:47:06 -06:00
|
|
|
pPageToRename = GetDoc()->GetMasterSdPage( nPageId - 1, ePageKind );
|
|
|
|
GetDoc()->RenameLayoutTemplate( pPageToRename->GetLayoutName(), rName );
|
2002-11-04 10:42:55 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
bool bSuccess = ( FALSE != rName.Equals( pPageToRename->GetName()));
|
|
|
|
|
|
|
|
if( bSuccess )
|
|
|
|
{
|
|
|
|
// user edited page names may be changed by the page so update control
|
|
|
|
aTabControl.SetPageText( nPageId, rName );
|
|
|
|
|
|
|
|
// set document to modified state
|
2004-01-20 05:47:06 -06:00
|
|
|
GetDoc()->SetChanged( TRUE );
|
2002-11-04 10:42:55 -06:00
|
|
|
|
|
|
|
// inform navigator about change
|
|
|
|
SfxBoolItem aItem( SID_NAVIGATOR_INIT, TRUE );
|
|
|
|
GetViewFrame()->GetDispatcher()->Execute(
|
|
|
|
SID_NAVIGATOR_INIT, SFX_CALLMODE_ASYNCHRON | SFX_CALLMODE_RECORD, &aItem, 0L );
|
|
|
|
}
|
|
|
|
|
|
|
|
return bSuccess;
|
|
|
|
}
|
|
|
|
|
2004-02-04 03:22:08 -06:00
|
|
|
IMPL_LINK( DrawViewShell, RenameSlideHdl, AbstractSvxNameDialog*, pDialog )
|
2002-11-04 10:42:55 -06:00
|
|
|
{
|
|
|
|
if( ! pDialog )
|
|
|
|
return 0;
|
|
|
|
|
|
|
|
String aNewName;
|
|
|
|
pDialog->GetName( aNewName );
|
|
|
|
|
2004-01-20 05:47:06 -06:00
|
|
|
SdPage* pCurrentPage = GetDoc()->GetSdPage( aTabControl.GetCurPageId() - 1, GetPageKind() );
|
2000-09-18 11:07:07 -05:00
|
|
|
|
2002-11-04 10:42:55 -06:00
|
|
|
return ( aNewName.Equals( pCurrentPage->GetName() )
|
|
|
|
|| GetDocSh()->IsNewPageNameValid( aNewName ) );
|
|
|
|
}
|
2002-12-12 11:41:50 -06:00
|
|
|
|
2004-01-20 05:47:06 -06:00
|
|
|
void DrawViewShell::ModifyLayer( SdrLayer* pLayer, String& rLayerName, bool bIsVisible, bool bIsLocked, bool bIsPrintable )
|
2002-12-12 11:41:50 -06:00
|
|
|
{
|
|
|
|
if( pLayer )
|
|
|
|
{
|
|
|
|
|
|
|
|
const USHORT nPageCount = aLayerTab.GetPageCount();
|
|
|
|
USHORT nCurPage = 0;
|
|
|
|
USHORT nPos;
|
|
|
|
for( nPos = 0; nPos < nPageCount; nPos++ )
|
|
|
|
{
|
|
|
|
USHORT nId = aLayerTab.GetPageId( nPos );
|
|
|
|
if( pLayer->GetName() == aLayerTab.GetPageText( nId ) )
|
|
|
|
{
|
|
|
|
nCurPage = nId;
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
pLayer->SetName( rLayerName );
|
|
|
|
pDrView->SetLayerVisible( rLayerName, bIsVisible );
|
|
|
|
pDrView->SetLayerLocked( rLayerName, bIsLocked);
|
|
|
|
pDrView->SetLayerPrintable(rLayerName, bIsPrintable);
|
|
|
|
|
2004-01-20 05:47:06 -06:00
|
|
|
GetDoc()->SetChanged(TRUE);
|
2002-12-12 11:41:50 -06:00
|
|
|
|
|
|
|
aLayerTab.SetPageText(nCurPage, rLayerName);
|
|
|
|
|
|
|
|
TabBarPageBits nBits = 0;
|
|
|
|
|
|
|
|
if (!bIsVisible)
|
|
|
|
{
|
|
|
|
// Unsichtbare Layer werden anders dargestellt
|
|
|
|
nBits = TPB_SPECIAL;
|
|
|
|
}
|
|
|
|
|
|
|
|
aLayerTab.SetPageBits(nCurPage, nBits);
|
|
|
|
|
|
|
|
GetViewFrame()->GetDispatcher()->Execute(SID_SWITCHLAYER,
|
|
|
|
SFX_CALLMODE_ASYNCHRON | SFX_CALLMODE_RECORD);
|
|
|
|
|
2004-01-20 05:47:06 -06:00
|
|
|
// Call Invalidate at the form shell.
|
|
|
|
FmFormShell* pFormShell = GetObjectBarManager().GetFormShell();
|
|
|
|
if (pFormShell != NULL)
|
|
|
|
pFormShell->Invalidate();
|
2002-12-12 11:41:50 -06:00
|
|
|
}
|
2003-10-06 09:26:54 -05:00
|
|
|
}
|
2004-01-20 05:47:06 -06:00
|
|
|
|
|
|
|
} // end of namespace sd
|