Home
last modified time | relevance | path

Searched refs:xAuthenticator (Results 1 – 5 of 5) sorted by relevance

/trunk/main/scripting/source/pyprov/
H A Dmailmerge.py93 def connect(self, xConnectionContext, xAuthenticator): argument
132 user = xAuthenticator.getUserName().encode('ascii')
133 password = xAuthenticator.getPassword().encode('ascii')
296 def connect(self, xConnectionContext, xAuthenticator): argument
317 user = xAuthenticator.getUserName().encode('ascii')
318 password = xAuthenticator.getPassword().encode('ascii')
365 def connect(self, xConnectionContext, xAuthenticator): argument
393 user = xAuthenticator.getUserName().encode('ascii')
394 password = xAuthenticator.getPassword().encode('ascii')
/trunk/main/sw/source/ui/config/
H A Dmailconfigpage.cxx393 uno::Reference<XAuthenticator> xAuthenticator = in Test() local
406 xInMailService->connect(xConnectionContext, xAuthenticator); in Test()
410 uno::Reference<XAuthenticator> xAuthenticator; in Test() local
414 xAuthenticator = in Test()
420 xAuthenticator = new SwAuthenticator(); in Test()
437 xMailService->connect(xConnectionContext, xAuthenticator); in Test()
/trunk/main/sw/source/ui/dbui/
H A Dmailmergehelper.cxx139 uno::Reference<mail::XAuthenticator> xAuthenticator = in ConnectToSmtpServer() local
152 xInMailService->connect(xConnectionContext, xAuthenticator); in ConnectToSmtpServer()
155 uno::Reference< mail::XAuthenticator> xAuthenticator; in ConnectToSmtpServer() local
163 xAuthenticator = in ConnectToSmtpServer()
169 xAuthenticator = new SwAuthenticator(); in ConnectToSmtpServer()
179 xSmtpServer->connect(xConnectionContext, xAuthenticator); in ConnectToSmtpServer()
/trunk/main/offapi/com/sun/star/mail/
H A DXMailService.idl165 @param xAuthenticator
168 the xAuthenticator must return an empty user name and an empty password.
210 …t([in] com::sun::star::uno::XCurrentContext xConnectionContext, [in] XAuthenticator xAuthenticator)
H A DXMailServer.idl177 @param xAuthenticator
218 void connectUser([in] XAuthenticator xAuthenticator)

Completed in 37 milliseconds