Lines Matching refs:unohelper
24 import unohelper
151 g_ImplementationHelper = unohelper.ImplementationHelper()
255 path = unohelper.fileUrlToSystemPath( url+"/pythonpath.zip" );
261 path = unohelper.fileUrlToSystemPath( url+"/pythonpath" );
268 class ScriptContext(unohelper.Base):
468 class ScriptBrowseNode( unohelper.Base, XBrowseNode , XPropertySet, XInvocation, XActionListener ):
585 class FileBrowseNode( unohelper.Base, XBrowseNode ):
624 class DirBrowseNode( unohelper.Base, XBrowseNode ):
664 class ManifestHandler( XDocumentHandler, unohelper.Base ):
731 class DummyInteractionHandler( unohelper.Base, XInteractionHandler ):
737 class DummyProgressHandler( unohelper.Base, XProgressHandler ):
748 class CommandEnvironment(unohelper.Base, XCommandEnvironment):
830 class PackageBrowseNode( unohelper.Base, XBrowseNode ):
865 class PythonScript( unohelper.Base, XScript ):
907 class PythonScriptProvider( unohelper.Base, XBrowseNode, XScriptProvider, XNameContainer):