Home
last modified time | relevance | path

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

/trunk/main/extensions/source/propctrlr/
H A Deformshelper.cxx116 bool EFormsHelper::canBindToDataType( sal_Int32 _nDataType ) const SAL_THROW(()) in canBindToDataType()
123 if ( ( DataTypeClass::hexBinary == _nDataType ) in canBindToDataType()
124 || ( DataTypeClass::base64Binary == _nDataType ) in canBindToDataType()
125 || ( DataTypeClass::QName == _nDataType ) in canBindToDataType()
126 || ( DataTypeClass::NOTATION == _nDataType ) in canBindToDataType()
189 if ( _nDataType == -1 ) in canBindToDataType()
197 bCan = ( *pCompatibleTypes++ == _nDataType ); in canBindToDataType()
H A Deformshelper.hxx114 bool canBindToDataType( sal_Int32 _nDataType = -1 ) const SAL_THROW(());
/trunk/main/dbaccess/source/ui/misc/
H A DUITools.cxx1107 sal_Int32 _nDataType, in callColumnFormatDialog() argument
1158 …aType::CHAR == _nDataType) || (DataType::VARCHAR == _nDataType) || (DataType::LONGVARCHAR == _nDat… in callColumnFormatDialog()
1569 TOTypeInfoSP queryTypeInfoByType(sal_Int32 _nDataType,const OTypeInfoMap& _rTypeInfo) in queryTypeInfoByType() argument
1571 OTypeInfoMap::const_iterator aIter = _rTypeInfo.find(_nDataType); in queryTypeInfoByType()
1576 switch(_nDataType) in queryTypeInfoByType()
1600 if( DataType::DATE == _nDataType || DataType::TIME == _nDataType ) in queryTypeInfoByType()
H A DWCopyTable.cxx1528 sal_Bool OCopyTableWizard::supportsType(sal_Int32 _nDataType,sal_Int32& _rNewDataType) in supportsType() argument
1531 sal_Bool bRet = m_aDestTypeInfo.find(_nDataType) != m_aDestTypeInfo.end(); in supportsType()
1533 _rNewDataType = _nDataType; in supportsType()
/trunk/main/connectivity/source/commontools/
H A Ddbtools2.cxx394 sal_Int32 _nDataType) in lcl_createSDBCXColumn() argument
438 nField5 = _nDataType; in lcl_createSDBCXColumn()
514 sal_Int32 _nDataType) in createSDBCXColumn() argument
532 …g, aSchema, aTable, _rName,_rName,_bCase,_bQueryForInfo,_bIsAutoIncrement,_bIsCurrency,_nDataType); in createSDBCXColumn()
535 …STASCII_USTRINGPARAM("%")),_rName,_bCase,_bQueryForInfo,_bIsAutoIncrement,_bIsCurrency,_nDataType); in createSDBCXColumn()
H A Ddbtools.cxx160 sal_Int32 getDefaultNumberFormat(sal_Int32 _nDataType, in getDefaultNumberFormat() argument
172 switch (_nDataType) in getDefaultNumberFormat()
1476 sal_Int32 getSearchColumnFlag( const Reference< XConnection>& _rxConn,sal_Int32 _nDataType) in getSearchColumnFlag() argument
1485 if(xRow->getInt(2) == _nDataType) in getSearchColumnFlag()
/trunk/main/wizards/com/sun/star/wizards/db/
H A DTypeInspector.java64 public TypeInfo(int _nDataType, String _sDataTypeName, boolean _bisAutoIncrementable) in TypeInfo() argument
66 nDataType = _nDataType; in TypeInfo()
/trunk/main/dbaccess/source/ui/inc/
H A DUITools.hxx238 sal_Int32 _nDataType,
359 TOTypeInfoSP queryTypeInfoByType(sal_Int32 _nDataType,const OTypeInfoMap& _rTypeInfo);
H A DTableController.hxx116 TOTypeInfoSP getTypeInfoByType(sal_Int32 _nDataType) const;
H A DWCopyTable.hxx295 sal_Bool supportsType(sal_Int32 _nDataType,sal_Int32& _rNewDataType);
/trunk/main/connectivity/inc/connectivity/
H A Ddbtools.hxx111 sal_Int32 getDefaultNumberFormat(sal_Int32 _nDataType,
532 sal_Int32 _nDataType);
743 sal_Int32 _nDataType = com::sun::star::sdbc::DataType::OTHER);
/trunk/main/dbaccess/source/ui/tabledesign/
H A DTableController.cxx719 TOTypeInfoSP OTableController::getTypeInfoByType(sal_Int32 _nDataType) const in getTypeInfoByType()
721 return queryTypeInfoByType(_nDataType,m_aTypeInfo); in getTypeInfoByType()

Completed in 69 milliseconds