Home
last modified time | relevance | path

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

/AOO41X/main/stoc/source/tdmanager/
H A Dtdmgr_check.cxx147 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()
[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,