Home
last modified time | relevance | path

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

/aoo4110/main/odk/examples/DevelopersGuide/GUI/
H A DUnoDialogSample2.java47 Object m_oUnoObject = null; field in UnoDialogSample2
64 m_oUnoObject = _oUnoObject; in UnoDialogSample2()
163 …eInfo xServiceInfo = ( XServiceInfo ) UnoRuntime.queryInterface( XServiceInfo.class, m_oUnoObject); in getSupportedServiceNames()
192 …er xTypeProvider = ( XTypeProvider ) UnoRuntime.queryInterface( XTypeProvider.class, m_oUnoObject); in getExportedInterfaceNames()
/aoo4110/main/odk/examples/java/Inspector/
H A DSourceCodeGenerator.java562 Object m_oUnoObject = null; field in SourceCodeGenerator.UnoObjectDefinition
575 m_oUnoObject = _oUnoObject; in UnoObjectDefinition()
581 m_oUnoObject = _oUnoObject; in UnoObjectDefinition()
589 m_oUnoObject = _oUnoObject; in UnoObjectDefinition()
628 return m_oUnoObject; in getUnoObject()
759 if (m_oUnoObject != null){ in getVariableName()
760 …if ((sUnoObjectIdentity.equals(m_oUnoObject.toString()) && (!m_oIntrospector.isPrimitive(this.getT… in getVariableName()
761 (! m_oIntrospector.isObjectSequence(m_oUnoObject)))){ in getVariableName()
H A DMethodParametersDialog.java57 private Object m_oUnoObject = null; field in MethodParametersDialog
69 m_oUnoObject = m_xUnoMethodNode.getUnoObject(); in MethodParametersDialog()
335 m_oUnoReturnObject = m_xUnoMethodNode.invoke(m_oUnoObject, oParameters); in invokeParameterMethod()
H A DUnoNode.java50 Object m_oUnoObject; field in UnoNode
64 m_oUnoObject = _oUnoObject; in UnoNode()
74 return m_oUnoObject; in getUnoObject()
H A DUnoPropertyNode.java96 if (m_oUnoObject != null){ in getClassName()
97 …viceInfo xServiceInfo = (XServiceInfo) UnoRuntime.queryInterface(XServiceInfo.class, m_oUnoObject); in getClassName()

Completed in 34 milliseconds