Searched refs:aChildNode (Results 1 – 8 of 8) sorted by relevance
/aoo42x/main/toolkit/test/accessibility/ |
H A D | AccessibilityTreeModel.java | 219 AccessibleTreeNode aChildNode = null; in addChild() local 226 aChildNode = maNodeMap.GetNode(xNewChild); in addChild() 227 if (aChildNode == null) in addChild() 238 return aChildNode; in addChild() 369 AccessibleTreeNode aChildNode = null; in createEvent() local 371 aChildNode = maNodeMap.GetNode (xChild); in createEvent() 372 return createEvent (aParentNode, aChildNode); in createEvent() 379 AccessibleTreeNode aChildNode) in createEvent() argument 384 if (aChildNode != null) in createEvent() 385 nIndexInParent = aParentNode.indexOf (aChildNode); in createEvent() [all …]
|
H A D | AccessibilityTreeModelBase.java | 94 AccessibleTreeNode aChildNode = (AccessibleTreeNode) aChild; in getIndexOfChild() local 99 if (aChildNode.equals (aParentNode.getChild (i))) in getIndexOfChild()
|
/aoo42x/main/sfx2/source/sidebar/ |
H A D | ResourceManager.cxx | 540 const ::utl::OConfigurationNode aChildNode (aLegacyRootNode.openNode(rsNodeName)); in ReadLegacyAddons() local 541 if ( ! aChildNode.isValid()) in ReadLegacyAddons() 545 rDeckDescriptor.msTitle = ::comphelper::getString(aChildNode.getNodeValue("UIName")); in ReadLegacyAddons() 547 rDeckDescriptor.msIconURL = ::comphelper::getString(aChildNode.getNodeValue("ImageURL")); in ReadLegacyAddons() 551 rDeckDescriptor.msHelpURL = ::comphelper::getString(aChildNode.getNodeValue("HelpURL")); in ReadLegacyAddons() 558 rPanelDescriptor.msTitle = ::comphelper::getString(aChildNode.getNodeValue("UIName")); in ReadLegacyAddons() 564 rPanelDescriptor.msHelpURL = ::comphelper::getString(aChildNode.getNodeValue("HelpURL")); in ReadLegacyAddons()
|
/aoo42x/main/cui/source/dialogs/ |
H A D | scriptdlg.cxx | 910 Reference< browse::XBrowseNode > aChildNode; in createEntry() local 1031 aChildNode = newNode; in createEntry() 1041 if ( aChildNode.is() ) in createEntry() 1043 String aChildName = aChildNode->getName(); in createEntry() 1056 if ( aChildNode->getType() == browse::BrowseNodeTypes::SCRIPT ) in createEntry() 1059 …, pEntry, false, std::auto_ptr< SFEntry >(new SFEntry( OBJTYPE_METHOD, aChildNode,xDocumentModel )… in createEntry() 1065 … false, std::auto_ptr< SFEntry >(new SFEntry( OBJTYPE_SCRIPTCONTAINER, aChildNode,xDocumentModel )… in createEntry() 1093 Reference< browse::XBrowseNode > aChildNode; in renameEntry() local 1154 aChildNode = newNode; in renameEntry() 1164 if ( aChildNode.is() ) in renameEntry() [all …]
|
/aoo42x/main/l10ntools/source/filter/utils/ |
H A D | XMLHelper.java | 131 org.w3c.dom.Node aChildNode = (org.w3c.dom.Node)en1.nextElement(); in convertNodeToPropSet() local 134 … java.lang.String sChildName = XMLHelper.extractNodeAttribByName(aChildNode, XMLATTRIB_OOR_NAME); in convertNodeToPropSet() 139 … java.lang.String sChildType = XMLHelper.extractNodeAttribByName(aChildNode, XMLATTRIB_OOR_TYPE); in convertNodeToPropSet() 152 …java.util.Vector lChildValues = XMLHelper.extractChildNodesByTagName(aChildNode, XMLTAG_VALUE… in convertNodeToPropSet() 204 …java.lang.String sSeparator = XMLHelper.extractNodeAttribByName(aChildNode, XMLATTRIB_OOR_SEPARATO… in convertNodeToPropSet()
|
H A D | Cache.java | 431 org.w3c.dom.Node aChildNode = (org.w3c.dom.Node)it2.nextElement(); in fromXML() local 432 …java.lang.String sChildName = XMLHelper.extractNodeAttribByName(aChildNode, XMLHelper.XMLATTRIB_OO… in fromXML() 434 …a.io.IOException("unsupported format: could not extract child node name on node ...\n"+aChildNode); in fromXML() 438 java.util.HashMap aTempSet = XMLHelper.convertNodeToPropSet(aChildNode); in fromXML()
|
/aoo42x/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/ |
H A D | StreamView.java | 234 final TreeNode aChildNode = aNode.getChildAt(nIndex); in MakePartVisible() local 235 final String sChildName = aChildNode.toString(); in MakePartVisible() 238 aNode = aChildNode; in MakePartVisible()
|
/aoo42x/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/automaton/ |
H A D | ValidatingCreator.java | 717 for (final INode aChildNode : new DereferencingNodeIterator(aNode, maSchemaBase, false)) in GetElementCount() 719 aChildNode.AcceptVisitor(aVisitor); in GetElementCount()
|
Completed in 51 milliseconds