Home
last modified time | relevance | path

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

/aoo4110/main/pyuno/demo/
H A Dooextract.py24 from unohelper import Base,systemPathToFileUrl, absolutize
79 cwd = systemPathToFileUrl( getcwd() )
86 fileUrl = uno.absolutize( cwd, systemPathToFileUrl(path) )
/aoo4110/main/testtools/source/bridgetest/pyuno/
H A Dimpl.py137 self.failUnless( "file:///tmp" == unohelper.systemPathToFileUrl( "/tmp" ))
140 … self.failUnless( "file:///c:/temp" == unohelper.systemPathToFileUrl( "c:\\temp" ) )
142 systemPath = unohelper.systemPathToFileUrl( systemPath )
/aoo4110/main/pyuno/source/module/
H A Duno.py86 def systemPathToFileUrl( systemPath ): function
88 return pyuno.systemPathToFileUrl( systemPath )
H A Dunohelper.py180 def systemPathToFileUrl( systemPath ): function
182 return pyuno.systemPathToFileUrl( systemPath )
H A Dpyuno_module.cxx522 static PyObject *systemPathToFileUrl( PyObject *, PyObject * args ) in systemPathToFileUrl() function
726 {const_cast< char * >("systemPathToFileUrl"), systemPathToFileUrl, METH_VARARGS, NULL},

Completed in 44 milliseconds