Home
last modified time | relevance | path

Searched refs:xExistingTD (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/stoc/source/tdmanager/
H A Dtdmgr_check.cxx172 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 …]
H A Dtdmgr.cxx486 Reference<reflection::XTypeDescription> xExistingTD( in insert() local
488 OSL_ASSERT( xExistingTD.is() ); in insert()
490 if (xExistingTD.is()) in insert()
494 check( xNewTD, xExistingTD ); in insert()
H A Dtdmgr_common.hxx50 css::uno::Reference<css::reflection::XTypeDescription> const & xExistingTD,

Completed in 44 milliseconds