Home
last modified time | relevance | path

Searched refs:getOffsetY (Results 1 – 14 of 14) sorted by relevance

/trunk/main/drawinglayer/source/attribute/
H A Dfillgraphicattribute.cxx74 double getOffsetY() const { return mfOffsetY; } in getOffsetY() function in drawinglayer::attribute::ImpFillGraphicAttribute
82 && getOffsetY() == rCandidate.getOffsetY()); in operator ==()
206 double FillGraphicAttribute::getOffsetY() const in getOffsetY() function in drawinglayer::attribute::FillGraphicAttribute
208 return mpFillGraphicAttribute->getOffsetY(); in getOffsetY()
H A Dfillgradientattribute.cxx75 double getOffsetY() const { return mfOffsetY; } in getOffsetY() function in drawinglayer::attribute::ImpFillGradientAttribute
86 && getOffsetY() == rCandidate.getOffsetY() in operator ==()
212 double FillGradientAttribute::getOffsetY() const in getOffsetY() function in drawinglayer::attribute::FillGradientAttribute
214 return mpFillGradientAttribute->getOffsetY(); in getOffsetY()
/trunk/main/drawinglayer/source/primitive2d/
H A Dfillgradientprimitive2d.cxx109 getFillGradient().getOffsetY()); in generateMatricesAndColors()
122 getFillGradient().getOffsetY(), in generateMatricesAndColors()
136 getFillGradient().getOffsetY(), in generateMatricesAndColors()
150 getFillGradient().getOffsetY(), in generateMatricesAndColors()
H A Dfillgraphicprimitive2d.cxx72 rAttribute.getOffsetY()); in create2DDecomposition()
H A Dpolypolygonprimitive2d.cxx613 getFillGraphic().getOffsetY()); in create2DDecomposition()
/trunk/main/drawinglayer/source/processor3d/
H A Ddefaultprocessor3d.cxx135 rFillGradient.getOffsetY())); in impRenderGradientTexturePrimitive3D()
148 rFillGradient.getOffsetY(), in impRenderGradientTexturePrimitive3D()
162 rFillGradient.getOffsetY(), in impRenderGradientTexturePrimitive3D()
176 rFillGradient.getOffsetY(), in impRenderGradientTexturePrimitive3D()
292 rFillGraphicAttribute.getOffsetY())); in impRenderBitmapTexturePrimitive3D()
/trunk/main/vbahelper/source/msforms/
H A Dvbauserform.cxx221 …ontrol, xDialogControl, m_xModel, mpGeometryHelper->getOffsetX(), mpGeometryHelper->getOffsetY() ); in getValue()
238 …text, xDialogControl, m_xModel, mpGeometryHelper->getOffsetX(), mpGeometryHelper->getOffsetY() ) ); in Controls()
H A Dvbaframe.cxx92 … double fOffsetY = mpGeometryHelper->getOffsetY() + getTop() + (getFont()->getSize() / 2.0) + 1.0; in Controls()
/trunk/main/vbahelper/inc/vbahelper/
H A Dvbahelper.hxx167 virtual double getOffsetY() const { return 0.0; } in getOffsetY() function in ooo::vba::AbstractGeometryAttributes
231 virtual double getOffsetY() const;
/trunk/main/drawinglayer/inc/drawinglayer/attribute/
H A Dfillgraphicattribute.hxx76 double getOffsetY() const;
H A Dfillgradientattribute.hxx93 double getOffsetY() const;
/trunk/main/drawinglayer/source/processor2d/
H A Dvclprocessor2d.cxx602 … const sal_Int32 nOffsetY(basegfx::fround(rFillGraphicAttribute.getOffsetY() * nBHeight)); in RenderFillGraphicPrimitive2D()
H A Dvclmetafileprocessor2d.cxx297 o_rVCLGradient.SetOfsY(static_cast< sal_uInt16 >(rFiGrAtt.getOffsetY() * 100.0)); in impConvertFillGradientAttributeToVCLGradient()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbahelper.cxx1080 double UserFormGeometryHelper::getOffsetY() const in getOffsetY() function in ooo::vba::UserFormGeometryHelper

Completed in 68 milliseconds