Lines Matching refs:Base
170 class EmptyInputStream( unohelper.Base, XInputStream ):
189 class BytesInputStream( unohelper.Base, XInputStream ):
308 class ScriptContext(unohelper.Base):
593 class ScriptBrowseNode( unohelper.Base, XBrowseNode, XPropertySet, XInvocation, XActionListener ):
700 class FileBrowseNode( unohelper.Base, XBrowseNode, XPropertySet, XInvocation, XActionListener ):
847 class DirBrowseNode( unohelper.Base, XBrowseNode, XPropertySet, XInvocation ):
970 class ManifestHandler( XDocumentHandler, unohelper.Base ):
1037 class DummyInteractionHandler( unohelper.Base, XInteractionHandler ):
1043 class DummyProgressHandler( unohelper.Base, XProgressHandler ):
1054 class CommandEnvironment(unohelper.Base, XCommandEnvironment):
1136 class PackageBrowseNode( unohelper.Base, XBrowseNode, XPropertySet, XInvocation ):
1210 class PythonScript( unohelper.Base, XScript ):
1252 class PythonScriptProvider( unohelper.Base, XBrowseNode, XScriptProvider, XNameContainer, XProperty…