/aoo41x/main/wizards/com/sun/star/wizards/db/ |
H A D | TypeInspector.java | 60 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 D | TableDescriptor.java | 183 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()
|
/aoo41x/main/dbaccess/source/ui/misc/ |
H A D | DExport.cxx | 586 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 D | UITools.cxx | 1079 sal_Int32 nDataType = ::comphelper::getINT32(xField->getPropertyValue(PROPERTY_TYPE)); in callColumnFormatDialog() local 1090 if(callColumnFormatDialog(_pParent,_pFormatter,nDataType,nFormatKey,eJustify,nFlags,bHasFormat)) in callColumnFormatDialog()
|
/aoo41x/main/dbaccess/source/ui/dlg/ |
H A D | queryfilter.cxx | 178 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 D | queryorder.cxx | 149 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()
|
/aoo41x/main/filter/source/graphicfilter/itiff/ |
H A D | itiff.cxx | 68 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()
|
/aoo41x/main/connectivity/source/commontools/ |
H A D | dbtools2.cxx | 77 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 D | TColumnsHelper.cxx | 98 sal_Int32 nDataType = DataType::OTHER; in createObject() local 112 nDataType = aFind->second.second; in createObject() 151 nDataType),UNO_QUERY); in createObject()
|
H A D | TIndexColumns.cxx | 89 sal_Int32 nDataType = xRow->getInt(5); in createObject() local 103 nDataType, in createObject()
|
H A D | TKeyColumns.cxx | 95 sal_Int32 nDataType = xRow->getInt(5); in createObject() local 117 nDataType, in createObject()
|
H A D | dbtools.cxx | 138 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()
|
/aoo41x/main/svx/source/form/ |
H A D | fmvwimp.cxx | 1247 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 D | formcontrolfactory.cxx | 599 sal_Int32 nDataType = DataType::OTHER; in initializeFieldDependentProperties() local 600 OSL_VERIFY( _rxDatabaseField->getPropertyValue( FM_PROP_FIELDTYPE ) >>= nDataType ); in initializeFieldDependentProperties() 607 switch ( nDataType ) in initializeFieldDependentProperties()
|
/aoo41x/main/reportdesign/source/core/sdr/ |
H A D | formatnormalizer.hxx | 52 sal_Int32 nDataType; member 56 Field() : sName(), nDataType( 0 ), nScale( 0 ), bIsCurrency( 0 ) { } in Field()
|
H A D | formatnormalizer.cxx | 161 …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()
|
/aoo41x/main/connectivity/source/drivers/adabas/ |
H A D | BTables.cxx | 371 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()
|
/aoo41x/main/dbaccess/source/core/misc/ |
H A D | DatabaseDataProvider.cxx | 657 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()
|
/aoo41x/main/filter/source/graphicfilter/etiff/ |
H A D | etiff.cxx | 482 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()
|
/aoo41x/main/svx/source/fmcomp/ |
H A D | fmgridcl.cxx | 428 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()
|
/aoo41x/main/reportdesign/source/ui/dlg/ |
H A D | GroupsSorting.cxx | 1178 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()
|
/aoo41x/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/ |
H A D | SPreparedStatement.hxx | 52 sal_Int32 nDataType; member 55 sal_Int32 rDataType) : aValue(rValue),nDataType(rDataType) in Parameter()
|
/aoo41x/main/connectivity/source/drivers/evoab2/ |
H A D | NPreparedStatement.hxx | 56 sal_Int32 nDataType; member 59 sal_Int32 rDataType) : aValue(rValue),nDataType(rDataType) in Parameter()
|
/aoo41x/main/connectivity/source/inc/odbc/ |
H A D | OPreparedStatement.hxx | 56 sal_Int32 nDataType; member 59 sal_Int32 rDataType) : aValue(rValue),nDataType(rDataType) in Parameter()
|
/aoo41x/main/dbaccess/source/ui/querydesign/ |
H A D | QueryDesignView.cxx | 3283 sal_Int32 nDataType = DataType::DOUBLE; in fillFunctionInfo() local 3295 nDataType = OSQLParser::getFunctionReturnType( in fillFunctionInfo() 3299 aInfo->SetDataType(nDataType); in fillFunctionInfo()
|