Searched refs:ustring2PyUnicode (Results 1 – 5 of 5) sorted by relevance
544 return ustring2PyUnicode( url ).getAcquired(); in systemPathToFileUrl()569 return ustring2PyUnicode( sysPath ).getAcquired(); in fileUrlToSystemPath()596 return ustring2PyUnicode( ret ).getAcquired(); in absolutize()
51 #define USTR_TO_PYSTR ustring2PyUnicode142 PyRef ustring2PyUnicode( const rtl::OUString &source );
327 ret = ustring2PyUnicode(e.Message ).getAcquired(); in PyUNO_repr()630 PyList_SetItem (member_list, i, ustring2PyUnicode(oo_member_list[i]).getAcquired() ); in PyUNO_dir()
61 PyRef ustring2PyUnicode( const OUString & str ) in ustring2PyUnicode() function
487 return ustring2PyUnicode( tmp_ostr ); in any2PyObject()
Completed in 35 milliseconds