Home
last modified time | relevance | path

Searched refs:scale (Results 1 – 25 of 317) sorted by relevance

12345678910>>...13

/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/
H A DOColumn.java49 private int scale; field in OColumn
59 this.scale = 0; in OColumn()
74 final int scale, in OColumn() argument
86 this.scale = scale; in OColumn()
169 return scale; in registerProperties()
176 scale = (Integer) value; in registerProperties()
/trunk/main/offapi/com/sun/star/chart/
H A DChartAxisPosition.idl33 /** Specifies the position of the axis on the scale of the crossing axis.
34 When the property is set at a x-axis it indicates a position on the scale of the primary y-axis.
35 When the property is set at a y-axis it indicates a position on the scale of the primary x-axis.
42 …/** Cross the other axes at zero. If zero is not contained in the current scale the value is used …
48 /** Cross the other axes at their minimum scale value.
54 /** Cross the other axes at their maximum scale value.
H A DChartAxis.idl113 /** Contains the maximum value for the axis scale.
119 /** Contains the minimum value for the axis scale.
147 /** The maximum value of the axis scale is calculated by the chart if
154 /** The minimum value of the axis scale is calculated by the chart if
209 /** Determines the scale value on the other axis when CrossoverPosition is set to VALUE.
/trunk/main/basegfx/source/tools/
H A Dgradienttools.cxx91 aTextureTransform.scale(1.0, fSizeWithoutBorder * 0.5); in init1DGradientInfo()
98 aTextureTransform.scale(1.0, fSizeWithoutBorder); in init1DGradientInfo()
103 aTextureTransform.scale(fTargetSizeX, fTargetSizeY); in init1DGradientInfo()
162 aTextureTransform.scale(fHalfBorder, fHalfBorder); in initEllipticalGradientInfo()
164 aTextureTransform.scale(fTargetSizeX, fTargetSizeY); in initEllipticalGradientInfo()
239 aTextureTransform.scale(fHalfBorder, fHalfBorder); in initRectGradientInfo()
241 aTextureTransform.scale(fTargetSizeX, fTargetSizeY); in initRectGradientInfo()
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DCustomColumn.java37 private int scale = 0; field in CustomColumn
115 return scale; in getScale()
117 public void setScale(int scale) { in setScale() argument
118 this.scale = scale; in setScale()
/trunk/main/filter/source/graphicfilter/idxf/
H A Ddxfvec.cxx204 double fex,fey,scale; in Transform() local
208 scale = (fex+fey)/2.0; in Transform()
213 aLineInfo.SetWidth( (sal_Int32) (aDXFLineInfo.fWidth * scale + 0.5) ); in Transform()
215 aLineInfo.SetDashLen( (sal_Int32) (aDXFLineInfo.fDashLen * scale + 0.5) ); in Transform()
217 aLineInfo.SetDotLen( (sal_Int32) (aDXFLineInfo.fDotLen * scale + 0.5) ); in Transform()
218 aLineInfo.SetDistance( (sal_Int32) (aDXFLineInfo.fDistance * scale + 0.5) ); in Transform()
/trunk/main/drawinglayer/source/texture/
H A Dtexture.cxx160 aPattern.scale(0.5, 0.5); in appendTransformationsAndColors()
164 aPattern.scale(mfUnitWidth, 1.0); in appendTransformationsAndColors()
180 aNew.scale(1.0, fHeight); in appendTransformationsAndColors()
258 aNew.scale(0.5, 1.0); in appendTransformationsAndColors()
262 aNew.scale(mfUnitWidth, 1.0); in appendTransformationsAndColors()
266 aNew.scale(1.0, 1.0 - fPos); in appendTransformationsAndColors()
598 maTextureTransform.scale(fTargetSizeX, fTargetSizeY); in GeoTexSvxHatch()
/trunk/main/svx/source/svdraw/
H A Dsvdotextpathdecomposition.cxx393 aNewTransformA.scale(aFontScaling.getX(), aFontScaling.getY()); in HandlePair()
399 aNewTransformA.scale(fAutosizeScaleFactor, fAutosizeScaleFactor); in HandlePair()
418 aNewShadowTransform.scale(1.0, fScaleValue); in HandlePair()
420 aNewShadowTransform.scale(1.0, cos(fShearValue)); in HandlePair()
454 aNewTransformB.scale(1.0, fCos); in HandlePair()
472 aNewTransformA.scale(fCos, 1.0); in HandlePair()
/trunk/main/slideshow/source/engine/transitions/
H A Dfourboxwipe.cxx58 aTransform.scale( -1.0, 1.0 ); in operator ()()
64 aTransform.scale( 1.0, -1.0 ); in operator ()()
69 aTransform.scale( -1.0, 1.0 ); in operator ()()
H A Dclippingfunctor.cxx94 maStaticTransformation.scale( in ClippingFunctor()
217 aMatrix.scale( nScale, nScale ); in operator ()()
223 aMatrix.scale( rTargetSize.getX(), in operator ()()
H A Dspiralwipe.cxx57 aTransform.scale( edge_, edge_ ); in calcNegSpiral()
107 aTransform.scale( 0.5, 0.5 ); in operator ()()
117 aTransform.scale( 1.0, 0.5 ); in operator ()()
H A Dboxwipe.cxx41 aTransform.scale( d, d ); in operator ()()
44 aTransform.scale( d, d ); in operator ()()
/trunk/main/offapi/com/sun/star/chart2/
H A DScaleData.idl45 represents the model containing this scale, has to calculate a
55 represents the model containing this scale, has to calculate a
77 use the same scale, but point into two different directions.</p>
97 if true the maximum on the scale will be expanded for one interval
/trunk/main/filter/source/flash/
H A Dswfwriter2.cxx620 m.scale( 1.2, 1.2 ); in Impl_addGradient()
629 m.scale( scalex, scalex ); in Impl_addGradient()
638 m.scale( scaley, scaley ); in Impl_addGradient()
654 m.scale( scalex, scaley ); in Impl_addGradient()
666 m.scale( scalex, scaley ); in Impl_addGradient()
H A Dswfwriter1.cxx637 double scale = 1.0; in Impl_writeText() local
651 scale = (double)n1 / (double)n2; in Impl_writeText()
655 m.translate( double(aPt.X() / scale), double(aPt.Y()) ); in Impl_writeText()
656 m.scale( scale, scale ); in Impl_writeText()
703 aBits.writeSB( _Int16(map( Size( (long)( nAdvance / scale ), 0 ) ).Width() ), nAdvanceBits ); in Impl_writeText()
1014 m.scale(1.0/XScale, 1.0/YScale ); in Impl_writeImage()
1332 aMatrix.scale( XScale, YScale ); in Impl_writeFilling()
/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/
H A DColInfo.java45 private float scale = (float) 2.5; // 1.798; field in ColInfo
59 colDX *= scale; in ColInfo()
85 short scaledDX = (short) (EndianConverter.readShort(colDX) / scale); in read()
H A DRow.java44 private float scale = (float) 1; field in Row
55 miyRw *= scale; in Row()
110 short scaledHeight = (short) (EndianConverter.readShort(miyRw) / scale); in read()
/trunk/main/drawinglayer/source/primitive2d/
H A Dsvggradientprimitive2d.cxx421 aUnitGradientToObject.scale(fVectorLength, 1.0); in create2DDecomposition()
441 aUnitGradientToObject.scale(aVector.getLength(), 1.0); in create2DDecomposition()
513 aTransform.scale(-1.0, 1.0); in create2DDecomposition()
540 aTransform.scale(-1.0, 1.0); in create2DDecomposition()
761 aUnitGradientToObject.scale(getRadius(), getRadius()); in create2DDecomposition()
781 aUnitGradientToObject.scale(fRadius, fRadius); in create2DDecomposition()
H A Dpagepreviewprimitive2d.cxx94 aPageTrans.scale(fScaleX, aScale.getY() / fNeededHeight); in create2DDecomposition()
103 aPageTrans.scale(aScale.getX() / fNeededWidth, fScaleY); in create2DDecomposition()
114 aPageTrans.scale(1.0/ getContentWidth(), 1.0 / getContentHeight()); in create2DDecomposition()
H A Dsceneprimitive2d.cxx220 … aObjToUnit.scale(1.0 / aDiscreteRange.getWidth(), 1.0 / aDiscreteRange.getHeight()); in create2DDecomposition()
250 aExtendedProjection.scale(0.5, -0.5, 1.0); in create2DDecomposition()
254 aExtendedProjection.scale(aScale.getX(), aScale.getY(), 1.0); in create2DDecomposition()
261 aExtendedProjection.scale(2.0, -2.0, 1.0); in create2DDecomposition()
/trunk/main/drawinglayer/source/primitive3d/
H A Dpolygontubeprimitive3d.cxx519 aCapTrans.scale(getRadius(), getRadius(), getRadius()); in impCreate3DDecomposition()
527 aTubeTrans.scale(fForwLen + fExtraLength, getRadius(), getRadius()); in impCreate3DDecomposition()
539 aTubeTrans.scale(fForwLen, getRadius(), getRadius()); in impCreate3DDecomposition()
597 aSphereTrans.scale(getRadius(), getRadius(), getRadius()); in impCreate3DDecomposition()
621 aBackCapTrans.scale(getRadius(), getRadius(), getRadius()); in impCreate3DDecomposition()
/trunk/main/writerfilter/source/dmapper/
H A DWrapPolygonHandler.cxx94 WrapPolygon::Pointer_t WrapPolygon::scale(const Fraction & rFractionX, const Fraction & rFractionY) in scale() function in writerfilter::dmapper::WrapPolygon
124 pResult = pResult->scale(aScaleX, aScaleY); in correctWordWrapPolygon()
128 pResult = pResult->scale(aScaleDestX, aScaleDestY); in correctWordWrapPolygon()
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/descriptors/
H A DSdbcxColumnDescriptor.java40 protected int scale; field in SdbcxColumnDescriptor
100 return scale; in registerProperties()
107 scale = (Integer) value; in registerProperties()
/trunk/main/drawinglayer/source/processor3d/
H A Dzbufferprocessor3d.cxx592 aTransform.scale(fScaleDown, fScaleDown, 1.0); in rasterconvertB3DPolygon()
600 aTransform.scale(fScaleUp, fScaleUp, 1.0); in rasterconvertB3DPolygon()
708 aDeviceToView.scale(0.5, -0.5, -0.5); in ZBufferProcessor3D()
729 … aDeviceToView.scale(fFullViewSizeX * mnAntiAlialize, fFullViewSizeY * mnAntiAlialize, fMaxZDepth); in ZBufferProcessor3D()
731 aDeviceToView.scale(fFullViewSizeX, fFullViewSizeY, fMaxZDepth); in ZBufferProcessor3D()
/trunk/main/canvas/source/vcl/
H A Dcanvashelper_texturefill.cxx326 aInnerPolygonTransformMatrix.scale( 1.0 - 1.0/nAspectRatio, in fillPolygonalGradient()
332 aInnerPolygonTransformMatrix.scale( 0.0, in fillPolygonalGradient()
338 aInnerPolygonTransformMatrix.scale( 0.0, 0.0 ); in fillPolygonalGradient()
846 aScaleCorrection.scale( 1.0/aBmpSize.Width, in fillTexturedPolyPolygon()
888 aScaling.scale( 1.0/aBmpSize.Width, in fillTexturedPolyPolygon()

Completed in 98 milliseconds

12345678910>>...13