Searched refs:strIdent (Results 1 – 6 of 6) sorted by relevance
69 inline sal_Bool Security::getUserIdent( rtl::OUString& strIdent) const in getUserIdent()71 return osl_getUserIdent( m_handle, &strIdent.pData ); in getUserIdent()
76 inline sal_Bool SAL_CALL getUserIdent( ::rtl::OUString& strIdent) const;
108 sal_Bool SAL_CALL osl_getUserIdent(oslSecurity Security, rtl_uString **strIdent);
70 sal_Bool OSecurity::getUserIdent( rtl::OUString& strIdent) const in getUserIdent()74 return osl_getUserIdent( m_oslSecurity, &strIdent.pData ); in getUserIdent()
330 sal_Bool SAL_CALL osl_getUserIdent(oslSecurity Security, rtl_uString **strIdent) in osl_getUserIdent() argument414 rtl_uString_newFromAscii( strIdent, Ident ); in osl_getUserIdent()437 rtl_uString_newFromStr( strIdent, Ident); in osl_getUserIdent()
79 sal_Bool SAL_CALL getUserIdent(::rtl::OUString& strIdent) const;
Completed in 27 milliseconds