Home
last modified time | relevance | path

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

/AOO42X/main/bridges/source/jni_uno/
H A Djni_info.h48 typelib_TypeDescriptionReference * type1, in type_equals() argument
51 if (type1 == type2) in type_equals()
54 ::rtl::OUString::unacquired( &type1->pTypeName ); in type_equals()
57 return ((type1->eTypeClass == type2->eTypeClass) && name1.equals( name2 )); in type_equals()
/AOO42X/main/idlc/source/
H A Dparser.y228 bool includes(AstDeclaration const * type1, AstDeclaration const * type2) { in includes() argument
230 if (type1 != 0) { in includes()
231 if (type1->getNodeType() == NT_instantiated_struct) { in includes()
233 = static_cast< AstStructInstance const * >(type1); in includes()
244 } else if (type1 == type2) { in includes()
/AOO42X/main/scp2/source/ooo/
H A Ddirectory_ooo.scp1358 DosName = "type1";