2000-09-18 11:07:07 -05:00
|
|
|
|
/*************************************************************************
|
|
|
|
|
*
|
2005-09-08 22:38:54 -05:00
|
|
|
|
* OpenOffice.org - a multi-platform office productivity suite
|
2000-09-18 11:07:07 -05:00
|
|
|
|
*
|
2005-09-08 22:38:54 -05:00
|
|
|
|
* $RCSfile: fuconstr.cxx,v $
|
2000-09-18 11:07:07 -05:00
|
|
|
|
*
|
2008-03-12 05:39:06 -05:00
|
|
|
|
* $Revision: 1.18 $
|
2000-09-18 11:07:07 -05:00
|
|
|
|
*
|
2008-03-12 05:39:06 -05:00
|
|
|
|
* last change: $Author: rt $ $Date: 2008-03-12 11:39:06 $
|
2000-09-18 11:07:07 -05:00
|
|
|
|
*
|
2005-09-08 22:38:54 -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-08 22:38:54 -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-08 22:38:54 -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-08 22:38:54 -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-08 22:38:54 -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 12:48:32 -05:00
|
|
|
|
// MARKER(update_precomp.py): autogen include statement, do not remove
|
|
|
|
|
#include "precompiled_sd.hxx"
|
|
|
|
|
|
2004-01-20 03:59:25 -06:00
|
|
|
|
#include "fuconstr.hxx"
|
|
|
|
|
|
2000-09-18 11:07:07 -05:00
|
|
|
|
#include <svx/svxids.hrc>
|
|
|
|
|
#ifndef _AEITEM_HXX //autogen
|
|
|
|
|
#include <svtools/aeitem.hxx>
|
|
|
|
|
#endif
|
|
|
|
|
#ifndef _SVDPAGV_HXX //autogen
|
|
|
|
|
#include <svx/svdpagv.hxx>
|
|
|
|
|
#endif
|
|
|
|
|
#ifndef _XDEF_HXX //autogen
|
|
|
|
|
#include <svx/xdef.hxx>
|
|
|
|
|
#endif
|
|
|
|
|
#ifndef SVX_XFILLIT0_HXX //autogen
|
|
|
|
|
#include <svx/xfillit0.hxx>
|
|
|
|
|
#endif
|
|
|
|
|
#ifndef _SFXDISPATCH_HXX //autogen
|
|
|
|
|
#include <sfx2/dispatch.hxx>
|
|
|
|
|
#endif
|
|
|
|
|
#ifndef _SFXVIEWFRM_HXX //autogen
|
|
|
|
|
#include <sfx2/viewfrm.hxx>
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#include "app.hrc"
|
|
|
|
|
#include "glob.hrc"
|
2004-01-20 03:59:25 -06:00
|
|
|
|
#ifndef SD_FU_DRAW_HXX
|
2000-09-18 11:07:07 -05:00
|
|
|
|
#include "fudraw.hxx"
|
2004-01-20 03:59:25 -06:00
|
|
|
|
#endif
|
|
|
|
|
#ifndef SD_VIEW_HXX
|
|
|
|
|
#include "View.hxx"
|
|
|
|
|
#endif
|
|
|
|
|
#ifndef SD_WINDOW_HXX
|
|
|
|
|
#include "Window.hxx"
|
|
|
|
|
#endif
|
|
|
|
|
#ifndef SD_VIEW_SHELL_HXX
|
|
|
|
|
#include "ViewShell.hxx"
|
|
|
|
|
#endif
|
2000-09-18 11:07:07 -05:00
|
|
|
|
#include "drawdoc.hxx"
|
2004-01-20 03:59:25 -06:00
|
|
|
|
#ifndef SD_FRAME_VIEW_HXX
|
|
|
|
|
#include "FrameView.hxx"
|
|
|
|
|
#endif
|
2000-09-18 11:07:07 -05:00
|
|
|
|
#include "sdpage.hxx"
|
|
|
|
|
#include "sdresid.hxx"
|
|
|
|
|
#include "stlpool.hxx"
|
|
|
|
|
#include <svx/globl3d.hxx>
|
|
|
|
|
|
2004-01-20 03:59:25 -06:00
|
|
|
|
namespace sd {
|
|
|
|
|
|
2000-09-18 11:07:07 -05:00
|
|
|
|
TYPEINIT1( FuConstruct, FuDraw );
|
|
|
|
|
|
|
|
|
|
/*************************************************************************
|
|
|
|
|
|*
|
|
|
|
|
|* Konstruktor
|
|
|
|
|
|*
|
|
|
|
|
\************************************************************************/
|
|
|
|
|
|
2004-01-20 03:59:25 -06:00
|
|
|
|
FuConstruct::FuConstruct (
|
|
|
|
|
ViewShell* pViewSh,
|
|
|
|
|
::sd::Window* pWin,
|
|
|
|
|
::sd::View* pView,
|
|
|
|
|
SdDrawDocument* pDoc,
|
|
|
|
|
SfxRequest& rReq)
|
|
|
|
|
: FuDraw(pViewSh, pWin, pView, pDoc, rReq),
|
|
|
|
|
bSelectionChanged(FALSE)
|
2000-09-18 11:07:07 -05:00
|
|
|
|
{
|
|
|
|
|
}
|
|
|
|
|
|
2005-12-14 09:56:50 -06:00
|
|
|
|
FunctionReference FuConstruct::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, SdDrawDocument* pDoc, SfxRequest& rReq )
|
|
|
|
|
{
|
|
|
|
|
FunctionReference xFunc( new FuConstruct( pViewSh, pWin, pView, pDoc, rReq ) );
|
|
|
|
|
xFunc->DoExecute(rReq);
|
|
|
|
|
return xFunc;
|
|
|
|
|
}
|
2000-09-18 11:07:07 -05:00
|
|
|
|
|
2005-12-14 09:56:50 -06:00
|
|
|
|
void FuConstruct::DoExecute( SfxRequest& rReq )
|
2000-09-18 11:07:07 -05:00
|
|
|
|
{
|
2005-12-14 09:56:50 -06:00
|
|
|
|
FuDraw::DoExecute( rReq );
|
2000-09-18 11:07:07 -05:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*************************************************************************
|
|
|
|
|
|*
|
|
|
|
|
|* MouseButtonDown-event
|
|
|
|
|
|*
|
|
|
|
|
\************************************************************************/
|
|
|
|
|
|
|
|
|
|
BOOL FuConstruct::MouseButtonDown(const MouseEvent& rMEvt)
|
|
|
|
|
{
|
|
|
|
|
BOOL bReturn = FuDraw::MouseButtonDown(rMEvt);
|
|
|
|
|
|
|
|
|
|
bMBDown = TRUE;
|
|
|
|
|
bSelectionChanged = FALSE;
|
|
|
|
|
|
2006-12-12 10:16:11 -06:00
|
|
|
|
if ( mpView->IsAction() )
|
2000-09-18 11:07:07 -05:00
|
|
|
|
{
|
2001-08-09 04:53:47 -05:00
|
|
|
|
// #90235# this extra triggering is an error and leads to
|
|
|
|
|
// erasing the last two points when creating a polygon.
|
|
|
|
|
// if ( rMEvt.IsRight() )
|
2006-12-12 10:16:11 -06:00
|
|
|
|
// mpView->BckAction();
|
2000-09-18 11:07:07 -05:00
|
|
|
|
return TRUE;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
bFirstMouseMove = TRUE;
|
|
|
|
|
aDragTimer.Start();
|
|
|
|
|
|
2006-12-12 10:16:11 -06:00
|
|
|
|
aMDPos = mpWindow->PixelToLogic( rMEvt.GetPosPixel() );
|
|
|
|
|
USHORT nHitLog = USHORT (mpWindow->PixelToLogic(Size(HITPIX,0)).Width());
|
2000-09-18 11:07:07 -05:00
|
|
|
|
|
2006-12-12 10:16:11 -06:00
|
|
|
|
if (rMEvt.IsLeft() && mpView->IsExtendedMouseEventDispatcherEnabled())
|
2000-09-18 11:07:07 -05:00
|
|
|
|
{
|
2006-12-12 10:16:11 -06:00
|
|
|
|
mpWindow->CaptureMouse();
|
2000-09-18 11:07:07 -05:00
|
|
|
|
|
2006-12-12 10:16:11 -06:00
|
|
|
|
SdrHdl* pHdl = mpView->PickHandle(aMDPos);
|
2000-09-18 11:07:07 -05:00
|
|
|
|
|
2006-12-12 10:16:11 -06:00
|
|
|
|
if ( pHdl != NULL || mpView->IsMarkedHit(aMDPos, nHitLog) )
|
2000-09-18 11:07:07 -05:00
|
|
|
|
{
|
2006-12-12 10:16:11 -06:00
|
|
|
|
USHORT nDrgLog = USHORT ( mpWindow->PixelToLogic(Size(DRGPIX,0)).Width() );
|
|
|
|
|
mpView->BegDragObj(aMDPos, (OutputDevice*) NULL, pHdl, nDrgLog);
|
2000-09-18 11:07:07 -05:00
|
|
|
|
bReturn = TRUE;
|
|
|
|
|
}
|
2006-12-12 10:16:11 -06:00
|
|
|
|
else if ( mpView->AreObjectsMarked() )
|
2000-09-18 11:07:07 -05:00
|
|
|
|
{
|
2006-12-12 10:16:11 -06:00
|
|
|
|
mpView->UnmarkAll();
|
2000-09-18 11:07:07 -05:00
|
|
|
|
bReturn = TRUE;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
return bReturn;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*************************************************************************
|
|
|
|
|
|*
|
|
|
|
|
|* MouseMove-event
|
|
|
|
|
|*
|
|
|
|
|
\************************************************************************/
|
|
|
|
|
|
|
|
|
|
BOOL FuConstruct::MouseMove(const MouseEvent& rMEvt)
|
|
|
|
|
{
|
|
|
|
|
FuDraw::MouseMove(rMEvt);
|
|
|
|
|
|
|
|
|
|
if (aDragTimer.IsActive() )
|
|
|
|
|
{
|
|
|
|
|
if( bFirstMouseMove )
|
|
|
|
|
bFirstMouseMove = FALSE;
|
|
|
|
|
else
|
|
|
|
|
aDragTimer.Stop();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
Point aPix(rMEvt.GetPosPixel());
|
2006-12-12 10:16:11 -06:00
|
|
|
|
Point aPnt( mpWindow->PixelToLogic(aPix) );
|
2000-09-18 11:07:07 -05:00
|
|
|
|
|
2006-12-12 10:16:11 -06:00
|
|
|
|
if ( mpView->IsAction() )
|
2000-09-18 11:07:07 -05:00
|
|
|
|
{
|
|
|
|
|
ForceScroll(aPix);
|
2006-12-12 10:16:11 -06:00
|
|
|
|
mpView->MovAction(aPnt);
|
2000-09-18 11:07:07 -05:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
return TRUE;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*************************************************************************
|
|
|
|
|
|*
|
|
|
|
|
|* MouseButtonUp-event
|
|
|
|
|
|*
|
|
|
|
|
\************************************************************************/
|
|
|
|
|
|
|
|
|
|
BOOL FuConstruct::MouseButtonUp(const MouseEvent& rMEvt)
|
|
|
|
|
{
|
|
|
|
|
BOOL bReturn = TRUE;
|
|
|
|
|
|
|
|
|
|
if (aDragTimer.IsActive() )
|
|
|
|
|
{
|
|
|
|
|
aDragTimer.Stop();
|
|
|
|
|
bIsInDragMode = FALSE;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
FuDraw::MouseButtonUp(rMEvt);
|
|
|
|
|
|
2006-12-12 10:16:11 -06:00
|
|
|
|
Point aPnt( mpWindow->PixelToLogic( rMEvt.GetPosPixel() ) );
|
2000-09-18 11:07:07 -05:00
|
|
|
|
|
2006-12-12 10:16:11 -06:00
|
|
|
|
if ( mpView && mpView->IsDragObj() )
|
2000-09-18 11:07:07 -05:00
|
|
|
|
{
|
2006-12-12 10:16:11 -06:00
|
|
|
|
FrameView* pFrameView = mpViewShell->GetFrameView();
|
2000-09-18 11:07:07 -05:00
|
|
|
|
BOOL bDragWithCopy = (rMEvt.IsMod1() && pFrameView->IsDragWithCopy());
|
|
|
|
|
|
|
|
|
|
if (bDragWithCopy)
|
|
|
|
|
{
|
2006-12-12 10:16:11 -06:00
|
|
|
|
bDragWithCopy = !mpView->IsPresObjSelected(FALSE, TRUE);
|
2000-09-18 11:07:07 -05:00
|
|
|
|
}
|
|
|
|
|
|
2006-12-12 10:16:11 -06:00
|
|
|
|
mpView->SetDragWithCopy(bDragWithCopy);
|
|
|
|
|
mpView->EndDragObj( mpView->IsDragWithCopy() );
|
2000-09-18 11:07:07 -05:00
|
|
|
|
}
|
2006-12-12 10:16:11 -06:00
|
|
|
|
else if ( mpView && mpView->IsMarkObj() )
|
2000-09-18 11:07:07 -05:00
|
|
|
|
{
|
2006-12-12 10:16:11 -06:00
|
|
|
|
mpView->EndMarkObj();
|
2000-09-18 11:07:07 -05:00
|
|
|
|
}
|
|
|
|
|
else
|
|
|
|
|
{
|
|
|
|
|
bReturn = FALSE;
|
|
|
|
|
}
|
|
|
|
|
|
2006-12-12 10:16:11 -06:00
|
|
|
|
if ( mpView && !mpView->IsAction() )
|
2000-09-18 11:07:07 -05:00
|
|
|
|
{
|
2006-12-12 10:16:11 -06:00
|
|
|
|
mpWindow->ReleaseMouse();
|
|
|
|
|
USHORT nDrgLog = USHORT ( mpWindow->PixelToLogic(Size(DRGPIX,0)).Width() );
|
2000-09-18 11:07:07 -05:00
|
|
|
|
|
2006-12-12 10:16:11 -06:00
|
|
|
|
if ( !mpView->AreObjectsMarked() )
|
2000-09-18 11:07:07 -05:00
|
|
|
|
{
|
|
|
|
|
SdrObject* pObj;
|
|
|
|
|
SdrPageView* pPV;
|
2006-12-12 10:16:11 -06:00
|
|
|
|
USHORT nHitLog = USHORT ( mpWindow->PixelToLogic(Size(HITPIX,0)).Width() );
|
2000-09-18 11:07:07 -05:00
|
|
|
|
|
2006-12-12 10:16:11 -06:00
|
|
|
|
if (!mpView->PickObj(aPnt, pObj, pPV))
|
2000-09-18 11:07:07 -05:00
|
|
|
|
{
|
2006-12-12 10:16:11 -06:00
|
|
|
|
mpView->MarkObj(aPnt, nHitLog);
|
2000-09-18 11:07:07 -05:00
|
|
|
|
}
|
|
|
|
|
|
2006-12-12 10:16:11 -06:00
|
|
|
|
mpViewShell->GetViewFrame()->GetDispatcher()->Execute(SID_OBJECT_SELECT, SFX_CALLMODE_ASYNCHRON);
|
2000-09-18 11:07:07 -05:00
|
|
|
|
}
|
|
|
|
|
else if (rMEvt.IsLeft() && !rMEvt.IsShift() && !rMEvt.IsMod1() && !rMEvt.IsMod2() &&
|
|
|
|
|
!bSelectionChanged &&
|
|
|
|
|
Abs(aPnt.X() - aMDPos.X()) < nDrgLog &&
|
|
|
|
|
Abs(aPnt.Y() - aMDPos.Y()) < nDrgLog)
|
|
|
|
|
{
|
|
|
|
|
/**************************************************************
|
|
|
|
|
* Toggle zw. Selektion und Rotation
|
|
|
|
|
**************************************************************/
|
|
|
|
|
SdrObject* pSingleObj = NULL;
|
2006-12-12 10:16:11 -06:00
|
|
|
|
ULONG nMarkCount = mpView->GetMarkedObjectList().GetMarkCount();
|
2000-09-18 11:07:07 -05:00
|
|
|
|
|
|
|
|
|
if (nMarkCount==1)
|
|
|
|
|
{
|
2006-12-12 10:16:11 -06:00
|
|
|
|
pSingleObj = mpView->GetMarkedObjectList().GetMark(0)->GetMarkedSdrObj();
|
2000-09-18 11:07:07 -05:00
|
|
|
|
}
|
|
|
|
|
|
2006-12-12 10:16:11 -06:00
|
|
|
|
if (mpView->GetDragMode() == SDRDRAG_MOVE && mpView->IsRotateAllowed() &&
|
|
|
|
|
(mpViewShell->GetFrameView()->IsClickChangeRotation() ||
|
2000-09-18 11:07:07 -05:00
|
|
|
|
(pSingleObj && pSingleObj->GetObjInventor()==E3dInventor)))
|
|
|
|
|
{
|
2006-12-12 10:16:11 -06:00
|
|
|
|
mpView->SetDragMode(SDRDRAG_ROTATE);
|
2000-09-18 11:07:07 -05:00
|
|
|
|
}
|
|
|
|
|
else
|
|
|
|
|
{
|
2006-12-12 10:16:11 -06:00
|
|
|
|
mpView->SetDragMode(SDRDRAG_MOVE);
|
2000-09-18 11:07:07 -05:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
USHORT nClicks = rMEvt.GetClicks();
|
|
|
|
|
|
|
|
|
|
if (nClicks == 2 && rMEvt.IsLeft() && bMBDown &&
|
|
|
|
|
!rMEvt.IsMod1() && !rMEvt.IsMod2() && !rMEvt.IsShift() )
|
|
|
|
|
{
|
|
|
|
|
DoubleClick(rMEvt);
|
|
|
|
|
}
|
|
|
|
|
bMBDown = FALSE;
|
|
|
|
|
|
|
|
|
|
return bReturn;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*************************************************************************
|
|
|
|
|
|*
|
|
|
|
|
|* Tastaturereignisse bearbeiten
|
|
|
|
|
|*
|
|
|
|
|
|* Wird ein KeyEvent bearbeitet, so ist der Return-Wert TRUE, andernfalls
|
|
|
|
|
|* FALSE.
|
|
|
|
|
|*
|
|
|
|
|
\************************************************************************/
|
|
|
|
|
|
|
|
|
|
BOOL FuConstruct::KeyInput(const KeyEvent& rKEvt)
|
|
|
|
|
{
|
|
|
|
|
BOOL bReturn = FALSE;
|
|
|
|
|
|
|
|
|
|
if ( !bReturn )
|
|
|
|
|
bReturn = FuDraw::KeyInput(rKEvt);
|
|
|
|
|
|
|
|
|
|
return(bReturn);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*************************************************************************
|
|
|
|
|
|*
|
|
|
|
|
|* Function aktivieren
|
|
|
|
|
|*
|
|
|
|
|
\************************************************************************/
|
|
|
|
|
|
|
|
|
|
void FuConstruct::Activate()
|
|
|
|
|
{
|
2006-12-12 10:16:11 -06:00
|
|
|
|
mpView->SetEditMode(SDREDITMODE_CREATE);
|
2000-09-18 11:07:07 -05:00
|
|
|
|
FuDraw::Activate();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*************************************************************************
|
|
|
|
|
|*
|
|
|
|
|
|* Function deaktivieren
|
|
|
|
|
|*
|
|
|
|
|
\************************************************************************/
|
|
|
|
|
|
|
|
|
|
void FuConstruct::Deactivate()
|
|
|
|
|
{
|
|
|
|
|
FuDraw::Deactivate();
|
2006-12-12 10:16:11 -06:00
|
|
|
|
mpView->SetEditMode(SDREDITMODE_EDIT);
|
2000-09-18 11:07:07 -05:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*************************************************************************
|
|
|
|
|
|*
|
|
|
|
|
|* StyleSheet fuer das zu erzeugende Objekt setzen
|
|
|
|
|
|*
|
|
|
|
|
\************************************************************************/
|
|
|
|
|
|
|
|
|
|
void FuConstruct::SetStyleSheet(SfxItemSet& rAttr, SdrObject* pObj)
|
|
|
|
|
{
|
2004-10-12 07:10:28 -05:00
|
|
|
|
sal_Bool bUseFillStyle, bUseNoFillStyle;
|
|
|
|
|
bUseFillStyle = bUseNoFillStyle = sal_False;
|
|
|
|
|
|
|
|
|
|
if (nSlotId == SID_DRAW_RECT || // Rechteck
|
|
|
|
|
nSlotId == SID_DRAW_RECT_ROUND || // Rechteck, rund
|
|
|
|
|
nSlotId == SID_DRAW_SQUARE || // Quadrat
|
|
|
|
|
nSlotId == SID_DRAW_SQUARE_ROUND || // Quadrat, rund
|
|
|
|
|
nSlotId == SID_DRAW_ELLIPSE || // Ellipse
|
|
|
|
|
nSlotId == SID_DRAW_PIE || // Ellipsensegment
|
|
|
|
|
nSlotId == SID_DRAW_ELLIPSECUT || // Ellipsenabschnitt
|
|
|
|
|
nSlotId == SID_DRAW_CIRCLE || // Kreis
|
|
|
|
|
nSlotId == SID_DRAW_CIRCLEPIE || // Kreissegment
|
|
|
|
|
nSlotId == SID_DRAW_CIRCLECUT || // Ellipsenabschnitt
|
|
|
|
|
nSlotId == SID_DRAW_POLYGON || // Polygon
|
|
|
|
|
nSlotId == SID_DRAW_XPOLYGON || // 45<34>-Polygon
|
|
|
|
|
nSlotId == SID_DRAW_FREELINE || // Freihandlinie
|
|
|
|
|
nSlotId == SID_DRAW_BEZIER_FILL) // Bezier
|
|
|
|
|
{
|
|
|
|
|
bUseFillStyle = sal_True;
|
|
|
|
|
}
|
|
|
|
|
else if
|
|
|
|
|
(nSlotId == SID_DRAW_RECT_NOFILL || // Rechteck
|
|
|
|
|
nSlotId == SID_DRAW_RECT_ROUND_NOFILL || // Rechteck, rund
|
|
|
|
|
nSlotId == SID_DRAW_SQUARE_NOFILL || // Quadrat
|
|
|
|
|
nSlotId == SID_DRAW_SQUARE_ROUND_NOFILL || // Quadrat, rund
|
|
|
|
|
nSlotId == SID_DRAW_ELLIPSE_NOFILL || // Ellipse
|
|
|
|
|
nSlotId == SID_DRAW_PIE_NOFILL || // Ellipsensegment
|
|
|
|
|
nSlotId == SID_DRAW_ELLIPSECUT_NOFILL || // Ellipsenabschnitt
|
|
|
|
|
nSlotId == SID_DRAW_CIRCLE_NOFILL || // Kreis
|
|
|
|
|
nSlotId == SID_DRAW_CIRCLEPIE_NOFILL || // Kreissegment
|
|
|
|
|
nSlotId == SID_DRAW_CIRCLECUT_NOFILL || // Ellipsenabschnitt
|
|
|
|
|
nSlotId == SID_DRAW_POLYGON_NOFILL || // Polygon
|
|
|
|
|
nSlotId == SID_DRAW_XPOLYGON_NOFILL || // 45<34>-Polygon
|
|
|
|
|
nSlotId == SID_DRAW_FREELINE_NOFILL || // Freihandlinie
|
|
|
|
|
nSlotId == SID_DRAW_BEZIER_NOFILL) // Bezier
|
|
|
|
|
{
|
|
|
|
|
bUseNoFillStyle = sal_True;
|
|
|
|
|
}
|
|
|
|
|
SetStyleSheet( rAttr, pObj, bUseFillStyle, bUseNoFillStyle );
|
|
|
|
|
}
|
2000-09-18 11:07:07 -05:00
|
|
|
|
|
2004-10-12 07:10:28 -05:00
|
|
|
|
void FuConstruct::SetStyleSheet( SfxItemSet& rAttr, SdrObject* pObj,
|
|
|
|
|
const sal_Bool bForceFillStyle, const sal_Bool bForceNoFillStyle )
|
|
|
|
|
{
|
2006-12-12 10:16:11 -06:00
|
|
|
|
SdPage* pPage = (SdPage*)mpView->GetSdrPageView()->GetPage();
|
2000-12-13 04:19:39 -06:00
|
|
|
|
if ( pPage->IsMasterPage() && pPage->GetPageKind() == PK_STANDARD &&
|
2006-12-12 10:16:11 -06:00
|
|
|
|
mpDoc->GetDocumentType() == DOCUMENT_TYPE_IMPRESS )
|
2000-09-18 11:07:07 -05:00
|
|
|
|
{
|
2004-10-12 07:10:28 -05:00
|
|
|
|
/**********************************************
|
|
|
|
|
* Objects was created on the slide master page
|
|
|
|
|
***********************************************/
|
2000-09-18 11:07:07 -05:00
|
|
|
|
String aName( pPage->GetLayoutName() );
|
|
|
|
|
String aSep = UniString::CreateFromAscii( RTL_CONSTASCII_STRINGPARAM( SD_LT_SEPARATOR ) );
|
|
|
|
|
USHORT n = aName.Search(aSep);
|
2006-12-12 10:16:11 -06:00
|
|
|
|
n = n + aSep.Len();
|
2000-09-18 11:07:07 -05:00
|
|
|
|
aName.Erase(n);
|
|
|
|
|
aName.Append( String ( SdResId( STR_LAYOUT_BACKGROUNDOBJECTS ) ) );
|
|
|
|
|
SfxStyleSheet* pSheet = (SfxStyleSheet*)pPage->GetModel()->
|
|
|
|
|
GetStyleSheetPool()->
|
2008-03-12 05:39:06 -05:00
|
|
|
|
Find(aName, SD_STYLE_FAMILY_MASTERPAGE);
|
2000-09-18 11:07:07 -05:00
|
|
|
|
DBG_ASSERT(pSheet, "Objektvorlage nicht gefunden");
|
|
|
|
|
if (pSheet)
|
|
|
|
|
{
|
2004-10-12 07:10:28 -05:00
|
|
|
|
// applying style sheet for background objects
|
2000-09-18 11:07:07 -05:00
|
|
|
|
pObj->SetStyleSheet(pSheet, FALSE);
|
|
|
|
|
SfxItemSet& rSet = pSheet->GetItemSet();
|
2004-10-12 07:10:28 -05:00
|
|
|
|
const XFillStyleItem& rFillStyle = (const XFillStyleItem&)rSet.Get(XATTR_FILLSTYLE);
|
|
|
|
|
if ( bForceFillStyle )
|
2000-09-18 11:07:07 -05:00
|
|
|
|
{
|
|
|
|
|
if (rFillStyle.GetValue() == XFILL_NONE)
|
|
|
|
|
rAttr.Put(XFillStyleItem(XFILL_SOLID));
|
|
|
|
|
}
|
2004-10-12 07:10:28 -05:00
|
|
|
|
else if ( bForceNoFillStyle )
|
2000-09-18 11:07:07 -05:00
|
|
|
|
{
|
|
|
|
|
if (rFillStyle.GetValue() != XFILL_NONE)
|
|
|
|
|
rAttr.Put(XFillStyleItem(XFILL_NONE));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
else
|
|
|
|
|
{
|
2004-10-12 07:10:28 -05:00
|
|
|
|
/***********************************
|
|
|
|
|
* object was created on normal page
|
|
|
|
|
************************************/
|
|
|
|
|
if ( bForceNoFillStyle )
|
2000-09-18 11:07:07 -05:00
|
|
|
|
{
|
|
|
|
|
String aName(SdResId(STR_POOLSHEET_OBJWITHOUTFILL));
|
|
|
|
|
SfxStyleSheet* pSheet = (SfxStyleSheet*)pPage->GetModel()->
|
|
|
|
|
GetStyleSheetPool()->
|
2008-03-12 05:39:06 -05:00
|
|
|
|
Find(aName, SD_STYLE_FAMILY_GRAPHICS);
|
2000-09-18 11:07:07 -05:00
|
|
|
|
DBG_ASSERT(pSheet, "Objektvorlage nicht gefunden");
|
|
|
|
|
if (pSheet)
|
|
|
|
|
{
|
|
|
|
|
pObj->SetStyleSheet(pSheet, FALSE);
|
2006-12-12 10:16:11 -06:00
|
|
|
|
SfxItemSet aAttr(*mpView->GetDefaultAttr().Clone());
|
2000-09-18 11:07:07 -05:00
|
|
|
|
aAttr.Put(pSheet->GetItemSet().Get(XATTR_FILLSTYLE));
|
2003-11-24 10:12:23 -06:00
|
|
|
|
pObj->SetMergedItemSet(aAttr);
|
2000-09-18 11:07:07 -05:00
|
|
|
|
}
|
|
|
|
|
else
|
|
|
|
|
{
|
2006-12-12 10:16:11 -06:00
|
|
|
|
SfxItemSet aAttr(*mpView->GetDefaultAttr().Clone());
|
2000-09-18 11:07:07 -05:00
|
|
|
|
rAttr.Put(XFillStyleItem(XFILL_NONE));
|
2003-11-24 10:12:23 -06:00
|
|
|
|
pObj->SetMergedItemSet(aAttr);
|
2000-09-18 11:07:07 -05:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2004-01-20 03:59:25 -06:00
|
|
|
|
} // end of namespace sd
|