Lines Matching refs:null

49         private Introspector m_oIntrospector = null;
91 if (_sTitle != null){ in setTitle()
106 Type[] aTypes = null; in getTypes()
126 if (oUnoReturnObject != null ){ in invoke()
128 XUnoNode oUnoNode = null; in invoke()
154 if (oUnoNode == null){ in invoke()
158 oUnoNode = addUnoNode(null, oUnoReturnObject, sNodeDescription); in invoke()
163 if (oUnoNode != null){ in invoke()
190 return null; in invoke()
246 if (oChildNode != null){ in addMethodsToTreeNode()
276 if (_oUnoParentObject != null){ in addInterfacesToTreeNode()
291 if ( xServiceInfo != null ){ in addServicesToTreeNode()
322 if (xPropertySet != null) { in addPropertiesToTreeNode()
325 if (objectElement != null) { in addPropertiesToTreeNode()
327 if (oChildNode != null){ in addPropertiesToTreeNode()
357 if (_oParentNode != null){ in addUnoNode()
366 if (_oUnoObject != null){ in setNodeFoldable()
376 if (_oParentNode != null){ in addUnoNode()
403 … XUnoNode oChildNode = addUnoNode(_oUnoNode, null, UnoNode.getNodeDescription(object[i])); in addPrimitiveValuesToTreeNode()
410 XUnoNode oUnoNode = addUnoNode(_oUnoNode, null, sDisplayValues[i]); in addPrimitiveValuesToTreeNode()
432 XUnoNode oChildNode = null; in addPropertyValueSubNodes()
438 …oChildNode = addUnoNode(null, aPropertyValue.Value, UnoPropertyNode.getStandardPropertyValueDescri… in addPropertyValueSubNodes()
440 if (oChildNode != null){ in addPropertyValueSubNodes()
450 if ( _oUnoNode != null ) { in expandNode()
456 if (oUnoReturnObject == null){ in expandNode()
513 if (aType != null){ in expandNode()
549 if (oUnoNode != null){ in getUnoObjectOfExplicitTreeNode()
552 return null; in getUnoObjectOfExplicitTreeNode()
558 if (_oUnoNode != null){ in getFilter()
567 if (oUnoNode.getParentNode() != null){ in getFilter()
585 HideableMutableTreeNode oNode = null; in getUnoObjectOfTreeNode()
586 Object oUnoObject = null; in getUnoObjectOfTreeNode()
587 while (xTreePathProvider != null){ in getUnoObjectOfTreeNode()
589 if (oUnoObject != null){ in getUnoObjectOfTreeNode()
600 return null; in getUnoObjectOfTreeNode()