Home
last modified time | relevance | path

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

/trunk/main/pyuno/source/module/
H A Dpyuno_type.cxx275 PyRef typesModule( PyDict_GetItemString( dict, "unotypes" ) ); in importToGlobal() local
276 if( ! typesModule.is() || ! PyModule_Check( typesModule.get() )) in importToGlobal()
278typesModule = PyRef( PyModule_New( const_cast< char * >("unotypes") ), SAL_NO_ACQUIRE ); in importToGlobal()
279 Py_INCREF( typesModule.get() ); in importToGlobal()
280 PyDict_SetItemString( dict, "unotypes" , typesModule.get() ); in importToGlobal()
295 typesModule.get(), in importToGlobal()

Completed in 18 milliseconds