Searched refs:m_oUnoObject (Results 1 – 5 of 5) sorted by relevance
47 Object m_oUnoObject = null; field in UnoDialogSample264 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()
562 Object m_oUnoObject = null; field in SourceCodeGenerator.UnoObjectDefinition575 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()
57 private Object m_oUnoObject = null; field in MethodParametersDialog69 m_oUnoObject = m_xUnoMethodNode.getUnoObject(); in MethodParametersDialog()335 m_oUnoReturnObject = m_xUnoMethodNode.invoke(m_oUnoObject, oParameters); in invokeParameterMethod()
50 Object m_oUnoObject; field in UnoNode64 m_oUnoObject = _oUnoObject; in UnoNode()74 return m_oUnoObject; in getUnoObject()
96 if (m_oUnoObject != null){ in getClassName()97 …viceInfo xServiceInfo = (XServiceInfo) UnoRuntime.queryInterface(XServiceInfo.class, m_oUnoObject); in getClassName()
Completed in 35 milliseconds