Home
last modified time | relevance | path

Searched refs:nDataType (Results 1 – 25 of 26) sorted by relevance

12

/trunk/main/wizards/com/sun/star/wizards/db/
H A DTypeInspector.java60 public int nDataType; field in TypeInspector.TypeInfo
66 nDataType = _nDataType; in TypeInfo()
215 int nDataType = AnyConverter.toInt(_xColPropertySet.getPropertyValue("Type")); in getDataTypeIndex() local
226 int i = JavaTools.FieldInIntTable(nDataTypeInfos, nDataType, startindex); in getDataTypeIndex()
430 int nDataType; in findAutomaticPrimaryKeyType() local
433 nDataType = nNumericFallBackList[n]; in findAutomaticPrimaryKeyType()
438 int i = JavaTools.FieldInIntTable(nDataTypeInfos, nDataType, startindex); in findAutomaticPrimaryKeyType()
444 return new TypeInfo(nDataType, this.sDataTypeNames[i], true); in findAutomaticPrimaryKeyType()
452 nDataType = convertDataType(DataType.INTEGER); in findAutomaticPrimaryKeyType()
453 return new TypeInfo(nDataType, getDefaultTypeName(nDataType, null), false); in findAutomaticPrimaryKeyType()
H A DTableDescriptor.java183 int nDataType = oTypeInspector.getAutoIncrementIndex(xColPropertySet); in createPrimaryKeys() local
184 if (nDataType != oTypeInspector.INVALID) in createPrimaryKeys()
188 xColPropertySet.setPropertyValue("Type", new Integer(nDataType)); in createPrimaryKeys()
696 … int nDataType = oTypeInspector.convertDataType(com.sun.star.sdbc.DataType.INTEGER); in addPrimaryKeyColumn() local
697 xColPropertySet.setPropertyValue("Type", new Integer(nDataType)); in addPrimaryKeyColumn()
698 … xColPropertySet.setPropertyValue("TypeName", oTypeInspector.getDefaultTypeName(nDataType, null)); in addPrimaryKeyColumn()
/trunk/main/dbaccess/source/ui/misc/
H A DDExport.cxx586 sal_Int32 nDataType; in SetColumnTypes() local
593 nDataType = DataType::DOUBLE; in SetColumnTypes()
596 nDataType = DataType::VARCHAR; in SetColumnTypes()
600 nDataType = DataType::DATE; in SetColumnTypes()
603 nDataType = DataType::TIME; in SetColumnTypes()
606 nDataType = DataType::TIMESTAMP; in SetColumnTypes()
609 nDataType = DataType::NUMERIC; in SetColumnTypes()
617 nDataType = DataType::DOUBLE; in SetColumnTypes()
623 nDataType = DataType::VARCHAR; in SetColumnTypes()
627 OTypeInfoMap::const_iterator aFind = _pInfoMap->find(nDataType); in SetColumnTypes()
[all …]
H A DUITools.cxx1079 sal_Int32 nDataType = ::comphelper::getINT32(xField->getPropertyValue(PROPERTY_TYPE)); in callColumnFormatDialog() local
1090 if(callColumnFormatDialog(_pParent,_pFormatter,nDataType,nFormatKey,eJustify,nFlags,bHasFormat)) in callColumnFormatDialog()
/trunk/main/dbaccess/source/ui/dlg/
H A Dqueryfilter.cxx178 sal_Int32 nDataType( 0 ); in DlgFilterCrit() local
179 OSL_VERIFY( xColumn->getPropertyValue( PROPERTY_TYPE ) >>= nDataType ); in DlgFilterCrit()
180 … sal_Int32 eColumnSearch = ::dbtools::getSearchColumnFlag( m_xConnection, nDataType ); in DlgFilterCrit()
209 sal_Int32 nDataType(0); in DlgFilterCrit() local
210 xColumn->getPropertyValue(PROPERTY_TYPE) >>= nDataType; in DlgFilterCrit()
211 sal_Int32 eColumnSearch = dbtools::getSearchColumnFlag(m_xConnection,nDataType); in DlgFilterCrit()
776 sal_Int32 nDataType = 0; in IMPL_LINK() local
777 xColumn->getPropertyValue(PROPERTY_TYPE) >>= nDataType; in IMPL_LINK()
778 sal_Int32 eColumnSearch = dbtools::getSearchColumnFlag(m_xConnection,nDataType); in IMPL_LINK()
H A Dqueryorder.cxx149 sal_Int32 nDataType = 0; in DBG_NAME() local
150 xColumn->getPropertyValue(PROPERTY_TYPE) >>= nDataType; in DBG_NAME()
151 sal_Int32 eColumnSearch = dbtools::getSearchColumnFlag(m_xConnection,nDataType); in DBG_NAME()
/trunk/main/filter/source/graphicfilter/itiff/
H A Ditiff.cxx68 sal_uInt16 nDataType; member in TIFFReader
160 switch ( nDataType ) in DataTypeSize()
202 switch( nDataType ) in ReadIntData()
259 if ( nDataType == 5 ) in ReadDoubleData()
457 if ( nDataType == 3 && nNumColors <= 256) in ReadTagData()
1140 *pTIFF >> nTagType >> nDataType >> nDataLen >> nOffset; in ReadTIFF()
1200 *pTIFF >> nTagType >> nDataType >> nDataLen; in ReadTIFF()
/trunk/main/connectivity/source/commontools/
H A Ddbtools2.cxx77 sal_Int32 nDataType = 0; in createStandardColumnPart() local
86 nDataType = nPrecision = nScale = 0; in createStandardColumnPart()
89 xColProp->getPropertyValue(rPropMap.getNameByIndex(PROPERTY_ID_TYPE)) >>= nDataType; in createStandardColumnPart()
115 if ( !sTypeName.getLength() && nType == nDataType ) in createStandardColumnPart()
118 …if( sTypeName.equalsIgnoreAsciiCase(sTypeName2Cmp) && nType == nDataType && sCreateParams.getLengt… in createStandardColumnPart()
146 if ( nPrecision > 0 && nDataType != DataType::TIMESTAMP ) in createStandardColumnPart()
152 …attern.getLength() && sCreateParams.indexOf(_sCreatePattern) != -1 ) || nDataType == DataType::TIM… in createStandardColumnPart()
H A DTColumnsHelper.cxx98 sal_Int32 nDataType = DataType::OTHER; in createObject() local
112 nDataType = aFind->second.second; in createObject()
151 nDataType),UNO_QUERY); in createObject()
H A DTIndexColumns.cxx89 sal_Int32 nDataType = xRow->getInt(5); in createObject() local
103 nDataType, in createObject()
H A DTKeyColumns.cxx95 sal_Int32 nDataType = xRow->getInt(5); in createObject() local
117 nDataType, in createObject()
H A Ddbtools.cxx138 sal_Int32 nDataType = 0; in getDefaultNumberFormat() local
143 _xColumn->getPropertyValue(::rtl::OUString::createFromAscii("Type")) >>= nDataType; in getDefaultNumberFormat()
145 if (DataType::NUMERIC == nDataType || DataType::DECIMAL == nDataType) in getDefaultNumberFormat()
152 return getDefaultNumberFormat(nDataType, in getDefaultNumberFormat()
/trunk/main/svx/source/form/
H A Dfmvwimp.cxx1247 sal_Int32 nDataType = ::comphelper::getINT32(xField->getPropertyValue(FM_PROP_FIELDTYPE)); in implCreateFieldControl() local
1248 if ((DataType::BINARY == nDataType) || (DataType::VARBINARY == nDataType)) in implCreateFieldControl()
1263 switch (nDataType) in implCreateFieldControl()
1520 sal_Int32 nDataType = 0; in createControlLabelPair() local
1525 nDataType = ::comphelper::getINT32(_rxField->getPropertyValue(FM_PROP_FIELDTYPE)); in createControlLabelPair()
1598 switch ( nDataType ) in createControlLabelPair()
1640 …if ( (nDataType == DataType::LONGVARCHAR || nDataType == DataType::CLOB) && xControlPropInfo->hasP… in createControlLabelPair()
H A Dformcontrolfactory.cxx599 sal_Int32 nDataType = DataType::OTHER; in initializeFieldDependentProperties() local
600 OSL_VERIFY( _rxDatabaseField->getPropertyValue( FM_PROP_FIELDTYPE ) >>= nDataType ); in initializeFieldDependentProperties()
607 switch ( nDataType ) in initializeFieldDependentProperties()
/trunk/main/connectivity/source/drivers/adabas/
H A DBTables.cxx371 sal_Int32 nDataType = 0; in getColumnSqlType() local
372 …op->getPropertyValue(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_TYPE)) >>= nDataType; in getColumnSqlType()
373 switch(nDataType) in getColumnSqlType()
391 switch(nDataType) in getColumnSqlType()
/trunk/main/dbaccess/source/core/misc/
H A DDatabaseDataProvider.cxx657 sal_Int32 nDataType; member
662 ,nDataType( sdbc::DataType::VARCHAR ) in ColumnDescription()
668 ,nDataType( sdbc::DataType::VARCHAR ) in ColumnDescription()
774 OSL_VERIFY( xColumn->getPropertyValue( PROPERTY_TYPE ) >>= col->nDataType ); in impl_fillInternalDataProvider_throw()
789 aValue.fill( aColumns[0].nResultSetPosition, aColumns[0].nDataType, xRow ); in impl_fillInternalDataProvider_throw()
801 aValue.fill( col->nResultSetPosition, col->nDataType, xRow ); in impl_fillInternalDataProvider_throw()
/trunk/main/reportdesign/source/core/sdr/
H A Dformatnormalizer.hxx52 sal_Int32 nDataType; member
56 Field() : sName(), nDataType( 0 ), nScale( 0 ), bIsCurrency( 0 ) { } in Field()
H A Dformatnormalizer.cxx161 …tyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Type" ) ) ) >>= aField.nDataType ); in lcl_collectFields_throw()
263 …nFormatKey = ::dbtools::getDefaultNumberFormat( field->nDataType, field->nScale, field->bIsCurrenc… in impl_adjustFormatToDataFieldType_nothrow()
/trunk/main/filter/source/graphicfilter/etiff/
H A Detiff.cxx482 void TIFFWriter::ImplWriteTag( sal_uInt16 nTagID, sal_uInt16 nDataType, sal_uInt32 nNumberOfItems, … in ImplWriteTag() argument
487 *mpOStm << nDataType; in ImplWriteTag()
489 if ( nDataType == 3 ) in ImplWriteTag()
/trunk/main/svx/source/fmcomp/
H A Dfmgridcl.cxx428 sal_Int32 nDataType = 0; variable
429 xField->getPropertyValue(FM_PROP_FIELDTYPE) >>= nDataType;
431 switch (nDataType)
455 switch (nDataType)
1717 sal_Int32 nDataType = DataType::OTHER; in InitColumnByField() local
1718 xField->getPropertyValue( FM_PROP_FIELDTYPE ) >>= nDataType; in InitColumnByField()
1721 switch ( nDataType ) in InitColumnByField()
/trunk/main/reportdesign/source/ui/dlg/
H A DGroupsSorting.cxx1178 sal_Int32 nDataType = sdbc::DataType::VARCHAR; in getColumnDataType() local
1187 xColumn->getPropertyValue(PROPERTY_TYPE) >>= nDataType; in getColumnDataType()
1195 return nDataType; in getColumnDataType()
1341 sal_Int32 nDataType = getColumnDataType(_xGroup->getExpression()); in displayGroup() local
1349 switch(nDataType) in displayGroup()
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSPreparedStatement.hxx52 sal_Int32 nDataType; member
55 sal_Int32 rDataType) : aValue(rValue),nDataType(rDataType) in Parameter()
/trunk/main/connectivity/source/drivers/evoab2/
H A DNPreparedStatement.hxx56 sal_Int32 nDataType; member
59 sal_Int32 rDataType) : aValue(rValue),nDataType(rDataType) in Parameter()
/trunk/main/connectivity/source/inc/odbc/
H A DOPreparedStatement.hxx56 sal_Int32 nDataType; member
59 sal_Int32 rDataType) : aValue(rValue),nDataType(rDataType) in Parameter()
/trunk/main/dbaccess/source/ui/querydesign/
H A DQueryDesignView.cxx3283 sal_Int32 nDataType = DataType::DOUBLE; in fillFunctionInfo() local
3295 nDataType = OSQLParser::getFunctionReturnType( in fillFunctionInfo()
3299 aInfo->SetDataType(nDataType); in fillFunctionInfo()

Completed in 216 milliseconds

12