Home
last modified time | relevance | path

Searched refs:TO_ASCII (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/pyuno/source/module/
H A Dpyuno_adapter.cxx56 #define TO_ASCII(x) OUStringToOString( x , RTL_TEXTENCODING_ASCII_US).getStr() macro
240 PyRef method(PyObject_GetAttrString( mWrappedObject.get(), (char*)TO_ASCII(aFunctionName)), in invoke()
381 mWrappedObject.get(), (char*)TO_ASCII(aPropertyName), obj.get() ); in setValue()
399 PyObject_GetAttrString( mWrappedObject.get(), (char*)TO_ASCII(aPropertyName) ), in getValue()
428 mWrappedObject.get() , (char*) TO_ASCII( aPropertyName )); in hasProperty()
H A Dpyuno.cxx36 #define TO_ASCII(x) OUStringToOString( x , RTL_TEXTENCODING_ASCII_US).getStr() macro

Completed in 19 milliseconds