Lines Matching refs:OUSTR
47 #define OUSTR(x) ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM(x) ) macro
63 static OUString s_implName = OUSTR(IMPL_NAME);
64 static OUString s_serviceName = OUSTR(SERVICE_NAME);
251 error( OUSTR("unexpected end of file!") ); in assureQuotedToken()
262 error( OUSTR("expected quoting >\"< character!") ); in getQuotedToken()
277 error( OUSTR("unexpected end of file!") ); in assureToken()
341 error( OUSTR("expected C/C++ like comment!") ); in skipWhiteSpace()
379 error( OUSTR("checking eof failed!") ); in get()
385 error( OUSTR("read line failed!") ); in get()
419 ac.checkFilePermission( m_fileName, OUSTR("read") ); in PolicyReader()
438 static OUString s_grant = OUSTR("grant");
439 static OUString s_user = OUSTR("user");
440 static OUString s_permission = OUSTR("permission");
441 static OUString s_openBrace = OUSTR("{");
442 static OUString s_closingBrace = OUSTR("}");
444 static OUString s_filePermission = OUSTR("com.sun.star.io.FilePermission");
445 static OUString s_socketPermission = OUSTR("com.sun.star.connection.SocketPermission");
446 static OUString s_runtimePermission = OUSTR("com.sun.star.security.RuntimePermission");
447 static OUString s_allPermission = OUSTR("com.sun.star.security.AllPermission");
456 OUSTR("/implementations/" IMPL_NAME "/file-name") ) >>= fileName; in refresh()
460 OUSTR("name of policy file unknown!"), in refresh()
474 reader.error( OUSTR("expected >grant< token!") ); in refresh()
483 reader.error( OUSTR("expected opening brace >{<!") ); in refresh()
489 reader.error( OUSTR("expected >permission< or closing brace >}<!") ); in refresh()
518 reader.error( OUSTR("expected permission type!") ); in refresh()