Lines Matching refs:append

92             buf.appendAscii( "expected at least " ).append( nIndex + pCompType->nMembers );  in fillStructWithInitializer()
93 buf.appendAscii( ", got " ).append( nTupleSize ); in fillStructWithInitializer()
130 buf.append( "Error during bootstrapping uno ("); in raisePySystemException()
131 buf.append( exceptionType ); in raisePySystemException()
132 buf.append( "):" ); in raisePySystemException()
133 buf.append( OUStringToOString( message, osl_getThreadTextEncoding() ) ); in raisePySystemException()
165 iniFileName.append( path ); in getComponentContext()
223 buf.append( funcName ).append( ": expecting one string argument" ); in extractOneStringArg()
235 buf.append( funcName ).append( ": expecting one string argument" ); in extractOneStringArg()
281 buf.append( n ); in createUnoStructHelper()
283 buf.append( (sal_Int32) PyTuple_Size(initializer) ); in createUnoStructHelper()
293 buf.append( "UNO struct " ); in createUnoStructHelper()
294 buf.append( OUStringToOString( typeName, RTL_TEXTENCODING_ASCII_US ) ); in createUnoStructHelper()
295 buf.append( " is unknown" ); in createUnoStructHelper()
352 buf.append( "Type " ).append(name).append( " is unknown" ); in getTypeByName()
382 buf.appendAscii( "pyuno.getConstantByName: " ).append( typeName ); in getConstantByName()
417 buf.append( "pyuno.checkType : expecting one uno.Type argument" ); in checkType()
441 buf.append( "pyuno.checkType : expecting one uno.Type argument" ); in checkEnum()
536 buf.append( sysPath ); in systemPathToFileUrl()
538 buf.append( (sal_Int32) e ); in systemPathToFileUrl()
561 buf.append( sysPath ); in fileUrlToSystemPath()
563 buf.append( (sal_Int32) e ); in fileUrlToSystemPath()
584 buf.append( ouRel ); in absolutize()
586 buf.append( ouPath ); in absolutize()
588 buf.append( (sal_Int32) e ); in absolutize()
625 buf.append( "uno.invoke expects a tuple as 3rd argument, got " ); in invoke()
627 …buf.append( OUStringToOString( pyString2ustring( PyTuple_GetItem( args, 2 ) ), RTL_TEXTENCODING_AS… in invoke()
629 buf.append( PyBytes_AsString( PyObject_Str( PyTuple_GetItem( args, 2) ) ) ); in invoke()
637 buf.append( "uno.invoke expected a string as 2nd argument, got " ); in invoke()
639 …buf.append( OUStringToOString( pyString2ustring( PyTuple_GetItem( args, 1 ) ), RTL_TEXTENCODING_AS… in invoke()
641 buf.append( PyBytes_AsString( PyObject_Str( PyTuple_GetItem( args, 1) ) ) ); in invoke()
649 buf.append( "uno.invoke expects object, name, (arg1, arg2, ... )\n" ); in invoke()
691 … buf.append( "uno.setCurrentContext expects an XComponentContext implementation, got " ); in setCurrentContext()
693 …buf.append( OUStringToOString( pyString2ustring( PyTuple_GetItem( args, 0 ) ), RTL_TEXTENCODING_AS… in setCurrentContext()
695 buf.append( PyBytes_AsString( PyObject_Str( PyTuple_GetItem( args, 0) ) ) ); in setCurrentContext()
703 … buf.append( "uno.setCurrentContext expects exactly one argument (the current Context)\n" ); in setCurrentContext()