Home
last modified time | relevance | path

Searched refs:aChildNode (Results 1 – 8 of 8) sorted by relevance

/trunk/main/toolkit/test/accessibility/
H A DAccessibilityTreeModel.java219 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 DAccessibilityTreeModelBase.java94 AccessibleTreeNode aChildNode = (AccessibleTreeNode) aChild; in getIndexOfChild() local
99 if (aChildNode.equals (aParentNode.getChild (i))) in getIndexOfChild()
/trunk/main/sfx2/source/sidebar/
H A DResourceManager.cxx540 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()
/trunk/main/cui/source/dialogs/
H A Dscriptdlg.cxx910 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 …]
/trunk/main/l10ntools/source/filter/utils/
H A DXMLHelper.java131 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 DCache.java431 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()
/trunk/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/
H A DStreamView.java234 final TreeNode aChildNode = aNode.getChildAt(nIndex); in MakePartVisible() local
235 final String sChildName = aChildNode.toString(); in MakePartVisible()
238 aNode = aChildNode; in MakePartVisible()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/automaton/
H A DValidatingCreator.java717 for (final INode aChildNode : new DereferencingNodeIterator(aNode, maSchemaBase, false)) in GetElementCount()
719 aChildNode.AcceptVisitor(aVisitor); in GetElementCount()

Completed in 56 milliseconds