Searched refs:TO_ASCII (Results 1 – 2 of 2) sorted by relevance
56 #define TO_ASCII(x) OUStringToOString( x , RTL_TEXTENCODING_ASCII_US).getStr() macro240 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()
36 #define TO_ASCII(x) OUStringToOString( x , RTL_TEXTENCODING_ASCII_US).getStr() macro
Completed in 19 milliseconds