Home
last modified time | relevance | path

Searched refs:DataType (Results 51 – 75 of 196) sorted by relevance

12345678

/aoo42x/main/sw/source/ui/dbui/
H A Ddbinsdlg.cxx316 case DataType::BIT: in SwInsertDBColAutoPilot()
317 case DataType::BOOLEAN: in SwInsertDBColAutoPilot()
318 case DataType::TINYINT: in SwInsertDBColAutoPilot()
320 case DataType::INTEGER: in SwInsertDBColAutoPilot()
321 case DataType::BIGINT: in SwInsertDBColAutoPilot()
322 case DataType::FLOAT: in SwInsertDBColAutoPilot()
323 case DataType::REAL: in SwInsertDBColAutoPilot()
324 case DataType::DOUBLE: in SwInsertDBColAutoPilot()
325 case DataType::NUMERIC: in SwInsertDBColAutoPilot()
327 case DataType::DATE: in SwInsertDBColAutoPilot()
[all …]
/aoo42x/main/connectivity/source/drivers/dbase/
H A DDDatabaseMetaData.cxx105 aRow[2] = new ORowSetValueDecorator(DataType::LONGVARCHAR); in impl_getTypeInfo_throw()
112 aRow[2] = new ORowSetValueDecorator(DataType::DATE); in impl_getTypeInfo_throw()
118 aRow[2] = new ORowSetValueDecorator(DataType::BIT); in impl_getTypeInfo_throw()
128 aRow[2] = new ORowSetValueDecorator(DataType::DOUBLE); in impl_getTypeInfo_throw()
138 aRow[2] = new ORowSetValueDecorator(DataType::TIMESTAMP); in impl_getTypeInfo_throw()
144 aRow[2] = new ORowSetValueDecorator(DataType::INTEGER); in impl_getTypeInfo_throw()
150 aRow[2] = new ORowSetValueDecorator(DataType::DECIMAL); in impl_getTypeInfo_throw()
157 aRow[2] = new ORowSetValueDecorator(DataType::DECIMAL); in impl_getTypeInfo_throw()
225 case DataType::CHAR: in getColumns()
226 case DataType::VARCHAR: in getColumns()
[all …]
/aoo42x/main/basegfx/source/workbench/
H A Dbezierclip.hxx61 template <typename DataType> DataType calcLineDistance( const DataType& a, in calcLineDistance()
62 const DataType& b, in calcLineDistance()
63 const DataType& c, in calcLineDistance()
64 const DataType& x, in calcLineDistance()
65 const DataType& y ) in calcLineDistance()
/aoo42x/main/extensions/source/bibliography/
H A Ddatman.cxx876 case DataType::BIT: in InsertFields()
884 case DataType::BLOB: in InsertFields()
890 case DataType::CHAR: in InsertFields()
891 case DataType::CLOB: in InsertFields()
1455 case DataType::BIT: in getControlName()
1456 case DataType::BOOLEAN: in getControlName()
1464 case DataType::REAL: in getControlName()
1465 case DataType::DOUBLE: in getControlName()
1473 case DataType::DATE: in getControlName()
1476 case DataType::TIME: in getControlName()
[all …]
/aoo42x/main/dbaccess/source/ui/tabledesign/
H A DFieldDescriptions.cxx76 ,m_nType(DataType::VARCHAR) in DBG_NAME()
124 ,m_nType(DataType::VARCHAR) in OFieldDescription()
221 case DataType::CHAR: in FillFromTypeInfo()
222 case DataType::VARCHAR: in FillFromTypeInfo()
231 case DataType::TIMESTAMP: in FillFromTypeInfo()
243 case DataType::BIT: in FillFromTypeInfo()
244 case DataType::BLOB: in FillFromTypeInfo()
245 case DataType::CLOB: in FillFromTypeInfo()
572 case DataType::TINYINT: in GetPrecision()
574 case DataType::INTEGER: in GetPrecision()
[all …]
/aoo42x/main/connectivity/source/drivers/file/
H A DFStatement.cxx786 case DataType::CHAR: in SetAssignValue()
787 case DataType::VARCHAR: in SetAssignValue()
793 case DataType::BIT: in SetAssignValue()
806 case DataType::TINYINT: in SetAssignValue()
808 case DataType::INTEGER: in SetAssignValue()
809 case DataType::DECIMAL: in SetAssignValue()
810 case DataType::NUMERIC: in SetAssignValue()
811 case DataType::REAL: in SetAssignValue()
812 case DataType::DOUBLE: in SetAssignValue()
813 case DataType::DATE: in SetAssignValue()
[all …]
H A Dfcomp.cxx368 case DataType::CHAR: in execute_BETWEEN()
369 case DataType::VARCHAR: in execute_BETWEEN()
370 case DataType::LONGVARCHAR: in execute_BETWEEN()
374 case DataType::DECIMAL: in execute_BETWEEN()
375 case DataType::NUMERIC: in execute_BETWEEN()
379 case DataType::FLOAT: in execute_BETWEEN()
383 case DataType::DOUBLE: in execute_BETWEEN()
384 case DataType::REAL: in execute_BETWEEN()
388 case DataType::DATE: in execute_BETWEEN()
392 case DataType::TIME: in execute_BETWEEN()
[all …]
H A DFResultSet.cxx1302 case DataType::CHAR: in sortRows()
1303 case DataType::VARCHAR: in sortRows()
1308 case DataType::OTHER: in sortRows()
1309 case DataType::TINYINT: in sortRows()
1311 case DataType::INTEGER: in sortRows()
1312 case DataType::DECIMAL: in sortRows()
1314 case DataType::REAL: in sortRows()
1315 case DataType::DOUBLE: in sortRows()
1316 case DataType::DATE: in sortRows()
1317 case DataType::TIME: in sortRows()
[all …]
/aoo42x/main/svx/source/fmcomp/
H A Dfmgridcl.cxx433 case DataType::BLOB:
435 case DataType::BINARY:
437 case DataType::OTHER:
457 case DataType::BIT:
467 case DataType::REAL:
468 case DataType::DOUBLE:
480 case DataType::DATE:
484 case DataType::TIME:
488 case DataType::CHAR:
1723 case DataType::BLOB: in InitColumnByField()
[all …]
/aoo42x/main/dtrans/source/os2/clipb/
H A DOs2Transferable.cxx59 aFlavor.DataType = getCppuType( (OUString*)0 ); in Os2Transferable()
65 aFlavor.DataType = getCppuType( (OUString*)0 ); in Os2Transferable()
157 if( aFlavor.DataType != getCppuType( (Sequence< sal_Int8 >*)0 ) ) in isDataFlavorSupported()
160 aFlavor.DataType == getCppuType( (OUString*)0 ) ) in isDataFlavorSupported()
167 aFlavor.DataType == aFlavors.getConstArray()[i].DataType ) in isDataFlavorSupported()
/aoo42x/main/forms/source/component/
H A DImageControl.cxx104 if ( ( _nFieldType == DataType::BINARY ) in lcl_getImageStoreType()
105 || ( _nFieldType == DataType::VARBINARY ) in lcl_getImageStoreType()
106 || ( _nFieldType == DataType::LONGVARBINARY ) in lcl_getImageStoreType()
107 || ( _nFieldType == DataType::OTHER ) in lcl_getImageStoreType()
108 || ( _nFieldType == DataType::OBJECT ) in lcl_getImageStoreType()
109 || ( _nFieldType == DataType::BLOB ) in lcl_getImageStoreType()
110 || ( _nFieldType == DataType::LONGVARCHAR ) in lcl_getImageStoreType()
111 || ( _nFieldType == DataType::CLOB ) in lcl_getImageStoreType()
116 if ( ( _nFieldType == DataType::CHAR ) in lcl_getImageStoreType()
117 || ( _nFieldType == DataType::VARCHAR ) in lcl_getImageStoreType()
[all …]
H A DFormComponent.cxx1265 ,m_nFieldType( DataType::OTHER ) in OBoundControlModel()
1300 ,m_nFieldType( DataType::OTHER ) in OBoundControlModel()
2109 m_nFieldType = DataType::OTHER; in resetField()
2140 sal_Int32 nFieldType = DataType::OTHER; in connectToField()
2202 if ((_nColumnType == DataType::BINARY) || (_nColumnType == DataType::VARBINARY) in approveDbColumnType()
2203 || (_nColumnType == DataType::LONGVARBINARY) || (_nColumnType == DataType::OTHER) in approveDbColumnType()
2204 || (_nColumnType == DataType::OBJECT) || (_nColumnType == DataType::DISTINCT) in approveDbColumnType()
2205 || (_nColumnType == DataType::STRUCT) || (_nColumnType == DataType::ARRAY) in approveDbColumnType()
2207 || (_nColumnType == DataType::REF) || (_nColumnType == DataType::SQLNULL)) in approveDbColumnType()
2535 sal_Int32 nFieldType = DataType::OBJECT; in reset()
[all …]
/aoo42x/main/connectivity/source/drivers/calc/
H A DCDatabaseMetaData.cxx91 aRow.push_back(new ORowSetValueDecorator(DataType::VARCHAR)); in impl_getTypeInfo_throw()
113 aRow[2] = new ORowSetValueDecorator(DataType::DECIMAL); in impl_getTypeInfo_throw()
120 aRow[2] = new ORowSetValueDecorator(DataType::BIT); in impl_getTypeInfo_throw()
127 aRow[2] = new ORowSetValueDecorator(DataType::DATE); in impl_getTypeInfo_throw()
134 aRow[2] = new ORowSetValueDecorator(DataType::TIME); in impl_getTypeInfo_throw()
141 aRow[2] = new ORowSetValueDecorator(DataType::TIMESTAMP); in impl_getTypeInfo_throw()
215 case DataType::CHAR: in getColumns()
216 case DataType::VARCHAR: in getColumns()
219 case DataType::LONGVARCHAR: in getColumns()
/aoo42x/main/reportbuilder/java/com/sun/star/report/
H A DSDBCReportData.java32 import com.sun.star.sdbc.DataType;
114 columnTypes[i - 1] = DataType.CHAR; in SDBCReportData()
350 case DataType.DATE: in convertObject()
353 case DataType.TIME: in convertObject()
356 case DataType.TIMESTAMP: in convertObject()
359 case DataType.DECIMAL: in convertObject()
360 case DataType.NUMERIC: in convertObject()
/aoo42x/main/dbaccess/source/ui/misc/
H A DDExport.cxx231 if( nType == DataType::VARCHAR ) in ODatabaseExport()
334 …_vColumnTypes[nNewPos] != DataType::VARCHAR && m_vColumnTypes[nNewPos] != DataType::CHAR && m_vCol… in insertValueIntoColumn()
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()
/aoo42x/main/connectivity/source/drivers/adabas/
H A DBCatalog.cxx140 case DataType::DECIMAL: in correctColumnProperties()
143 if(_rnType == DataType::DECIMAL && _rsTypeName == sDecimal) in correctColumnProperties()
144 _rnType = DataType::NUMERIC; in correctColumnProperties()
147 case DataType::FLOAT: in correctColumnProperties()
152 _rnType = DataType::DOUBLE; in correctColumnProperties()
H A DBDatabaseMetaData.cxx130 case DataType::FLOAT: in impl_getTypeInfo_throw()
133 case DataType::REAL: in impl_getTypeInfo_throw()
136 case DataType::DOUBLE: in impl_getTypeInfo_throw()
137 aRow[2]->setValue(DataType::DOUBLE); in impl_getTypeInfo_throw()
140 case DataType::TIMESTAMP: in impl_getTypeInfo_throw()
/aoo42x/main/ucb/source/sorter/
H A Dsortresult.cxx1041 case DataType::BIT : in CompareImpl()
1042 case DataType::TINYINT : in CompareImpl()
1044 case DataType::INTEGER : in CompareImpl()
1063 case DataType::BIGINT : in CompareImpl()
1082 case DataType::CHAR : in CompareImpl()
1083 case DataType::VARCHAR : in CompareImpl()
1102 case DataType::DATE : in CompareImpl()
1128 case DataType::TIME : in CompareImpl()
1192 case DataType::REAL : in CompareImpl()
1211 case DataType::FLOAT : in CompareImpl()
[all …]
/aoo42x/main/sfx2/source/doc/
H A Dsfxbasemodel.cxx2124 && aFlavor.DataType == getCppuType( (const sal_uInt64*) 0 ) ) in getTransferData()
2160 && aFlavor.DataType == getCppuType( (const sal_uInt64*) 0 ) ) in getTransferData()
2273 aFlavorSeq[0].DataType = getCppuType( (const Sequence< sal_Int8 >*) 0 ); in getTransferDataFlavors()
2278 aFlavorSeq[1].DataType = getCppuType( (const Sequence< sal_Int8 >*) 0 ); in getTransferDataFlavors()
2283 aFlavorSeq[2].DataType = getCppuType( (const Sequence< sal_Int8 >*) 0 ); in getTransferDataFlavors()
2288 aFlavorSeq[3].DataType = getCppuType( (const Sequence< sal_Int8 >*) 0 ); in getTransferDataFlavors()
2320 aFlavorSeq[9].DataType = getCppuType( (const sal_uInt64*) 0 ); in getTransferDataFlavors()
2325 aFlavorSeq[10].DataType = getCppuType( (const sal_uInt64*) 0 ); in getTransferDataFlavors()
2343 if ( aFlavor.DataType == getCppuType( (const Sequence< sal_Int8 >*) 0 ) ) in isDataFlavorSupported()
2356 && aFlavor.DataType == getCppuType( (const sal_uInt64*) 0 ) ) in isDataFlavorSupported()
[all …]
/aoo42x/main/offapi/com/sun/star/sdbc/
H A DRowSet.idl132 <member scope= "com::sun::star::sdbc">DataType::BINARY</member>
134 <member scope= "com::sun::star::sdbc">DataType::VARBINARY</member>
136 <member scope= "com::sun::star::sdbc">DataType::LONGVARBINARY</member>
138 <member scope= "com::sun::star::sdbc">DataType::CHAR</member>
140 <member scope= "com::sun::star::sdbc">DataType::VARCHAR</member>
143 <member scope= "com::sun::star::sdbc">DataType::LONGVARCHAR</member>
/aoo42x/main/sc/inc/
H A Dqueryparam.hxx99 enum DataType { INTERNAL, MATRIX }; enum
104 DataType GetType() const;
109 ScDBQueryParamBase(DataType eType);
114 DataType meType;
/aoo42x/main/connectivity/source/drivers/macab/
H A Dmacabutilities.hxx124 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()
H A DMacabDatabaseMetaData.cxx815 aRow[2] = new ORowSetValueDecorator(DataType::CHAR); in getTypeInfo()
836 aRow[2] = new ORowSetValueDecorator(DataType::TIMESTAMP); in getTypeInfo()
843 aRow[2] = new ORowSetValueDecorator(DataType::INTEGER); in getTypeInfo()
849 aRow[2] = new ORowSetValueDecorator(DataType::FLOAT); in getTypeInfo()
929 aRow[5] = new ORowSetValueDecorator(DataType::CHAR); in getColumns()
935 aRow[5] = new ORowSetValueDecorator(DataType::TIMESTAMP); in getColumns()
940 aRow[5] = new ORowSetValueDecorator(DataType::INTEGER); in getColumns()
946 aRow[5] = new ORowSetValueDecorator(DataType::FLOAT); in getColumns()
1057 aRow[3] = new ORowSetValueDecorator(DataType::TIMESTAMP); in getVersionColumns()
/aoo42x/main/vcl/unx/generic/dtrans/
H A DX11_transferable.cxx115 if( aFlavor.DataType != getCppuType( (Sequence< sal_Int8 >*)0 ) ) in isDataFlavorSupported()
118 aFlavor.DataType == getCppuType( (OUString*)0 ) ) in isDataFlavorSupported()
125 aFlavor.DataType == aFlavors.getConstArray()[i].DataType ) in isDataFlavorSupported()
/aoo42x/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlDatabaseMetadata.java29 import com.sun.star.sdbc.DataType;
116 if (dataType == DataType.BIT) { in getColumns()
118 dataType = DataType.BOOLEAN; in getColumns()
366 if (dataType == DataType.BIT) { in getTypeInfo()
372 dataType = DataType.BOOLEAN; in getTypeInfo()
375 if ((dataType == DataType.CHAR || dataType == DataType.VARCHAR)) { in getTypeInfo()

Completed in 211 milliseconds

12345678