Searched refs:sChildName (Results 1 – 4 of 4) sorted by relevance
134 … java.lang.String sChildName = XMLHelper.extractNodeAttribByName(aChildNode, XMLATTRIB_OOR_NAME); in convertNodeToPropSet() local135 if (sChildName == null) in convertNodeToPropSet()146 sChildType = XMLHelper.getTypeForTag(sChildName); in convertNodeToPropSet()224 aPropSet.put(sChildName, aValue); in convertNodeToPropSet()
432 …java.lang.String sChildName = XMLHelper.extractNodeAttribByName(aChildNode, XMLHelper.XMLATTRIB_OO… in fromXML() local433 if (sChildName == null) in fromXML()444 … m_aDebug.setDetailedInfo("type [\""+sChildName+"\"] converted to internal format"); in fromXML()451 … m_aDebug.setDetailedInfo("filter [\""+sChildName+"\"] converted to internal format"); in fromXML()458 … m_aDebug.setDetailedInfo("detect service [\""+sChildName+"\"] converted to internal format"); in fromXML()465 … m_aDebug.setDetailedInfo("frame loader [\""+sChildName+"\"] converted to internal format"); in fromXML()472 … m_aDebug.setDetailedInfo("content handler [\""+sChildName+"\"] converted to internal format"); in fromXML()477 rMap.put(sChildName, aPropSet); in fromXML()
235 final String sChildName = aChildNode.toString(); in MakePartVisible() local236 if (sChildName.equals(sPathPart)) in MakePartVisible()
797 ::rtl::OUString sChildName, sParentName; in approveNewElement()800 sChildName = xNamed->getName(); in approveNewElement()
Completed in 43 milliseconds