Lines Matching refs:xExistingTD

147     Reference<reflection::XEnumTypeDescription> const & xExistingTD )  in checkEnum()  argument
149 if (xNewTD->getEnumNames() != xExistingTD->getEnumNames()) in checkEnum()
151 if (xNewTD->getEnumValues() != xExistingTD->getEnumValues()) in checkEnum()
157 Reference<reflection::XCompoundTypeDescription> const & xExistingTD ) in checkStruct() argument
159 check( xNewTD->getBaseType(), xExistingTD->getBaseType(), in checkStruct()
161 checkSeq( xNewTD->getMemberTypes(), xExistingTD->getMemberTypes(), in checkStruct()
164 if (xNewTD->getMemberNames() != xExistingTD->getMemberNames()) in checkStruct()
172 xExistingTD, UNO_QUERY ); in checkStruct()
191 Reference<reflection::XInterfaceTypeDescription2> const & xExistingTD ) in checkInterface() argument
193 checkSeq( xNewTD->getBaseTypes(), xExistingTD->getBaseTypes(), in checkInterface()
195 checkSeq(xNewTD->getOptionalBaseTypes(),xExistingTD->getOptionalBaseTypes(), in checkInterface()
197 checkSeq( xNewTD->getMembers(), xExistingTD->getMembers(), in checkInterface()
258 Reference<reflection::XInterfaceMethodTypeDescription> const & xExistingTD ) in checkMethod() argument
260 check( xNewTD->getReturnType(), xExistingTD->getReturnType(), in checkMethod()
263 if (xNewTD->isOneway() != xExistingTD->isOneway()) in checkMethod()
267 checkParameters( xNewTD->getParameters(), xExistingTD->getParameters(), in checkMethod()
270 checkSeq( xNewTD->getExceptions(), xExistingTD->getExceptions(), in checkMethod()
277 const & xExistingTD ) in checkAttribute()
279 if (xNewTD->isReadOnly() != xExistingTD->isReadOnly()) in checkAttribute()
282 check( xNewTD->getType(), xExistingTD->getType(), in checkAttribute()
285 if (xNewTD->isBound() != xExistingTD->isBound()) in checkAttribute()
288 checkSeq( xNewTD->getGetExceptions(), xExistingTD->getGetExceptions(), in checkAttribute()
290 checkSeq( xNewTD->getSetExceptions(), xExistingTD->getSetExceptions(), in checkAttribute()
296 Reference<reflection::XPropertyTypeDescription> const & xExistingTD ) in checkProperty() argument
298 if (xNewTD->getPropertyFlags() != xExistingTD->getPropertyFlags()) in checkProperty()
307 xExistingTD->getPropertyFlags() ) ); in checkProperty()
313 xExistingTD->getPropertyTypeDescription(), in checkProperty()
319 Reference<reflection::XSingletonTypeDescription2> const & xExistingTD ) in checkSingleton() argument
322 if (ifaceBased != xExistingTD->isInterfaceBased()) in checkSingleton()
327 check( xNewTD->getInterface(), xExistingTD->getInterface(), in checkSingleton()
330 check( xNewTD->getService().get(), xExistingTD->getService().get(), in checkSingleton()
336 Reference<reflection::XServiceTypeDescription2> const & xExistingTD ) in checkService() argument
339 if (singleIfaceBased != xExistingTD->isSingleInterfaceBased()) in checkService()
344 check( xNewTD->getInterface(), xExistingTD->getInterface(), in checkService()
349 existingCtors( xExistingTD->getConstructors() ); in checkService()
392 xExistingTD->getMandatoryServices(), in checkService()
395 xExistingTD->getOptionalServices(), in checkService()
399 xExistingTD->getMandatoryInterfaces(), in checkService()
402 xExistingTD->getOptionalInterfaces(), in checkService()
409 existingProperties( xExistingTD->getProperties() ); in checkService()
435 Reference<reflection::XTypeDescription> const & xExistingTD, in check() argument
438 if (xNewTD == xExistingTD) in check()
440 if (xNewTD->getName() != xExistingTD->getName()) in check()
446 buf.append( xExistingTD->getName() ); in check()
452 if (tc != xExistingTD->getTypeClass()) in check()
460 buf.append( getTypeClassName( xExistingTD->getTypeClass() ) ); in check()
471 xExistingTD, UNO_QUERY_THROW ) ); in check()
479 xExistingTD, UNO_QUERY_THROW )->getReferencedType() ); in check()
487 xExistingTD, UNO_QUERY_THROW ) ); in check()
494 xExistingTD, UNO_QUERY_THROW ) ); in check()
501 xExistingTD, UNO_QUERY_THROW ) ); in check()
508 xExistingTD, UNO_QUERY_THROW ) ); in check()
515 xExistingTD, UNO_QUERY_THROW ) ); in check()
522 xExistingTD, UNO_QUERY_THROW ) ); in check()
529 xExistingTD, UNO_QUERY_THROW )->getConstantValue()) in check()
536 xExistingTD, UNO_QUERY_THROW )->getConstants(), in check()
544 xExistingTD, UNO_QUERY_THROW ) ); in check()