/aoo4110/main/codemaker/test/javamaker/ |
H A D | Test.java | 146 assure(s.p13.equals(Type.VOID)); in testEmptyStruct2() 147 assure(s.p14.equals(Any.VOID)); in testEmptyStruct2() 164 assure(s.t13.equals(Type.VOID)); in testEmptyStruct2() 165 assure(s.t14.equals(Any.VOID)); in testEmptyStruct2() 232 0, 0, 0L, 0L, 0.0f, 0.0, '\u0000', "", Type.VOID, Any.VOID, in testFullStruct2() 280 assure(s.t13.equals(Type.VOID)); in testFullStruct2() 281 assure(s.t14.equals(Any.VOID)); in testFullStruct2() 373 0.0f, 0.0, '\u0000', "", Type.VOID, Any.VOID, Enum2.VALUE0, in testS1() 375 (short) 0, 0, 0, 0L, 0L, 0.0f, 0.0, '\u0000', "", Type.VOID, in testS1() 376 Any.VOID, Enum2.VALUE0, new Struct1(), null, null, in testS1()
|
/aoo4110/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
|
/aoo4110/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 …]
|
/aoo4110/main/ridljar/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
|
/aoo4110/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()
|
/aoo4110/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>
|
/aoo4110/main/bridges/test/com/sun/star/lib/uno/bridges/java_remote/ |
H A D | PolyStructTest.java | 157 Type.VOID, t.transportType(new TestPolyStruct()).member); in run() 170 Any.VOID, t.transportAny(new TestPolyStruct(Any.VOID)).member); in run()
|
/aoo4110/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()
|
/aoo4110/main/ridljar/test/com/sun/star/uno/ |
H A D | Any_Test.java | 44 assure(Any.complete(Any.VOID) == Any.VOID); in testComplete()
|
/aoo4110/main/ridljar/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()
|
/aoo4110/main/qadevOOo/tests/java/ifc/awt/ |
H A D | _XMessageBoxFactory.java | 74 Any.VOID); in _createMessageBox() 90 Any.VOID); in _createMessageBox()
|
/aoo4110/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 …]
|
/aoo4110/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()
|
/aoo4110/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()
|
/aoo4110/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()
|
/aoo4110/main/wizards/com/sun/star/wizards/db/ |
H A D | RecordParser.java | 130 return Any.VOID; in getColumnDoubleValue() 136 Object oAny = Any.VOID; in getColumnValue()
|
/aoo4110/main/cppuhelper/qa/propertysetmixin/ |
H A D | JavaSupplier.java | 208 "Second", Any.VOID, in setSecond() 211 : Any.VOID), in setSecond()
|
/aoo4110/main/javaunohelper/com/sun/star/lib/uno/helper/ |
H A D | PropertySetMixin.java | 288 prepareSet(propertyName, Any.VOID, Any.VOID, bound); in prepareSet() 883 value = Any.VOID; in getProperty()
|
/aoo4110/main/unixODBC/inc/ |
H A D | iodbcunix.h | 99 #define VOID void macro
|
/aoo4110/main/odk/examples/DevelopersGuide/Forms/ |
H A D | ControlValidator.java | 49 == com.sun.star.uno.TypeClass.VOID ); in isVoid()
|
/aoo4110/main/forms/qa/integration/forms/ |
H A D | ControlValidator.java | 50 == com.sun.star.uno.TypeClass.VOID ); in isVoid()
|
/aoo4110/main/testtools/com/sun/star/comp/bridge/ |
H A D | CurrentContextChecker.java | 44 ? (Object) VALUE : (Object) Any.VOID; in perform()
|