Searched refs:interfaceType (Results 1 – 2 of 2) sorted by relevance
| /trunk/main/codemaker/source/cunomaker/ |
| H A D | cunotype.cxx | 1734 void InterfaceType::dumpAttributes(FileStream& o, const OString& interfaceType, TypeReader& reader ) in dumpAttributes() argument 1755 o << "\n" << indent() << "/* Attributes of " << interfaceType << " */\n"; in dumpAttributes() 1759 << interfaceType << " *, uno_Any *, "; in dumpAttributes() 1779 << interfaceType << " *, uno_Any *, "; in dumpAttributes() 1786 void InterfaceType::dumpMethods(FileStream& o, const OString& interfaceType, TypeReader& reader ) in dumpMethods() argument 1812 o << "\n" << indent() << "/* Methods of " << interfaceType << " */\n"; in dumpMethods() 1826 o << "\n" << indent() << "/* Methods of " << interfaceType << " */\n"; in dumpMethods() 1830 << interfaceType << " *"; in dumpMethods()
|
| H A D | cunotype.hxx | 162 …void dumpAttributes(FileStream& o, const ::rtl::OString& interfaceType, TypeReader& reader … 163 … void dumpMethods(FileStream& o, const ::rtl::OString& interfaceType, TypeReader& reader );
|