Searched refs:xConnectionContext (Results 1 – 4 of 4) sorted by relevance
93 def connect(self, xConnectionContext, xAuthenticator): argument94 self.connectioncontext = xConnectionContext98 server = xConnectionContext.getValueByName("ServerName")102 port = xConnectionContext.getValueByName("Port")106 tout = xConnectionContext.getValueByName("Timeout")114 connectiontype = xConnectionContext.getValueByName("ConnectionType")296 def connect(self, xConnectionContext, xAuthenticator): argument300 self.connectioncontext = xConnectionContext301 server = xConnectionContext.getValueByName("ServerName")304 port = xConnectionContext.getValueByName("Port")[all …]
401 uno::Reference< uno::XCurrentContext> xConnectionContext = in Test() local406 xInMailService->connect(xConnectionContext, xAuthenticator); in Test()431 uno::Reference< uno::XCurrentContext> xConnectionContext = in Test() local437 xMailService->connect(xConnectionContext, xAuthenticator); in Test()
147 uno::Reference< uno::XCurrentContext> xConnectionContext = in ConnectToSmtpServer() local152 xInMailService->connect(xConnectionContext, xAuthenticator); in ConnectToSmtpServer()174 uno::Reference< uno::XCurrentContext> xConnectionContext = in ConnectToSmtpServer() local179 xSmtpServer->connect(xConnectionContext, xAuthenticator); in ConnectToSmtpServer()
143 @param xConnectionContext210 …void connect([in] com::sun::star::uno::XCurrentContext xConnectionContext, [in] XAuthenticator xAu…