Home
last modified time | relevance | path

Searched refs:scale (Results 101 – 125 of 317) sorted by relevance

12345678910>>...13

/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/
H A DOfficeDocumentReportTarget.java1358 …final String scale = (String) attrs.getAttribute(JFreeReportInfo.REPORT_NAMESPACE, OfficeToken.SCA… in startImageProcessing() local
1359 …if (OfficeToken.NONE.equals(scale) && normalizedImageWidth.getValue() > 0 && normalizedImageHeight… in startImageProcessing()
1428 else if (OfficeToken.ISOTROPIC.equals(scale)) in startImageProcessing()
/trunk/main/drawinglayer/source/primitive3d/
H A Dsdrcubeprimitive3d.cxx133 aTexMatrix.scale(getTextureSize().getX(), getTextureSize().getY()); in create3DDecomposition()
H A Dsdrsphereprimitive3d.cxx122 aTexMatrix.scale(getTextureSize().getX(), getTextureSize().getY()); in create3DDecomposition()
H A Dsdrdecompositiontools3d.cxx135 aTexMatrix.scale(rTextureSize.getX(), rTextureSize.getY()); in applyTextureTo3DGeometry()
H A Dsdrlatheprimitive3d.cxx78 aTexTransform.scale(1.0, -1.0); in create3DDecomposition()
/trunk/main/vigra/
H A Dvigra1.6.0.patch1200 - double scale = norm / (2*er - warray[0]);
1201 + double scale = normFactor / (2*er - warray[0]);
1296 - kernel_.push_back(scale * norm);
1297 + kernel_.push_back(scale * normFactor);
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/canvas/
H A DCanvas.java123 g2.scale (mnScale, mnScale); in paintComponent()
/trunk/main/svx/source/sdr/contact/
H A Dviewcontactofsdrobjcustomshape.cxx161 aTextBoxMatrix.scale(aTextRange.getWidth(), aTextRange.getHeight()); in createViewIndependentPrimitive2DSequence()
/trunk/main/toolkit/test/accessibility/ov/
H A DStateSetView.java219 g.scale (nScale, nScale); in PaintAllStates()
/trunk/main/offapi/com/sun/star/report/
H A DXImageControl.idl61 /** defines how to scale the image
/trunk/main/slideshow/source/engine/OGLTrans/
H A DOGLTrans_TransitionImpl.hxx398 basegfx::B3DVector scale; member in SScale
/trunk/main/offapi/com/sun/star/embed/
H A DXInplaceObject.idl61 scale or deactivate.
/trunk/main/offapi/com/sun/star/rendering/
H A DXBitmap.idl90 use the fastest available algorithm to scale the bitmap, which
/trunk/main/mysqlc/source/
H A Dmysqlc_preparedstatement.hxx147 …CALL setObjectWithInfo(sal_Int32 parameter, const Any& x, sal_Int32 targetSqlType, sal_Int32 scale)
/trunk/main/connectivity/source/inc/ado/
H A DACallableStatement.hxx78 …mericOutParameter( sal_Int32 parameterIndex, sal_Int32 sqlType, sal_Int32 scale ) throw(::com::sun…
/trunk/main/dbaccess/source/ui/browser/
H A Dformadapter.cxx615 …apter::updateNumericObject(sal_Int32 columnIndex, const Any& x, sal_Int32 scale) throw( ::com::sun… in updateNumericObject() argument
619 xIface->updateNumericObject(columnIndex, x, scale); in updateNumericObject()
1001 …al_Int32 parameterIndex, const Any& x, sal_Int32 targetSqlType, sal_Int32 scale) throw( ::com::sun… in setObjectWithInfo() argument
1005 xIface->setObjectWithInfo(parameterIndex, x, targetSqlType, scale); in setObjectWithInfo()
/trunk/main/offapi/com/sun/star/awt/
H A DUnoControlImageControlModel.idl133 /** defines how to scale the image
/trunk/main/offapi/com/sun/star/sheet/
H A DGlobalSheetSettings.idl113 /** contains the default scale for new spreadsheet documents
/trunk/main/basegfx/source/matrix/
H A Db2dhommatrixtools.cxx421 aRetval.scale(fScaleX, fScaleY); in createSourceRangeTargetRangeTransform()
H A Db2dhommatrix.cxx253 void B2DHomMatrix::scale(double fX, double fY) in scale() function in basegfx::B2DHomMatrix
/trunk/main/connectivity/source/inc/java/sql/
H A DCallableStatement.hxx83 …mericOutParameter( sal_Int32 parameterIndex, sal_Int32 sqlType, sal_Int32 scale ) throw(::com::sun…
/trunk/main/dbaccess/source/core/api/
H A Dresultset.cxx836 void OResultSet::updateNumericObject(sal_Int32 columnIndex, const Any& x, sal_Int32 scale) throw( S… in updateNumericObject() argument
844 m_xDelegatorRowUpdate->updateNumericObject(columnIndex, x, scale); in updateNumericObject()
H A DRowSetCache.hxx231 …ct( sal_Int32 columnIndex, const ::com::sun::star::uno::Any& x, sal_Int32 scale,ORowSetValueVector…
/trunk/main/connectivity/source/resource/
H A Dconn_shared_res.src422 Text [ en-US ] = "Precision is less than scale for column '$columnname$'." ;
437 …d as a \"Decimal\" type, the max. length is $precision$ characters (with $scale$ decimal places).\…
/trunk/main/offapi/com/sun/star/chart2/
H A DAxis.idl70 /** Determines the scale value on the other axis when CrossoverPosition is set to VALUE.

Completed in 133 milliseconds

12345678910>>...13