Home
last modified time | relevance | path

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

/trunk/main/pyuno/source/module/
H A Dpyuno_module.cxx531 return ustring2PyUnicode( url ).getAcquired(); in systemPathToFileUrl()
556 return ustring2PyUnicode( sysPath ).getAcquired(); in fileUrlToSystemPath()
583 return ustring2PyUnicode( ret ).getAcquired(); in absolutize()
H A Dpyuno_impl.hxx50 #define USTR_TO_PYSTR ustring2PyUnicode
136 PyRef ustring2PyUnicode( const rtl::OUString &source );
H A Dpyuno.cxx327 ret = ustring2PyUnicode(e.Message ).getAcquired(); in PyUNO_repr()
587 PyList_SetItem (member_list, i, ustring2PyUnicode(oo_member_list[i]).getAcquired() ); in PyUNO_dir()
H A Dpyuno_util.cxx61 PyRef ustring2PyUnicode( const OUString & str ) in ustring2PyUnicode() function
H A Dpyuno_runtime.cxx471 return ustring2PyUnicode( tmp_ostr ); in any2PyObject()