Home
last modified time | relevance | path

Searched refs:g_implName (Results 1 – 2 of 2) sorted by path

/trunk/main/scripting/source/pyprov/
H A Dpythonscript.py152 g_implName = "org.openoffice.pyuno.LanguageScriptProviderFor"+LANGUAGENAME variable
1010 return g_ImplementationHelper.getSupportedServices(g_implName)
1013 return g_ImplementationHelper.supportsService( g_implName, ServiceName )
1016 return g_implName
1075 PythonScriptProvider,g_implName, \
/trunk/main/testtools/source/bridgetest/pyuno/
H A Dsamplecomponent.py30 g_implName = "org.openoffice.comp.pyuno.PythonTestObject" variable
132 return g_ImplementationHelper.getSupportedServices(g_implName)
134 return g_ImplementationHelper.supportsService( g_implName, ServiceName )
136 return g_implName
140 SampleUnoComponent,g_implName,("com.sun.star.test.bridge.PythonTestObject",),)

Completed in 26 milliseconds