Home
last modified time | relevance | path

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

/aoo41x/main/pyuno/demo/
H A Dooextract.py24 from unohelper import Base,systemPathToFileUrl, absolutize
86 fileUrl = uno.absolutize( cwd, systemPathToFileUrl(path) )
/aoo41x/main/pyuno/source/module/
H A Duno.py94 def absolutize( path, relativeUrl ): function
96 return pyuno.absolutize( path, relativeUrl )
H A Dunohelper.py188 def absolutize( path, relativeUrl ): function
190 return pyuno.absolutize( path, relativeUrl )
H A Dpyuno_module.cxx572 static PyObject * absolutize( PyObject *, PyObject * args ) in absolutize() function
728 {const_cast< char * >("absolutize"), absolutize, METH_VARARGS, NULL},
/aoo41x/main/pyuno/source/loader/
H A Dpythonloader.py82 url = unohelper.absolutize( url, url )
/aoo41x/main/testtools/source/bridgetest/pyuno/
H A Dimpl.py143 self.failUnless( systemPath + "/a" == unohelper.absolutize( systemPath, "a" ) )
/aoo41x/main/scripting/source/pyprov/
H A Dpythonscript.py897 uri = uno.absolutize("",uri) # necessary to get rid of .. in uri

Completed in 52 milliseconds