Searched refs:absolutize (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/pyuno/demo/ |
H A D | ooextract.py | 24 from unohelper import Base,systemPathToFileUrl, absolutize 86 fileUrl = uno.absolutize( cwd, systemPathToFileUrl(path) )
|
/aoo41x/main/pyuno/source/module/ |
H A D | uno.py | 94 def absolutize( path, relativeUrl ): function 96 return pyuno.absolutize( path, relativeUrl )
|
H A D | unohelper.py | 188 def absolutize( path, relativeUrl ): function 190 return pyuno.absolutize( path, relativeUrl )
|
H A D | pyuno_module.cxx | 572 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 D | pythonloader.py | 82 url = unohelper.absolutize( url, url )
|
/aoo41x/main/testtools/source/bridgetest/pyuno/ |
H A D | impl.py | 143 self.failUnless( systemPath + "/a" == unohelper.absolutize( systemPath, "a" ) )
|
/aoo41x/main/scripting/source/pyprov/ |
H A D | pythonscript.py | 897 uri = uno.absolutize("",uri) # necessary to get rid of .. in uri
|
Completed in 89 milliseconds