Home
last modified time | relevance | path

Searched refs:storageType (Results 1 – 1 of 1) sorted by relevance

/AOO41X/main/scripting/source/pyprov/
H A Dpythonscript.py316 def __init__( self, storageType, sfa, uriHelper, scriptContext ): argument
317 self.storageType = storageType
785 def mapStorageType2PackageContext( storageType ): argument
786 ret = storageType
787 if( storageType == "share:uno_packages" ):
789 if( storageType == "user:uno_packages" ):
793 def getPackageName2PathMap( sfa, storageType ): argument
798 mapStorageType2PackageContext(storageType))
913 storageType = ""
916 storageType = args[0]
[all …]