Searched refs:xExistingTD (Results 1 – 3 of 3) sorted by relevance
147 Reference<reflection::XEnumTypeDescription> const & xExistingTD ) in checkEnum() argument149 if (xNewTD->getEnumNames() != xExistingTD->getEnumNames()) in checkEnum()151 if (xNewTD->getEnumValues() != xExistingTD->getEnumValues()) in checkEnum()157 Reference<reflection::XCompoundTypeDescription> const & xExistingTD ) in checkStruct() argument159 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() argument193 checkSeq( xNewTD->getBaseTypes(), xExistingTD->getBaseTypes(), in checkInterface()[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,