Home
last modified time | relevance | path

Searched refs:getSecondPosition (Results 1 – 9 of 9) sorted by relevance

/trunk/main/sw/source/ui/docvw/
H A DShadowOverlayObject.cxx72 const basegfx::B2DPoint& getSecondPosition() const { return maSecondPosition; } in getSecondPosition() function in sw::sidebarwindows::ShadowPrimitive
91 …aRange.expand(basegfx::B2DTuple(getSecondPosition().getX(), getSecondPosition().getY() + (2.0 * ge… in create2DDecomposition()
112 …aRange.expand(basegfx::B2DTuple(getSecondPosition().getX(), getSecondPosition().getY() + (4.0 * ge… in create2DDecomposition()
133 …aRange.expand(basegfx::B2DTuple(getSecondPosition().getX(), getSecondPosition().getY() + (4.0 * ge… in create2DDecomposition()
168 && getSecondPosition() == rCompare.getSecondPosition() in operator ==()
/trunk/main/svx/inc/svx/sdr/overlay/
H A Doverlayline.hxx51 const basegfx::B2DPoint& getSecondPosition() const { return maSecondPosition; } in getSecondPosition() function in sdr::overlay::OverlayLineStriped
H A Doverlayrollingrectangle.hxx60 const basegfx::B2DPoint& getSecondPosition() const { return maSecondPosition; } in getSecondPosition() function in sdr::overlay::OverlayRollingRectangleStriped
H A Doverlaytriangle.hxx54 const basegfx::B2DPoint& getSecondPosition() const { return maSecondPosition; } in getSecondPosition() function in sdr::overlay::OverlayTriangle
H A Doverlayrectangle.hxx69 const basegfx::B2DPoint& getSecondPosition() const { return maSecondPosition; } in getSecondPosition() function in sdr::overlay::OverlayRectangle
/trunk/main/svx/source/sdr/overlay/
H A Doverlaytriangle.cxx48 aPolygon.append(getSecondPosition()); in createOverlayObjectPrimitive2DSequence()
H A Doverlayline.cxx55 aLine.append(getSecondPosition()); in createOverlayObjectPrimitive2DSequence()
H A Doverlayrectangle.cxx45 const basegfx::B2DRange aHatchRange(getBasePosition(), getSecondPosition()); in createOverlayObjectPrimitive2DSequence()
H A Doverlayrollingrectangle.cxx52 const basegfx::B2DRange aRollingRectangle(getBasePosition(), getSecondPosition()); in createOverlayObjectPrimitive2DSequence()

Completed in 30 milliseconds