Home
last modified time | relevance | path

Searched refs:types (Results 1 – 25 of 629) sorted by relevance

12345678910>>...26

/trunk/main/ure/source/uretest/
H A DMakefile.pln44 -ro $(URE_HOME)/share/misc/types.rdb -ro out.pln/types.rdb \
51 -ro $(URE_HOME)/share/misc/types.rdb -ro out.pln/types.rdb \
67 -ro $(URE_HOME)/share/misc/types.rdb -ro out.pln/types.rdb \
133 out.pln/types.cppumaker.flag: out.pln/types.rdb | out.pln
250 out.pln/types.jar: out.pln/types.javamaker.flag out.pln/types.mf | out.pln
251 jar cfm $@ out.pln/types.mf -C out.pln/class/types test
253 out.pln/types.mf: types.mf.template | out.pln
256 out.pln/types.javamaker.flag: out.pln/types.rdb | out.pln out.pln/class
259 -O./out.pln/class/types -B/UCR $< -X$(URE_HOME)/share/misc/types.rdb
263 out.pln/types.rdb: out.pln/types.urd | out.pln
[all …]
/trunk/main/bridges/test/
H A Dtestcomp.cxx349 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 …]
/trunk/main/cppuhelper/source/
H A Dimplbase_ex.cxx306 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 …]
/trunk/main/javaunohelper/test/com/sun/star/lib/uno/helper/
H A DMultiTypeInterfaceContainer_Test.java174 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 DWeakBase_Test.java47 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()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A Ddbg.java64 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 …]
/trunk/main/ure/source/
H A DREADME50 /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 …]
/trunk/main/bridges/test/java_uno/nativethreadpool/
H A Dmakefile.mk69 $(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
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/form/binding/
H A D_XBindableValue.java69 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()
/trunk/main/cli_ure/source/ure/uno/util/
H A DWeakBase.cs87 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()
/trunk/main/udkapi/com/sun/star/uno/
H A DTypeClass.idl89 /** 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
/trunk/main/cli_ure/qa/climaker/
H A Dmakefile.mk90 $(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
/trunk/main/offapi/
H A DUnoApi_types.mk24 $(eval $(call gb_UnoApiTarget_UnoApiTarget,types))
26 $(eval $(call gb_UnoApiTarget_add_merge_rdbfiles,types,\
31 $(eval $(call gb_UnoApiTarget_add_reference_rdbfile,types,\
32 offapi/type_reference/types \
38 $(gb_Helper_MISC)/api_statistic: $(call gb_UnoApiTarget_get_target,types)
39 …$(PERL) util/checknewapi.pl $(call gb_UnoApiTarget_get_target,types) $(UNOAPI_REFERENCE_types) "$(…
/trunk/main/udkapi/com/sun/star/lang/
H A DXTypeProvider.idl40 /** 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().
/trunk/main/cppuhelper/qa/propertysetmixin/
H A Dmakefile.mk80 $(MISC)/$(TARGET)/types.urd: types.idl
84 $(MISC)/$(TARGET)/types.rdb: $(MISC)/$(TARGET)/types.urd
88 $(MISC)/$(TARGET)/cppumaker.flag: $(MISC)/$(TARGET)/types.rdb
95 $(MISC)/$(TARGET)/javamaker.flag: $(MISC)/$(TARGET)/types.rdb
131 $(MISC)/$(TARGET)/types.rdb $(MISC)/$(TARGET)/services.rdb
/trunk/main/udkapi/com/sun/star/reflection/
H A DXPublished.idl44 <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
/trunk/main/scripting/java/com/sun/star/script/framework/provider/java/
H A DScriptDescriptor.java189 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()
/trunk/main/unodevtools/source/skeletonmaker/
H A Dskeletonmaker.cxx150 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);
/trunk/main/sw/qa/complex/accessibility/
H A DAccessibleRelationSet.java55 …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()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/basicrunner/basichelper/
H A DDispatchProviderInterceptor.java75 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 DFilter.java89 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 DConnector.java89 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()
/trunk/main/configmgr/source/
H A Daccess.cxx851 comphelper::SequenceAsVector< css::uno::Type > types; in getTypes() local
852 types.push_back(cppu::UnoType< css::uno::XInterface >::get()); in getTypes()
853 types.push_back(cppu::UnoType< css::uno::XWeak >::get()); in getTypes()
857 types.push_back( in getTypes()
870 types.push_back( in getTypes()
872 types.push_back( in getTypes()
874 types.push_back( in getTypes()
882 types.push_back( in getTypes()
886 types.push_back( in getTypes()
890 addTypes(&types); in getTypes()
[all …]
/trunk/main/ucb/qa/complex/tdoc/
H A D_XTypeProvider.java45 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()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/lang/
H A D_XTypeProvider.java44 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()

Completed in 109 milliseconds

12345678910>>...26