Lines Matching refs:ctx
72 def __init__( self, ctx ): argument
73 self.ctx = ctx
224 ctx = uno.getComponentContext()
225 …aConfigProvider = ctx.ServiceManager.createInstance("com.sun.star.configuration.ConfigurationProvi…
275 def __init__( self, ctx ): argument
276 self.ctx = ctx
344 def __init__( self, ctx ): argument
345 self.ctx = ctx
420 def __init__( self, ctx ): argument
423 self.ctx = ctx
428 return PyMailSMTPService(self.ctx);
430 return PyMailPOP3Service(self.ctx);
432 return PyMailIMAPService(self.ctx);
437 def __init__( self, ctx, sTo='', sFrom='', Subject='', Body=None, aMailAttachment=None ): argument
440 self.ctx = ctx