/trunk/main/codemaker/test/javamaker/src/test/java/test/codemaker/javamaker/ |
H A D | Javamaker_Test.java | 147 assertTrue(s.p13.equals(Type.VOID)); in testEmptyStruct2() 148 assertTrue(s.p14.equals(Any.VOID)); in testEmptyStruct2() 165 assertTrue(s.t13.equals(Type.VOID)); in testEmptyStruct2() 166 assertTrue(s.t14.equals(Any.VOID)); in testEmptyStruct2() 234 0, 0, 0L, 0L, 0.0f, 0.0, '\u0000', "", Type.VOID, Any.VOID, in testFullStruct2() 282 assertTrue(s.t13.equals(Type.VOID)); in testFullStruct2() 283 assertTrue(s.t14.equals(Any.VOID)); in testFullStruct2() 377 0.0f, 0.0, '\u0000', "", Type.VOID, Any.VOID, Enum2.VALUE0, in testS1() 379 (short) 0, 0, 0, 0L, 0L, 0.0f, 0.0, '\u0000', "", Type.VOID, in testS1() 380 Any.VOID, Enum2.VALUE0, new Struct1(), null, null, in testS1()
|
/trunk/main/offapi/com/sun/star/awt/grid/ |
H A D | UnoControlGridModel.idl | 137 … <p>If this property has a value of <VOID/>, the grid control renderer will use some default color, 146 … <p>If this property has a value of <VOID/>, the grid control renderer will use some default color, 153 … <p>If this property has a value of <VOID/>, the grid control renderer will use some default color, 160 … <p>If this property has a value of <VOID/>, the grid control renderer will use some default color, 168 … <p>If this property has a value of <VOID/>, the grid control renderer will use some default color, 175 … <p>If this property has a value of <VOID/>, the grid control renderer will use some default color, 183 … <p>If this property has a value of <VOID/>, the grid control renderer will use some default color, 196 <p>If this property has a value of <VOID/>, rows will be painted 212 … <p>If this property has a value of <VOID/>, the grid control renderer will use some default color, 219 … <p>If this property has a value of <VOID/>, the grid control renderer will use some default color,
|
H A D | SortableGridDataModel.idl | 47 …he data type of a column which the data should be sorted by, the first non-<VOID/> data encountered 48 …aken into account. Further read requests to this column will assume that all non-<VOID/> data is of
|
/trunk/main/bridges/test/java_uno/any/ |
H A D | TestAny.java | 38 success &= testType(void.class, TypeClass.VOID, "void"); in test() 1078 Type.VOID, in test() 1090 Type.VOID, in test() 1111 new Object[] { Any.VOID, in test() 1124 new Any[] { Any.VOID, in test() 1134 new Any[] { Any.VOID, in test() 1532 Type.VOID, in test() 1546 Type.VOID, in test() 1556 new Object[] { Any.VOID, in test() 1589 new Any[] { Any.VOID, in test() [all …]
|
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/ |
H A D | JavaSQLArray.java | 60 this, StandardSQLState.SQL_FEATURE_NOT_IMPLEMENTED.name(), 0, Any.VOID); in getArray() 71 this, StandardSQLState.SQL_FEATURE_NOT_IMPLEMENTED.name(), 0, Any.VOID); in getArrayAtIndex() 100 this, StandardSQLState.SQL_FEATURE_NOT_IMPLEMENTED.name(), 0, Any.VOID); in getResultSet() 111 this, StandardSQLState.SQL_FEATURE_NOT_IMPLEMENTED.name(), 0, Any.VOID); in getResultSetAtIndex()
|
H A D | JavaSQLConnection.java | 156 …rning.NextException = nextException != null ? Tools.toUnoException(this, nextException) : Any.VOID; in getWarnings() 159 return Any.VOID; in getWarnings() 346 0, Any.VOID); in setTypeMap() 371 catalogRestriction = Tools.getOrDefault(info, "ImplicitCatalogRestriction", Any.VOID); in construct() 372 schemaRestriction = Tools.getOrDefault(info, "ImplicitSchemaRestriction", Any.VOID); in construct() 433 this, StandardSQLState.SQL_GENERAL_ERROR.text(), 0, Any.VOID); in loadDriverFromProperties()
|
H A D | JavaSQLPreparedStatement.java | 160 …ow new SQLException(error, this, StandardSQLState.SQL_FEATURE_NOT_IMPLEMENTED.text(), 0, Any.VOID); in setArray() 182 …ow new SQLException(error, this, StandardSQLState.SQL_FEATURE_NOT_IMPLEMENTED.text(), 0, Any.VOID); in setBlob() 238 …ow new SQLException(error, this, StandardSQLState.SQL_FEATURE_NOT_IMPLEMENTED.text(), 0, Any.VOID); in setClob() 313 … throw new SQLException(error, this, StandardSQLState.SQL_GENERAL_ERROR.text(), 0, Any.VOID); in setObject() 360 …ow new SQLException(error, this, StandardSQLState.SQL_FEATURE_NOT_IMPLEMENTED.text(), 0, Any.VOID); in setRef()
|
H A D | JavaSQLResultSet.java | 448 this, StandardSQLState.SQL_FEATURE_NOT_IMPLEMENTED.name(), 0, Any.VOID); in getObject() 451 Object ret = Any.VOID; in getObject() 689 …rning.NextException = nextException != null ? Tools.toUnoException(this, nextException) : Any.VOID; in getWarnings() 692 return Any.VOID; in getWarnings() 897 … throw new SQLException(error, this, StandardSQLState.SQL_GENERAL_ERROR.text(), 0, Any.VOID); in updateObject()
|
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/ |
H A D | DbTools.java | 310 …throw new SQLException("Error", Any.VOID, StandardSQLState.SQL_GENERAL_ERROR.text(), 0, exception); in getTableNameComponents() 452 …throw new SQLException("Error", Any.VOID, StandardSQLState.SQL_GENERAL_ERROR.text(), 0, exception); in createStandardCreateStatement() 575 …throw new SQLException("Error", Any.VOID, StandardSQLState.SQL_GENERAL_ERROR.text(), 0, exception); in createStandardColumnPart() 654 …throw new SQLException("Error", Any.VOID, StandardSQLState.SQL_GENERAL_ERROR.text(), 0, exception); in createStandardKeyStatement() 714 …throw new SQLException("Error", Any.VOID, StandardSQLState.SQL_GENERAL_ERROR.text(), 0, exception); in collectColumnInformation() 746 …throw new SQLException("Error", Any.VOID, StandardSQLState.SQL_GENERAL_ERROR.text(), 0, exception); in getPrimaryKeyColumns() 763 …throw new SQLException("Error", Any.VOID, StandardSQLState.SQL_GENERAL_ERROR.text(), 0, exception); in cloneDescriptorColumns() 849 …throw new SQLException("Error", Any.VOID, StandardSQLState.SQL_GENERAL_ERROR.text(), 0, exception); in updateObject() 934 …throw new SQLException("Error", Any.VOID, StandardSQLState.SQL_GENERAL_ERROR.text(), 0, exception); in setObject()
|
/trunk/main/ridljar/java/ridl/src/main/java/com/sun/star/uno/ |
H A D | Type.java | 89 void.class, new TypeClass[] { TypeClass.VOID, TypeClass.VOID }); in __javaClassToTypeClass.put() argument 91 Void.class, new TypeClass[] { TypeClass.VOID, TypeClass.VOID }); in __javaClassToTypeClass.put() argument 147 public static final Type VOID = new Type(void.class); field in Type
|
H A D | Any.java | 54 public static final Any VOID = new Any(new Type("void", TypeClass.VOID), field in Any
|
/trunk/main/wizards/com/sun/star/wizards/document/ |
H A D | Control.java | 291 if (xPropertySet.getPropertyValue("EffectiveMax") != com.sun.star.uno.Any.VOID) in getPeerSize() 305 xPropertySet.setPropertyValue("EffectiveValue", com.sun.star.uno.Any.VOID); in getPeerSize() 315 xPropertySet.setPropertyValue("Date", com.sun.star.uno.Any.VOID); in getPeerSize() 321 xPropertySet.setPropertyValue("Time", com.sun.star.uno.Any.VOID); in getPeerSize()
|
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/ |
H A D | SqlTableHelper.java | 75 Object catalog = Any.VOID; in readColumns() 147 Object catalog = Any.VOID; in readPrimaryKey() 180 Object catalog = Any.VOID; in readForeignKeys() 237 Object catalog = Any.VOID; in readIndexes()
|
/trunk/main/udkapi/com/sun/star/container/ |
H A D | XMap.idl | 86 supported. For instances, implementations might decide to not allow <VOID/> keys, or 125 supported. For instances, implementations might decide to not allow <VOID/> keys, or 146 the value which was previously associated with the given key, or <VOID/> 155 For instances, implementations might decide to not allow <VOID/> keys or values, or to 178 supported. For instances, implementations might decide to not allow <VOID/> keys, or
|
H A D | EnumerableMap.idl | 42 <ul><li>A <VOID/> key is not allowed.</li> 61 <ul><li>The <VOID/> value will be accepted to be put into the map.</p> 92 … For values, all type classes except <member scope="com::sun::star::uno">TypeClass::VOID</member> 114 … For values, all type classes except <member scope="com::sun::star::uno">TypeClass::VOID</member>
|
/trunk/main/bridges/test/com/sun/star/lib/uno/bridges/java_remote/ |
H A D | PolyStructTest.java | 156 Type.VOID, t.transportType(new TestPolyStruct()).member); in run() 169 Any.VOID, t.transportAny(new TestPolyStruct(Any.VOID)).member); in run()
|
/trunk/main/wizards/com/sun/star/wizards/ui/event/ |
H A D | DataAwareFields.java | 317 return Any.VOID; in get() 328 return Any.VOID; in get() 351 …field.set(target, value == null || (value.equals(Any.VOID)) ? PropertyNames.EMPTY_STRING : value.t… in set()
|
/trunk/main/ridljar/java/ridl/src/main/java/com/sun/star/lib/uno/typedesc/ |
H A D | TypeDescription.java | 82 return getDefinitely(Type.VOID); in getTypeDescription() 415 getDefinitely(Type.VOID), null), in initMethodDescriptions() 419 getDefinitely(Type.VOID), null) }; in initMethodDescriptions() 463 getDefinitely(Type.VOID), setter)); in initMethodDescriptions()
|
/trunk/main/ridljar/test/com/sun/star/uno/ |
H A D | Any_Test.java | 43 assertTrue(Any.complete(Any.VOID) == Any.VOID); in testComplete()
|
/trunk/main/offapi/com/sun/star/sdbc/ |
H A D | XDatabaseMetaData.idl | 64 are returned. If a search pattern argument is set to <VOID/>, 1239 …a catalog name; "" retrieves those without a catalog; <VOID/> means drop catalog name from the sel… 1337 …a catalog name; "" retrieves those without a catalog; <VOID/> means drop catalog name from the sel… 1388 …a catalog name; "" retrieves those without a catalog; <VOID/> means drop catalog name from the sel… 1546 …a catalog name; "" retrieves those without a catalog; <VOID/> means drop catalog name from the sel… 1601 …a catalog name; "" retrieves those without a catalog; <VOID/> means drop catalog name from the sel… 1656 …a catalog name; "" retrieves those without a catalog; <VOID/> means drop catalog name from the sel… 1721 …a catalog name; "" retrieves those without a catalog; <VOID/> means drop catalog name from the sel… 1783 …a catalog name; "" retrieves those without a catalog; <VOID/> means drop catalog name from the sel… 1824 …a catalog name; "" retrieves those without a catalog; <VOID/> means drop catalog name from the sel… [all …]
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/awt/ |
H A D | _XMessageBoxFactory.java | 74 Any.VOID); in _createMessageBox() 90 Any.VOID); in _createMessageBox()
|
/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/ |
H A D | PostgresqlCatalog.java | 48 results = metadata.getTables(Any.VOID, "%", "%", new String[] { "VIEW", "TABLE" }); in refreshTables() 72 results = metadata.getTables(Any.VOID, "%", "%", new String[] { "VIEW" }); in refreshViews()
|
/trunk/main/swext/mediawiki/src/com/sun/star/wiki/ |
H A D | MainThreadDialogExecutor.java | 91 xRequest.addCallback( aExecutor, Any.VOID ); in GetCallback() 102 aExecutor.notify( Any.VOID ); in GetCallback()
|
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/ |
H A D | SOFormulaParser.java | 256 … if (formulaToken.OpCode == opCodePush.Token.OpCode && !formulaToken.Data.equals(Any.VOID)) in printFormula() 267 else if (!formulaToken.Data.equals(Any.VOID)) in printFormula() 391 final FormulaToken token = new FormulaToken(ownTokenCounter++, Any.VOID); in addOpCodes()
|
/trunk/main/cli_ure/qa/climaker/ |
H A D | climaker.cs | 252 l.assure(s.p14.Equals(Any.VOID)); in testEmptyStruct2() 270 l.assure(s.t14.Equals(Any.VOID)); in testEmptyStruct2() 337 0, 0, 0L, 0L, 0.0f, 0.0, '\u0000', "", typeof(void), Any.VOID, in testFullStruct2() 386 l.assure(s.t14.Equals(Any.VOID)); in testFullStruct2() 1466 Any aVoid = Any.VOID; in testAny() 1467 l.assure(aVoid.Equals((object) Any.VOID)); in testAny() 1468 l.assure(aVoid.Equals(Any.VOID)); in testAny()
|