Home
last modified time | relevance | path

Searched refs:xConnectionContext (Results 1 – 4 of 4) sorted by relevance

/aoo42x/main/scripting/source/pyprov/
H A Dmailmerge.py93 def connect(self, xConnectionContext, xAuthenticator): argument
94 self.connectioncontext = xConnectionContext
98 server = xConnectionContext.getValueByName("ServerName")
102 port = xConnectionContext.getValueByName("Port")
106 tout = xConnectionContext.getValueByName("Timeout")
296 def connect(self, xConnectionContext, xAuthenticator): argument
300 self.connectioncontext = xConnectionContext
304 port = xConnectionContext.getValueByName("Port")
365 def connect(self, xConnectionContext, xAuthenticator): argument
369 self.connectioncontext = xConnectionContext
[all …]
/aoo42x/main/sw/source/ui/config/
H A Dmailconfigpage.cxx401 uno::Reference< uno::XCurrentContext> xConnectionContext = in Test() local
406 xInMailService->connect(xConnectionContext, xAuthenticator); in Test()
431 uno::Reference< uno::XCurrentContext> xConnectionContext = in Test() local
437 xMailService->connect(xConnectionContext, xAuthenticator); in Test()
/aoo42x/main/sw/source/ui/dbui/
H A Dmailmergehelper.cxx147 uno::Reference< uno::XCurrentContext> xConnectionContext = in ConnectToSmtpServer() local
152 xInMailService->connect(xConnectionContext, xAuthenticator); in ConnectToSmtpServer()
174 uno::Reference< uno::XCurrentContext> xConnectionContext = in ConnectToSmtpServer() local
179 xSmtpServer->connect(xConnectionContext, xAuthenticator); in ConnectToSmtpServer()
/aoo42x/main/offapi/com/sun/star/mail/
H A DXMailService.idl143 @param xConnectionContext
210 …void connect([in] com::sun::star::uno::XCurrentContext xConnectionContext, [in] XAuthenticator xAu…

Completed in 39 milliseconds