| /trunk/main/testtools/com/sun/star/comp/bridge/ |
| H A D | TestComponent.java | 1126 new Any(Type.BOOLEAN, Boolean.TRUE), in testConstructorsService() 1143 new Object[] { new Any(Type.BOOLEAN, Boolean.TRUE) } }, in testConstructorsService() 1148 new TestPolyStruct(new Any(Type.BOOLEAN, Boolean.TRUE)) }, in testConstructorsService() 1153 new TestPolyStruct(new Any(Type.BOOLEAN, Boolean.TRUE)), in testConstructorsService() 1169 new Any(Type.BOOLEAN, Boolean.TRUE), in testConstructorsService() 1187 new Object[] { new Any(Type.BOOLEAN, Boolean.TRUE) } }, in testConstructorsService() 1197 new TestPolyStruct(new Any(Type.BOOLEAN, Boolean.TRUE)) in testConstructorsService() 1208 new TestPolyStruct(new Any(Type.BOOLEAN, Boolean.TRUE))), in testConstructorsService() 1213 new TestPolyStruct(new Any(Type.BOOLEAN, Boolean.TRUE)), in testConstructorsService() 1227 new Any(Type.BOOLEAN, Boolean.TRUE))), in testConstructorsService() [all …]
|
| /trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/ |
| H A D | ORowSetValue.java | 197 || (DataType.BOOLEAN == _eType2); in isStorageCompatible() 202 || (DataType.BOOLEAN == _eType2); in isStorageCompatible() 206 || (DataType.BOOLEAN == _eType2); in isStorageCompatible() 259 case DataType.BOOLEAN: in setTypeKind() 509 case DataType.BOOLEAN: in getBoolean() 561 case DataType.BOOLEAN: in getDate() 684 case DataType.BOOLEAN: in getDouble() 745 case DataType.BOOLEAN: in getFloat() 799 case DataType.BOOLEAN: in getInt8() 853 case DataType.BOOLEAN: in getInt16() [all …]
|
| /trunk/main/connectivity/source/commontools/ |
| H A D | FValue.cxx | 87 || (DataType::BOOLEAN == _eType2); in isStorageCompatible() 92 || (DataType::BOOLEAN == _eType2); in isStorageCompatible() 96 || (DataType::BOOLEAN == _eType2); in isStorageCompatible() 233 case DataType::BOOLEAN: in setTypeKind() 347 case DataType::BOOLEAN: in free() 427 case DataType::BOOLEAN: in operator =() 495 case DataType::BOOLEAN: in operator =() 688 if(m_eTypeKind != DataType::BIT && DataType::BOOLEAN != m_eTypeKind ) in operator =() 870 case DataType::BOOLEAN: in operator ==() 963 case DataType::BOOLEAN: in makeAny() [all …]
|
| H A D | TDatabaseMetaDataBase.cxx | 111 ,DataType::BOOLEAN in getTypeInfo() 113 ,DataType::BOOLEAN in getTypeInfo() 114 ,DataType::BOOLEAN in getTypeInfo() 115 ,DataType::BOOLEAN in getTypeInfo()
|
| /trunk/main/ridljar/java/ridl/src/main/java/com/sun/star/uno/ |
| H A D | Type.java | 94 new TypeClass[] { TypeClass.BOOLEAN, TypeClass.BOOLEAN }); in __javaClassToTypeClass.put() argument 97 new TypeClass[] { TypeClass.BOOLEAN, TypeClass.BOOLEAN }); in __javaClassToTypeClass.put() argument 149 public static final Type BOOLEAN = new Type(boolean.class); field in Type
|
| /trunk/main/bridges/test/java_uno/any/ |
| H A D | TestAny.java | 39 success &= testType(boolean.class, TypeClass.BOOLEAN, "boolean"); in test() 122 new Any(Type.BOOLEAN, Boolean.FALSE), in test() 125 new Any(Type.BOOLEAN, Boolean.TRUE), in test() 341 success &= testMapAny(transport, Type.BOOLEAN, new CompareBoxed()); in test() 566 success &= testMapAny(transport, new Any(Type.TYPE, Type.BOOLEAN), in test() 1103 new Any(Type.BOOLEAN, Boolean.TRUE) }, in test() 1118 new Any(Type.BOOLEAN, in test() 1125 new Any(Type.BOOLEAN, in test() 1135 new Any(Type.BOOLEAN, in test() 1563 new Any(Type.BOOLEAN, in test() [all …]
|
| /trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/ |
| H A D | OIndex.java | 75 …opertyIds.ISPRIMARYKEYINDEX.name, PropertyIds.ISPRIMARYKEYINDEX.id, Type.BOOLEAN, (short)PropertyA… in registerProperties() 82 …registerProperty(PropertyIds.ISCLUSTERED.name, PropertyIds.ISCLUSTERED.id, Type.BOOLEAN, (short)Pr… in registerProperties() 89 …registerProperty(PropertyIds.ISUNIQUE.name, PropertyIds.ISUNIQUE.id, Type.BOOLEAN, (short)Property… in registerProperties()
|
| H A D | OColumn.java | 193 …y(PropertyIds.ISAUTOINCREMENT.name, PropertyIds.ISAUTOINCREMENT.id, Type.BOOLEAN, PropertyAttribut… in registerProperties() 207 …registerProperty(PropertyIds.ISROWVERSION.name, PropertyIds.ISROWVERSION.id, Type.BOOLEAN, Propert… in registerProperties() 221 …registerProperty(PropertyIds.ISCURRENCY.name, PropertyIds.ISCURRENCY.id, Type.BOOLEAN, PropertyAtt… in registerProperties()
|
| H A D | OIndexColumn.java | 63 …registerProperty(PropertyIds.ISASCENDING.name, PropertyIds.ISASCENDING.id, Type.BOOLEAN, PropertyA… in registerProperties()
|
| /trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/descriptors/ |
| H A D | SdbcxColumnDescriptor.java | 124 …rProperty(PropertyIds.ISAUTOINCREMENT.name, PropertyIds.ISAUTOINCREMENT.id, Type.BOOLEAN, (short)0, in registerProperties() 138 …registerProperty(PropertyIds.ISROWVERSION.name, PropertyIds.ISROWVERSION.id, Type.BOOLEAN, (short)… in registerProperties() 180 … registerProperty(PropertyIds.ISCURRENCY.name, PropertyIds.ISCURRENCY.id, Type.BOOLEAN, (short)0, in registerProperties()
|
| H A D | SdbcxIndexDescriptor.java | 64 registerProperty(PropertyIds.ISUNIQUE.name, PropertyIds.ISUNIQUE.id, Type.BOOLEAN, (short)0, in registerProperties() 77 … registerProperty(PropertyIds.ISCLUSTERED.name, PropertyIds.ISCLUSTERED.id, Type.BOOLEAN, (short)0, in registerProperties()
|
| H A D | SdbcxIndexColumnDescriptor.java | 45 … registerProperty(PropertyIds.ISASCENDING.name, PropertyIds.ISASCENDING.id, Type.BOOLEAN, (short)0, in registerProperties()
|
| /trunk/main/wizards/com/sun/star/wizards/db/ |
| H A D | FieldColumn.java | 231 case DataType.BOOLEAN: in isBoolean() 247 case DataType.BOOLEAN: in getTyperelatedFieldData() 390 case DataType.BOOLEAN: in initDefaultValue()
|
| H A D | TypeInspector.java | 322 retDataType = convertDataType(DataType.BOOLEAN); in convertDataType() 324 case DataType.BOOLEAN: in convertDataType()
|
| /trunk/main/sw/qa/complex/checkColor/ |
| H A D | CheckChangeColor.java | 66 "IsLandscape", new Any(Type.BOOLEAN, false), in checkChangeColor() 78 "IsLandscape", new Any(Type.BOOLEAN, true), in checkChangeColor()
|
| /trunk/main/offapi/com/sun/star/sdbc/ |
| H A D | DataType.idl | 130 * <code>BOOLEAN</code>. 134 const long BOOLEAN = 16;
|
| /trunk/main/offapi/com/sun/star/i18n/ |
| H A D | NumberFormatIndex.idl | 247 BOOLEAN format 255 const short BOOLEAN = DATETIME_END+1; 266 const short TEXT = BOOLEAN+1;
|
| /trunk/main/connectivity/source/drivers/ado/ |
| H A D | adoimp.cxx | 104 case adBoolean: nType = DataType::BOOLEAN; break; in MapADOType2Jdbc() 150 case DataType::BOOLEAN: in MapJdbc2ADOType()
|
| /trunk/main/xmloff/source/xforms/ |
| H A D | xformsapi.cxx | 226 TOKEN_MAP_ENTRY( XSD, BOOLEAN ), 275 nTypeClass = com::sun::star::xsd::DataTypeClass::BOOLEAN; in lcl_getTypeClass()
|
| /trunk/main/jurt/java/jurt/src/main/java/com/sun/star/uno/ |
| H A D | AnyConverter.java | 79 return containsType(TypeClass.BOOLEAN, object); in isBoolean() 199 Boolean ret= (Boolean)convertSimple(TypeClass.BOOLEAN, null, object); in toBoolean()
|
| /trunk/main/wizards/com/sun/star/wizards/report/ |
| H A D | DBColumn.java | 376 (nFieldType == com.sun.star.sdbc.DataType.BOOLEAN)) in replaceValueCellofTable() 414 (nFieldType == com.sun.star.sdbc.DataType.BOOLEAN)) in setCellFont()
|
| /trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/ |
| H A D | PostgresqlDatabaseMetadata.java | 118 dataType = DataType.BOOLEAN; in getColumns() 372 dataType = DataType.BOOLEAN; in getTypeInfo()
|
| H A D | PostgresqlResultSetMetaData.java | 66 columnType = DataType.BOOLEAN; in getColumnType()
|
| /trunk/main/odk/examples/java/Inspector/ |
| H A D | Introspector.java | 329 return (( _typeClass == TypeClass.BOOLEAN ) in isPrimitive() 346 && ( _typeClass != TypeClass.BOOLEAN ) in isObjectPrimitive()
|
| /trunk/main/sw/source/ui/fldui/ |
| H A D | xfldui.cxx | 142 case DataType::BOOLEAN: in IsDBNumeric()
|