Lines Matching refs:buf

92             OUStringBuffer buf( 128 );  in UnoInterfaceInfo()  local
93 buf.appendAscii(RTL_CONSTASCII_STRINGPARAM( in UnoInterfaceInfo()
95 buf.append( *reinterpret_cast< OUString const * >( in UnoInterfaceInfo()
97 throw BridgeRuntimeError(buf.makeStringAndClear()); in UnoInterfaceInfo()
210 OUStringBuffer buf(512); in addUnoInterface() local
211 buf.appendAscii("\t"); in addUnoInterface()
212 buf.append( OUString::valueOf((sal_Int32)_numInterfaces)); in addUnoInterface()
213 buf.appendAscii(". "); in addUnoInterface()
214 buf.append(mapCliString(sInterfaceName)); in addUnoInterface()
215 buf.appendAscii("\n"); in addUnoInterface()
216 OUString _sNewInterface = buf.makeStringAndClear(); in addUnoInterface()
564 OUStringBuffer buf( 64 ); in Invoke() local
565 buf.appendAscii(RTL_CONSTASCII_STRINGPARAM( in Invoke()
568 buf.append( *reinterpret_cast< OUString const * >( in Invoke()
570 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM(": ") ); in Invoke()
571 buf.append( usMethodName ); in Invoke()
572 throw BridgeRuntimeError( buf.makeStringAndClear() ); in Invoke()
775 OUStringBuffer buf( 128 ); in makeMethodInfos() local
776 buf.appendAscii(RTL_CONSTASCII_STRINGPARAM( in makeMethodInfos()
779 buf.append(mapCliString(m_type->ToString() )); in makeMethodInfos()
780 buf.appendAscii(RTL_CONSTASCII_STRINGPARAM(" \nfailed!")); in makeMethodInfos()
781 throw BridgeRuntimeError( buf.makeStringAndClear() ); in makeMethodInfos()
853 OUStringBuffer buf(256); in getMethodInfo() local
854 buf.appendAscii(RTL_CONSTASCII_STRINGPARAM( in getMethodInfo()
857 buf.append(usMethodName); in getMethodInfo()
858 throw BridgeRuntimeError(buf.makeStringAndClear()); in getMethodInfo()