ddcf9b9ff2
2008-11-19 14:27:57 +0100 aw r263994 : #i95264# corrected line primitive range calculation for hairlines 2008-11-18 11:31:52 +0100 wg r263754 : i96156 2008-11-18 11:22:38 +0100 wg r263752 : i96156 2008-11-13 11:46:49 +0100 aw r263626 : #i93169# used flag the wrong way; true means that nothing was done yet 2008-11-12 15:33:41 +0100 wg r263601 : i96156 2008-11-12 13:22:38 +0100 wg r263592 : i95527 2008-11-12 13:18:51 +0100 wg r263591 : i95527 2008-10-29 13:22:02 +0100 aw r262794 : #i93485# identified reason and with PL's help changed problem accordingly with usage of an old fallback. This will need to be optimized again by HDU when he finds the time. 2008-10-28 18:23:04 +0100 aw r262763 : unxmacxi compiler warning fixed 2008-10-28 18:17:01 +0100 aw r262762 : unxmacxi compiler warning fixed 2008-10-28 17:55:18 +0100 aw r262761 : unxmacxi compiler warning fixed 2008-10-28 13:48:22 +0100 aw r262743 : #i93485# added UnifiedAlphaPrimitive2D to VclRenderer; corrected getB2DRange implementations for hairlines which are view-dependent 2008-10-28 12:40:55 +0100 aw r262735 : #i93485# had to move Pre/PostPaint to LocalPre/PostPaint since PrePaint is a virtual window method 2008-10-27 15:54:10 +0100 aw r262679 : #i19871# adapted the call order to parent implementations in some Nbc methods in SdrPathObj due to errors in SnapRect recalculation when GluePoints are involved 2008-10-24 18:31:48 +0200 aw r262661 : #i77187# disable all buttons in bezier toolbar when move and/or resize protected object is involved 2008-10-24 18:30:16 +0200 aw r262660 : #i77187# simplified and secured model changers, added toolbar update, disabled move drag start when polygon point is selected 2008-10-24 12:57:50 +0200 hdu r262635 : #i93485# use device transformation for SAL layer 2008-10-24 12:41:37 +0200 hdu r262634 : #i93485# use device transformation for SAL layer 2008-10-23 19:46:12 +0200 aw r262630 : mac compiler warning fixed 2008-10-23 18:15:02 +0200 aw r262628 : #i93485# modified dialog previews to use prerendering 2008-10-23 18:14:27 +0200 aw r262627 : #i93485# added assert when render helper uses Window as copy source 2008-10-22 18:07:30 +0200 aw r262610 : #i95264# fixes assertion 2008-10-22 14:31:51 +0200 aw r262606 : #i89661# also enabling DrawTransparent shortcut for VCL-Renderer 2008-10-22 14:10:31 +0200 aw r262604 : #i89661# new HitTest 2D primitive to support BoundRect and HitTest calculations/tests 2008-10-22 14:09:22 +0200 aw r262603 : #i89661# new HitTest tolerance, new TextFrame selection overlay, support for HitTest geometry 2008-10-22 14:08:16 +0200 aw r262602 : #i89661# correcting old HitTest tolerance expansion 2008-10-20 15:31:48 +0200 aw r262321 : #i89661# added patch to test it 2008-10-20 11:50:31 +0200 aw r262310 : #i87762# removed no longer used icons (aw053) 2008-10-17 15:41:48 +0200 aw r262288 : #i93169#, #i93180# FormControl corrections for Primitive handling 2008-10-17 15:40:54 +0200 aw r262287 : #i93169#, #i93180# FormControl corrections for Primitive handling 2008-10-16 11:12:44 +0200 aw r262253 : #i93595# removed superfluous grid interface 2008-10-16 11:11:20 +0200 aw r262252 : #i93595# changed grid display to sub-grid usage and new defaults 2008-10-15 15:09:40 +0200 aw r262234 : #i93597# moved flag for only vertical PageBorder, added reacting on it to primitive creation 2008-10-15 15:09:09 +0200 aw r262233 : #i93597# moved flag for only vertical PageBorder 2008-10-15 15:08:46 +0200 aw r262232 : #i93597# moved flag for only vertical PageBorder, added reacting on it to primitive creation 2008-10-14 16:27:07 +0200 aw r262207 : #i93648# (flushViewObjectContacts) and #i93318# (propertyChange) 2008-10-14 16:25:10 +0200 aw r262206 : #i93318# back to old state since detecting a change is not placed well at the primitive (which is a graphical information at the itme it was fetched). Instead i will add the needed check and flush at the FormControl's VOC 2008-10-14 13:47:38 +0200 aw r262201 : #i93318# added a change listener to the XControlModel and code to make the operator== at control primitive fail
293 lines
9.5 KiB
C++
293 lines
9.5 KiB
C++
/*************************************************************************
|
|
*
|
|
* OpenOffice.org - a multi-platform office productivity suite
|
|
*
|
|
* $RCSfile: sdrattribute.cxx,v $
|
|
*
|
|
* $Revision: 1.5 $
|
|
*
|
|
* last change: $Author: aw $ $Date: 2008-05-27 14:11:19 $
|
|
*
|
|
* The Contents of this file are made available subject to
|
|
* the terms of GNU Lesser General Public License Version 2.1.
|
|
*
|
|
*
|
|
* GNU Lesser General Public License Version 2.1
|
|
* =============================================
|
|
* Copyright 2005 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
|
|
*
|
|
************************************************************************/
|
|
|
|
// MARKER(update_precomp.py): autogen include statement, do not remove
|
|
#include "precompiled_drawinglayer.hxx"
|
|
|
|
#include <drawinglayer/attribute/sdrattribute.hxx>
|
|
#include <drawinglayer/attribute/fillattribute.hxx>
|
|
#include <drawinglayer/attribute/sdrfillbitmapattribute.hxx>
|
|
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
|
|
namespace drawinglayer
|
|
{
|
|
namespace attribute
|
|
{
|
|
SdrLineAttribute::SdrLineAttribute(
|
|
basegfx::B2DLineJoin eJoin, double fWidth, double fTransparence, const basegfx::BColor& rColor,
|
|
const ::std::vector< double >& rDotDashArray, double fFullDotDashLen)
|
|
: meJoin(eJoin),
|
|
mfWidth(fWidth),
|
|
mfTransparence(fTransparence),
|
|
maColor(rColor),
|
|
maDotDashArray(rDotDashArray),
|
|
mfFullDotDashLen(fFullDotDashLen)
|
|
{
|
|
}
|
|
|
|
SdrLineAttribute::SdrLineAttribute(const basegfx::BColor& rColor)
|
|
: meJoin(basegfx::B2DLINEJOIN_NONE),
|
|
mfWidth(0.0),
|
|
mfTransparence(0.0),
|
|
maColor(rColor),
|
|
maDotDashArray(),
|
|
mfFullDotDashLen(0.0)
|
|
{
|
|
}
|
|
|
|
SdrLineAttribute::~SdrLineAttribute()
|
|
{
|
|
}
|
|
|
|
bool SdrLineAttribute::operator==(const SdrLineAttribute& rCandidate) const
|
|
{
|
|
return (meJoin == rCandidate.meJoin
|
|
&& mfWidth == rCandidate.mfWidth
|
|
&& mfTransparence == rCandidate.mfTransparence
|
|
&& maColor == rCandidate.maColor
|
|
&& maDotDashArray == rCandidate.maDotDashArray);
|
|
}
|
|
} // end of namespace attribute
|
|
} // end of namespace drawinglayer
|
|
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
|
|
namespace drawinglayer
|
|
{
|
|
namespace attribute
|
|
{
|
|
SdrLineStartEndAttribute::SdrLineStartEndAttribute(
|
|
const basegfx::B2DPolyPolygon& rStartPolyPolygon, const basegfx::B2DPolyPolygon& rEndPolyPolygon,
|
|
double fStartWidth, double fEndWidth, bool bStartActive, bool bEndActive, bool bStartCentered, bool bEndCentered)
|
|
: maStartPolyPolygon(rStartPolyPolygon),
|
|
maEndPolyPolygon(rEndPolyPolygon),
|
|
mfStartWidth(fStartWidth),
|
|
mfEndWidth(fEndWidth),
|
|
mbStartActive(bStartActive),
|
|
mbEndActive(bEndActive),
|
|
mbStartCentered(bStartCentered),
|
|
mbEndCentered(bEndCentered)
|
|
{
|
|
}
|
|
|
|
SdrLineStartEndAttribute::~SdrLineStartEndAttribute()
|
|
{
|
|
}
|
|
|
|
bool SdrLineStartEndAttribute::operator==(const SdrLineStartEndAttribute& rCandidate) const
|
|
{
|
|
return (mbStartActive == rCandidate.mbStartActive
|
|
&& mbEndActive == rCandidate.mbEndActive
|
|
&& mbStartCentered == rCandidate.mbStartCentered
|
|
&& mbEndCentered == rCandidate.mbEndCentered
|
|
&& mfStartWidth == rCandidate.mfStartWidth
|
|
&& mfEndWidth == rCandidate.mfEndWidth
|
|
&& maStartPolyPolygon == rCandidate.maStartPolyPolygon
|
|
&& maEndPolyPolygon == rCandidate.maEndPolyPolygon);
|
|
}
|
|
} // end of namespace attribute
|
|
} // end of namespace drawinglayer
|
|
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
|
|
namespace drawinglayer
|
|
{
|
|
namespace attribute
|
|
{
|
|
SdrShadowAttribute::SdrShadowAttribute(const basegfx::B2DVector& rOffset, double fTransparence, const basegfx::BColor& rColor)
|
|
: maOffset(rOffset),
|
|
mfTransparence(fTransparence),
|
|
maColor(rColor)
|
|
{
|
|
}
|
|
|
|
SdrShadowAttribute::~SdrShadowAttribute()
|
|
{
|
|
}
|
|
|
|
bool SdrShadowAttribute::operator==(const SdrShadowAttribute& rCandidate) const
|
|
{
|
|
return (mfTransparence == rCandidate.mfTransparence
|
|
&& maColor == rCandidate.maColor
|
|
&& maOffset == rCandidate.maOffset);
|
|
}
|
|
} // end of namespace attribute
|
|
} // end of namespace drawinglayer
|
|
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
|
|
namespace drawinglayer
|
|
{
|
|
namespace attribute
|
|
{
|
|
SdrFillAttribute::SdrFillAttribute(
|
|
double fTransparence,
|
|
const basegfx::BColor& rColor,
|
|
FillGradientAttribute* pGradient,
|
|
FillHatchAttribute* pHatch,
|
|
SdrFillBitmapAttribute* pBitmap)
|
|
: mfTransparence(fTransparence),
|
|
maColor(rColor),
|
|
mpGradient(pGradient),
|
|
mpHatch(pHatch),
|
|
mpBitmap(pBitmap)
|
|
{
|
|
}
|
|
|
|
SdrFillAttribute::SdrFillAttribute(const SdrFillAttribute& rCandidate)
|
|
: mfTransparence(1.0),
|
|
mpGradient(0L),
|
|
mpHatch(0L),
|
|
mpBitmap(0L)
|
|
{
|
|
if(!(*this == rCandidate))
|
|
{
|
|
*this = rCandidate;
|
|
}
|
|
}
|
|
|
|
SdrFillAttribute::~SdrFillAttribute()
|
|
{
|
|
delete mpGradient;
|
|
delete mpHatch;
|
|
delete mpBitmap;
|
|
}
|
|
|
|
SdrFillAttribute& SdrFillAttribute::operator=(const SdrFillAttribute& rCandidate)
|
|
{
|
|
// copy data
|
|
mfTransparence = rCandidate.mfTransparence;
|
|
maColor = rCandidate.maColor;
|
|
|
|
// handle mpGradient
|
|
{
|
|
// delete local mpGradient if necessary
|
|
if(mpGradient && ((!rCandidate.mpGradient) || (!(*mpGradient == *rCandidate.mpGradient))))
|
|
{
|
|
delete mpGradient;
|
|
mpGradient = 0L;
|
|
}
|
|
|
|
// copy mpGradient if necessary
|
|
if(!mpGradient && rCandidate.mpGradient)
|
|
{
|
|
mpGradient = new FillGradientAttribute(*rCandidate.mpGradient);
|
|
}
|
|
}
|
|
|
|
// handle mpHatch
|
|
{
|
|
// delete local mpHatch if necessary
|
|
if(mpHatch && ((!rCandidate.mpHatch) || (!(*mpHatch == *rCandidate.mpHatch))))
|
|
{
|
|
delete mpHatch;
|
|
mpHatch = 0L;
|
|
}
|
|
|
|
// copy mpHatch if necessary
|
|
if(!mpHatch && rCandidate.mpHatch)
|
|
{
|
|
mpHatch = new FillHatchAttribute(*rCandidate.mpHatch);
|
|
}
|
|
}
|
|
|
|
// handle mpBitmap
|
|
{
|
|
// delete local mpBitmap if necessary
|
|
if(mpBitmap && ((!rCandidate.mpBitmap) || (!(*mpBitmap == *rCandidate.mpBitmap))))
|
|
{
|
|
delete mpBitmap;
|
|
mpBitmap = 0L;
|
|
}
|
|
|
|
// copy mpBitmap if necessary
|
|
if(!mpBitmap && rCandidate.mpBitmap)
|
|
{
|
|
mpBitmap = new SdrFillBitmapAttribute(*rCandidate.mpBitmap);
|
|
}
|
|
}
|
|
|
|
return *this;
|
|
}
|
|
|
|
bool SdrFillAttribute::operator==(const SdrFillAttribute& rCandidate) const
|
|
{
|
|
if(mfTransparence != rCandidate.mfTransparence)
|
|
return false;
|
|
|
|
if(mpGradient)
|
|
{
|
|
if(!rCandidate.mpGradient)
|
|
return false;
|
|
|
|
if(!(*mpGradient == *rCandidate.mpGradient))
|
|
return false;
|
|
}
|
|
else if(mpHatch)
|
|
{
|
|
if(!rCandidate.mpHatch)
|
|
return false;
|
|
|
|
if(!(*mpHatch == *rCandidate.mpHatch))
|
|
return false;
|
|
|
|
if(mpHatch->isFillBackground() && !(maColor == rCandidate.maColor))
|
|
return false;
|
|
}
|
|
else if(mpBitmap)
|
|
{
|
|
if(!rCandidate.mpBitmap)
|
|
return false;
|
|
|
|
if(!(*mpBitmap == *rCandidate.mpBitmap))
|
|
return false;
|
|
}
|
|
else
|
|
{
|
|
if(!rCandidate.isColor())
|
|
return false;
|
|
|
|
if(!(maColor == rCandidate.maColor))
|
|
return false;
|
|
}
|
|
|
|
return true;
|
|
}
|
|
} // end of namespace attribute
|
|
} // end of namespace drawinglayer
|
|
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
// eof
|