/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/ |
H A D | OColumn.java | 49 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 D | ChartAxisPosition.idl | 33 /** 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 D | ChartAxis.idl | 113 /** 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 D | gradienttools.cxx | 91 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 D | CustomColumn.java | 37 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 D | dxfvec.cxx | 204 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 D | texture.cxx | 160 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 D | svdotextpathdecomposition.cxx | 393 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 D | fourboxwipe.cxx | 58 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 D | clippingfunctor.cxx | 94 maStaticTransformation.scale( in ClippingFunctor() 217 aMatrix.scale( nScale, nScale ); in operator ()() 223 aMatrix.scale( rTargetSize.getX(), in operator ()()
|
H A D | spiralwipe.cxx | 57 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 D | boxwipe.cxx | 41 aTransform.scale( d, d ); in operator ()() 44 aTransform.scale( d, d ); in operator ()()
|
/trunk/main/offapi/com/sun/star/chart2/ |
H A D | ScaleData.idl | 45 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 D | swfwriter2.cxx | 620 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 D | swfwriter1.cxx | 637 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 D | ColInfo.java | 45 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 D | Row.java | 44 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 D | svggradientprimitive2d.cxx | 421 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 D | pagepreviewprimitive2d.cxx | 94 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 D | sceneprimitive2d.cxx | 220 … 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 D | polygontubeprimitive3d.cxx | 519 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 D | WrapPolygonHandler.cxx | 94 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 D | SdbcxColumnDescriptor.java | 40 protected int scale; field in SdbcxColumnDescriptor 100 return scale; in registerProperties() 107 scale = (Integer) value; in registerProperties()
|
/trunk/main/drawinglayer/source/processor3d/ |
H A D | zbufferprocessor3d.cxx | 592 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 D | canvashelper_texturefill.cxx | 326 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()
|