/aoo41x/main/ure/source/uretest/ |
H A D | Makefile.pln | 47 -ro $(URE_HOME)/share/misc/types.rdb -ro out.pln/types.rdb \ 54 -ro $(URE_HOME)/share/misc/types.rdb -ro out.pln/types.rdb \ 70 -ro $(URE_HOME)/share/misc/types.rdb -ro out.pln/types.rdb \ 136 out.pln/types.cppumaker.flag: out.pln/types.rdb | out.pln 253 out.pln/types.jar: out.pln/types.javamaker.flag out.pln/types.mf | out.pln 254 jar cfm $@ out.pln/types.mf -C out.pln/class/types test 256 out.pln/types.mf: types.mf.template | out.pln 259 out.pln/types.javamaker.flag: out.pln/types.rdb | out.pln out.pln/class 262 -O./out.pln/class/types -B/UCR $< -X$(URE_HOME)/share/misc/types.rdb 266 out.pln/types.rdb: out.pln/types.urd | out.pln [all …]
|
/aoo41x/main/bridges/test/ |
H A D | testcomp.cxx | 349 return types; in transport() 621 TestTypes types; in testAllTypes() local 622 types.Bool = sal_True; in testAllTypes() 623 types.Char = L'i'; in testAllTypes() 624 types.Byte = -12; in testAllTypes() 625 types.Short = -32000; in testAllTypes() 627 types.Long = -123; in testAllTypes() 628 types.ULong = 1 << i; in testAllTypes() 629 types.Hyper = 50; in testAllTypes() 630 types.UHyper = 1 << i*2; in testAllTypes() [all …]
|
/aoo41x/main/cppuhelper/source/ |
H A D | implbase_ex.cxx | 306 Type * pTypes = types.getArray(); in ImplHelper_getTypes() 308 return types; in ImplHelper_getTypes() 318 Type * pTypes = types.getArray(); in ImplInhHelper_getTypes() 326 return types; in ImplInhHelper_getTypes() 356 Type * pTypes = types.getArray(); in WeakImplHelper_getTypes() 359 return types; in WeakImplHelper_getTypes() 389 Type * pTypes = types.getArray(); in WeakAggImplHelper_getTypes() 393 return types; in WeakAggImplHelper_getTypes() 423 Type * pTypes = types.getArray(); in WeakComponentImplHelper_getTypes() 427 return types; in WeakComponentImplHelper_getTypes() [all …]
|
/aoo41x/main/javaunohelper/test/com/sun/star/lib/uno/helper/ |
H A D | MultiTypeInterfaceContainer_Test.java | 174 Type[] types= cont.getContainedTypes(); in getContainedTypes() local 176 r[i++]= types.length == 5; in getContainedTypes() 177 for (int c= 0; c < types.length; c++) in getContainedTypes() 179 if (types[c] == null) in getContainedTypes() 284 Type[] types= cont.getContainedTypes(); in clear() local 285 r[i++]= types.length == 0; in clear() 294 types= cont.getContainedTypes(); in clear() 295 r[i++]= types.length == 3; in clear() 297 types= cont.getContainedTypes(); in clear() 298 r[i++]= types.length == 0; in clear() [all …]
|
H A D | WeakBase_Test.java | 47 Type[] types= comp.getTypes(); //XWeak,XTypeProvider,XReference,XBridgeSupplier2 in getTypes() local 48 r[i++]= types.length == 4; in getTypes() 49 for (int c= 0; c < types.length; c++) in getTypes() 51 if (types[c].equals( new Type( XWeak.class))) in getTypes() 53 else if (types[c].equals(new Type(XTypeProvider.class))) in getTypes() 55 else if (types[c].equals(new Type(XReference.class))) in getTypes() 57 else if (types[c].equals(new Type(XBridgeSupplier2.class))) in getTypes()
|
/aoo41x/main/qadevOOo/runner/util/ |
H A D | dbg.java | 64 Type[] types = getInterfaceTypes(xTarget); in printInterfaces() local 65 if( null != types ) { in printInterfaces() 66 int nLen = types.length; in printInterfaces() 68 System.out.println(types[i].getTypeName()); in printInterfaces() 70 printInterfaceInfo(types[i]); in printInterfaces() 84 Type[] types = null; in getInterfaceTypes() local 88 types = xTypeProvider.getTypes(); in getInterfaceTypes() 89 return types; in getInterfaceTypes() 104 Type[] types = getInterfaceTypes(xTarget); in implementsInterface() local 105 if( null != types ) { in implementsInterface() [all …]
|
/aoo41x/main/bridges/test/java_uno/nativethreadpool/ |
H A D | makefile.mk | 69 $(MISC)$/$(TARGET)$/types.rdb: types.idl 74 $(REGMERGE) $@ /UCR $(MISC)$/$(TARGET)$/types.urd 75 $(CPPUMAKER) -BUCR -C -O$(MISC)$/$(TARGET)$/inc $@ -X$(SOLARBINDIR)$/types.rdb 76 $(JAVAMAKER) -BUCR -nD -O$(CLASSDIR) $@ -X$(SOLARBINDIR)$/types.rdb 78 $(SLOFILES) $(JAVACLASSFILES): $(MISC)$/$(TARGET)$/types.rdb 83 $(BIN)$/$(TARGET).rdb .ERRREMOVE: $(MISC)$/$(TARGET)$/types.rdb \ 85 cp $(MISC)$/$(TARGET)$/types.rdb $@ 86 $(REGMERGE) $@ / $(SOLARBINDIR)$/types.rdb 92 cp $(SOLARBINDIR)$/types.rdb $(MISC)$/$(TARGET)$/bootstrap.rdb
|
/aoo41x/main/qadevOOo/tests/java/ifc/form/binding/ |
H A D | _XBindableValue.java | 69 Type[] types = xValueBinding.getSupportedValueTypes(); in checkValueBinding() local 72 for (int i = 0; i < types.length; i++) { in checkValueBinding() 73 log.println("\t" + types[i].getTypeName()); in checkValueBinding() 75 boolean localRes = xValueBinding.supportsType(types[i]); in checkValueBinding() 91 private ArrayList types = new ArrayList(); field in _XBindableValue.MyValueBinding 108 types.add(type); in supportsType() 109 TypeArray = new Type[types.size()]; in supportsType() 111 for (int i = 0; i < types.size(); i++) { in supportsType() 112 TypeArray[i] = (Type) types.toArray()[i]; in supportsType()
|
/aoo41x/main/cli_ure/source/ure/uno/util/ |
H A D | WeakBase.cs | 87 Type [] types; in getTypes() 91 types = (Type []) s_types[ type ]; in getTypes() 92 if (null == types) in getTypes() 111 types = ar; in getTypes() 114 return types; in getTypes() 162 Type [] types = getTypes(); in ToString() 163 for ( Int32 pos = 0; pos < types.Length; ++pos ) in ToString() 165 buf.Append( types[ pos ].FullName ); in ToString() 166 if (pos < (types.Length -1)) in ToString()
|
/aoo41x/main/ure/source/ |
H A D | README | 50 /opt/openoffice.org/ure/share/misc/types.rdb 114 Program Files\URE\misc\types.rdb 234 The available types and services are listed in the types.rdb and services.rdb 243 locations for types.rdb and services.rdb files: 248 - /etc/opt/ure/ types.rdb and services.rdb, respectively 249 - ~/.ure/ types.rdb and services.rdb, respectively 276 CAUTION: Do not deploy these types and services to the types.rdb and 377 Current JAR does not contain UNO types. 380 Current JAR contains UNO types. 383 Current JAR brings other JARs that contain UNO types. [all …]
|
/aoo41x/main/udkapi/com/sun/star/uno/ |
H A D | TypeClass.idl | 89 /** reflecting enum types 92 /** reflecting typedefed types referencing other types 95 /** reflecting compound types 98 /** reflecting union types 101 /** reflecting exception types 104 /** reflecting sequence types 107 /** reflecting array types 110 /** reflecting interface types
|
/aoo41x/main/cli_ure/qa/climaker/ |
H A D | makefile.mk | 90 $(OUTDIR)$/types.urd: types.idl 94 $(OUTDIR)$/types.rdb: $(OUTDIR)$/types.urd 98 $(OUTDIR)$/cli_test_types.dll: $(OUTDIR)$/types.rdb $(BIN)$/climaker.exe $(BIN)$/cli_uretypes.dll 101 -X $(SOLARBINDIR)$/types.rdb \ 102 $(OUTDIR)$/types.rdb
|
/aoo41x/ext_libraries/apr/ |
H A D | apr-1.5.2-darwin19.6.patch | 14 #include <sys/types.h> 22 #include <sys/types.h> 38 #include <sys/types.h> 53 #include <sys/types.h> 60 #include <sys/types.h> 69 #include <sys/types.h> 81 #include <sys/types.h>
|
/aoo41x/main/udkapi/com/sun/star/lang/ |
H A D | XTypeProvider.idl | 40 /** interface to get information about the types 41 (usually interface types) supported by an object. 47 a sequence of all types (usually interface types) provided by the object. 49 to contain all types supported by the aggregated objects. 56 unambiguously between two sets of types, e.g. to realise hashing 58 the same UUID also have to return the same set of types in getTypes().
|
/aoo41x/main/cppuhelper/qa/propertysetmixin/ |
H A D | makefile.mk | 75 $(MISC)/$(TARGET)/types.urd: types.idl 79 $(MISC)/$(TARGET)/types.rdb: $(MISC)/$(TARGET)/types.urd 83 $(MISC)/$(TARGET)/cppumaker.flag: $(MISC)/$(TARGET)/types.rdb 90 $(MISC)/$(TARGET)/javamaker.flag: $(MISC)/$(TARGET)/types.rdb 125 $(MISC)/$(TARGET)/types.rdb $(MISC)/$(TARGET)/services.rdb
|
/aoo41x/main/scripting/java/com/sun/star/script/framework/provider/java/ |
H A D | ScriptDescriptor.java | 189 Class[] types = getArgumentTypes(); in toString() local 193 if ( types != null ) in toString() 195 for ( int i = 0; i < types.length - 1; i++ ) in toString() 197 description.append( types[ i ].getName() ); in toString() 201 description.append( types[ types.length - 1 ].getName() ); in toString()
|
/aoo41x/main/udkapi/com/sun/star/reflection/ |
H A D | XPublished.idl | 44 <li>Enum types 46 plain struct types 50 exception types (<type 52 interface types (<type 73 <li>Sequence types (<type 77 instantiated polymorphic struct types 79 attributes of interface types (<type scope="com::sun::star::reflection"> 80 XInterfaceAttributeTypeDescription2</type>), methods of interface types
|
/aoo41x/main/qadevOOo/runner/basicrunner/basichelper/ |
H A D | DispatchProviderInterceptor.java | 75 Type types[] = new Type[interfaces.length]; in getTypes() local 77 types[i] = new Type(interfaces[i]); in getTypes() 79 return types; in getTypes() 184 Type types[] = new Type[interfaces.length]; in getTypes() local 186 types[i] = new Type(interfaces[i]); in getTypes() 188 return types; in getTypes()
|
H A D | Filter.java | 89 Type types[] = new Type[interfaces.length]; in getTypes() local 91 types[i] = new Type(interfaces[i]); in getTypes() 93 return types; in getTypes() 204 Type types[] = new Type[interfaces.length]; in getTypes() local 206 types[i] = new Type(interfaces[i]); in getTypes() 208 return types; in getTypes()
|
H A D | Connector.java | 89 Type types[] = new Type[interfaces.length]; in getTypes() local 91 types[i] = new Type(interfaces[i]); in getTypes() 93 return types; in getTypes() 219 Type types[] = new Type[interfaces.length]; in getTypes() local 221 types[i] = new Type(interfaces[i]); in getTypes() 223 return types; in getTypes()
|
/aoo41x/main/unodevtools/source/skeletonmaker/ |
H A D | skeletonmaker.cxx | 150 std::vector< OString > types; variable 254 types.push_back(OUStringToOString(sOption, RTL_TEXTENCODING_UTF8)); 284 if ( types.empty() && options.componenttype != 3) { 300 std::vector< OString >::const_iterator iter = types.begin(); 301 while (iter != types.end()) { 324 java::generateSkeleton(options, manager, types, delegate); 327 cpp::generateSkeleton(options, manager, types, delegate);
|
/aoo41x/main/sw/qa/complex/accessibility/ |
H A D | AccessibleRelationSet.java | 55 …private final static String[] types = {"INVALID","CONTENT_FLOWS_FROM","CONTENT_FLOWS_TO","CONTROLL… field in AccessibleRelationSet 76 "didn't gain correct relation type for paragraph 0", types[2], in contents_flows_to() 77 types[firstrelation]); in contents_flows_to() 136 "didn't gain correct relation type for paragraph 1", types[1], in contents_flows_from() 137 types[relationtypes[0]]); in contents_flows_from() 146 "didn't gain correct relation type for paragraph 3", types[2], in contents_flows_from() 147 types[relationtypes[1]]); in contents_flows_from()
|
/aoo41x/main/ucb/qa/complex/tdoc/ |
H A D | _XTypeProvider.java | 45 public static Type[] types = null; field in _XTypeProvider 72 types = oObj.getTypes(); in _getTypes() 73 for (int i=0;i<types.length;i++) { in _getTypes() 75 log.println(k+". Type is "+types[i].toString()); in _getTypes() 76 if (types[i].toString().equals in _getTypes()
|
/aoo41x/main/qadevOOo/tests/java/ifc/lang/ |
H A D | _XTypeProvider.java | 44 public static Type[] types = null; field in _XTypeProvider 70 types = oObj.getTypes(); in _getTypes() 71 for (int i=0;i<types.length;i++) { in _getTypes() 73 log.println(k+". Type is "+types[i].toString()); in _getTypes() 74 if (types[i].toString().equals in _getTypes()
|
/aoo41x/main/framework/qa/complex/imageManager/ |
H A D | _XTypeProvider.java | 47 public static Type[] types = null; field in _XTypeProvider 79 types = oObj.getTypes(); in _getTypes() 80 for (int i=0;i<types.length;i++) { in _getTypes() 82 System.out.println(k+". Type is "+types[i].toString()); in _getTypes() 83 if (types[i].toString().equals in _getTypes()
|