Home
last modified time | relevance | path

Searched refs:precision (Results 1 – 25 of 118) sorted by relevance

12345

/trunk/main/wizards/com/sun/star/wizards/db/
H A DColumnPropertySet.java71 Integer precision = null; in assignPropertyValues() local
74precision = (Integer) Properties.getPropertyValue(_aNewColPropertyValues, "Precision"); in assignPropertyValues()
77 if ((nType == DataType.VARCHAR) && (precision == null || precision.intValue() == 0)) in assignPropertyValues()
79 precision = 50; in assignPropertyValues()
81 if (precision != null) in assignPropertyValues()
83 xPropertySet.setPropertyValue("Precision", precision); in assignPropertyValues()
85 setType(nType, sTypeName, precision); in assignPropertyValues()
146 private void setType(int _nType, String _sTypeName, Integer precision) in setType() argument
150 sTypeName = oTypeInspector.getDefaultTypeName(nType, precision); in setType()
H A DTypeInspector.java275 public String getDefaultTypeName(int _curDataType, Integer precision) in getDefaultTypeName() argument
284 if (precision == null || nPrecisionInfos[i] >= precision.intValue()) in getDefaultTypeName()
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/
H A DOColumn.java48 private int precision; field in OColumn
58 this.precision = 0; in OColumn()
73 final int precision, in OColumn() argument
85 this.precision = precision; in OColumn()
141 return precision; in registerProperties()
148 precision = (Integer) value; in registerProperties()
H A DOIndexColumn.java49 final int precision, in OIndexColumn() argument
57 precision, scale, type, isAutoIncrement, isRowVersion, isCurrency, isCaseSensitive); in OIndexColumn()
H A DOKeyColumn.java54 final int precision, in OKeyColumn() argument
62 precision, scale, type, isAutoIncrement, isRowVersion, isCurrency, isCaseSensitive); in OKeyColumn()
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DCustomColumn.java36 private int precision = 0; field in CustomColumn
109 return precision; in getPrecision()
111 public void setPrecision(int precision) { in setPrecision() argument
112 this.precision = precision; in setPrecision()
H A DDbTools.java478 int precision = AnyConverter.toInt(columnProperties.getPropertyValue("Precision")); in createStandardColumnPart() local
524 if ((precision > 0 || scale > 0) && useLiteral) { in createStandardColumnPart()
533 if (precision > 0 && datatype != DataType.TIMESTAMP) { in createStandardColumnPart()
534 sql.append(precision); in createStandardColumnPart()
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/descriptors/
H A DSdbcxColumnDescriptor.java39 protected int precision; field in SdbcxColumnDescriptor
86 return precision; in registerProperties()
93 precision = (Integer) value; in registerProperties()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/
H A DFormat.java261 public void setDecimalPlaces(int precision) { in setDecimalPlaces() argument
262 decimalPlaces = precision; in setDecimalPlaces()
/trunk/main/offapi/com/sun/star/rendering/
H A DFloatingPointBitmapFormat.idl46 The color components are stored in the IEEE single-precision
54 The color components are stored in the IEEE double-precision
/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlDatabaseMetadata.java349 int precision = row.getInt(3); in getTypeInfo() local
376 precision = 10485760; in getTypeInfo()
383 rowOut[2] = new ORowSetValue(precision); in getTypeInfo()
/trunk/main/ucbhelper/inc/ucbhelper/
H A Dresultsetmetadata.hxx86 sal_Int32 precision; member
126 precision( -1 ), in ResultSetColumnData()
/trunk/main/mysqlc/source/
H A Dmysqlc_types.hxx28 sal_Int32 precision; member
H A Dmysqlc_databasemetadata.cxx1535 aRow.push_back(makeAny(mysqlc_types[i].precision)); in getTypeInfo()
/trunk/main/xmerge/source/palmtests/qa-wrapper/testcases/
H A Dc_cellpercentvalue-mod.infile22 # Spreadsheet percentage value precision
/trunk/main/offapi/com/sun/star/chart2/data/
H A DXNumericalDataSequence.idl39 /** allows access to a one-dimensional sequence of double precision
/trunk/main/unixODBC/inc/
H A Dsqltypes.h381 SQLCHAR precision; member
/trunk/main/toolkit/doc/layout/
H A Dmetricfield.txt44 + this is really based on 'BigInt' [ curious ] - so even more precision loss.
/trunk/main/jpeg/
H A Djpeg-8d.patch68 * We do not support run-time selection of data precision, sorry.
/trunk/main/connectivity/source/resource/
H A Dconn_shared_res.src417 Text [ en-US ] = "Invalid precision for column '$columnname$'." ;
437 …me$' column has been defined as a \"Decimal\" type, the max. length is $precision$ characters (wit…
/trunk/main/ucbhelper/source/provider/
H A Dresultsetmetadata.cxx327 return m_pImpl->m_aColumnData[ column - 1 ].precision; in getPrecision()
/trunk/main/offapi/com/sun/star/sdbc/
H A DXDatabaseMetaData.idl1305 <b>PRECISION</b> long => precision
1497 decimal types this is precision.
1699 <b>COLUMN_SIZE</b> long => precision
1761 <b>COLUMN_SIZE</b> long => precision
2211 <b>PRECISION</b> long => maximum precision
H A DXResultSetMetaData.idl167 precision
/trunk/main/oox/source/dump/
H A Dxlsbdumper.ini320 0x0008=full-precision
/trunk/main/sc/source/ui/src/
H A Dscfuncs.src9276 …, the intermediate result of a triangular conversion is rounded to that precision. If omitted, the…

Completed in 248 milliseconds

12345