Home
last modified time | relevance | path

Searched refs:nodes (Results 26 – 50 of 125) sorted by relevance

12345

/aoo42x/main/offapi/com/sun/star/xml/dom/
H A DXNamedNodeMap.idl42 The number of nodes in this map.
82 …ribute of another Element object. The DOM user must explicitly clone Attr nodes to re-use them in …
92 …ribute of another Element object. The DOM user must explicitly clone Attr nodes to re-use them in …
H A DXElement.idl125 …ribute of another Element object. The DOM user must explicitly clone Attr nodes to re-use them in …
134 …ribute of another Element object. The DOM user must explicitly clone Attr nodes to re-use them in …
/aoo42x/main/scripting/java/org/openoffice/netbeans/modules/office/loader/
H A DParcelDescriptorDataNode.java27 import org.openide.nodes.*;
30 import org.openoffice.netbeans.modules.office.nodes.*;
/aoo42x/main/scripting/java/org/openoffice/netbeans/modules/office/nodes/
H A DParcelDescriptorChildren.java24 package org.openoffice.netbeans.modules.office.nodes;
33 import org.openide.nodes.*;
H A DOfficeDocumentChildren.java24 package org.openoffice.netbeans.modules.office.nodes;
31 import org.openide.nodes.*;
/aoo42x/main/offapi/com/sun/star/ucb/
H A DHierarchyDataReadAccess.idl47 nodes. Each hierarchy data node, except the root node, has a parent that
85 as to any child nodes or to the data members of child nodes using a
H A DHierarchyDataReadWriteAccess.idl54 /** allows adding and removing of hierarchy data nodes, replacing of
61 on data nodes, adding must add new data members to the node, removing
/aoo42x/main/reportbuilder/java/com/sun/star/report/pentaho/output/
H A DStylesWriter.java267 private void writeSectionChilds(final Node[] nodes) in writeSectionChilds() argument
270 for (int i = 0; i < nodes.length; i++) in writeSectionChilds()
272 final Node node = nodes[i]; in writeSectionChilds()
/aoo42x/main/offapi/com/sun/star/rdf/
H A DXNode.idl40 In the RDF data model, there are three distinct types of nodes:
41 URIs, blank nodes, and literals.
/aoo42x/main/desktop/source/deployment/registry/
H A Ddp_backenddb.cxx611 Reference<css::xml::dom::XNodeList> nodes = in getOneChildFromAllEntries() local
613 if (nodes.is()) in getOneChildFromAllEntries()
615 sal_Int32 length = nodes->getLength(); in getOneChildFromAllEntries()
617 listRet.push_back(nodes->item(i)->getNodeValue()); in getOneChildFromAllEntries()
/aoo42x/main/boost/
H A Dboost_1_55_0.patch283 node_holder<node_allocator> nodes(x);
284 - table_impl::fill_buckets(nodes.begin(), *this, assign);
285 + table_impl::fill_buckets(nodes.begin(), *this, assign_var);
320 // Delete the nodes.
/aoo42x/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/
H A DDocumentDeserializerImpl.java278 Node nodes[] = new Node[nodeVec.size()]; in parseText() local
280 nodes[i] = (Node)nodeVec.elementAt(i); in parseText()
281 return nodes; in parseText()
/aoo42x/main/offapi/com/sun/star/script/browse/
H A DXBrowseNode.idl57 <type scope="::com::sun::star::script::browse">XBrowseNode</type> sequence of child nodes
66 <atom> boolean </atom> true if there are child nodes.
/aoo42x/main/offapi/com/sun/star/awt/tree/
H A DXMutableTreeDataModel.idl43 are valids nodes for this instance.</p>
55 node by the <type>XTreeControl</type>, even when it has no child nodes.
H A DXTreeDataModelListener.idl62 /** Invoked after nodes have been inserted into the tree.
69 /** Invoked after nodes have been removed from the tree.
H A DXMutableTreeNode.idl103 /** The URL for a graphic that is rendered to visualize expanded non leaf nodes.
108 /** The URL for a graphic that is rendered to visualize collapsed non leaf nodes.
/aoo42x/main/offapi/com/sun/star/configuration/backend/
H A DMalformedDataException.idl53 <dd>for duplicate nodes.</dd>
56 <dd>for nodes that are not in the schema.</dd>
/aoo42x/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/
H A DImageElementLayoutController.java195 final Node[] nodes = tableRow.getNodeArray(); in findNodeInSection() local
198 for (final Node node : nodes) in findNodeInSection()
/aoo42x/main/offapi/com/sun/star/configuration/
H A DGroupAccess.idl74 /** is the basic service for accessing child and descendent nodes using
79 /** is the basic service for accessing child and descendent nodes using
/aoo42x/main/offapi/com/sun/star/
H A Dmodules.idl225 The nodes in the graph are of type <type scope="rdf">XNode</type>,
229 Statements are then triples of nodes, and have type
/aoo42x/main/scripting/java/org/openoffice/netbeans/modules/office/actions/
H A DParcelFolderCookie.java26 import org.openide.nodes.Node;
H A DParcelCookie.java27 import org.openide.nodes.Node;
H A DParcelDescriptorParserCookie.java28 import org.openide.nodes.Node;
H A DCompileParcelAction.java26 import org.openide.nodes.Node;
H A DOfficeDocumentCookie.java28 import org.openide.nodes.Node;

Completed in 79 milliseconds

12345