Home
last modified time | relevance | path

Searched refs:node (Results 51 – 75 of 281) sorted by relevance

12345678910>>...12

/aoo41x/main/offapi/com/sun/star/xml/dom/
H A DXElement.idl44 Retrieves an attribute node by name.
49 Retrieves an Attr node by local name and namespace URI.
93 DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this node is readonly.
98 Removes the specified attribute node.
100 DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this node is readonly.
108 DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this node is readonly.
116 NO_MODIFICATION_ALLOWED_ERR: Raised if this node is readonly.
121 Adds a new attribute node.
124 NO_MODIFICATION_ALLOWED_ERR: Raised if this node is readonly.
133 NO_MODIFICATION_ALLOWED_ERR: Raised if this node is readonly.
[all …]
/aoo41x/main/offapi/com/sun/star/awt/tree/
H A DXTreeDataModelListener.idl50 /** Invoked after a node (or a set of siblings) has changed in some way.
51 The node(s) have not changed locations in the tree or altered their
58 the root node and <member>TreeDataModelEvent::ParentNode</member> will be empty.
64 Use <member>TreeDataModelEvent::ParentNode</member> to get the parent of the new node(s).
65 <member>TreeDataModelEvent::Nodes</member> contains the new node(s).
74 …se <member>TreeDataModelEvent::ParentNode</member> to get the former parent of the deleted node(s).
75 <member>TreeDataModelEvent::Nodes</member> contains the removed node(s).
79 /** Invoked after the tree has drastically changed structure from a given node down.
81 Use <member>TreeDataModelEvent::ParentNode</member> to get the node which
H A DXTreeNode.idl48 /** Returns the child tree node at <var>Index</var>.
59 /** Returns the parent node of this node. */
68 /** Returns <TRUE/> if the children of this node are created on demand.
69 <p>A <type>TreeControl</type> will handle a node that returns <TRUE/> always
70 like a node that has child nodes, even if <member>getChildCount</member>
77 /** If not empty, the textual representation of this any is used as the text part of this node.
81 /** The URL for a graphic that is rendered before the text part of this node.
H A DXMutableTreeDataModel.idl47 /** creates a new tree node with the given value and given settings.
51 as a textual represenation of the created node.
54 if <TRUE/> is used as a parameter, the created node will be treated as a non-leaf
55 node by the <type>XTreeControl</type>, even when it has no child nodes.
65 /** changes the root node of this model to <var>RootNode</var>.
68 the <type>XMutableTreeNode</type> that becomes the new root node of this model.
71 if <var>RootNode</var> is not a valid node of this <type>XTreeDataModel</type>.
/aoo41x/main/jvmfwk/source/
H A Dframework.cxx869 jfw::NodeJava node; in jfw_setSelectedJRE() local
871 node.write(); in jfw_setSelectedJRE()
905 jfw::NodeJava node; in jfw_setEnabled() local
907 node.write(); in jfw_setEnabled()
954 node.write(); in jfw_setVMParameters()
998 jfw::NodeJava node; in jfw_setUserClassPath() local
1002 node.write(); in jfw_setUserClassPath()
1047 node.load(); in jfw_addJRELocation()
1049 node.write(); in jfw_addJRELocation()
1071 jfw::NodeJava node; in jfw_setJRELocations() local
[all …]
/aoo41x/main/l10ntools/source/help/
H A DHelpCompiler.cxx151 xmlNodePtr parent = xmlCopyNode(node, 2); in clone()
152 xmlNodePtr n = node->xmlChildrenNode; in clone()
248 std::string dump(xmlNodePtr node);
251 std::string myparser::dump(xmlNodePtr node) in dump() argument
254 if (node->xmlChildrenNode) in dump()
256 xmlNodePtr list = node->xmlChildrenNode; in dump()
263 if (xmlNodeIsText(node)) in dump()
265 xmlChar *pContent = xmlNodeGetContent(node); in dump()
295 xmlNodePtr node = test->xmlChildrenNode; in traverse() local
296 if (xmlNodeIsText(node)) in traverse()
[all …]
/aoo41x/main/xmlsecurity/source/xmlsec/nss/
H A Dsecurityenvironment_nssimpl.cxx720 CERTCertListNode* node ; in buildCertificatePath() local
723 …for( len = 0, node = CERT_LIST_HEAD( certChain ); !CERT_LIST_END( node, certChain ); node = CERT_L… in buildCertificatePath()
726 …for( len = 0, node = CERT_LIST_HEAD( certChain ); !CERT_LIST_END( node, certChain ); node = CERT_L… in buildCertificatePath()
733 pCert->setCert( node->cert ) ; in buildCertificatePath()
976 CERTVerifyLogNode *node = NULL; in verifyCertificate() local
979 for (node = log.head; node; node = node->next) { in verifyCertificate()
980 if (node->cert) in verifyCertificate()
981 CERT_DestroyCertificate(node->cert); in verifyCertificate()
/aoo41x/main/configmgr/source/
H A Dxcsparser.cxx200 switch (elements_.top().node->kind()) { in startElement()
206 handlePropValue(reader, elements_.top().node); in startElement()
274 if (top.node.is()) { in endElement()
282 NodeMap::value_type(top.name, top.node)); in endElement()
284 merge(i->second, top.node); in endElement()
293 NodeMap::value_type(top.name, top.node)); in endElement()
295 merge(i->second, top.node); in endElement()
307 } else if (!elements_.top().node->getMembers().insert( in endElement()
458 rtl::Reference< Node > node(tmpl->clone(false)); in handleNodeRef() local
459 node->setLayer(valueParser_.getLayer()); in handleNodeRef()
[all …]
H A Dchildaccess.cxx89 rtl::Reference< Node > const & node): in ChildAccess()
90 Access(components), root_(root), parent_(parent), name_(name), node_(node), in ChildAccess()
93 OSL_ASSERT(root.is() && parent.is() && node.is()); in ChildAccess()
98 rtl::Reference< Node > const & node): in ChildAccess()
99 Access(components), root_(root), node_(node), inTransaction_(false) in ChildAccess()
101 OSL_ASSERT(root.is() && node.is()); in ChildAccess()
217 void ChildAccess::setNode(rtl::Reference< Node > const & node) { in setNode() argument
218 node_ = node; in setNode()
/aoo41x/main/xmerge/source/xmerge/java/org/openoffice/xmerge/merger/diff/
H A DParaNodeIterator.java59 public ParaNodeIterator(ConverterCapabilities cc, Node node) { in ParaNodeIterator() argument
61 super(cc, node); in ParaNodeIterator()
73 protected boolean nodeSupported(Node node) { in nodeSupported() argument
77 if (node.getNodeType() == Node.ELEMENT_NODE && in nodeSupported()
78 (node.getNodeName().equals(SUPPORTED_TAG1) || in nodeSupported()
79 node.getNodeName().equals(SUPPORTED_TAG2))) { in nodeSupported()
H A DRowIterator.java53 public RowIterator(ConverterCapabilities cc, Node node) { in RowIterator() argument
54 super(cc, node); in RowIterator()
65 protected boolean nodeSupported(Node node) { in nodeSupported() argument
69 if (node.getNodeType() == Node.ELEMENT_NODE && in nodeSupported()
70 node.getNodeName().equals(OfficeConstants.TAG_TABLE_ROW)) { in nodeSupported()
H A DCellNodeIterator.java61 public CellNodeIterator(ConverterCapabilities cc, Node node) { in CellNodeIterator() argument
62 super(cc, node); in CellNodeIterator()
74 protected boolean nodeSupported(Node node) { in nodeSupported() argument
78 if (node.getNodeType() == Node.ELEMENT_NODE && in nodeSupported()
79 node.getNodeName().equals(SUPPORTED_TAG1)) { in nodeSupported()
/aoo41x/main/offapi/com/sun/star/rdf/
H A DBlankNode.idl41 /** represents a blank node that may occur in a RDF graph.
51 /** create a blank RDF node.
54 Be careful! With this constructor you can create a node that aliases
55 another node that already exists in some repository.
57 If you want to create a new blank node that is guaranteed to be unique,
62 the ID for the blank node.
65 if the argument does not represent a valid blank node ID
/aoo41x/main/accessibility/workben/org/openoffice/accessibility/awb/tree/
H A DAccessibilityNode.java101 final AccessibilityNode node = treeModel.findNode(xAccessible); in handleChildRemoved() local
102 if (node != null) { in handleChildRemoved()
105 treeModel.removeNodeFromParent(node); in handleChildRemoved()
113 final AccessibilityNode node = treeModel.createNode(xAccessible); in handleChildAdded() local
114 if (node != null) { in handleChildAdded()
118 XAccessibleContext xAC = node.getAccessibleContext(); in handleChildAdded()
120 treeModel.insertNodeInto(node, parent, in handleChildAdded()
H A DToolkitNode.java150 AccessibilityNode node = treeModel.findNode(xAccessible); in windowClosed() local
154 if (node != null && node.getParent() != this) { in windowClosed()
155 node = (AccessibilityNode) node.getParent(); in windowClosed()
158 if (node != null) { in windowClosed()
159 final AccessibilityNode an = node; in windowClosed()
H A DDynamicAccessibilityNode.java49 AccessibilityNode node = treeModel.findNode(xAccessible); in populate() local
50 if (node == null) { in populate()
51 node = treeModel.createNode(xAccessible); in populate()
53 if (node != null) { in populate()
55 add(node); in populate()
/aoo41x/main/helpcontent2/helpers/
H A Dupdate_tree.pl150 undef %helpsection; undef %node;
180 s/^\s*<.*node //;
184 $node{$id} = $title;
251 if (defined($node{$id})) {
252 $l =~ s/title="(.*)"/title="$node{$id}"/;
257 if (defined($node{$lng}->{$id})) {
258 $l =~ s/title="(.*)"/title="$node{$lng}->{$id}"/;
379 $node{$lang}->{$id} = $node_title;
/aoo41x/main/offapi/com/sun/star/script/browse/
H A DXBrowseNode.idl34 This interface represents a node in the hierarchy used to browse
45 Get the name of the node
48 The <atom>string</atom> name of this node
54 Get the children of this node
63 Indicates if this node contains any children
71 /** the type of the node.
72 @returns A <atom>short</atom> reresenting the type of this node.
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/output/
H A DStylesWriter.java272 final Node node = nodes[i]; in writeSectionChilds() local
273 if (node instanceof Section) in writeSectionChilds()
275 writeSection((Section) node); in writeSectionChilds()
277 else if (node instanceof Element) in writeSectionChilds()
279 writeElement((Element) node); in writeSectionChilds()
281 else if (node instanceof RawText) in writeSectionChilds()
283 final RawText text = (RawText) node; in writeSectionChilds()
286 else if (node instanceof StaticText) in writeSectionChilds()
288 final StaticText text = (StaticText) node; in writeSectionChilds()
/aoo41x/main/libxmlsec/
H A Dxmlsec1-customkeymanage.patch4927 xmlNodePtr node,
4930 - xmlNodePtr node,
4933 xmlNodePtr node,
5038 + "node=%s",
5168 - "node=%s",
5234 - "node=%s",
5257 - "node=%s",
5291 - "node=%s",
5302 - "node=%s",
5313 - "node=%s",
[all …]
/aoo41x/main/scripting/java/org/openoffice/netbeans/modules/office/filesystem/
H A DOpenOfficeDocFileSystem.java974 private File node; // data files only field in OpenOfficeDocFileSystem.Entry
1070 entry.setTime(node.lastModified()); in save()
1092 if(node != null) in clean()
1093 node.delete(); in clean()
1107 if(node == null) { in getFile()
1109 node = File.createTempFile(TMP_FILE_PREF, TMP_FILE_SUFX); in getFile()
1118 nos = new FileOutputStream(node); in getFile()
1138 if(node != null) in getFile()
1139 node.delete(); in getFile()
1140 node = null; in getFile()
[all …]
/aoo41x/main/offapi/com/sun/star/configuration/
H A DHierarchyAccess.idl62 descendants of this tree node can be retrieved. Non-value subnodes can be
64 Other interfaces provide access to information about this node.
80 /** allows access to immediate children of this node.
89 /** allows access to all descendants of this node
98 /** allows attaching listeners to this node to monitor changes to immediate child nodes.
116 /** provides information about immediate children of this node. [optional]
125 <p>If a child of this node is an object that implements
137 if the node does not support accessing the default state of individual children.
160 if the node does not support accessing the default state of individual children.
/aoo41x/main/toolkit/source/layout/core/
H A Dcontainer.cxx130 int node = 0; // child nb
137 for ( node = 0; node < aChildren.getLength(); node++ )
138 if ( aChildren[ node ] == xContainer )
143 snprintf( str, 8, "%d", node );
/aoo41x/main/offapi/com/sun/star/presentation/
H A DEffectNodeType.idl32 /** This constants defines a type for an animation effect node.
34 This is stored with the name <i>node-type</i> inside the
44 /** This node has no special meaning.
48 /** This node contains an effect that starts on click.
52 /** This node contains an effect that starts with a previous effect.
56 /** This node contains an effect that starts after a previous effect has finished.
/aoo41x/main/odk/examples/DevelopersGuide/ScriptingFramework/ScriptSelector/ScriptSelector/
H A DScriptSelector.java266 DefaultMutableTreeNode node = (DefaultMutableTreeNode) in getSelection() local
269 if (node == null) { in getSelection()
273 return (XBrowseNode)node.getUserObject(); in getSelection()
327 public void removeNode(DefaultMutableTreeNode node) { in removeNode() argument
328 MutableTreeNode parent = (MutableTreeNode)(node.getParent()); in removeNode()
330 treeModel.removeNodeFromParent(node); in removeNode()
404 DefaultMutableTreeNode node = (DefaultMutableTreeNode)value; in getTreeCellRendererComponent() local
405 XBrowseNode xbn = (XBrowseNode)node.getUserObject(); in getTreeCellRendererComponent()

Completed in 179 milliseconds

12345678910>>...12