Home
last modified time | relevance | path

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

/AOO41X/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")
118 connectiontype = xConnectionContext.getValueByName("ConnectionType")
291 def connect(self, xConnectionContext, xAuthenticator): argument
295 self.connectioncontext = xConnectionContext
296 server = xConnectionContext.getValueByName("ServerName")
299 port = xConnectionContext.getValueByName("Port")
[all …]
/AOO41X/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()
/AOO41X/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()
/AOO41X/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…