Searched refs:systemPathToFileUrl (Results 1 – 5 of 5) sorted by relevance
24 from unohelper import Base,systemPathToFileUrl, absolutize79 cwd = systemPathToFileUrl( getcwd() )86 fileUrl = uno.absolutize( cwd, systemPathToFileUrl(path) )
137 self.failUnless( "file:///tmp" == unohelper.systemPathToFileUrl( "/tmp" ))140 … self.failUnless( "file:///c:/temp" == unohelper.systemPathToFileUrl( "c:\\temp" ) )142 systemPath = unohelper.systemPathToFileUrl( systemPath )
86 def systemPathToFileUrl( systemPath ): function88 return pyuno.systemPathToFileUrl( systemPath )
180 def systemPathToFileUrl( systemPath ): function182 return pyuno.systemPathToFileUrl( systemPath )
522 static PyObject *systemPathToFileUrl( PyObject *, PyObject * args ) in systemPathToFileUrl() function726 {const_cast< char * >("systemPathToFileUrl"), systemPathToFileUrl, METH_VARARGS, NULL},
Completed in 20 milliseconds