Lines Matching refs:Type

30 import com.sun.star.uno.Type;
124 ci= cont.addInterface(new Type(XInterface.class), obj1); in addInterface()
125 ci= cont.addInterface(new Type(XInterface.class), obj2); in addInterface()
126 ci= cont.addInterface(new Type(XInterface.class), obj3); in addInterface()
128 ci= cont.addInterface(new Type(XWeak.class), obj1); in addInterface()
129 ci= cont.addInterface(new Type(XWeak.class), obj2); in addInterface()
133 ci= cont.addInterface(new Type(XTypeProvider.class), null); in addInterface()
141 ci= cont.addInterface(new Type(XInterface.class), arObj[c]); in addInterface()
143 Type[] arT= cont.getContainedTypes(); in addInterface()
146 ci= cont.removeInterface(new Type(XInterface.class), arObj[c]); in addInterface()
167 cont.addInterface(new Type(XInterface.class), obj1); in getContainedTypes()
168 cont.addInterface(new Type(XWeak.class), obj1); in getContainedTypes()
170 cont.addInterface(new Type(XTypeProvider.class), null); in getContainedTypes()
174 Type[] types= cont.getContainedTypes(); 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()
191 else if (types[c].equals(new Type(XSingleComponentFactory.class))) in getContainedTypes()
214 ci= cont.addInterface(new Type(XInterface.class), obj1); in getContainer()
215 ci= cont.addInterface(new Type(XInterface.class), obj2); in getContainer()
216 ci= cont.addInterface(new Type(XInterface.class), obj3); in getContainer()
217 ci= cont.addInterface(new Type(XWeak.class), obj1); in getContainer()
218 ci= cont.addInterface(new Type(XWeak.class), obj2); in getContainer()
220 ci= cont.addInterface(new Type(XTypeProvider.class), null); in getContainer()
223 icont= cont.getContainer( new Type(XTypeProvider.class)); in getContainer()
225 icont= cont.getContainer(new Type(XWeak.class)); in getContainer()
248 count= cont.removeInterface( new Type(XTypeProvider.class), obj1); in removeInterface()
250 count= cont.removeInterface( new Type(XTypeProvider.class), null); in removeInterface()
255 cont.addInterface(new Type(XInterface.class), obj1); in removeInterface()
262 count= cont.removeInterface(new Type(XInterface.class), obj1); in removeInterface()
284 Type[] types= cont.getContainedTypes(); in clear()
287 ci= cont.addInterface(new Type(XInterface.class), obj1); in clear()
288 ci= cont.addInterface(new Type(XInterface.class), obj2); in clear()
289 ci= cont.addInterface(new Type(XInterface.class), obj3); in clear()
290 ci= cont.addInterface(new Type(XWeak.class), obj1); in clear()
291 ci= cont.addInterface(new Type(XWeak.class), obj2); in clear()
293 ci= cont.addInterface(new Type(XTypeProvider.class), null); in clear()
319 cont.addInterface(new Type(XInterface.class), null); in disposeAndClear()
320 cont.addInterface(new Type(XInterface.class), obj1); in disposeAndClear()
321 cont.addInterface(new Type(XInterface.class), obj2); in disposeAndClear()
322 cont.addInterface(new Type(XInterface.class), obj3); in disposeAndClear()
323 cont.addInterface(new Type(XWeak.class),obj1); in disposeAndClear()
324 cont.addInterface(new Type(XWeak.class), obj2); in disposeAndClear()
325 cont.addInterface(new Type(XTypeProvider.class), obj1); in disposeAndClear()
331 Type[] types= cont.getContainedTypes(); in disposeAndClear()