Home
last modified time | relevance | path

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

/trunk/main/drawinglayer/source/attribute/
H A Dfillgraphicattribute.cxx73 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 Dfillgradientattribute.cxx74 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 Dfillgradientprimitive2d.cxx108 getFillGradient().getOffsetX(), in generateMatricesAndColors()
121 getFillGradient().getOffsetX(), in generateMatricesAndColors()
135 getFillGradient().getOffsetX(), in generateMatricesAndColors()
149 getFillGradient().getOffsetX(), in generateMatricesAndColors()
H A Dfillgraphicprimitive2d.cxx71 rAttribute.getOffsetX(), in create2DDecomposition()
H A Dpolypolygonprimitive2d.cxx612 getFillGraphic().getOffsetX(), in create2DDecomposition()
/trunk/main/drawinglayer/source/processor3d/
H A Ddefaultprocessor3d.cxx134 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 Dvbauserform.cxx221 …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 Dvbaframe.cxx90 double fOffsetX = mpGeometryHelper->getOffsetX() + getLeft() + 1.0; in Controls()
/trunk/main/vbahelper/inc/vbahelper/
H A Dvbahelper.hxx166 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 Dfillgraphicattribute.hxx75 double getOffsetX() const;
H A Dfillgradientattribute.hxx92 double getOffsetX() const;
/trunk/main/drawinglayer/source/processor2d/
H A Dvclprocessor2d.cxx573 … const sal_Int32 nOffsetX(basegfx::fround(rFillGraphicAttribute.getOffsetX() * nBWidth)); in RenderFillGraphicPrimitive2D()
H A Dvclmetafileprocessor2d.cxx296 o_rVCLGradient.SetOfsX(static_cast< sal_uInt16 >(rFiGrAtt.getOffsetX() * 100.0)); in impConvertFillGradientAttributeToVCLGradient()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbahelper.cxx1075 double UserFormGeometryHelper::getOffsetX() const in getOffsetX() function in ooo::vba::UserFormGeometryHelper

Completed in 80 milliseconds