Searched refs:loggedOnUser (Results 1 – 2 of 2) sorted by relevance
50 rtl::OUString loggedOnUser; in LdapUserProfileBe() local71 &aDefinition, &loggedOnUser)) in LdapUserProfileBe()91 connection.getUserProfile(loggedOnUser, &data_); in LdapUserProfileBe()101 LdapDefinition * definition, rtl::OUString * loggedOnUser) in readLdapConfiguration() argument103 OSL_ASSERT(factory.is() && definition != 0 && loggedOnUser != 0); in readLdapConfiguration()164 if (!aSecurityContext.getUserName(*loggedOnUser)) in readLdapConfiguration()167 sal_Int32 nIndex = loggedOnUser->indexOf('/'); in readLdapConfiguration()169 *loggedOnUser = loggedOnUser->copy(nIndex+1); in readLdapConfiguration()172 …OSL_TRACE("Logged on user is %s", rtl::OUStringToOString(*loggedOnUser,RTL_TEXTENCODING_ASCII_US).… in readLdapConfiguration()
143 LdapDefinition * definition, rtl::OUString * loggedOnUser);
Completed in 10 milliseconds