Home
last modified time | relevance | path

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

/AOO42X/main/scripting/source/pyprov/
H A Dpythonscript.py322 def __init__( self, storageType, sfa, uriHelper, scriptContext ): argument
323 self.storageType = storageType
791 def mapStorageType2PackageContext( storageType ): argument
792 ret = storageType
793 if( storageType == "share:uno_packages" ):
795 if( storageType == "user:uno_packages" ):
799 def getPackageName2PathMap( sfa, storageType ): argument
804 mapStorageType2PackageContext(storageType))
919 storageType = ""
922 storageType = args[0]
[all …]