Searched refs:xNewTD (Results 1 – 3 of 3) sorted by relevance
| /AOO41X/main/stoc/source/tdmanager/ |
| H A D | tdmgr_check.cxx | 146 Reference<reflection::XEnumTypeDescription> const & xNewTD, in checkEnum() argument 149 if (xNewTD->getEnumNames() != xExistingTD->getEnumNames()) in checkEnum() 150 typeError( OUSTR("ENUM names don't match!"), xNewTD->getName() ); in checkEnum() 151 if (xNewTD->getEnumValues() != xExistingTD->getEnumValues()) in checkEnum() 152 typeError( OUSTR("ENUM values don't match!"), xNewTD->getName() ); in checkEnum() 156 Reference<reflection::XCompoundTypeDescription> const & xNewTD, in checkStruct() argument 159 check( xNewTD->getBaseType(), xExistingTD->getBaseType(), in checkStruct() 160 xNewTD->getName() + OUSTR(", base type") ); in checkStruct() 161 checkSeq( xNewTD->getMemberTypes(), xExistingTD->getMemberTypes(), in checkStruct() 162 xNewTD->getName() + OUSTR(", member types") ); in checkStruct() [all …]
|
| H A D | tdmgr.cxx | 470 Reference<reflection::XTypeDescription> xNewTD; in insert() local 473 xNewTD = xTDEnum->nextTypeDescription(); in insert() 485 OUString newName( xNewTD->getName() ); in insert() 494 check( xNewTD, xExistingTD ); in insert()
|
| H A D | tdmgr_common.hxx | 49 css::uno::Reference<css::reflection::XTypeDescription> const & xNewTD,
|