Home
last modified time | relevance | path

Searched refs:dataType (Results 1 – 12 of 12) sorted by relevance

/trunk/main/connectivity/source/drivers/macab/
H A Dmacabutilities.hxx120 sal_Int32 dataType; in ABTypeToDataType() local
124 dataType = ::com::sun::star::sdbc::DataType::CHAR; in ABTypeToDataType()
127 dataType = ::com::sun::star::sdbc::DataType::TIMESTAMP; in ABTypeToDataType()
130 dataType = ::com::sun::star::sdbc::DataType::INTEGER; in ABTypeToDataType()
133 dataType = ::com::sun::star::sdbc::DataType::FLOAT; in ABTypeToDataType()
136 dataType = -1; in ABTypeToDataType()
138 return dataType; in ABTypeToDataType()
/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlDatabaseMetadata.java101 short dataType = row.getShort(5); in getColumns() local
116 if (dataType == DataType.BIT) { in getColumns()
118 dataType = DataType.BOOLEAN; in getColumns()
127 rowOut[4] = new ORowSetValue(dataType); in getColumns()
348 short dataType = row.getShort(2); in getTypeInfo() local
366 if (dataType == DataType.BIT) { in getTypeInfo()
372 dataType = DataType.BOOLEAN; in getTypeInfo()
375 if ((dataType == DataType.CHAR || dataType == DataType.VARCHAR)) { in getTypeInfo()
382 rowOut[1] = new ORowSetValue(dataType); in getTypeInfo()
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/
H A DOColumnContainer.java56 public int dataType; field in OColumnContainer.ExtraColumnInfo
82 int dataType = DataType.OTHER; in createObject() local
110 dataType = columnInfo.dataType; in createObject()
H A DOIndexColumnContainer.java86 int dataType = row.getInt(5); in createObject() local
94 … nul, size, dec, dataType, false, false, false, isCaseSensitive()); in createObject()
H A DOKeyColumnContainer.java81 int dataType = row.getInt(5); in createObject() local
93 … "", columnDef, nul, size, dec, dataType, false, false, false, isCaseSensitive()); in createObject()
/trunk/main/extensions/source/propctrlr/
H A Dxsdvalidationpropertyhandler.cxx674 for ( ::std::vector< ::rtl::OUString >::const_iterator dataType = aAllTypes.begin(); in implGetAvailableDataTypeNames()
675 dataType != aAllTypes.end(); in implGetAvailableDataTypeNames()
676 ++dataType in implGetAvailableDataTypeNames()
679 ::rtl::Reference< XSDDataType > pType = m_pHelper->getDataTypeByName( *dataType ); in implGetAvailableDataTypeNames()
681 _rNames.push_back( *dataType ); in implGetAvailableDataTypeNames()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/form/
H A D_XGridFieldDataSupplier.java50 boolean[] dataType = oObj.queryFieldDataType(new Type(String.class)); in _queryFieldDataType()
51 tRes.tested("queryFieldDataType()", dataType != null); in _queryFieldDataType()
/trunk/main/toolkit/source/controls/grid/
H A Dsortablegriddatamodel.cxx488 Type dataType; in impl_reIndex_nothrow() local
495 … if ( ( dataType.getTypeClass() == TypeClass_VOID ) && aColumnData[ rowIndex ].hasValue() ) in impl_reIndex_nothrow()
496 dataType = aColumnData[ rowIndex ].getValueType(); in impl_reIndex_nothrow()
500 …PredicateLess > const pPredicate( ::comphelper::getStandardLessPredicate( dataType, m_collator ) ); in impl_reIndex_nothrow()
/trunk/main/mysqlc/source/
H A Dmysqlc_types.hxx27 sal_Int32 dataType; member
H A Dmysqlc_databasemetadata.cxx1534 aRow.push_back(makeAny(mysqlc_types[i].dataType)); in getTypeInfo()
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DDbTools.java709 columnInfo.dataType = metadata.getColumnType(i); in collectColumnInformation()
/trunk/main/oox/source/token/
H A Dtokens.txt1593 dataType

Completed in 69 milliseconds