Home
last modified time | relevance | path

Searched full:types (Results 1 – 25 of 2874) sorted by relevance

12345678910>>...115

/trunk/main/ure/source/uretest/
H A DMakefile.pln41 test-cpptest: out.pln/cppmain.uno.so out.pln/types.rdb out.pln/services.rdb
44 -ro $(URE_HOME)/share/misc/types.rdb -ro out.pln/types.rdb \
48 test-javatest: out.pln/javamain.uno.jar out.pln/types.rdb out.pln/services.rdb
51 -ro $(URE_HOME)/share/misc/types.rdb -ro out.pln/types.rdb \
56 out.pln/javanative.rc out.pln/services.rdb out.pln/types.rdb
67 -ro $(URE_HOME)/share/misc/types.rdb -ro out.pln/types.rdb \
89 out.pln/types.cppumaker.flag | out.pln
92 -I out.pln/include/types -DCPPU_ENV=gcc3 \
104 out.pln/types.cppumaker.flag | out.pln
107 -I out.pln/include/types -DCPPU_ENV=gcc3 \
[all …]
H A DMakefile63 test-cpptest: out.sdk/cppmain.uno.$(SHAREDLIB_EXT) out.sdk/types.rdb \
67 -ro "$(subst \,/,$(URLPREFIX)$(URE_TYPES))" -ro out.sdk/types.rdb \
72 test-javatest: out.sdk/javamain.uno.jar out.sdk/types.rdb out.sdk/services.rdb
75 -ro "$(subst \,/,$(URLPREFIX)$(URE_TYPES))" -ro out.sdk/types.rdb \
81 out.sdk/javanative.rc out.sdk/services.rdb out.sdk/types.rdb
88 -ro "$(subst \,/,$(URLPREFIX)$(URE_TYPES))" -ro out.sdk/types.rdb \
120 out.sdk/types.cppumaker.flag | out.sdk
122 $(CC_INCLUDES) -Iout.sdk/include/cpputypes -Iout.sdk/include/types \
132 out.sdk/types.cppumaker.flag | out.sdk
134 $(CC_INCLUDES) -Iout.sdk/include/cpputypes -Iout.sdk/include/types \
[all …]
H A Dcppmain.cc53 #include "sal/types.h"
59 #include "test/types/CppTest.hpp"
60 #include "test/types/JavaTest.hpp"
61 #include "test/types/TestException.hpp"
62 #include "test/types/XTest.hpp"
85 ::css::uno::Reference< test::types::XTest > const & test,
209 ::test::types::CppTest::create(context_), in run()
210 ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("test.types.CppTest"))); in run()
212 ::test::types::JavaTest::create(context_), in run()
213 ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("test.types.JavaTest"))); in run()
[all …]
/trunk/main/ure/source/
H A DREADME50 /opt/openoffice.org/ure/share/misc/types.rdb
114 Program Files\URE\misc\types.rdb
213 - types.rdb and services.rdb are preconfigured UNO type and service registries.
233 The URE installation is preconfigured with several UNO types and UNO services.
234 The available types and services are listed in the types.rdb and services.rdb
243 locations for types.rdb and services.rdb files:
247 - <URE installation>/share/misc/ types.rdb and services.rdb, respectively
248 - /etc/opt/ure/ types.rdb and services.rdb, respectively
249 - ~/.ure/ types.rdb and services.rdb, respectively
255 - <URE installation>\misc\ types.rdb and services.rdb, respectively
[all …]
/trunk/main/bridges/test/
H A Dtestcomp.cxx346 ::test::TestTypes SAL_CALL OCallMe::transport( const ::test::TestTypes& types ) in transport() argument
349 return types; in transport()
616 printf( "Testing all types\n" ); in testAllTypes()
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()
626 types.UShort = (sal_uInt16 ) (1 << i); in testAllTypes()
627 types.Long = -123; in testAllTypes()
[all …]
/trunk/main/cppu/inc/typelib/
H A Dtypedescription.h26 #include <sal/types.h>
52 /** number of static references of type, because of the fact that some types are needed
83 /** number of static references of type, because of the fact that some types are needed
104 compound and union types lack of member names, enums lack of member types and names,
123 /** Type description for exception types.
150 Type description for struct types.
152 This is only used to represent plain struct types and instantiated
153 polymorphic struct types; there is no representation of polymorphic struct
192 /** number of union member types
198 /** union member value types (same order as idl declaration)
[all …]
/trunk/main/javaunohelper/test/com/sun/star/lib/uno/helper/
H A DMultiTypeInterfaceContainer_Test.java174 Type[] types= cont.getContainedTypes(); in getContainedTypes() local
175 // 3 types and no XTypeProvider in getContainedTypes()
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()
181 else if(types[c].equals( new Type(XTypeProvider.class))) in getContainedTypes()
183 else if(types[c].equals(new Type(XInterface.class))) in getContainedTypes()
185 else if (types[c].equals(new Type(XWeak.class))) in getContainedTypes()
187 else if (types[c].equals(new Type())) in getContainedTypes()
189 else if (types[c].equals(new Type( aObj.getClass()))) in getContainedTypes()
[all …]
/trunk/main/cppu/inc/cppu/
H A Dunotype.hxx29 #include "sal/types.h"
59 The UNO types UNSIGNED SHORT and CHAR map to the same C++ type, so this C++
60 type is needed to unambiguously specify UNO types in cppu::UnoType.
72 The UNO types UNSIGNED SHORT and CHAR map to the same C++ type, so this C++
73 type is needed to unambiguously specify UNO types in cppu::UnoType.
83 A unique C++ type template representing the UNO sequence types in
86 The UNO types UNSIGNED SHORT and CHAR map to the same C++ type, so this C++
87 type is needed to unambiguously specify UNO types in cppu::UnoType.
250 C++ types that are unambiguously derived from one C++ type that represents a
251 UNO type.) In addition to those C++ types that are mappings of UNO types
[all …]
/trunk/main/cppuhelper/source/
H A Dimplbase_ex.cxx98 // get all types in __getTypeEntries()
127 static inline void __fillTypes( Type * types, class_data * cd ) in __fillTypes() argument
133 types[ n ] = pEntries[ n ].m_type.typeRef; in __fillTypes()
305 Sequence< Type > types( cd->m_nTypes ); in ImplHelper_getTypes() local
306 Type * pTypes = types.getArray(); in ImplHelper_getTypes()
308 return types; in ImplHelper_getTypes()
317 Sequence< Type > types( nImplTypes + nAddTypes ); in ImplInhHelper_getTypes() local
318 Type * pTypes = types.getArray(); in ImplInhHelper_getTypes()
320 // append base types in ImplInhHelper_getTypes()
326 return types; in ImplInhHelper_getTypes()
[all …]
/trunk/main/scripting/java/com/sun/star/script/framework/provider/java/
H A DScriptDescriptor.java136 * Adds the given <code>Class</code> to the list of argument types stored in
148 * Adds the given array of <code>Class</code> to the list of argument types
163 * Gets a list of the types of the arguments stored in this
166 * return the argument types as an array of Class
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()
/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/qadevOOo/java/OOoRunner/src/main/java/basicrunner/basichelper/
H A DDispatchProviderInterceptor.java69 /** Get all implemented types.
70 * @return The implemented UNO types.
75 Type types[] = new Type[interfaces.length]; in getTypes() local
77 types[i] = new Type(interfaces[i]); in getTypes()
79 return types; in getTypes()
178 /** Get all implemented types.
179 * @return The implemented UNO types.
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.java83 * Return all implemented types of this class.
84 * @return The implemented UNO types.
89 Type types[] = new Type[interfaces.length]; in getTypes() local
91 types[i] = new Type(interfaces[i]); in getTypes()
93 return types; in getTypes()
198 * Return all implemented types of this class.
199 * @return The implemented UNO types.
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.java83 * Return all implemented types of this class.
84 * @return The implemented UNO types.
89 Type types[] = new Type[interfaces.length]; in getTypes() local
91 types[i] = new Type(interfaces[i]); in getTypes()
93 return types; in getTypes()
213 * Return all implemented types of this class.
214 * @return The implemented UNO types.
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/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()
100 // native CTS types into UNO on the fly 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/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()
78 * Returns all interface types of an implementation as a type array.
80 * @return An array with all interface types; null if there are none.
84 Type[] types = null; in getInterfaceTypes() local
88 types = xTypeProvider.getTypes(); in getInterfaceTypes()
89 return types; in getInterfaceTypes()
[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/cli_ure/source/scripts/
H A Dincrement_version.pl37 "the respective policy files. This is only done if new uno types have been added since".
41 "If no new published types have been added then no output, argument newVersions, is written".
50 "changedTypes: File that contains the information if new published types have been added ".
67 #check if new types have been added since last release.
70 open TYPES, "$ARGV[3]" or die "Cannot open to $ARGV[3] $!";
74 #We look for the line that contains the number of new types
75 while(<TYPES>)
77 if (/New and published types/i)
82 print "\n###$ARGV[3] contains an invalid entry for 'New and published types'. \n\n";
92 print "\n###$ARGV[3] does not contain entry about the new types ".
[all …]
/trunk/main/filter/source/config/cache/
H A Dcacheitem.cxx151 _FILTER_CONFIG_LOG_("isSubSet() ... types of any values are different => return FALSE\n") in isSubSet()
171 …_FILTER_CONFIG_LOG_1_("isSubSet() ... check for atomic types => return %s\n", bIs ? "TRUE" : "FALS… in isSubSet()
187 …_FILTER_CONFIG_LOG_1_("isSubSet() ... check for string types => return %s\n", bIs ? "TRUE" : "FALS… in isSubSet()
205 …_FILTER_CONFIG_LOG_1_("isSubSet() ... check for packed any types => return %s\n", bIs ? "TRUE" : "… in isSubSet()
226 …_FILTER_CONFIG_LOG_1_("isSubSet() ... check for structured types [PropertyValue] => return %s\n", … in isSubSet()
242 …_FILTER_CONFIG_LOG_1_("isSubSet() ... check for structured types [NamedValue] => return %s\n", bIs… in isSubSet()
268 …_FILTER_CONFIG_LOG_1_("isSubSet() ... check for list types [OUString] ... dont found \"%s\" => ret… in isSubSet()
271 …_FILTER_CONFIG_LOG_1_("isSubSet() ... check for list types [OUString] ... found \"%s\" => continue… in isSubSet()
273 … _FILTER_CONFIG_LOG_("isSubSet() ... check for list types [OUString] => return TRUE\n") in isSubSet()
295 …_FILTER_CONFIG_LOG_1_("isSubSet() ... check for list types [PropertyValue] ... dont found \"%s\" =… in isSubSet()
[all …]
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/uno/
H A DAnyConverter.java158 a null value contrary to other UNO types.
173 containing elements which are values of UNO idl types).
215 Allowed argument types are Byte, Short or Any containing these types.
225 Allowed argument types are Anies containing idl unsigned short values.
239 Allowed argument types are Byte, Short, Integer or Any containing these types.
249 Allowed argument types are Anies containing idl unsigned short or unsigned long values.
263 Allowed argument types are Byte, Short, Integer, Long or Any containing these types.
274 Allowed argument types are Anies containing idl unsigned short, unsigned long or
290 Allowed argument types are Byte, Short, Float or Any containing these types.
302 Allowed argument types are Byte, Short, Int, Float, Double or Any containing these types.
[all …]
/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/autodoc/source/ary/inc/
H A Dcross_refs.hxx36 template <class VALUE_LIST, class TYPES>
40 typedef TYPES::element_type element;
51 SortedIdSet<TYPES> aData[VALUE_LIST::max];
59 template <class TYPES>
63 typedef typename TYPES::element_type element;
64 typedef typename TYPES::sort_type sorter;
65 typedef typename TYPES::find_type finder;
/trunk/main/sw/source/filter/ww8/
H A Dwriterwordglue.hxx29 # include "types.hxx"
36 namespace types namespace
38 /** A static_cast style cast for conversion of word types to writer's
40 There are a number of places where the winword types are larger
43 to identify where writer's types are smaller than word's.
64 /** A static_cast style cast for conversion of writer types to word's
66 There are a number of places where the writer types are larger than
69 identify where word's types are smaller than writers's.
/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/cli_ure/source/basetypes/uno/
H A DPolymorphicType.cs35 This class is used to carry type information for polymorphic struct types
36 and arrays of polymorphic struct types. These types would be easiest represented
87 bridge accordingly to use real template types. Then this class will become obsolete.
286 Type[] types, in GetConstructorImpl() argument
290 bindingAttr, binder, callConvention, types, modifiers); in GetConstructorImpl()
352 Type[] types, in GetMethodImpl() argument
356 name, bindingAttr, binder, callConvention, types, modifiers); in GetMethodImpl()
388 Type[] types, in GetPropertyImpl() argument
392 name, bindingAttr, binder, returnType, types, modifiers); in GetPropertyImpl()

12345678910>>...115