Searched refs:printCorbaType (Results 1 – 2 of 2) sorted by relevance
| /trunk/main/codemaker/source/bonobowrappermaker/ ! |
| H A D | corbatype.cxx | 626 OString CorbaType::printCorbaType(const OString& type, sal_Bool bConst, sal_Bool bRef) in printCorbaType() function in CorbaType 853 OString ret = printCorbaType(type, bConst, bRef); in dumpCorbaType() 1334 callBuffer.append(printCorbaType(m_typeName, sal_False, sal_False)); in dumpUnoMethods() 1572 preBuffer.append(printCorbaType(returnType, sal_False, sal_False)); in dumpCorbaMethods() 1814 …initBuffer.insert(0, OString("&bonobobridge_") + printCorbaType(m_typeName, sal_False, sal_False) … in dumpFunctions() 1830 …initBuffer.insert(0, OString("&bonobobridge_") + printCorbaType(superName, sal_False, sal_False) +… in dumpFunctions()
|
| H A D | corbatype.hxx | 105 virtual ::rtl::OString printCorbaType(const ::rtl::OString& type,
|