/trunk/main/drawinglayer/source/attribute/ |
H A D | fillgraphicattribute.cxx | 73 double getOffsetX() const { return mfOffsetX; } in getOffsetX() function in drawinglayer::attribute::ImpFillGraphicAttribute 81 && getOffsetX() == rCandidate.getOffsetX() in operator ==() 201 double FillGraphicAttribute::getOffsetX() const in getOffsetX() function in drawinglayer::attribute::FillGraphicAttribute 203 return mpFillGraphicAttribute->getOffsetX(); in getOffsetX()
|
H A D | fillgradientattribute.cxx | 74 double getOffsetX() const { return mfOffsetX; } in getOffsetX() function in drawinglayer::attribute::ImpFillGradientAttribute 85 && getOffsetX() == rCandidate.getOffsetX() in operator ==() 207 double FillGradientAttribute::getOffsetX() const in getOffsetX() function in drawinglayer::attribute::FillGradientAttribute 209 return mpFillGradientAttribute->getOffsetX(); in getOffsetX()
|
/trunk/main/drawinglayer/source/primitive2d/ |
H A D | fillgradientprimitive2d.cxx | 108 getFillGradient().getOffsetX(), in generateMatricesAndColors() 121 getFillGradient().getOffsetX(), in generateMatricesAndColors() 135 getFillGradient().getOffsetX(), in generateMatricesAndColors() 149 getFillGradient().getOffsetX(), in generateMatricesAndColors()
|
H A D | fillgraphicprimitive2d.cxx | 71 rAttribute.getOffsetX(), in create2DDecomposition()
|
H A D | polypolygonprimitive2d.cxx | 612 getFillGraphic().getOffsetX(), in create2DDecomposition()
|
/trunk/main/drawinglayer/source/processor3d/ |
H A D | defaultprocessor3d.cxx | 134 rFillGradient.getOffsetX(), in impRenderGradientTexturePrimitive3D() 147 rFillGradient.getOffsetX(), in impRenderGradientTexturePrimitive3D() 161 rFillGradient.getOffsetX(), in impRenderGradientTexturePrimitive3D() 175 rFillGradient.getOffsetX(), in impRenderGradientTexturePrimitive3D() 291 rFillGraphicAttribute.getOffsetX(), in impRenderBitmapTexturePrimitive3D()
|
/trunk/main/vbahelper/source/msforms/ |
H A D | vbauserform.cxx | 221 …trol( mxContext, xControl, xDialogControl, m_xModel, mpGeometryHelper->getOffsetX(), mpGeometryHel… in getValue() 238 …Controls( this, mxContext, xDialogControl, m_xModel, mpGeometryHelper->getOffsetX(), mpGeometryHel… in Controls()
|
H A D | vbaframe.cxx | 90 double fOffsetX = mpGeometryHelper->getOffsetX() + getLeft() + 1.0; in Controls()
|
/trunk/main/vbahelper/inc/vbahelper/ |
H A D | vbahelper.hxx | 166 virtual double getOffsetX() const { return 0.0; } in getOffsetX() function in ooo::vba::AbstractGeometryAttributes 230 virtual double getOffsetX() const;
|
/trunk/main/drawinglayer/inc/drawinglayer/attribute/ |
H A D | fillgraphicattribute.hxx | 75 double getOffsetX() const;
|
H A D | fillgradientattribute.hxx | 92 double getOffsetX() const;
|
/trunk/main/drawinglayer/source/processor2d/ |
H A D | vclprocessor2d.cxx | 573 … const sal_Int32 nOffsetX(basegfx::fround(rFillGraphicAttribute.getOffsetX() * nBWidth)); in RenderFillGraphicPrimitive2D()
|
H A D | vclmetafileprocessor2d.cxx | 296 o_rVCLGradient.SetOfsX(static_cast< sal_uInt16 >(rFiGrAtt.getOffsetX() * 100.0)); in impConvertFillGradientAttributeToVCLGradient()
|
/trunk/main/vbahelper/source/vbahelper/ |
H A D | vbahelper.cxx | 1075 double UserFormGeometryHelper::getOffsetX() const in getOffsetX() function in ooo::vba::UserFormGeometryHelper
|