Searched refs:xAuthenticator (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/scripting/source/pyprov/ |
H A D | mailmerge.py | 93 def connect(self, xConnectionContext, xAuthenticator): argument 127 user = xAuthenticator.getUserName().encode('ascii') 128 password = xAuthenticator.getPassword().encode('ascii') 291 def connect(self, xConnectionContext, xAuthenticator): argument 312 user = xAuthenticator.getUserName().encode('ascii') 313 password = xAuthenticator.getPassword().encode('ascii') 360 def connect(self, xConnectionContext, xAuthenticator): argument 388 user = xAuthenticator.getUserName().encode('ascii') 389 password = xAuthenticator.getPassword().encode('ascii')
|
/aoo41x/main/sw/source/ui/config/ |
H A D | mailconfigpage.cxx | 393 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()
|
/aoo41x/main/sw/source/ui/dbui/ |
H A D | mailmergehelper.cxx | 139 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()
|
/aoo41x/main/offapi/com/sun/star/mail/ |
H A D | XMailService.idl | 165 @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 D | XMailServer.idl | 177 @param xAuthenticator 218 void connectUser([in] XAuthenticator xAuthenticator)
|
Completed in 32 milliseconds