Home
last modified time | relevance | path

Searched refs:basegfx (Results 501 – 525 of 1243) sorted by relevance

1...<<21222324252627282930>>...50

/trunk/main/chart2/source/view/main/
H A DPolarLabelPositionHelper.cxx103 ::basegfx::B2DVector aV0( aP0.X, aP0.Y ); in getLabelScreenPositionAndAlignmentForUnitCircleValues()
104 ::basegfx::B2DVector aV1( aP1.X, aP1.Y ); in getLabelScreenPositionAndAlignmentForUnitCircleValues()
105 ::basegfx::B2DVector aV2( aP2.X, aP2.Y ); in getLabelScreenPositionAndAlignmentForUnitCircleValues()
107 double fL1 = ::basegfx::B2DVector(aV1-aV0).getLength(); in getLabelScreenPositionAndAlignmentForUnitCircleValues()
108 double fL2 = ::basegfx::B2DVector(aV2-aV0).getLength(); in getLabelScreenPositionAndAlignmentForUnitCircleValues()
173 basegfx::B2IVector aDirection( aRet.X- aOrigin.X, aRet.Y- aOrigin.Y ); in getLabelScreenPositionAndAlignmentForUnitCircleValues()
/trunk/main/drawinglayer/inc/drawinglayer/primitive2d/
H A Dgraphicprimitive2d.hxx57 basegfx::B2DHomMatrix maTransform;
72 const basegfx::B2DHomMatrix& rTransform,
76 const basegfx::B2DHomMatrix& rTransform,
80 const basegfx::B2DHomMatrix& getTransform() const { return maTransform; } in getTransform()
89 virtual basegfx::B2DRange getB2DRange(const geometry::ViewInformation2D& rViewInformation) const;
H A Dtexteffectprimitive2d.hxx60 const basegfx::B2DPoint maRotationCenter;
67 basegfx::B2DHomMatrix maLastObjectToViewTransformation;
77 const basegfx::B2DPoint& rRotationCenter,
83 const basegfx::B2DPoint& getRotationCenter() const { return maRotationCenter; } in getRotationCenter()
94 virtual basegfx::B2DRange getB2DRange(const geometry::ViewInformation2D& rViewInformation) const;
/trunk/main/canvas/inc/canvas/base/
H A Dsprite.hxx33 namespace basegfx namespace
73 virtual bool isAreaUpdateOpaque( const ::basegfx::B2DRange& rUpdateArea ) const = 0;
81 virtual ::basegfx::B2DPoint getPosPixel() const = 0;
85 virtual ::basegfx::B2DVector getSizePixel() const = 0;
92 virtual ::basegfx::B2DRange getUpdateArea() const = 0;
/trunk/main/sw/source/ui/docvw/
H A DOverlayRanges.hxx44 std::vector< basegfx::B2DRange > maRanges;
55 const std::vector< basegfx::B2DRange >& rRanges,
61 inline const std::vector< basegfx::B2DRange >& getRanges() const in getRanges()
67 void setRanges(const std::vector< basegfx::B2DRange >& rNew);
75 const std::vector< basegfx::B2DRange >& rRanges,
/trunk/main/cppcanvas/inc/cppcanvas/
H A Dcanvasgraphic.hxx33 namespace basegfx namespace
121 virtual void setTransformation( const ::basegfx::B2DHomMatrix& rMatrix ) = 0;
124 virtual ::basegfx::B2DHomMatrix getTransformation() const = 0;
128 …virtual void setClip( const ::basegfx::B2DPolyPolygon& rClipPoly ) = 0;
136 virtual ::basegfx::B2DPolyPolygon const* getClip() const = 0;
H A Dcanvas.hxx38 namespace basegfx namespace
84 virtual void setTransformation( const ::basegfx::B2DHomMatrix& rMatrix ) = 0;
85 virtual ::basegfx::B2DHomMatrix getTransformation() const = 0;
87 …virtual void setClip( const ::basegfx::B2DPolyPolygon& rClipPoly ) = 0;
94 virtual ::basegfx::B2DPolyPolygon const* getClip() const = 0;
/trunk/main/svx/inc/svx/sdr/overlay/
H A Doverlayrectangle.hxx41 basegfx::B2DPoint maSecondPosition;
59 const basegfx::B2DPoint& rBasePosition,
60 const basegfx::B2DPoint& rSecondPosition,
69 const basegfx::B2DPoint& getSecondPosition() const { return maSecondPosition; } in getSecondPosition()
70 void setSecondPosition(const basegfx::B2DPoint&);
/trunk/main/drawinglayer/inc/drawinglayer/attribute/
H A Dfillgradientattribute.hxx29 namespace basegfx { namespace
75 const basegfx::BColor& rStartColor,
76 const basegfx::BColor& rEndColor,
95 const basegfx::BColor& getStartColor() const;
96 const basegfx::BColor& getEndColor() const;
/trunk/main/cppcanvas/source/mtfrenderer/
H A Dtransparencygroupaction.hxx33 namespace basegfx { namespace
91 … const ::basegfx::B2DPoint& rDstPoint,
92 … const ::basegfx::B2DVector& rDstSize,
121 … const ::basegfx::B2DPoint& rDstPoint,
122 … const ::basegfx::B2DVector& rDstSize,
/trunk/main/slideshow/test/
H A Dtests.hxx31 namespace basegfx{ class B1DRange; class B2DRange; class B2DVector; } namespace
38 virtual std::vector<std::pair<basegfx::B2DVector,double> > getCreatedSprites() const = 0;
39 virtual basegfx::B1DRange getPriority() const = 0;
42 virtual basegfx::B2DRange getBounds() const = 0;
65 TestShapeSharedPtr createTestShape(const basegfx::B2DRange& rRect,
/trunk/main/svgio/inc/svgio/svgreader/
H A Dsvgclippathnode.hxx42 basegfx::B2DHomMatrix* mpaTransform;
58 const basegfx::B2DHomMatrix* pTransform) const;
65 const basegfx::B2DHomMatrix* getTransform() const { return mpaTransform; } in getTransform()
66 …orm(const basegfx::B2DHomMatrix* pMatrix = 0) { if(mpaTransform) delete mpaTransform; mpaTransform… in setTransform()
/trunk/main/drawinglayer/source/primitive2d/
H A Dpointarrayprimitive2d.cxx41 const std::vector< basegfx::B2DPoint >& rPositions, in PointArrayPrimitive2D()
42 const basegfx::BColor& rRGBColor) in PointArrayPrimitive2D()
63basegfx::B2DRange PointArrayPrimitive2D::getB2DRange(const geometry::ViewInformation2D& /*rViewInf… in getB2DRange()
67 basegfx::B2DRange aNewRange; in getB2DRange()
70 …for(std::vector< basegfx::B2DPoint >::const_iterator aIter(getPositions().begin()); aIter != getPo… in getB2DRange()
H A Dbackgroundcolorprimitive2d.cxx49 …const basegfx::B2DPolygon aOutline(basegfx::tools::createPolygonFromRect(rViewInformation.getViewp… in create2DDecomposition()
50 …const Primitive2DReference xRef(new PolyPolygonColorPrimitive2D(basegfx::B2DPolyPolygon(aOutline),… in create2DDecomposition()
60 const basegfx::BColor& rBColor) in BackgroundColorPrimitive2D()
79basegfx::B2DRange BackgroundColorPrimitive2D::getB2DRange(const geometry::ViewInformation2D& rView… in getB2DRange()
/trunk/main/svx/source/sdr/attribute/
H A Dsdrformtextattribute.cxx59 basegfx::B2DLineJoin impGetB2DLineJoin(com::sun::star::drawing::LineJoint eLineJoint) in impGetB2DLineJoin()
65 return basegfx::B2DLINEJOIN_MIDDLE; in impGetB2DLineJoin()
69 return basegfx::B2DLINEJOIN_BEVEL; in impGetB2DLineJoin()
73 return basegfx::B2DLINEJOIN_MITER; in impGetB2DLineJoin()
77 return basegfx::B2DLINEJOIN_ROUND; in impGetB2DLineJoin()
81 return basegfx::B2DLINEJOIN_NONE; // XLINEJOINT_NONE in impGetB2DLineJoin()
104 basegfx::BColor aColorAttribute; in impGetLineAttribute()
/trunk/main/canvas/source/directx/
H A Ddx_spritedevicehelper.cxx105 ::basegfx::B2ISize(w,h), in init()
135 ::basegfx::unotools::b2ISizeFromIntegerSize2D(size), in createCompatibleBitmap()
160 ::basegfx::unotools::b2ISizeFromIntegerSize2D(size), in createCompatibleAlphaBitmap()
227 mpRenderModule->resize(::basegfx::B2IRange(x,y,x+w,y+h)); in notifySizeUpdate()
229 resizeBackBuffer(::basegfx::B2ISize(w,h)); in notifySizeUpdate()
232 void SpriteDeviceHelper::resizeBackBuffer( const ::basegfx::B2ISize& rNewSize ) in resizeBackBuffer()
/trunk/main/xmloff/source/draw/
H A Dximpshap.cxx569 ::basegfx::B2DHomMatrix aMat; in SetTransformation()
1410 basegfx::B2DPolygon aPolygon; in StartElement()
1434basegfx::tools::B2DPolyPolygonToUnoPointSequenceSequence(basegfx::B2DPolyPolygon(aPolygon), aPoint… in StartElement()
1511 basegfx::B2DPolyPolygon aPolyPolygon; in StartElement()
1517 const basegfx::B2DRange aSourceRange( in StartElement()
1520 const basegfx::B2DRange aTargetRange( in StartElement()
1969 basegfx::B2DPolyPolygon aPolyPolygon; in processAttribute()
2037 ::basegfx::B2DHomMatrix aMat; in StartElement()
2050 maEnd.X = basegfx::fround(aEnd.getX()); in StartElement()
2051 maEnd.Y = basegfx::fround(aEnd.getY()); in StartElement()
[all …]
/trunk/main/cppcanvas/source/inc/
H A Dcanvasgraphichelper.hxx54 virtual void setTransformation( const ::basegfx::B2DHomMatrix& rMatrix );
55 virtual ::basegfx::B2DHomMatrix getTransformation() const;
56 … virtual void setClip( const ::basegfx::B2DPolyPolygon& rClipPoly );
58 virtual ::basegfx::B2DPolyPolygon const* getClip() const;
74 … boost::optional<basegfx::B2DPolyPolygon> maClipPolyPolygon;
/trunk/main/sdext/source/pdfimport/tree/
H A Dgenericelements.cxx143 const basegfx::B2DPolyPolygon& rPolyPoly, in PolyPolyElement()
153 basegfx::B2DRange aRange; in updateGeometry()
155 aRange = basegfx::tools::getRange( basegfx::tools::adaptiveSubdivideByAngle( PolyPoly ) ); in updateGeometry()
157 aRange = basegfx::tools::getRange( PolyPoly ); in updateGeometry()
178 basegfx::B2DPolygon aPoly = PolyPoly.getB2DPolygon( i ); in emitStructure()
182 basegfx::B2DPoint aPoint = aPoly.getB2DPoint( n ); in emitStructure()
411 basegfx::B2DPolygon aPoly = pPoly->PolyPoly.getB2DPolygon(0); in resolveUnderlines()
/trunk/main/svx/inc/svx/
H A Dsvdotext.hxx274 …SdrObject* ImpConvertMakeObj(const basegfx::B2DPolyPolygon& rPolyPolygon, sal_Bool bClosed, sal_Bo…
432 virtual basegfx::B2DPolyPolygon TakeXorPoly() const;
433 virtual basegfx::B2DPolyPolygon TakeContour() const;
457 virtual basegfx::B2DPolyPolygon TakeCreatePoly(const SdrDragStat& rDrag) const;
539 …virtual sal_Bool TRGetBaseGeometry(basegfx::B2DHomMatrix& rMatrix, basegfx::B2DPolyPolygon& rPolyP…
544 …virtual void TRSetBaseGeometry(const basegfx::B2DHomMatrix& rMatrix, const basegfx::B2DPolyPolygon…
H A Dxlnedit.hxx38 basegfx::B2DPolyPolygon maPolyPolygon;
43 XLineEndItem(const String& rName, const basegfx::B2DPolyPolygon& rPolyPolygon);
44 XLineEndItem(SfxItemPool* pPool, const basegfx::B2DPolyPolygon& rPolyPolygon);
62 basegfx::B2DPolyPolygon GetLineEndValue(const XLineEndList* pTable = 0) const;
63 …void SetLineEndValue(const basegfx::B2DPolyPolygon& rPolyPolygon) { maPolyPolygon = rPolyPolygon; … in SetLineEndValue()
H A Dxlnstit.hxx38 basegfx::B2DPolyPolygon maPolyPolygon;
43 XLineStartItem(const String& rName, const basegfx::B2DPolyPolygon& rPolyPolygon);
44 XLineStartItem(SfxItemPool* pPool, const basegfx::B2DPolyPolygon& rPolyPolygon);
62 basegfx::B2DPolyPolygon GetLineStartValue(const XLineEndList* pTable = 0) const;
63 …void SetLineStartValue(const basegfx::B2DPolyPolygon& rPolyPolygon) { maPolyPolygon = rPolyPolygon… in SetLineStartValue()
/trunk/main/svx/source/sdr/overlay/
H A Doverlaypolypolygon.cxx46 … const basegfx::BColor aRGBColorA(getOverlayManager()->getStripeColorA().getBColor()); in createOverlayObjectPrimitive2DSequence()
47 … const basegfx::BColor aRGBColorB(getOverlayManager()->getStripeColorB().getBColor()); in createOverlayObjectPrimitive2DSequence()
59 … const basegfx::BColor aHilightColor(aSvtOptionsDrawinglayer.getHilightColor().getBColor()); in createOverlayObjectPrimitive2DSequence()
83 const basegfx::B2DPolyPolygon& rLinePolyPolygon) in OverlayPolyPolygonStripedAndFilled()
93 void OverlayPolyPolygonStripedAndFilled::setLinePolyPolygon(const basegfx::B2DPolyPolygon& rNew) in setLinePolyPolygon()
/trunk/main/slideshow/source/engine/shapes/
H A Dexternalshapebase.hxx92 virtual ::basegfx::B2DRectangle getBounds() const;
93 virtual ::basegfx::B2DRectangle getDomBounds() const;
94 virtual ::basegfx::B2DRectangle getUpdateArea() const;
107 virtual bool implRender( const ::basegfx::B2DRange& rCurrBounds ) const = 0;
136 ::basegfx::B2DRectangle maBounds;
/trunk/main/canvas/source/cairo/
H A Dcairo_spritedevicehelper.hxx53 const ::basegfx::B2ISize& rSize,
70 void setSize( const ::basegfx::B2ISize& rSize );
75 …::cairo::SurfaceSharedPtr createSurface( const ::basegfx::B2ISize& rSize, ::cairo::Content aConten…
77 const ::basegfx::B2ISize& getSizePixel();
86 ::basegfx::B2ISize maSize;

Completed in 638 milliseconds

1...<<21222324252627282930>>...50