Home
last modified time | relevance | path

Searched refs:scale (Results 51 – 75 of 317) sorted by relevance

12345678910>>...13

/trunk/main/ucbhelper/inc/ucbhelper/
H A Dresultsetmetadata.hxx89 sal_Int32 scale; member
127 scale( 0 ), in ResultSetColumnData()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/
H A DImageElementLayoutController.java98 final String scale, in generateImage() argument
110 image.setAttribute(JFreeReportInfo.REPORT_NAMESPACE, OfficeToken.SCALE, scale); in generateImage()
/trunk/main/drawinglayer/source/primitive2d/
H A Dmetafileprimitive2d.cxx597 aMapping.scale( in getTransformFromMapMode()
1247 rTextTransform.scale(aFontScaling.getX(), aFontScaling.getY()); in createFontAttributeTransformAndAlignment()
2702 aMapping.scale(fTwipTo100thMm, fTwipTo100thMm); in interpretMetafile()
2712 aMapping.scale(f100thMmToTwip, f100thMmToTwip); in interpretMetafile()
3004 aSubTransform.scale( in interpretMetafile()
3221 aAdaptedTransform.scale( in create2DDecomposition()
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLCallableStatement.java338 public void registerNumericOutParameter(int index, int sqlType, int scale) throws SQLException { in registerNumericOutParameter() argument
341 ((java.sql.CallableStatement)jdbcStatement).registerOutParameter(index, sqlType, scale); in registerNumericOutParameter()
/trunk/main/dbaccess/source/core/api/
H A Dcallablestatement.cxx142 …mericOutParameter( sal_Int32 parameterIndex, sal_Int32 sqlType, sal_Int32 scale ) throw(SQLExcepti… in registerNumericOutParameter() argument
148 …ers >(m_xAggregateAsSet, UNO_QUERY)->registerNumericOutParameter( parameterIndex, sqlType, scale ); in registerNumericOutParameter()
H A Ddatacolumn.cxx465 void ODataColumn::updateNumericObject(const Any& x, sal_Int32 scale) throw( SQLException, RuntimeEx… in updateNumericObject() argument
470 m_xRowUpdate->updateNumericObject(m_nPos, x, scale); in updateNumericObject()
H A Dpreparedstatement.cxx417 …al_Int32 parameterIndex, const Any& x, sal_Int32 targetSqlType, sal_Int32 scale ) throw(SQLExcepti… in setObjectWithInfo() argument
422 m_xAggregateAsParameters->setObjectWithInfo(parameterIndex, x, targetSqlType, scale); in setObjectWithInfo()
/trunk/main/drawinglayer/source/primitive3d/
H A Dsdrextrudeprimitive3d.cxx83 aTexTransform.scale(-1.0, -1.0); in create3DDecomposition()
85 aTexTransform.scale(fRelativeTextureWidth, 1.0); in create3DDecomposition()
/trunk/main/basegfx/test/
H A Dbasegfx2d.cxx578 rSource.scale(fScaleX, fScaleY); in impFillMatrix()
670 TEST_F(b2dhommatrix, scale) in TEST_F() argument
673 mat.scale(2.0,20.0); in TEST_F()
/trunk/main/cppcanvas/source/mtfrenderer/
H A Dmtftools.cxx158 aTransform.scale( 1.0/pScaling->getX(), 1.0/pScaling->getY() ); in modifyClip()
194 aTransform.scale( 1.0/pScaling->getX(), 1.0/pScaling->getY() ); in modifyClip()
/trunk/main/svx/source/svdraw/
H A Dsvdotextdecomposition.cxx195 aNewTransform.scale(aFontScaling.getX(), aFontScaling.getY()); in impCreateTextPortionPrimitive()
201 aNewTransform.scale(fFactor, fFactor); in impCreateTextPortionPrimitive()
528 aNewTransform.scale(rInfo.maBulletSize.getWidth(), rInfo.maBulletSize.getHeight()); in impHandleDrawBulletInfo()
/trunk/main/connectivity/source/drivers/jdbc/
H A DPreparedStatement.cxx320 …, const ::com::sun::star::uno::Any& x, sal_Int32 targetSqlType, sal_Int32 scale ) throw(::com::sun… in setObjectWithInfo() argument
362 …Env->CallVoidMethod( object, mID, parameterIndex,pBigDecimal->getJavaObject(),targetSqlType,scale); in setObjectWithInfo()
370 t.pEnv->CallVoidMethod( object, mID, parameterIndex,obj,targetSqlType,scale); in setObjectWithInfo()
H A DCallableStatement.cxx228 …mericOutParameter( sal_Int32 parameterIndex, sal_Int32 sqlType, sal_Int32 scale ) throw(::com::sun… in registerNumericOutParameter() argument
242 t.pEnv->CallVoidMethod( object, mID, parameterIndex,sqlType,scale); in registerNumericOutParameter()
/trunk/main/connectivity/source/drivers/ado/
H A DAPreparedStatement.cxx413 …nfo( sal_Int32 parameterIndex, const Any& x, sal_Int32 sqlType, sal_Int32 scale ) throw(SQLExcepti… in setObjectWithInfo() argument
422 ::dbtools::setObjectWithInfo(this,parameterIndex,x,sqlType,scale); in setObjectWithInfo()
/trunk/main/slideshow/source/engine/OGLTrans/
H A DOGLTrans_TransitionImpl.cxx708 …cale,const basegfx::B3DVector& Origin, bool bInter, double T0, double T1):scale(Scale),origin(Orig… in SScale()
774 glScaled((1-t) + t*scale.getX(),(1-t) + t*scale.getY(),(1-t) + t*scale.getZ()); in interpolate()
/trunk/main/svgio/source/svgreader/
H A Dsvgstyleattributes.cxx366 aGeoToUnit.scale(1.0 / rGeoRange.getWidth(), 1.0 / rGeoRange.getHeight()); in add_fillGradient()
572 … aMapPrimitivesToUnitRange.scale(1.0 / (fW * fTargetWidth), 1.0 / (fH * fTargetHeight)); in add_fillPattern()
576 aMapPrimitivesToUnitRange.scale(1.0 / fW, 1.0 / fH); in add_fillPattern()
845 rMarkerTransform.scale(fStrokeWidth, fStrokeWidth); in prepare_singleMarker()
/trunk/main/offapi/com/sun/star/sdbc/
H A DXParameters.idl373 ) to be sent to the database. The scale argument may further qualify this type.
374 @param scale
384 [in]any x, [in]long targetSqlType, [in]long scale)
/trunk/main/chart2/source/view/main/
H A DPlottingPositionHelper.cxx164 aMatrix.scale(fScaleX, fScaleY, fScaleZ); in getTransformationScaledLogicToScene()
432 aRet.scale(fScaleX, fScaleY, fScaleZ);//x first in impl_calculateMatrixUnitCartesianToScene()
/trunk/main/connectivity/source/drivers/file/
H A DFPreparedStatement.cxx332 …nfo( sal_Int32 parameterIndex, const Any& x, sal_Int32 sqlType, sal_Int32 scale ) throw(SQLExcepti… in setObjectWithInfo() argument
342 ::dbtools::setObjectWithInfo(this,parameterIndex,x,sqlType,scale); in setObjectWithInfo()
/trunk/main/slideshow/source/engine/transitions/
H A Dbarwipepolypolygon.cxx39 aTransform.scale( ::basegfx::pruneScaleValue( t / m_nBars ), 1.0 ); in operator ()()
H A Dbarndoorwipe.cxx43 aTransform.scale( ::basegfx::pruneScaleValue(t), 1.0 ); in operator ()()
H A Dcheckerboardwipe.cxx39 aTransform.scale( ::basegfx::pruneScaleValue( d * 2.0 * t ), in operator ()()
/trunk/main/oox/source/drawingml/
H A Dshape.cxx283 aTransformation.scale( in createAndInsert()
300 aTransformation.scale( mbFlipH ? -1.0 : 1.0, mbFlipV ? -1.0 : 1.0 ); in createAndInsert()
/trunk/main/basic/source/sbx/
H A Dsbxdec.cxx59 maDec.scale = rAutomationDec.Scale; in SbxDecimal()
75 rAutomationDec.Scale = maDec.scale; in fillAutomationDecimal()
/trunk/main/writerfilter/source/dmapper/
H A DWrapPolygonHandler.hxx60 WrapPolygon::Pointer_t scale(const Fraction & rFractionX, const Fraction & rFractionY);

Completed in 146 milliseconds

12345678910>>...13