Kaydet (Commit) 3191f5ad authored tarafından Ocke Janssen's avatar Ocke Janssen

#i105086# impl clob and blob

üst 6a5a7fee
......@@ -893,12 +893,14 @@ void BibDataManager::InsertFields(const Reference< XFormComponent > & _rxGrid)
case DataType::BINARY:
case DataType::VARBINARY:
case DataType::LONGVARBINARY:
case DataType::BLOB:
sCurrentModelType = C2U("TextField");
break;
case DataType::VARCHAR:
case DataType::LONGVARCHAR:
case DataType::CHAR:
case DataType::CLOB:
bFormattedIsNumeric = sal_False;
// _NO_ break !
default:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment