Lines Matching refs:ctx
72 def __init__( self, ctx ): argument
73 self.ctx = ctx
219 ctx = uno.getComponentContext()
220 …aConfigProvider = ctx.ServiceManager.createInstance("com.sun.star.configuration.ConfigurationProvi…
270 def __init__( self, ctx ): argument
271 self.ctx = ctx
339 def __init__( self, ctx ): argument
340 self.ctx = ctx
415 def __init__( self, ctx ): argument
418 self.ctx = ctx
423 return PyMailSMTPService(self.ctx);
425 return PyMailPOP3Service(self.ctx);
427 return PyMailIMAPService(self.ctx);
432 def __init__( self, ctx, sTo='', sFrom='', Subject='', Body=None, aMailAttachment=None ): argument
435 self.ctx = ctx