Lines Matching refs:appendAscii
91 … buf.appendAscii( "pyuno._createUnoStructHelper: too few elements in the initializer tuple,"); in fillStructWithInitializer()
92 buf.appendAscii( "expected at least " ).append( nIndex + pCompType->nMembers ); in fillStructWithInitializer()
93 buf.appendAscii( ", got " ).append( nTupleSize ); in fillStructWithInitializer()
166 iniFileName.appendAscii( "/" ); in getComponentContext()
167 iniFileName.appendAscii( SAL_CONFIGFILE( "pyuno" ) ); in getComponentContext()
279 buf.appendAscii( "pyuno._createUnoStructHelper: wrong number of "); in createUnoStructHelper()
280 buf.appendAscii( "elements in the initializer list, expected " ); in createUnoStructHelper()
282 buf.appendAscii( ", got " ); in createUnoStructHelper()
382 buf.appendAscii( "pyuno.getConstantByName: " ).append( typeName ); in getConstantByName()
383 buf.appendAscii( "is not a constant" ); in getConstantByName()
535 buf.appendAscii( "Couldn't convert " ); in systemPathToFileUrl()
537 buf.appendAscii( " to a file url for reason (" ); in systemPathToFileUrl()
539 buf.appendAscii( ")" ); in systemPathToFileUrl()
560 buf.appendAscii( "Couldn't convert file url " ); in fileUrlToSystemPath()
562 buf.appendAscii( " to a system path for reason (" ); in fileUrlToSystemPath()
564 buf.appendAscii( ")" ); in fileUrlToSystemPath()
583 buf.appendAscii( "Couldn't absolutize " ); in absolutize()
585 buf.appendAscii( " using root " ); in absolutize()
587 buf.appendAscii( " for reason (" ); in absolutize()
589 buf.appendAscii( ")" ); in absolutize()