/trunk/main/drawinglayer/source/attribute/ |
H A D | fillgraphicattribute.cxx | 74 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 D | fillgradientattribute.cxx | 75 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 D | fillgradientprimitive2d.cxx | 109 getFillGradient().getOffsetY()); in generateMatricesAndColors() 122 getFillGradient().getOffsetY(), in generateMatricesAndColors() 136 getFillGradient().getOffsetY(), in generateMatricesAndColors() 150 getFillGradient().getOffsetY(), in generateMatricesAndColors()
|
H A D | fillgraphicprimitive2d.cxx | 72 rAttribute.getOffsetY()); in create2DDecomposition()
|
H A D | polypolygonprimitive2d.cxx | 613 getFillGraphic().getOffsetY()); in create2DDecomposition()
|
/trunk/main/drawinglayer/source/processor3d/ |
H A D | defaultprocessor3d.cxx | 135 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 D | vbauserform.cxx | 221 …ontrol, xDialogControl, m_xModel, mpGeometryHelper->getOffsetX(), mpGeometryHelper->getOffsetY() ); in getValue() 238 …text, xDialogControl, m_xModel, mpGeometryHelper->getOffsetX(), mpGeometryHelper->getOffsetY() ) ); in Controls()
|
H A D | vbaframe.cxx | 92 … double fOffsetY = mpGeometryHelper->getOffsetY() + getTop() + (getFont()->getSize() / 2.0) + 1.0; in Controls()
|
/trunk/main/vbahelper/inc/vbahelper/ |
H A D | vbahelper.hxx | 167 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 D | fillgraphicattribute.hxx | 76 double getOffsetY() const;
|
H A D | fillgradientattribute.hxx | 93 double getOffsetY() const;
|
/trunk/main/drawinglayer/source/processor2d/ |
H A D | vclprocessor2d.cxx | 602 … const sal_Int32 nOffsetY(basegfx::fround(rFillGraphicAttribute.getOffsetY() * nBHeight)); in RenderFillGraphicPrimitive2D()
|
H A D | vclmetafileprocessor2d.cxx | 297 o_rVCLGradient.SetOfsY(static_cast< sal_uInt16 >(rFiGrAtt.getOffsetY() * 100.0)); in impConvertFillGradientAttributeToVCLGradient()
|
/trunk/main/vbahelper/source/vbahelper/ |
H A D | vbahelper.cxx | 1080 double UserFormGeometryHelper::getOffsetY() const in getOffsetY() function in ooo::vba::UserFormGeometryHelper
|