2000-09-18 11:07:07 -05:00
|
|
|
/*************************************************************************
|
|
|
|
*
|
2005-09-09 01:05:55 -05:00
|
|
|
* OpenOffice.org - a multi-platform office productivity suite
|
2000-09-18 11:07:07 -05:00
|
|
|
*
|
2005-09-09 01:05:55 -05:00
|
|
|
* $RCSfile: drawview.cxx,v $
|
2000-09-18 11:07:07 -05:00
|
|
|
*
|
2006-09-16 13:35:15 -05:00
|
|
|
* $Revision: 1.41 $
|
2000-09-18 11:07:07 -05:00
|
|
|
*
|
2006-09-16 13:35:15 -05:00
|
|
|
* last change: $Author: obo $ $Date: 2006-09-16 19:35:15 $
|
2000-09-18 11:07:07 -05:00
|
|
|
*
|
2005-09-09 01:05:55 -05: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 11:07:07 -05:00
|
|
|
*
|
|
|
|
*
|
2005-09-09 01:05:55 -05: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 11:07:07 -05:00
|
|
|
*
|
2005-09-09 01:05:55 -05: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 11:07:07 -05:00
|
|
|
*
|
2005-09-09 01:05:55 -05: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 11:07:07 -05:00
|
|
|
*
|
2005-09-09 01:05:55 -05: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 11:07:07 -05:00
|
|
|
*
|
|
|
|
************************************************************************/
|
|
|
|
|
2006-09-16 13:35:15 -05:00
|
|
|
// MARKER(update_precomp.py): autogen include statement, do not remove
|
|
|
|
#include "precompiled_sd.hxx"
|
|
|
|
|
2000-09-18 11:07:07 -05:00
|
|
|
#ifndef _SFXDISPATCH_HXX //autogen
|
|
|
|
#include <sfx2/dispatch.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _MSGBOX_HXX //autogen
|
|
|
|
#include <vcl/msgbox.hxx>
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef _SVDPAGV_HXX //autogen
|
|
|
|
#include <svx/svdpagv.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _SFXREQUEST_HXX //autogen
|
|
|
|
#include <sfx2/request.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _SFXSTYLE_HXX //autogen
|
|
|
|
#include <svtools/style.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _OUTLINER_HXX //autogen
|
|
|
|
#include <svx/outliner.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _VIEW3D_HXX //autogen
|
|
|
|
#include <svx/view3d.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _SVXIDS_HRC //autogen
|
|
|
|
#include <svx/svxids.hrc>
|
|
|
|
#endif
|
|
|
|
#ifndef _XOUTX_HXX
|
|
|
|
#include <svx/xoutx.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _SVDOTEXT_HXX //autogen
|
|
|
|
#include <svx/svdotext.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _SVDOGRAF_HXX //autogen
|
|
|
|
#include <svx/svdograf.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _SVDOGRP_HXX //autogen
|
|
|
|
#include <svx/svdogrp.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _SVDORECT_HXX //autogen
|
|
|
|
#include <svx/svdorect.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _SFXPOOLITEM_HXX //autogen
|
|
|
|
#include <svtools/poolitem.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _EEITEM_HXX //autogen
|
|
|
|
#include <svx/eeitem.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _SVX_BULITEM_HXX //autogen
|
|
|
|
#include <svx/bulitem.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _SFXITEMPOOL_HXX //autogen
|
|
|
|
#include <svtools/itempool.hxx>
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef _SVX_NUMITEM_HXX //autogen
|
|
|
|
#include <svx/numitem.hxx>
|
|
|
|
#endif
|
|
|
|
|
2001-03-23 05:50:33 -06:00
|
|
|
#ifndef _SFX_WHITER_HXX
|
|
|
|
#include <svtools/whiter.hxx>
|
|
|
|
#endif
|
|
|
|
|
2004-10-04 12:42:02 -05:00
|
|
|
#include <sfx2/viewfrm.hxx>
|
|
|
|
#include <sfx2/objface.hxx>
|
|
|
|
|
2000-09-18 11:07:07 -05:00
|
|
|
#ifndef _SD_STLSHEET_HXX
|
|
|
|
#include "stlsheet.hxx"
|
|
|
|
#endif
|
|
|
|
|
2002-04-12 06:24:04 -05:00
|
|
|
#include <svx/svdoutl.hxx>
|
2006-01-10 07:33:16 -06:00
|
|
|
#include <svx/svdstr.hrc>
|
|
|
|
#include <svx/dialmgr.hxx>
|
2002-04-12 06:24:04 -05:00
|
|
|
|
2000-09-18 11:07:07 -05:00
|
|
|
#include "glob.hrc"
|
|
|
|
#include "strings.hrc"
|
|
|
|
|
2004-01-20 05:41:47 -06:00
|
|
|
#ifndef SD_VIEW_HXX
|
|
|
|
#include "View.hxx"
|
|
|
|
#endif
|
2000-09-18 11:07:07 -05:00
|
|
|
#include "sdattr.hxx"
|
2004-01-20 05:41:47 -06:00
|
|
|
#ifndef SD_DRAW_VIEW_HXX
|
2000-09-18 11:07:07 -05:00
|
|
|
#include "drawview.hxx"
|
2004-01-20 05:41:47 -06:00
|
|
|
#endif
|
2000-09-18 11:07:07 -05:00
|
|
|
#include "drawdoc.hxx"
|
2004-01-20 05:41:47 -06:00
|
|
|
#include "DrawDocShell.hxx"
|
2000-09-18 11:07:07 -05:00
|
|
|
#include "sdpage.hxx"
|
2004-01-20 05:41:47 -06:00
|
|
|
#ifndef SD_DRAW_VIEW_SHELL_HXX
|
|
|
|
#include "DrawViewShell.hxx"
|
|
|
|
#endif
|
2000-09-18 11:07:07 -05:00
|
|
|
#include "pres.hxx"
|
|
|
|
#include "sdresid.hxx"
|
2004-01-20 05:41:47 -06:00
|
|
|
#ifndef SD_WINDOW_HXX
|
|
|
|
#include "Window.hxx"
|
|
|
|
#endif
|
2000-09-18 11:07:07 -05:00
|
|
|
#include "unchss.hxx"
|
2004-01-20 05:41:47 -06:00
|
|
|
#ifndef SD_FRAME_VIEW
|
|
|
|
#include "FrameView.hxx"
|
|
|
|
#endif
|
2000-09-18 11:07:07 -05:00
|
|
|
#include "anminfo.hxx"
|
2004-11-26 13:30:27 -06:00
|
|
|
#ifndef _SD_SLIDESHOW_HXX
|
|
|
|
#include "slideshow.hxx"
|
2004-01-20 05:41:47 -06:00
|
|
|
#endif
|
2000-09-18 11:07:07 -05:00
|
|
|
|
2004-07-12 09:15:11 -05:00
|
|
|
#ifndef _SDR_CONTACT_VIEWOBJECTCONTACT_HXX
|
|
|
|
#include <svx/sdr/contact/viewobjectcontact.hxx>
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef _SDR_CONTACT_VIEWCONTACT_HXX
|
|
|
|
#include <svx/sdr/contact/viewcontact.hxx>
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef _SDR_CONTACT_DISPLAYINFO_HXX
|
|
|
|
#include <svx/sdr/contact/displayinfo.hxx>
|
|
|
|
#endif
|
|
|
|
|
2004-11-26 13:30:27 -06:00
|
|
|
#include "ShowWindow.hxx"
|
2006-01-10 07:33:16 -06:00
|
|
|
#include "undo/undomanager.hxx"
|
2004-11-26 13:30:27 -06:00
|
|
|
|
2003-04-24 08:41:02 -05:00
|
|
|
using namespace ::com::sun::star;
|
|
|
|
|
2004-01-20 05:41:47 -06:00
|
|
|
namespace sd {
|
|
|
|
|
|
|
|
TYPEINIT1(DrawView, View);
|
2000-09-18 11:07:07 -05:00
|
|
|
|
|
|
|
/*************************************************************************
|
|
|
|
|*
|
|
|
|
|* Konstruktor
|
|
|
|
|* zeigt die erste Seite des Dokuments auf Position 0,0 an;
|
|
|
|
|* falls noch keine Seite vorhanden ist, wird eine erzeugt
|
|
|
|
|*
|
|
|
|
\************************************************************************/
|
|
|
|
|
2004-01-20 05:41:47 -06:00
|
|
|
DrawView::DrawView (
|
|
|
|
DrawDocShell* pDocSh,
|
|
|
|
OutputDevice* pOutDev,
|
|
|
|
DrawViewShell* pShell)
|
|
|
|
: ::sd::View(pDocSh->GetDoc(), pOutDev, pShell),
|
|
|
|
pDrawViewShell(pShell),
|
|
|
|
pDocShell(pDocSh),
|
|
|
|
nPOCHSmph(0),
|
|
|
|
pVDev(NULL),
|
2006-08-01 03:24:19 -05:00
|
|
|
mpSlideShow(NULL)
|
2000-09-18 11:07:07 -05:00
|
|
|
{
|
|
|
|
SetCurrentObj(OBJ_RECT, SdrInventor);
|
|
|
|
}
|
|
|
|
|
|
|
|
/*************************************************************************
|
|
|
|
|*
|
|
|
|
|* Destruktor
|
|
|
|
|*
|
|
|
|
\************************************************************************/
|
|
|
|
|
2004-01-20 05:41:47 -06:00
|
|
|
DrawView::~DrawView()
|
2000-09-18 11:07:07 -05:00
|
|
|
{
|
|
|
|
delete pVDev;
|
|
|
|
|
2004-11-26 13:30:27 -06:00
|
|
|
if( mpSlideShow )
|
|
|
|
mpSlideShow->dispose();
|
2000-09-18 11:07:07 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
/*************************************************************************
|
|
|
|
|*
|
|
|
|
|* virtuelle Methode von SdrView, wird bei Selektionsaenderung gerufen
|
|
|
|
|*
|
|
|
|
\************************************************************************/
|
|
|
|
|
2004-01-20 05:41:47 -06:00
|
|
|
void DrawView::MarkListHasChanged()
|
2000-09-18 11:07:07 -05:00
|
|
|
{
|
2004-01-20 05:41:47 -06:00
|
|
|
::sd::View::MarkListHasChanged();
|
2000-09-18 11:07:07 -05:00
|
|
|
|
|
|
|
if (pDrawViewShell)
|
|
|
|
pDrawViewShell->SelectionHasChanged();
|
|
|
|
}
|
|
|
|
|
|
|
|
/*************************************************************************
|
|
|
|
|*
|
|
|
|
|* virtuelle Methode von SdrView, wird bei Modelaenderung gerufen
|
|
|
|
|*
|
|
|
|
\************************************************************************/
|
|
|
|
|
2004-01-20 05:41:47 -06:00
|
|
|
void DrawView::ModelHasChanged()
|
2000-09-18 11:07:07 -05:00
|
|
|
{
|
2004-01-20 05:41:47 -06:00
|
|
|
::sd::View::ModelHasChanged();
|
2000-09-18 11:07:07 -05:00
|
|
|
|
|
|
|
// den Gestalter zur Neudarstellung zwingen
|
|
|
|
SfxStyleSheetBasePool* pSSPool = pDoc->GetStyleSheetPool();
|
|
|
|
pSSPool->Broadcast(SfxStyleSheetPoolHint(SFX_STYLESHEETPOOL_CHANGES));
|
|
|
|
|
2004-11-26 13:30:27 -06:00
|
|
|
if( pDrawViewShell )
|
2000-09-18 11:07:07 -05:00
|
|
|
pDrawViewShell->ModelHasChanged();
|
2004-11-26 13:30:27 -06:00
|
|
|
|
2000-09-18 11:07:07 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
/*************************************************************************
|
|
|
|
|*
|
|
|
|
|* Attribute auf Titel- und Gliederungtext und Hintergrundrechteck einer
|
|
|
|
|* Masterpage in Vorlagen umlenken, sonst an Basisklasse weitergeben
|
|
|
|
|*
|
|
|
|
\************************************************************************/
|
|
|
|
|
2004-01-20 05:41:47 -06:00
|
|
|
BOOL DrawView::SetAttributes(const SfxItemSet& rSet,
|
2000-09-18 11:07:07 -05:00
|
|
|
BOOL bReplaceAll)
|
|
|
|
{
|
|
|
|
BOOL bOk = FALSE;
|
|
|
|
|
|
|
|
// wird eine Masterpage bearbeitet?
|
|
|
|
if ( pDrawViewShell && pDrawViewShell->GetEditMode() == EM_MASTERPAGE )
|
|
|
|
{
|
|
|
|
SfxStyleSheetBasePool* pStShPool = pDoc->GetStyleSheetPool();
|
2004-07-12 09:15:11 -05:00
|
|
|
SdPage& rPage = (SdPage&)pDrawViewShell->GetActualPage()->TRG_GetMasterPage();
|
|
|
|
String aLayoutName = rPage.GetName();
|
2000-09-18 11:07:07 -05:00
|
|
|
SdrTextObj* pObject = (SdrTextObj*)GetTextEditObject();
|
|
|
|
|
|
|
|
if (pObject)
|
|
|
|
{
|
2001-03-23 05:50:33 -06:00
|
|
|
// Textedit
|
2000-09-18 11:07:07 -05:00
|
|
|
String aTemplateName(aLayoutName);
|
|
|
|
|
|
|
|
UINT32 nInv = pObject->GetObjInventor();
|
|
|
|
|
|
|
|
if (nInv == SdrInventor)
|
|
|
|
{
|
|
|
|
UINT16 eObjKind = pObject->GetObjIdentifier();
|
2004-07-12 09:15:11 -05:00
|
|
|
PresObjKind ePresObjKind = rPage.GetPresObjKind(pObject);
|
2000-09-18 11:07:07 -05:00
|
|
|
|
2001-03-23 05:50:33 -06:00
|
|
|
if ( ePresObjKind == PRESOBJ_TITLE ||
|
|
|
|
ePresObjKind == PRESOBJ_NOTES )
|
2000-09-18 11:07:07 -05:00
|
|
|
{
|
2001-03-23 05:50:33 -06:00
|
|
|
// Presentation object (except outline)
|
2004-07-12 09:15:11 -05:00
|
|
|
SfxStyleSheet* pSheet = rPage.GetStyleSheetForPresObj( ePresObjKind );
|
2000-09-18 11:07:07 -05:00
|
|
|
DBG_ASSERT(pSheet, "StyleSheet nicht gefunden");
|
|
|
|
|
2001-03-23 05:50:33 -06:00
|
|
|
SfxItemSet aTempSet( pSheet->GetItemSet() );
|
|
|
|
aTempSet.Put( rSet );
|
|
|
|
aTempSet.ClearInvalidItems();
|
|
|
|
|
2000-09-18 11:07:07 -05:00
|
|
|
// Undo-Action
|
2001-03-23 05:50:33 -06:00
|
|
|
StyleSheetUndoAction* pAction = new StyleSheetUndoAction(pDoc, pSheet, &aTempSet);
|
2000-09-18 11:07:07 -05:00
|
|
|
pDocSh->GetUndoManager()->AddUndoAction(pAction);
|
|
|
|
|
|
|
|
pSheet->GetItemSet().Put(aTempSet);
|
|
|
|
pSheet->Broadcast(SfxSimpleHint(SFX_HINT_DATACHANGED));
|
|
|
|
bOk = TRUE;
|
|
|
|
}
|
|
|
|
else if (eObjKind == OBJ_OUTLINETEXT)
|
|
|
|
{
|
2001-03-23 05:50:33 -06:00
|
|
|
// Presentation object outline
|
2000-09-18 11:07:07 -05:00
|
|
|
OutlinerView* pOV = GetTextEditOutlinerView();
|
2004-01-20 05:41:47 -06:00
|
|
|
::Outliner* pOutliner = pOV->GetOutliner();
|
2000-09-18 11:07:07 -05:00
|
|
|
List* pList = (List*)pOV->CreateSelectionList();
|
|
|
|
aTemplateName += String(SdResId(STR_LAYOUT_OUTLINE));
|
|
|
|
|
|
|
|
pOutliner->SetUpdateMode(FALSE);
|
|
|
|
pDocSh->SetWaitCursor( TRUE );
|
|
|
|
|
|
|
|
// Platzhalter durch Vorlagennamen ersetzen
|
|
|
|
String aComment(SdResId(STR_UNDO_CHANGE_PRES_OBJECT));
|
|
|
|
xub_StrLen nPos = aComment.Search( (sal_Unicode)'$' );
|
|
|
|
aComment.Erase(nPos, 1);
|
|
|
|
aComment.Insert( String((SdResId(STR_PSEUDOSHEET_OUTLINE))), nPos);
|
|
|
|
pDocSh->GetUndoManager()->EnterListAction( aComment, String() );
|
|
|
|
|
2001-03-23 05:50:33 -06:00
|
|
|
Paragraph* pPara = (Paragraph*)pList->Last();
|
2000-09-18 11:07:07 -05:00
|
|
|
while (pPara)
|
|
|
|
{
|
|
|
|
ULONG nParaPos = pOutliner->GetAbsPos( pPara );
|
2001-03-08 04:28:38 -06:00
|
|
|
USHORT nDepth = pOutliner->GetDepth( (USHORT) nParaPos );
|
2004-07-12 09:15:11 -05:00
|
|
|
String aName(rPage.GetLayoutName());
|
2000-09-18 11:07:07 -05:00
|
|
|
aName += (sal_Unicode)(' ');
|
|
|
|
aName += String::CreateFromInt32( (sal_Int32)nDepth );
|
2001-03-23 05:50:33 -06:00
|
|
|
SfxStyleSheet* pSheet = (SfxStyleSheet*)pStShPool->Find(aName, SD_LT_FAMILY);
|
2000-09-18 11:07:07 -05:00
|
|
|
DBG_ASSERT(pSheet, "StyleSheet nicht gefunden");
|
|
|
|
|
2001-03-23 05:50:33 -06:00
|
|
|
SfxItemSet aTempSet( pSheet->GetItemSet() );
|
|
|
|
aTempSet.Put( rSet );
|
|
|
|
aTempSet.ClearInvalidItems();
|
|
|
|
|
2000-09-18 11:07:07 -05:00
|
|
|
if( nDepth > 1 && aTempSet.GetItemState( EE_PARA_NUMBULLET ) == SFX_ITEM_ON )
|
|
|
|
{
|
|
|
|
// Kein SvxNumBulletItem in Gliederungsebenen 2 bis 9!
|
|
|
|
aTempSet.ClearItem( EE_PARA_NUMBULLET );
|
|
|
|
}
|
|
|
|
|
|
|
|
// Undo-Action
|
|
|
|
StyleSheetUndoAction* pAction = new StyleSheetUndoAction(pDoc, pSheet, &aTempSet);
|
|
|
|
pDocSh->GetUndoManager()->AddUndoAction(pAction);
|
|
|
|
|
|
|
|
pSheet->GetItemSet().Put(aTempSet);
|
|
|
|
pSheet->Broadcast(SfxSimpleHint(SFX_HINT_DATACHANGED));
|
|
|
|
|
2002-01-25 08:19:45 -06:00
|
|
|
// now also broadcast any child sheets
|
|
|
|
USHORT nChild;
|
|
|
|
for( nChild = nDepth + 1; nChild < 10; nChild++ )
|
|
|
|
{
|
2004-07-12 09:15:11 -05:00
|
|
|
String aName(rPage.GetLayoutName());
|
2002-01-25 08:19:45 -06:00
|
|
|
aName += (sal_Unicode)(' ');
|
|
|
|
aName += String::CreateFromInt32( (sal_Int32)nChild );
|
|
|
|
SfxStyleSheet* pSheet = (SfxStyleSheet*)pStShPool->Find(aName, SD_LT_FAMILY);
|
|
|
|
|
|
|
|
if( pSheet )
|
|
|
|
pSheet->Broadcast(SfxSimpleHint(SFX_HINT_DATACHANGED));
|
|
|
|
}
|
|
|
|
|
2001-03-23 05:50:33 -06:00
|
|
|
pPara = (Paragraph*)pList->Prev();
|
|
|
|
|
|
|
|
if( !pPara && nDepth > 1 && rSet.GetItemState( EE_PARA_NUMBULLET ) == SFX_ITEM_ON &&
|
|
|
|
pOutliner->GetDepth( (USHORT) pOutliner->GetAbsPos( (Paragraph*) pList->First() ) ) > 1 )
|
|
|
|
pPara = pOutliner->GetParagraph( 0 ); // Put NumBulletItem in outline level 1
|
2000-09-18 11:07:07 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
pDocSh->SetWaitCursor( FALSE );
|
|
|
|
pOV->GetOutliner()->SetUpdateMode(TRUE);
|
|
|
|
|
|
|
|
pDocSh->GetUndoManager()->LeaveListAction();
|
|
|
|
|
|
|
|
delete pList;
|
|
|
|
bOk = TRUE;
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
2004-01-20 05:41:47 -06:00
|
|
|
bOk = ::sd::View::SetAttributes(rSet, bReplaceAll);
|
2000-09-18 11:07:07 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
2001-03-23 05:50:33 -06:00
|
|
|
// Selection
|
2004-07-12 09:15:11 -05:00
|
|
|
const SdrMarkList& rList = GetMarkedObjectList();
|
2000-09-18 11:07:07 -05:00
|
|
|
ULONG nMarkCount = rList.GetMarkCount();
|
|
|
|
SdrObject* pObject = NULL;
|
|
|
|
for (ULONG nMark = 0; nMark < nMarkCount; nMark++)
|
|
|
|
{
|
2006-07-25 05:47:04 -05:00
|
|
|
pObject = rList.GetMark(nMark)->GetMarkedSdrObj();
|
2000-09-18 11:07:07 -05:00
|
|
|
UINT32 nInv = pObject->GetObjInventor();
|
|
|
|
|
|
|
|
if (nInv == SdrInventor)
|
|
|
|
{
|
|
|
|
UINT16 eObjKind = pObject->GetObjIdentifier();
|
2004-07-12 09:15:11 -05:00
|
|
|
PresObjKind ePresObjKind = rPage.GetPresObjKind(pObject);
|
2000-09-18 11:07:07 -05:00
|
|
|
String aTemplateName(aLayoutName);
|
|
|
|
|
2001-03-23 05:50:33 -06:00
|
|
|
if (ePresObjKind == PRESOBJ_TITLE ||
|
|
|
|
ePresObjKind == PRESOBJ_NOTES ||
|
|
|
|
ePresObjKind == PRESOBJ_BACKGROUND)
|
2000-09-18 11:07:07 -05:00
|
|
|
{
|
2001-03-23 05:50:33 -06:00
|
|
|
// Presentation object (except outline)
|
2004-07-12 09:15:11 -05:00
|
|
|
SfxStyleSheet* pSheet = rPage.GetStyleSheetForPresObj( ePresObjKind );
|
2001-03-23 05:50:33 -06:00
|
|
|
DBG_ASSERT(pSheet, "StyleSheet not found");
|
|
|
|
|
|
|
|
SfxItemSet aTempSet( pSheet->GetItemSet() );
|
|
|
|
aTempSet.Put( rSet );
|
|
|
|
aTempSet.ClearInvalidItems();
|
2000-09-18 11:07:07 -05:00
|
|
|
|
|
|
|
// Undo-Action
|
2001-03-23 05:50:33 -06:00
|
|
|
StyleSheetUndoAction* pAction = new StyleSheetUndoAction(pDoc, pSheet, &aTempSet);
|
2000-09-18 11:07:07 -05:00
|
|
|
pDocSh->GetUndoManager()->AddUndoAction(pAction);
|
|
|
|
|
|
|
|
pSheet->GetItemSet().Put(aTempSet);
|
|
|
|
pSheet->Broadcast(SfxSimpleHint(SFX_HINT_DATACHANGED));
|
|
|
|
bOk = TRUE;
|
|
|
|
}
|
|
|
|
else if (eObjKind == OBJ_OUTLINETEXT)
|
|
|
|
{
|
2001-03-23 05:50:33 -06:00
|
|
|
// Presentation object outline
|
2000-09-18 11:07:07 -05:00
|
|
|
aTemplateName += String(SdResId(STR_LAYOUT_OUTLINE));
|
2002-01-25 08:19:45 -06:00
|
|
|
for (USHORT nLevel = 9; nLevel > 0; nLevel--)
|
2000-09-18 11:07:07 -05:00
|
|
|
{
|
2004-07-12 09:15:11 -05:00
|
|
|
String aName(rPage.GetLayoutName());
|
2000-09-18 11:07:07 -05:00
|
|
|
aName += (sal_Unicode)(' ');
|
|
|
|
aName += String::CreateFromInt32( (sal_Int32)nLevel );
|
|
|
|
SfxStyleSheet* pSheet = (SfxStyleSheet*)pStShPool->
|
|
|
|
Find(aName, SD_LT_FAMILY);
|
|
|
|
DBG_ASSERT(pSheet, "StyleSheet nicht gefunden");
|
|
|
|
|
2001-03-23 05:50:33 -06:00
|
|
|
SfxItemSet aTempSet( pSheet->GetItemSet() );
|
|
|
|
|
2002-11-13 02:56:55 -06:00
|
|
|
if( nLevel > 1 )
|
|
|
|
{
|
|
|
|
// for all levels over 1, clear all items that will be
|
|
|
|
// hard set to level 1
|
|
|
|
SfxWhichIter aWhichIter(rSet);
|
|
|
|
sal_uInt16 nWhich(aWhichIter.FirstWhich());
|
|
|
|
while( nWhich )
|
|
|
|
{
|
|
|
|
if( SFX_ITEM_ON == rSet.GetItemState( nWhich ) )
|
|
|
|
aTempSet.ClearItem( nWhich );
|
|
|
|
nWhich = aWhichIter.NextWhich();
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
// put the items hard into level one
|
|
|
|
aTempSet.Put( rSet );
|
|
|
|
}
|
|
|
|
|
|
|
|
aTempSet.ClearInvalidItems();
|
2000-09-18 11:07:07 -05:00
|
|
|
|
|
|
|
// Undo-Action
|
|
|
|
StyleSheetUndoAction* pAction = new StyleSheetUndoAction(pDoc, pSheet, &aTempSet);
|
|
|
|
pDocSh->GetUndoManager()->AddUndoAction(pAction);
|
|
|
|
|
2002-11-13 02:56:55 -06:00
|
|
|
pSheet->GetItemSet().Set(aTempSet,false);
|
2000-09-18 11:07:07 -05:00
|
|
|
pSheet->Broadcast(SfxSimpleHint(SFX_HINT_DATACHANGED));
|
|
|
|
}
|
2002-11-13 02:56:55 -06:00
|
|
|
|
|
|
|
// remove all hard set items from shape that are now set in style
|
|
|
|
SfxWhichIter aWhichIter(rSet);
|
|
|
|
sal_uInt16 nWhich(aWhichIter.FirstWhich());
|
|
|
|
while( nWhich )
|
|
|
|
{
|
|
|
|
if( SFX_ITEM_ON == rSet.GetItemState( nWhich ) )
|
2003-11-24 10:17:59 -06:00
|
|
|
pObject->ClearMergedItem( nWhich );
|
2002-11-13 02:56:55 -06:00
|
|
|
nWhich = aWhichIter.NextWhich();
|
|
|
|
}
|
|
|
|
|
2000-09-18 11:07:07 -05:00
|
|
|
bOk = TRUE;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2002-10-01 09:03:56 -05:00
|
|
|
if(!bOk)
|
2004-01-20 05:41:47 -06:00
|
|
|
bOk = ::sd::View::SetAttributes(rSet, bReplaceAll);
|
2000-09-18 11:07:07 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
else // nicht auf der Masterpage
|
|
|
|
{
|
2004-01-20 05:41:47 -06:00
|
|
|
bOk = ::sd::View::SetAttributes(rSet, bReplaceAll);
|
2000-09-18 11:07:07 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
return (bOk);
|
|
|
|
}
|
|
|
|
|
|
|
|
/*************************************************************************
|
|
|
|
|*
|
|
|
|
|* Notify fuer Aenderung der Seitenanordnung
|
|
|
|
|*
|
|
|
|
\************************************************************************/
|
|
|
|
|
2004-01-20 05:41:47 -06:00
|
|
|
void DrawView::SFX_NOTIFY(SfxBroadcaster& rBC, const TypeId& rBCType,
|
2000-09-18 11:07:07 -05:00
|
|
|
const SfxHint& rHint, const TypeId& rHintType)
|
|
|
|
{
|
|
|
|
if ( pDrawViewShell && rHint.ISA(SdrHint) )
|
|
|
|
{
|
|
|
|
SdrHintKind eHintKind = ( (SdrHint&) rHint).GetKind();
|
|
|
|
|
|
|
|
if ( nPOCHSmph == 0 && eHintKind == HINT_PAGEORDERCHG )
|
|
|
|
{
|
|
|
|
pDrawViewShell->ResetActualPage();
|
|
|
|
}
|
|
|
|
else if ( eHintKind == HINT_LAYERCHG || eHintKind == HINT_LAYERORDERCHG )
|
|
|
|
{
|
|
|
|
pDrawViewShell->ResetActualLayer();
|
|
|
|
}
|
2001-11-07 07:27:51 -06:00
|
|
|
|
|
|
|
// #94278# switch to that page when it's not a master page
|
|
|
|
if(HINT_SWITCHTOPAGE == eHintKind)
|
|
|
|
{
|
|
|
|
const SdrPage* pPage = ((const SdrHint&)rHint).GetPage();
|
|
|
|
|
|
|
|
if(pPage && !pPage->IsMasterPage())
|
|
|
|
{
|
|
|
|
if(pDrawViewShell->GetActualPage() != pPage)
|
|
|
|
{
|
|
|
|
sal_uInt16 nPageNum = (pPage->GetPageNum() - 1) / 2; // Sdr --> Sd
|
|
|
|
pDrawViewShell->SwitchPage(nPageNum);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2000-09-18 11:07:07 -05:00
|
|
|
}
|
|
|
|
|
2004-01-20 05:41:47 -06:00
|
|
|
::sd::View::SFX_NOTIFY(rBC, rBCType, rHint, rHintType);
|
2000-09-18 11:07:07 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
/*************************************************************************
|
|
|
|
|*
|
|
|
|
|* PageOrderChangedHint blockieren/freigeben
|
|
|
|
|*
|
|
|
|
\************************************************************************/
|
|
|
|
|
2004-01-20 05:41:47 -06:00
|
|
|
void DrawView::BlockPageOrderChangedHint(BOOL bBlock)
|
2000-09-18 11:07:07 -05:00
|
|
|
{
|
|
|
|
if (bBlock)
|
|
|
|
nPOCHSmph++;
|
|
|
|
else
|
|
|
|
{
|
|
|
|
DBG_ASSERT(nPOCHSmph, "Zaehlerunterlauf");
|
|
|
|
nPOCHSmph--;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/*************************************************************************
|
|
|
|
|*
|
|
|
|
|* StyleSheet-Setzen auf der Masterpage abfangen, wenn Praesentationsobjekte
|
|
|
|
|* selektiert sind
|
|
|
|
|*
|
|
|
|
\************************************************************************/
|
|
|
|
|
2004-01-20 05:41:47 -06:00
|
|
|
BOOL DrawView::SetStyleSheet(SfxStyleSheet* pStyleSheet, BOOL bDontRemoveHardAttr)
|
2000-09-18 11:07:07 -05:00
|
|
|
{
|
|
|
|
BOOL bResult = TRUE;
|
|
|
|
|
|
|
|
// wird eine Masterpage bearbeitet?
|
|
|
|
if (pDrawViewShell && pDrawViewShell->GetEditMode() == EM_MASTERPAGE)
|
|
|
|
{
|
|
|
|
if (IsPresObjSelected(FALSE, TRUE))
|
|
|
|
{
|
|
|
|
|
|
|
|
InfoBox(pDrawViewShell->GetActiveWindow(),
|
|
|
|
String(SdResId(STR_ACTION_NOTPOSSIBLE))).Execute();
|
|
|
|
bResult = FALSE;
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
2004-01-20 05:41:47 -06:00
|
|
|
bResult = ::sd::View::SetStyleSheet(pStyleSheet, bDontRemoveHardAttr);
|
2000-09-18 11:07:07 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
2004-01-20 05:41:47 -06:00
|
|
|
bResult = ::sd::View::SetStyleSheet(pStyleSheet, bDontRemoveHardAttr);
|
2000-09-18 11:07:07 -05:00
|
|
|
}
|
|
|
|
return bResult;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*************************************************************************
|
|
|
|
|*
|
|
|
|
|* Paint-Methode: das Ereignis wird an die View weitergeleitet
|
|
|
|
|*
|
|
|
|
\************************************************************************/
|
|
|
|
|
2004-07-12 09:15:11 -05:00
|
|
|
void DrawView::CompleteRedraw(OutputDevice* pOutDev, const Region& rReg, ::sdr::contact::ViewObjectContactRedirector* pRedirector /*=0L*/)
|
2000-09-18 11:07:07 -05:00
|
|
|
{
|
|
|
|
|
|
|
|
BOOL bMPCache = FALSE;
|
|
|
|
|
2003-11-24 10:17:59 -06:00
|
|
|
// #110094#-7
|
2004-01-20 05:41:47 -06:00
|
|
|
// if (pViewSh && pViewSh == (ViewShell*) SfxViewShell::Current() &&
|
2003-11-24 10:17:59 -06:00
|
|
|
// pViewSh->GetFrameView()->IsMasterPagePaintCaching() &&
|
|
|
|
// pOutDev->GetOutDevType() != OUTDEV_PRINTER)
|
|
|
|
// {
|
|
|
|
// // Aktive ViewShell
|
|
|
|
// bMPCache = TRUE;
|
|
|
|
// }
|
|
|
|
//
|
|
|
|
// if( bMPCache )
|
|
|
|
// {
|
|
|
|
// if( !IsMasterPagePaintCaching() )
|
|
|
|
// {
|
|
|
|
// SetMasterPagePaintCaching( TRUE );
|
|
|
|
// }
|
|
|
|
// }
|
|
|
|
// else
|
|
|
|
// {
|
|
|
|
// if( IsMasterPagePaintCaching() )
|
|
|
|
// {
|
|
|
|
// ReleaseMasterPagePaintCache();
|
|
|
|
// SetMasterPagePaintCaching( FALSE );
|
|
|
|
// }
|
|
|
|
// }
|
2000-09-18 11:07:07 -05:00
|
|
|
|
2006-08-01 03:24:19 -05:00
|
|
|
if( pVDev )
|
2000-09-18 11:07:07 -05:00
|
|
|
{
|
|
|
|
delete pVDev;
|
|
|
|
pVDev = NULL;
|
|
|
|
}
|
|
|
|
|
|
|
|
BOOL bStandardPaint = TRUE;
|
|
|
|
|
|
|
|
SdDrawDocument* pDoc = pDocShell->GetDoc();
|
|
|
|
if(pDoc && pDoc->GetDocumentType() == DOCUMENT_TYPE_IMPRESS)
|
|
|
|
{
|
2004-11-26 13:30:27 -06:00
|
|
|
sd::Slideshow* pSlideShow = mpSlideShow;
|
2000-09-18 11:07:07 -05:00
|
|
|
|
|
|
|
// Paint-Event fuer eine Praesentation im Vollbildmodus oder Fenster?
|
2004-11-26 13:30:27 -06:00
|
|
|
if(!pSlideShow && pViewSh)
|
|
|
|
pSlideShow = pViewSh->GetSlideShow();
|
2000-09-18 11:07:07 -05:00
|
|
|
|
2004-11-26 13:30:27 -06:00
|
|
|
if(pSlideShow)
|
2000-09-18 11:07:07 -05:00
|
|
|
{
|
2004-11-26 13:30:27 -06:00
|
|
|
OutputDevice* pShowWindow = ( OutputDevice* )pSlideShow->getShowWindow();
|
|
|
|
if (pShowWindow == pOutDev || pSlideShow->getAnimationMode() == ANIMATIONMODE_PREVIEW)
|
2000-09-18 11:07:07 -05:00
|
|
|
{
|
2004-11-26 13:30:27 -06:00
|
|
|
if( pShowWindow == pOutDev )
|
|
|
|
PresPaint(rReg);
|
2000-09-18 11:07:07 -05:00
|
|
|
bStandardPaint = FALSE;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
if (bStandardPaint)
|
|
|
|
{
|
2006-08-01 03:24:19 -05:00
|
|
|
::sd::View::CompleteRedraw(pOutDev, rReg, pRedirector);
|
2000-09-18 11:07:07 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2004-07-12 09:15:11 -05:00
|
|
|
/*************************************************************************
|
|
|
|
|*
|
|
|
|
|* Paint-Proc filtert fuer die Praesentation Objekte heraus, die unsichtbar
|
|
|
|
|* sind oder anders dargestellt werden muessen.
|
|
|
|
|*
|
|
|
|
\************************************************************************/
|
|
|
|
|
|
|
|
class DrawViewRedirector : public ::sdr::contact::ViewObjectContactRedirector
|
|
|
|
{
|
|
|
|
DrawView& mrDrawView;
|
|
|
|
|
|
|
|
public:
|
|
|
|
DrawViewRedirector(DrawView& rDrawView);
|
|
|
|
virtual ~DrawViewRedirector();
|
|
|
|
|
|
|
|
// all default implementations just call the same methods at the original. To do something
|
|
|
|
// different, overload the method and at least do what the method does.
|
|
|
|
virtual void PaintObject(::sdr::contact::ViewObjectContact& rOriginal, ::sdr::contact::DisplayInfo& rDisplayInfo);
|
|
|
|
};
|
|
|
|
|
|
|
|
DrawViewRedirector::DrawViewRedirector(DrawView& rDrawView)
|
|
|
|
: mrDrawView(rDrawView)
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
DrawViewRedirector::~DrawViewRedirector()
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
// all default implementations just call the same methods at the original. To do something
|
|
|
|
// different, overload the method and at least do what the method does.
|
|
|
|
void DrawViewRedirector::PaintObject(::sdr::contact::ViewObjectContact& rOriginal, ::sdr::contact::DisplayInfo& rDisplayInfo)
|
|
|
|
{
|
2004-11-26 13:30:27 -06:00
|
|
|
// not an object, maybe a page
|
|
|
|
rOriginal.PaintObject(rDisplayInfo);
|
2004-07-12 09:15:11 -05:00
|
|
|
}
|
|
|
|
|
2000-09-18 11:07:07 -05:00
|
|
|
/*************************************************************************
|
|
|
|
|*
|
2004-11-26 13:30:27 -06:00
|
|
|
|* Paint-Event during running slide show
|
2000-09-18 11:07:07 -05:00
|
|
|
|*
|
|
|
|
\************************************************************************/
|
|
|
|
|
2004-01-20 05:41:47 -06:00
|
|
|
void DrawView::PresPaint(const Region& rRegion)
|
2000-09-18 11:07:07 -05:00
|
|
|
{
|
2004-11-26 13:30:27 -06:00
|
|
|
Slideshow* pSlideShow = mpSlideShow;
|
2003-06-26 05:12:20 -05:00
|
|
|
|
2004-11-26 13:30:27 -06:00
|
|
|
if(!pSlideShow && pViewSh)
|
|
|
|
pSlideShow = pViewSh->GetSlideShow();
|
2000-09-18 11:07:07 -05:00
|
|
|
|
2004-11-26 13:30:27 -06:00
|
|
|
if( pSlideShow )
|
|
|
|
pSlideShow->paint( rRegion.GetBoundRect() );
|
2000-09-18 11:07:07 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
/*************************************************************************
|
|
|
|
|* entscheidet, ob ein Objekt markiert werden kann (z. B. noch nicht
|
|
|
|
|* erschienene Animationsobjekte in der Diashow)
|
|
|
|
\************************************************************************/
|
|
|
|
|
2004-01-20 05:41:47 -06:00
|
|
|
BOOL DrawView::IsObjMarkable(SdrObject* pObj, SdrPageView* pPV) const
|
2000-09-18 11:07:07 -05:00
|
|
|
{
|
2004-11-26 13:30:27 -06:00
|
|
|
return FmFormView::IsObjMarkable(pObj, pPV);;
|
2000-09-18 11:07:07 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
/*************************************************************************
|
|
|
|
|*
|
|
|
|
|* Uebergebenen Bereich sichtbar machen (es wird ggf. gescrollt)
|
|
|
|
|*
|
|
|
|
\************************************************************************/
|
|
|
|
|
2004-07-13 08:55:34 -05:00
|
|
|
void DrawView::MakeVisible(const Rectangle& rRect, ::Window& rWin)
|
2000-09-18 11:07:07 -05:00
|
|
|
{
|
|
|
|
if (!rRect.IsEmpty())
|
|
|
|
{
|
|
|
|
pDrawViewShell->MakeVisible(rRect, rWin);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/*************************************************************************
|
|
|
|
|*
|
|
|
|
|* Seite wird gehided
|
|
|
|
|*
|
|
|
|
\************************************************************************/
|
|
|
|
|
2004-01-20 05:41:47 -06:00
|
|
|
void DrawView::HidePage(SdrPageView* pPV)
|
2000-09-18 11:07:07 -05:00
|
|
|
{
|
|
|
|
if (pDrawViewShell)
|
|
|
|
{
|
|
|
|
pDrawViewShell->HidePage(pPV);
|
|
|
|
}
|
|
|
|
|
2004-01-20 05:41:47 -06:00
|
|
|
::sd::View::HidePage(pPV);
|
2000-09-18 11:07:07 -05:00
|
|
|
}
|
|
|
|
|
2004-01-20 05:41:47 -06:00
|
|
|
SdrObject* DrawView::GetMaxToBtmObj(SdrObject* pObj) const
|
2000-09-18 11:07:07 -05:00
|
|
|
{
|
|
|
|
if( pObj )
|
|
|
|
{
|
|
|
|
SdPage* pPage = (SdPage*)pObj->GetPage();
|
|
|
|
if( pPage && pPage->IsMasterPage() )
|
|
|
|
return pPage->GetPresObj( PRESOBJ_BACKGROUND ) ;
|
|
|
|
}
|
|
|
|
return NULL;
|
|
|
|
}
|
|
|
|
|
2006-01-10 07:33:16 -06:00
|
|
|
void DrawView::DeleteMarked()
|
|
|
|
{
|
|
|
|
sd::UndoManager* pUndoManager = pDoc->GetUndoManager();
|
|
|
|
DBG_ASSERT( pUndoManager, "sd::DrawView::DeleteMarked(), ui action without undo manager!?" );
|
|
|
|
|
|
|
|
if( pUndoManager )
|
|
|
|
{
|
|
|
|
String aUndo( SVX_RES(STR_EditDelete) );
|
|
|
|
String aSearchString(RTL_CONSTASCII_USTRINGPARAM("%O"));
|
|
|
|
aUndo.SearchAndReplace(aSearchString, GetDescriptionOfMarkedObjects());
|
|
|
|
pUndoManager->EnterListAction(aUndo, aUndo);
|
|
|
|
}
|
|
|
|
|
|
|
|
SdPage* pPage = 0;
|
|
|
|
|
|
|
|
const SdrMarkList& rList = GetMarkedObjectList();
|
|
|
|
ULONG nMarkCount = rList.GetMarkCount();
|
|
|
|
for (ULONG nMark = 0; nMark < nMarkCount; nMark++)
|
|
|
|
{
|
2006-07-25 05:47:04 -05:00
|
|
|
SdrObject* pObj = rList.GetMark(nMark)->GetMarkedSdrObj();
|
2006-01-10 07:33:16 -06:00
|
|
|
if( pObj && !pObj->IsEmptyPresObj() && pObj->GetUserCall() )
|
|
|
|
{
|
|
|
|
pPage = dynamic_cast< SdPage* >( pObj->GetPage() );
|
|
|
|
PresObjKind ePresObjKind;
|
|
|
|
if( pPage && ((ePresObjKind = pPage->GetPresObjKind(pObj)) != PRESOBJ_NONE))
|
|
|
|
{
|
|
|
|
SdrTextObj* pTextObj = dynamic_cast< SdrTextObj* >( pObj );
|
|
|
|
bool bVertical = pTextObj && pTextObj->IsVerticalWriting();
|
|
|
|
Rectangle aRect( pObj->GetLogicRect() );
|
|
|
|
pPage->InsertAutoLayoutShape( 0, ePresObjKind, bVertical, aRect, true );
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
::sd::View::DeleteMarked();
|
|
|
|
|
|
|
|
if( pPage )
|
|
|
|
pPage->SetAutoLayout( pPage->GetAutoLayout() );
|
|
|
|
|
|
|
|
if( pUndoManager )
|
|
|
|
pUndoManager->LeaveListAction();
|
|
|
|
}
|
|
|
|
|
2004-01-20 05:41:47 -06:00
|
|
|
} // end of namespace sd
|