Searched refs:oUnoObject (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/odk/examples/java/Inspector/ |
H A D | InspectorPane.java | 310 …addInterfacesToTreeNode(_oUnoServiceNode, oUnoObject, m_oIntrospector.getInterfaces(oUnoObject, sS… in addPropertiesAndInterfacesOfService() 311 …addPropertiesToTreeNode(_oUnoServiceNode, oUnoObject, m_oIntrospector.getProperties(oUnoObject, sS… in addPropertiesAndInterfacesOfService() 470 if ( oUnoObject.getClass().isArray()){ in expandNode() 483 … addMethodsToTreeNode(oUnoFacetteNode, oUnoObject, m_oIntrospector.getMethods(oUnoObject)); in expandNode() 495 … addPropertiesToTreeNode(oUnoFacetteNode, oUnoObject, m_oIntrospector.getProperties(oUnoObject)); in expandNode() 502 addInterfacesToTreeNode(oUnoFacetteNode, oUnoObject, getTypes(oUnoObject)); in expandNode() 519 if ( oUnoObject.getClass().isArray()){ in expandNode() 586 Object oUnoObject = null; in getUnoObjectOfTreeNode() local 589 if (oUnoObject != null){ in getUnoObjectOfTreeNode() 590 if (oUnoObject instanceof String){ in getUnoObjectOfTreeNode() [all …]
|
H A D | Inspector.java | 224 Object oUnoObject = oUnoNode.getUnoObject(); in inspectSelectedNode() local 225 if (oUnoObject != null){ in inspectSelectedNode() 226 String sNodeDescription = UnoNode.getNodeDescription(oUnoObject); in inspectSelectedNode() 227 inspect(oUnoObject, sNodeDescription); in inspectSelectedNode()
|
H A D | SourceCodeGenerator.java | 397 Object oUnoObject = _oUnoObjectDefinition.getUnoObject(); in isVariableDeclared() local 398 if (m_oIntrospector.isObjectPrimitive(oUnoObject)){ in isVariableDeclared() 401 else if (m_oIntrospector.isObjectSequence(oUnoObject)){ in isVariableDeclared() 406 String sUnoObjectIdentity = oUnoObject.toString(); in isVariableDeclared()
|
/aoo41x/main/wizards/com/sun/star/wizards/common/ |
H A D | Helper.java | 64 XPropertySet xPSet = UnoRuntime.queryInterface(XPropertySet.class, oUnoObject); in setUnoPropertyValue() 81 public static Object getUnoObjectbyName(Object oUnoObject, String ElementName) in getUnoObjectbyName() argument 122 if (oUnoObject != null) in getUnoPropertyValue() 124 XPropertySet xPSet = UnoRuntime.queryInterface(XPropertySet.class, oUnoObject); in getUnoPropertyValue() 194 public static Object getUnoPropertyValue(Object oUnoObject, String PropertyName) in getUnoPropertyValue() argument 198 if (oUnoObject != null) in getUnoPropertyValue() 212 public static Object getUnoArrayPropertyValue(Object oUnoObject, String PropertyName) in getUnoArrayPropertyValue() argument 216 if (oUnoObject != null) in getUnoArrayPropertyValue() 233 public static Object getUnoStructValue(Object oUnoObject, String PropertyName) in getUnoStructValue() argument 237 if (oUnoObject != null) in getUnoStructValue() [all …]
|
/aoo41x/main/odk/examples/DevelopersGuide/GUI/ |
H A D | UnoDialogSample2.java | 86 …Object oUnoObject = xComponentLoader.loadComponentFromURL("private:factory/swriter", "_default", 0… in main() local 94 oUnoDialogSample2 = new UnoDialogSample2(xContext, xMCF, oUnoObject); in main()
|
Completed in 34 milliseconds