Home
last modified time | relevance | path

Searched refs:_eType1 (Results 1 – 2 of 2) sorted by relevance

/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DORowSetValue.java162 private boolean isStorageCompatible(int _eType1, int _eType2) { in isStorageCompatible() argument
165 if (_eType1 != _eType2) { in isStorageCompatible()
166 switch (_eType1) { in isStorageCompatible()
/trunk/main/connectivity/source/commontools/
H A DFValue.cxx47 static sal_Bool isStorageCompatible(sal_Int32 _eType1, sal_Int32 _eType2) in isStorageCompatible() argument
52 if (_eType1 != _eType2) in isStorageCompatible()
55 switch (_eType1) in isStorageCompatible()

Completed in 22 milliseconds