| /trunk/main/offapi/com/sun/star/xml/dom/ |
| H A D | XNode.idl | 48 It represents a single node in the document tree. While all objects implementing 54 node information without casting down to the specific derived interface. In cases where 60 <p>The values of nodeName, nodeValue, and attributes vary according to the node type as follows: 74 <tr><th>Text </th><td>"#text" </td><td>content of the text node </t… 84 Adds the node newChild to the end of the list of children of this node. 86 the new child node 88 <p>HIERARCHY_REQUEST_ERR: Raised if this node is of a type that does 89 not allow children of the type of the newChild node, or if the 90 node to append is one of this node's ancestors or this node itself.</p> 92 document than the one that created this node.</p> [all …]
|
| /trunk/main/odk/examples/java/Inspector/ |
| H A D | HideableTreeModel.java | 56 public Object[] getPathToRoot(Object node) { in getPathToRoot() argument 57 return getPathToRoot(node, 0); in getPathToRoot() 61 private Object[] getPathToRoot(Object node, int i) { in getPathToRoot() argument 63 if(node == null) { in getPathToRoot() 70 if(node == getRoot()) { in getPathToRoot() 73 anode = getPathToRoot(getParent(node), i); in getPathToRoot() 75 anode[anode.length - i] = node; in getPathToRoot() 96 public void reload(Object node) { in reload() argument 97 if(node != null) { in reload() 98 TreePath tp = new TreePath(getPathToRoot(node)); in reload() [all …]
|
| /trunk/main/xmerge/java/aportisdoc/src/main/java/org/openoffice/xmerge/converter/xml/sxw/aportisdoc/ |
| H A D | DocumentSerializerImpl.java | 117 Node node = list.item(0); in serialize() local 118 traverseBody(node); in serialize() 142 private void traverseBody(Node node) throws IOException { in traverseBody() argument 147 if (node.hasChildNodes()) { in traverseBody() 149 NodeList nodeList = node.getChildNodes(); in traverseBody() 192 private void traverseParagraph(Node node) throws IOException { in traverseParagraph() argument 195 traverseParaContents(node); in traverseParagraph() 210 private void traverseParaContents(Node node) throws IOException { in traverseParaContents() argument 212 if (node.hasChildNodes()) { in traverseParaContents() 214 NodeList nodeList = node.getChildNodes(); in traverseParaContents() [all …]
|
| /trunk/main/accessibility/workben/org/openoffice/accessibility/awb/tree/ |
| H A D | DynamicAccessibilityModel.java | 49 AccessibilityNode node = new AccessibilityNode(this); in createWindowNode() local 50 node.setUserObject(xAccessible); in createWindowNode() 51 node.setAccessibleContext(xAccessibleContext); in createWindowNode() 52 putNode(xAccessible, node); in createWindowNode() 53 return node; in createWindowNode() 68 AccessibilityNode node = new DynamicAccessibilityNode(this); in createNode() local 69 node.setUserObject(xAccessible); in createNode() 70 node.setAccessibleContext(xAccessibleContext); in createNode() 71 putNode(xAccessible, node); in createNode() 72 return node; in createNode() [all …]
|
| /trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/ |
| H A D | CellStyle.java | 55 public CellStyle(Node node, StyleCatalog sc) { in CellStyle() argument 56 super(node, sc); in CellStyle() 60 NamedNodeMap attrNodes = node.getAttributes(); in CellStyle() 72 if (node.hasChildNodes()) { in CellStyle() 73 NodeList children = node.getChildNodes(); in CellStyle() 343 Element node = parentDoc.createElement(name); in createNode() local 344 writeAttributes(node); in createNode() 345 return node; in createNode() 380 public void writeAttributes(Element node) { in writeAttributes() argument 383 node.setAttribute("fo:text-align", "end"); in writeAttributes() [all …]
|
| H A D | SxcDocumentSerializer.java | 150 public void traverseSettings(Node node) throws IOException { in traverseSettings() argument 151 if (node.hasChildNodes()) { in traverseSettings() 153 NodeList nodeList = node.getChildNodes(); in traverseSettings() 223 protected void traverseBody(Node node) throws IOException { in traverseBody() argument 228 if (node.hasChildNodes()) { in traverseBody() 230 NodeList nodeList = node.getChildNodes(); in traverseBody() 280 protected void traverseNamedExpressions(Node node) throws IOException { in traverseNamedExpressions() argument 284 NamedNodeMap att = node.getAttributes(); in traverseNamedExpressions() 286 if (node.hasChildNodes()) { in traverseNamedExpressions() 288 NodeList nodeList = node.getChildNodes(); in traverseNamedExpressions() [all …]
|
| /trunk/main/filter/source/t602/ |
| H A D | t602filter.cxx | 465 node = START; in Reset602() 710 if (node==QUIT) return; in Read602() 717 if (node==START) { node = EOL; } in Read602() 719 while (node != EEND) { in Read602() 720 switch (node) { in Read602() 723 if (ch == 0) node = EEND; in Read602() 726 node = EOL; in Read602() 727 } else if (ch < 32) node = SETCH; in Read602() 728 else node = WRITE; in Read602() 735 if(ch == 0) node = EEND; in Read602() [all …]
|
| /trunk/main/offapi/com/sun/star/ucb/ |
| H A D | HierarchyDataReadAccess.idl | 47 nodes. Each hierarchy data node, except the root node, has a parent that 48 is a hierarchy data node too. A hierarchy data node has a name. 50 <p>Each hierarchy data node has three data members: 54 for the node. This value must not be empty. 59 type of the node. This member provides access to the children of a node. 65 /** gives access to the data members of a hierarchy data node. 70 containing a string containing the title of the node. 75 node. It will return an implementation of service 77 writable node. 84 /** gives access to the data members of a hierarchy data node as well [all …]
|
| /trunk/main/xmlsecurity/source/xmlsec/nss/ |
| H A D | secerror.cxx | 72 CERTVerifyLogNode *node = NULL; in printChainFailure() local 77 for (node = log->head; node; node = node->next) in printChainFailure() 79 if (depth != node->depth) in printChainFailure() 81 depth = node->depth; in printChainFailure() 83 node->cert->subjectName, in printChainFailure() 86 xmlsec_trace(" ERROR %ld: %s", node->error, in printChainFailure() 87 getCertError(node->error)); in printChainFailure() 90 switch (node->error) in printChainFailure() 93 errorFlags = (unsigned long)node->arg; in printChainFailure() 110 errorFlags = (unsigned long)node->arg; in printChainFailure() [all …]
|
| /trunk/main/scripting/examples/java/selector/ |
| H A D | ScriptSelector.java | 162 DefaultMutableTreeNode node = in showOrganizer() 166 if (node == null) return; in showOrganizer() 168 showEditor(ctxt, node); in showOrganizer() 171 DefaultMutableTreeNode node = in showOrganizer() 175 if (node == null) return; in showOrganizer() 177 doCreate(ctxt, node); in showOrganizer() 180 DefaultMutableTreeNode node = in showOrganizer() 184 if (node == null) return; in showOrganizer() 186 doDelete(ctxt, node); in showOrganizer() 243 XScriptContext ctxt, DefaultMutableTreeNode node) in doDelete() argument [all …]
|
| /trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/SetupData/ |
| H A D | DisplayPackageDescription.java | 63 public void setState(TreeNode node, int newState) { in setState() argument 68 if (!node.isLeaf()) { in setState() 71 for (Enumeration e = node.children(); e.hasMoreElements();) { in setState() 86 public void toggleState(TreeNode node) { in toggleState() argument 93 setState(node, PackageDescription.DONT_REMOVE); in toggleState() 95 setState(node, PackageDescription.REMOVE ); in toggleState() 97 setState(node, PackageDescription.INSTALL); in toggleState() 99 setState(node, PackageDescription.DONT_INSTALL); in toggleState() 102 if (!node.isLeaf()) { in toggleState() 103 updateState(node); in toggleState() [all …]
|
| /trunk/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/ |
| H A D | DocumentSerializerImpl.java | 157 Node node = list.item(0); in serialize() local 158 traverseBody(node); in serialize() 181 private void traverseBody(Node node) throws IOException { in traverseBody() argument 183 if (node.hasChildNodes()) { in traverseBody() 185 NodeList nodeList = node.getChildNodes(); in traverseBody() 227 private void traverseParagraph(Node node) throws IOException { in traverseParagraph() argument 229 String styleName = findAttribute(node, "text:style-name"); in traverseParagraph() 254 traverseParaContents(node, defParaTextStyle); in traverseParagraph() 264 private void traverseParaContents(Node node, TextStyle defTextStyle) { in traverseParaContents() argument 266 String styleName = findAttribute(node, "text:style-name"); in traverseParaContents() [all …]
|
| /trunk/main/xmerge/java/pocketword/src/main/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/ |
| H A D | DocumentSerializerImpl.java | 109 Node node = list.item(0); in serialize() local 110 traverseBody(node); in serialize() 178 private void traverseBody(Node node) throws IOException, ConvertException { in traverseBody() argument 180 if (node.hasChildNodes()) { in traverseBody() 181 NodeList nList = node.getChildNodes(); in traverseBody() 208 private void traverseParagraph(Node node) throws IOException, ConvertException { in traverseParagraph() argument 209 String styleName = getAttribute(node, ATTRIBUTE_TEXT_STYLE_NAME); in traverseParagraph() 234 traverseParagraphContents(node, tstyle); in traverseParagraph() 243 private void traverseParagraphContents (Node node, TextStyle defTextStyle) in traverseParagraphContents() argument 246 String styleName = getAttribute(node, ATTRIBUTE_TEXT_STYLE_NAME); in traverseParagraphContents() [all …]
|
| /trunk/main/offapi/com/sun/star/awt/tree/ |
| H A D | XTreeControl.idl | 72 the <type>XTreeNode</type> specifying the node to check. 79 if <var>Node</var> is not a valid node of the corresponding <type>XTreeDataModel</type>. 87 the <type>XTreeNode</type> specifying the node to check 94 if <var>Node</var> is not a valid node of the corresponding <type>XTreeDataModel</type>. 101 node is visible in the controls display area.</p> 104 the <type>XTreeNode</type> specifying the node to make visible. 107 if <var>Node</var> is not a valid node of the corresponding <type>XTreeDataModel</type>. 124 if <var>Node</var> is not a valid node of the corresponding <type>XTreeDataModel</type>. 130 <p>If <var>Node</var> is a leaf node, this will have no effect.</p> 133 the <type>XTreeNode</type> identifying a node. [all …]
|
| /trunk/main/offapi/com/sun/star/configuration/backend/ |
| H A D | XLayerHandler.idl | 98 /** receives notification that a description of a node override is started. 101 or items of the node until a matching call to 106 specifies the name of the node. 109 specifies attribute values to be applied to the node. 119 if <TRUE/>, specifies that the node should be cleared to an empty 126 <li>if there already was a change to that node</li> 127 <li>if there is no node with that name</li> 128 <li>if the node is marked read-only in a lower layer</li> 129 <li>if the name is not a valid node name</li> 130 <li>if the attributes are not valid for the node</li> [all …]
|
| H A D | XUpdateHandler.idl | 107 /** receives notification that a modification of a node is started. 110 members of the node until a matching call to 115 specifies the name of the node. 118 specifies attribute values to be applied to the node in the 129 specifies which attributes should be changed for the node. 136 if <TRUE/>, specifies that the node should be reset to its default 143 <li>if a node is not valid in this place</li> 144 <li>if there already was a change to that node</li> 145 <li>if there is no node with that name</li> 146 <li>if the node is read-only</li> [all …]
|
| /trunk/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/ |
| H A D | OfficeGroupInstanceSectionLayoutController.java | 60 …public void initialize(final Object node, final FlowController flowController, final LayoutControl… in initialize() argument 63 super.initialize(node, flowController, parent); in initialize() 87 final Node node, in processChild() argument 94 if (isDisplayable(node)) in processChild() 97 return layoutControllerFactory.create(flowController, node, derived); in processChild() 102 … final LayoutController childLc = layoutControllerFactory.create(flowController, node, derived); in processChild() 107 protected boolean isDisplayable(final Node node) throws DataSourceException in isDisplayable() argument 109 if (!(node instanceof OfficeGroupSection)) in isDisplayable() 111 return _isDisplayable(node); in isDisplayable() 114 final OfficeGroupSection section = (OfficeGroupSection) node; in isDisplayable() [all …]
|
| H A D | OfficeTableTemplateLayoutController.java | 74 …public void initialize(final Object node, final FlowController flowController, final LayoutControl… in initialize() argument 82 final OfficeReport report = (OfficeReport) node; in initialize() 115 final Node node = nodeArray[i]; in addPBody() local 116 tables.add(node); in addPBody() 127 final Node node = nodeArray[i]; in addFromBody() local 128 if (node instanceof Section) in addFromBody() 130 final Section child = (Section) node; in addFromBody() 131 if (node instanceof OfficeGroup) in addFromBody() 148 final Node node = nodeArray[i]; in addFromGroup() local 149 if (node instanceof Section) in addFromGroup() [all …]
|
| /trunk/main/offapi/com/sun/star/xml/xpath/ |
| H A D | XXPathAPI.idl | 68 the context node (expression is relative to this node) 89 the context node (expression is relative to this node) 95 all namespaces declared on this node will be registered 114 the context node (expression is relative to this node) 135 the context node (expression is relative to this node) 141 all namespaces declared on this node will be registered 157 /** Evaluate an XPath expression to select a single node. 160 the context node (expression is relative to this node) 169 result of the XPath evaluation: a single node 176 /** Evaluate an XPath expression to select a single node. [all …]
|
| /trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/ |
| H A D | TextStyle.java | 83 public TextStyle(Node node, StyleCatalog sc) { in TextStyle() argument 84 super(node, sc); in TextStyle() 88 NamedNodeMap attrNodes = node.getAttributes(); in TextStyle() 100 if (node.hasChildNodes()) { in TextStyle() 101 NodeList children = node.getChildNodes(); in TextStyle() 516 Element node = parentDoc.createElement(name); in createNode() local 517 writeAttributes(node); in createNode() 518 return node; in createNode() 577 public void writeAttributes(Element node) { in writeAttributes() argument 581 node.setAttribute("fo:font-weight", "bold"); in writeAttributes() [all …]
|
| /trunk/main/solenv/bin/modules/installer/patch/ |
| H A D | ReleasesList.pm | 88 my ($node, $child_name) = @_; 90 if ( ! defined $node) 96 my $value = $node->{$child_name}; 118 my ($node, $default_text) = @_; 120 if ( ! defined $node) 133 my $text = $node->{'__text__'}; 143 my ($node, $attribute_name) = @_; 145 my $attributes = $node->{'__attributes__'}; 220 my $node = {'__attributes__' => {@attributes}}; 225 push @{$current_node->{$element_name}}, $node; [all …]
|
| /trunk/main/sw/qa/complex/writer/ |
| H A D | TextPortionEnumerationTest.java | 419 Range(int start, int end, TreeNode node) in Range() argument 420 { m_Start = (short) start; m_End = (short) end; m_Node = node; } in Range() 481 TreeNode node = topEnum.next(); in traverse() local 482 buffer.add(node); in traverse() 483 TreeNodeEnum nodeEnum = node.createEnumeration(); in traverse() 485 stack.push(new Pair(node, nodeEnum)); in traverse() 487 if (node.hasContent()) { in traverse() 488 if (!((node instanceof TextNode) // spurious empty text? in traverse() 489 && ((TextNode) node).getContent().length() == 0)) { in traverse() 542 TreeNode node = m_BufferExpected.get(i); in testBuffer() local [all …]
|
| /trunk/main/cui/source/dialogs/ |
| H A D | scriptdlg.cxx | 330 …Entries( SvLBoxEntry* pRootEntry, Reference< ::com::sun::star::script::browse::XBrowseNode >& node, in RequestSubEntries() argument 333 if (! node.is() ) in RequestSubEntries() 341 children = node->getChildNodes(); in RequestSubEntries() 443 Reference< browse::XBrowseNode > node; in RequestingChilds() local 447 node = userData->GetNode(); in RequestingChilds() 449 RequestSubEntries( pEntry, node, model ); in RequestingChilds() 616 void SvxScriptOrgDialog::CheckButtons( Reference< browse::XBrowseNode >& node ) in CheckButtons() argument 618 if ( node.is() ) in CheckButtons() 620 if ( node->getType() == browse::BrowseNodeTypes::SCRIPT) in CheckButtons() 628 Reference< beans::XPropertySet > xProps( node, UNO_QUERY ); in CheckButtons() [all …]
|
| /trunk/main/offapi/com/sun/star/xml/dom/events/ |
| H A D | EventType.idl | 122 … a node has been added as a child of another node. This event is dispatched after the insertion ha… 125 * Context Info: relatedNode holds the parent node 130 … a node is being removed from its parent node. This event is dispatched before the node is removed… 133 * Context Info: relatedNode holds the parent node 138 …Fired when a node is being removed from a document, either through direct removal of the Node or r… 146 …node is being inserted into a document, either through direct insertion of the Node or insertion o… 154 …node. The target of this event is the Node whose Attr changed. The value of attrChange indicates w… 162 …node has been modified but the node itself has not been inserted or deleted. This event is also tr…
|
| /trunk/main/codemaker/source/codemaker/ |
| H A D | exceptiontree.cxx | 44 std::auto_ptr< ExceptionTreeNode > node(new ExceptionTreeNode(theName)); in add() local 45 children.push_back(node.get()); in add() 46 return node.release(); in add() 81 ExceptionTreeNode * node = &m_root; in add() local 82 for (List::reverse_iterator i(list.rbegin()); !node->present; ++i) { in add() 84 node->setPresent(); in add() 88 node->children.begin());; in add() 91 if (j == node->children.end()) { in add() 92 node = node->add(*i); in add() 96 node = *j; in add()
|