Searched refs:xExistingTD (Results 1 – 3 of 3) sorted by relevance
172 xExistingTD, UNO_QUERY ); in checkStruct()263 if (xNewTD->isOneway() != xExistingTD->isOneway()) in checkMethod()277 const & xExistingTD ) in checkAttribute()282 check( xNewTD->getType(), xExistingTD->getType(), in checkAttribute()285 if (xNewTD->isBound() != xExistingTD->isBound()) in checkAttribute()313 xExistingTD->getPropertyTypeDescription(), in checkProperty()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()[all …]
486 Reference<reflection::XTypeDescription> xExistingTD( in insert() local488 OSL_ASSERT( xExistingTD.is() ); in insert()490 if (xExistingTD.is()) in insert()494 check( xNewTD, xExistingTD ); in insert()
50 css::uno::Reference<css::reflection::XTypeDescription> const & xExistingTD,
Completed in 28 milliseconds