LibreOffice Module scripting (master) 1
Public Member Functions | Public Attributes | List of all members
pythonscript.MyUriHelper Class Reference

Public Member Functions

def __init__ (self, ctx, location)
 
def getRootStorageURI (self)
 
def getStorageURI (self, scriptURI)
 
def getScriptURI (self, storageURI)
 
def storageURI2ScriptUri (self, storageURI)
 
def scriptURI2StorageUri (self, scriptURI)
 

Public Attributes

 ctx
 
 s_UriMap
 
 m_uriRefFac
 
 m_baseUri
 
 m_scriptUriLocation
 

Detailed Description

Definition at line 171 of file pythonscript.py.

Constructor & Destructor Documentation

◆ __init__()

def pythonscript.MyUriHelper.__init__ (   self,
  ctx,
  location 
)

Definition at line 173 of file pythonscript.py.

Member Function Documentation

◆ getRootStorageURI()

def pythonscript.MyUriHelper.getRootStorageURI (   self)

Definition at line 189 of file pythonscript.py.

References pythonscript.MyUriHelper.m_baseUri.

◆ getScriptURI()

def pythonscript.MyUriHelper.getScriptURI (   self,
  storageURI 
)

Definition at line 195 of file pythonscript.py.

References pythonscript.MyUriHelper.storageURI2ScriptUri().

◆ getStorageURI()

def pythonscript.MyUriHelper.getStorageURI (   self,
  scriptURI 
)

Definition at line 192 of file pythonscript.py.

References pythonscript.MyUriHelper.scriptURI2StorageUri().

◆ scriptURI2StorageUri()

def pythonscript.MyUriHelper.scriptURI2StorageUri (   self,
  scriptURI 
)

◆ storageURI2ScriptUri()

def pythonscript.MyUriHelper.storageURI2ScriptUri (   self,
  storageURI 
)

Member Data Documentation

◆ ctx

pythonscript.MyUriHelper.ctx

◆ m_baseUri

pythonscript.MyUriHelper.m_baseUri

◆ m_scriptUriLocation

pythonscript.MyUriHelper.m_scriptUriLocation

Definition at line 183 of file pythonscript.py.

Referenced by pythonscript.MyUriHelper.storageURI2ScriptUri().

◆ m_uriRefFac

pythonscript.MyUriHelper.m_uriRefFac

Definition at line 180 of file pythonscript.py.

Referenced by pythonscript.MyUriHelper.scriptURI2StorageUri().

◆ s_UriMap

pythonscript.MyUriHelper.s_UriMap

Definition at line 175 of file pythonscript.py.


The documentation for this class was generated from the following file: