Home
last modified time | relevance | path

Searched refs:node (Results 26 – 50 of 281) sorted by relevance

12345678910>>...12

/aoo41x/main/sw/qa/complex/writer/
H A DTextPortionEnumerationTest.java482 buffer.add(node); in traverse()
566 printMissing(node); in testBuffer()
573 if (node != null) in testBuffer()
576 printUnexpected(node); in testBuffer()
602 void printMissing(TreeNode node) in printMissing() argument
608 void printUnexpected(TreeNode node) in printUnexpected() argument
638 TreeNode node; in convertChildren() local
665 m_Stack.push(node); in convertChildren()
783 node.toString(), node instanceof RubyNode); in convertChildren()
791 m_Stack.push(node); in convertChildren()
[all …]
/aoo41x/main/offapi/com/sun/star/awt/tree/
H A DTreeControl.idl40 <p>A specific node in a tree is identified by a <type>XTreeNode</type>.
41 …A leaf node is a node without any children and that returns <FALSE/> when calling <member>XTreeNod…
42 …An expanded node is a non-leaf node that will displays its children when all its ancestors are exp…
43 A collapsed node is one which hides them.
44 A node is visible when all parent nodes are expanded and the node itself is in the display area.
62 If you are interested in detecting either double-click events or when a user clicks on a node,
65 method <member>XTreeControl::getNodeForLocation()</member> to retrieve the node that was under the
72 …<li>Make sure the parent node returns <TRUE/> for <member>XTreeNode::hasChildrenOnDemand()</member…
78 Now you get called when the node will become expanded or collapsed.
80 check the <type>TreeExpansionEvent</type> if the parent node with children on demand is going to
[all …]
H A DXMutableTreeNode.idl44 /** Represents a mutable tree node as used by the <type>MutableTreeDataModel</type>
51 … if <var>ChildNode</var> is not a valid node of the corresponding <type>XTreeDataModel</type>.
59 the index where the node will be inserted to this instance.
62 … if <var>ChildNode</var> is not a valid node of the corresponding <type>XTreeDataModel</type>.
71 /** removes the node from this instance at the specified index.
74 the index of the node to be removed from this instance.
82 /** Changes if the children of this node are created on demand.
88 /** sets the display value of this node */
93 <p>You can use this attribute to store data for this node that
98 /** The URL for a graphic that is rendered before the text part of this node.
/aoo41x/main/offapi/com/sun/star/xml/dom/
H A DXNamedNodeMap.idl47 Retrieves a node specified by local name
52 Retrieves a node specified by local name and namespace URI.
62 Removes a node specified by name.
64 DOMException - NOT_FOUND_ERR: Raised if there is no node named name in this map.
70 Removes a node specified by local name and namespace URI.
72 …DOMException - NOT_FOUND_ERR: Raised if there is no node with the specified namespaceURI and local…
78 Adds a node using its nodeName attribute.
83node doesn't belong in this NamedNodeMap. Examples would include trying to insert something other …
88 Adds a node using its namespaceURI and localName.
93node doesn't belong in this NamedNodeMap. Examples would include trying to insert something other …
H A DXCharacterData.idl36 Append the string to the end of the character data of the node.
38 DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this node is readonly.
43 Remove a range of 16-bit units from the node.
47 NO_MODIFICATION_ALLOWED_ERR: Raised if this node is readonly.
52 Return the character data of the node that implements this interface.
54 DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised when the node is readonly.
73 NO_MODIFICATION_ALLOWED_ERR: Raised if this node is readonly.
83 NO_MODIFICATION_ALLOWED_ERR: Raised if this node is readonly.
88 Set the character data of the node that implements this interface.
90 DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised when the node is readonly.
[all …]
/aoo41x/main/xmlsecurity/tools/uno/
H A DSAXEventPrinter.java81 if (node != null) in display()
83 int type = node.getNodeType(); in display()
91 children = node.getChildNodes(); in display()
101 message = new String("<"+node.getNodeName()); in display()
102 NamedNodeMap attrs = node.getAttributes(); in display()
125 children = node.getChildNodes(); in display()
138 fileOutputStream.write(node.getNodeName().getBytes("UTF-8")); in display()
149 message = node.getNodeValue(); in display()
157 fileOutputStream.write(node.getNodeValue().getBytes("UTF-8")); in display()
173 fileOutputStream.write(node.getNodeName().getBytes("UTF-8")); in display()
[all …]
H A DDomToTreeModelAdapter.java64 AdapterNode node = (AdapterNode) aNode; in isLeaf() local
66 if (node.childCount() > 0) in isLeaf()
76 AdapterNode node = (AdapterNode) parent; in getChildCount() local
77 return node.childCount(); in getChildCount()
82 AdapterNode node = (AdapterNode) parent; in getChild() local
83 return node.child(index); in getChild()
88 AdapterNode node = (AdapterNode) parent; in getIndexOfChild() local
89 return node.index((AdapterNode) child); in getIndexOfChild()
/aoo41x/main/forms/qa/org/openoffice/xforms/
H A DInstance.java98 XNode node = _parentElement.appendChild( in createElement() local
102 node.setNodeValue( _initialNodeValue ); in createElement()
103 return node; in createElement()
128 XNode node = nodes.item(i); in removeNode() local
129 if ( node.getLocalName().equals( _elementName ) ) in removeNode()
131 _parentElement.removeChild( node ); in removeNode()
132 return node; in removeNode()
195 XNode node = _parentElement.appendChild( in createAttribute() local
199 node.setNodeValue( _initialNodeValue ); in createAttribute()
200 return node; in createAttribute()
/aoo41x/main/configmgr/source/
H A Dwritemodfile.cxx338 rtl::Reference< Node > const & node) in writeNode()
357 switch (node->kind()) { in writeNode()
391 for (NodeMap::iterator i(node->getMembers().begin()); in writeNode()
392 i != node->getMembers().end(); ++i) in writeNode()
439 for (NodeMap::iterator i(node->getMembers().begin()); in writeNode()
440 i != node->getMembers().end(); ++i) in writeNode()
453 rtl::Reference< Node > const & node, in writeModifications()
464 if (node.is()) { in writeModifications()
504 OSL_ASSERT(node.is()); in writeModifications()
514 components, handle, pathRep, node, i->first, in writeModifications()
[all …]
H A Dcomponents.cxx126 OSL_ASSERT(node.is()); in canRemoveFromLayer()
127 if (node->getLayer() > layer && node->getLayer() < Data::NO_LAYER) { in canRemoveFromLayer()
130 switch (node->kind()) { in canRemoveFromLayer()
134 i != node->getMembers().end(); ++i) in canRemoveFromLayer()
142 return node->getMembers().empty(); in canRemoveFromLayer()
377 rtl::Reference< Node > node; in removeExtensionXcuFile() local
379 parent = node; in removeExtensionXcuFile()
381 if (!node.is()) { in removeExtensionXcuFile()
384 map = &node->getMembers(); in removeExtensionXcuFile()
386 if (node.is()) { in removeExtensionXcuFile()
[all …]
H A Dxcuparser.cxx109 } else if (!state_.top().node.is()) { in startElement()
124 switch (state_.top().node->kind()) { in startElement()
229 insert = state_.top().node; in endElement()
348 rtl::Reference< Node > node( in handleComponentData() local
351 if (!node.is()) { in handleComponentData()
375 node->getFinalized()); in handleComponentData()
376 node->setFinalized(finalizedLayer); in handleComponentData()
403 rtl::Reference< Node > node( in handleItem() local
406 if (!node.is()) { in handleItem()
426 switch (node->kind()) { in handleItem()
[all …]
/aoo41x/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/sxc/
H A DColumnStyle.java53 public ColumnStyle(Node node, StyleCatalog sc) { in ColumnStyle() argument
54 super(node, sc); in ColumnStyle()
58 NamedNodeMap attrNodes = node.getAttributes(); in ColumnStyle()
70 if (node.hasChildNodes()) { in ColumnStyle()
71 NodeList children = node.getChildNodes(); in ColumnStyle()
230 Element node = parentDoc.createElement(name); in createNode() local
231 writeAttributes(node); in createNode()
232 return node; in createNode()
265 public void writeAttributes(Element node) { in writeAttributes() argument
269 node.setAttribute("style:column-width", width); in writeAttributes()
H A DRowStyle.java53 public RowStyle(Node node, StyleCatalog sc) { in RowStyle() argument
54 super(node, sc); in RowStyle()
58 NamedNodeMap attrNodes = node.getAttributes(); in RowStyle()
70 if (node.hasChildNodes()) { in RowStyle()
71 NodeList children = node.getChildNodes(); in RowStyle()
230 Element node = parentDoc.createElement(name); in createNode() local
231 writeAttributes(node); in createNode()
232 return node; in createNode()
265 public void writeAttributes(Element node) { in writeAttributes() argument
269 node.setAttribute("style:row-height", height); in writeAttributes()
/aoo41x/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Panel/
H A DChooseComponents.java114 private void updateNode(DefaultMutableTreeNode node) { in updateNode() argument
115 if (node != null) { in updateNode()
116 DisplayPackageDescription nodeInfo = (DisplayPackageDescription)node.getUserObject(); in updateNode()
117 nodeInfo.toggleState(node); in updateNode()
124 model.nodeStructureChanged(node); in updateNode()
169 …DefaultMutableTreeNode node = (DefaultMutableTreeNode)componentTree.getLastSelectedPathComponent(); in valueChanged() local
170 if (node == null) { in valueChanged()
174 DisplayPackageDescription nodeInfo = (DisplayPackageDescription)node.getUserObject(); in valueChanged()
176 nodeInfo.updateSize(node); // important to set default values for nodes in valueChanged()
178 model.nodeChanged(node); in valueChanged()
H A DChooseUninstallationComponents.java112 private void updateNode(DefaultMutableTreeNode node) { in updateNode() argument
113 if (node != null) { in updateNode()
114 DisplayPackageDescription nodeInfo = (DisplayPackageDescription)node.getUserObject(); in updateNode()
115 nodeInfo.toggleState(node); in updateNode()
118 model.nodeChanged(node); in updateNode()
163 …DefaultMutableTreeNode node = (DefaultMutableTreeNode)componentTree.getLastSelectedPathComponent(); in valueChanged() local
164 if (node == null) { in valueChanged()
168 DisplayPackageDescription nodeInfo = (DisplayPackageDescription)node.getUserObject(); in valueChanged()
170 nodeInfo.updateSize(node); // important to set default values for nodes in valueChanged()
172 model.nodeChanged(node); in valueChanged()
/aoo41x/main/toolkit/src2xml/source/
H A Dexpression.py26 def toString (node): argument
28 if node == None:
33 if type(node.left) == type(0):
34 chars += "%d"%node.left
36 chars += toString(node.left)
38 chars += node.op
40 if type(node.right) == type(0):
41 chars += "%d"%node.right
43 chars += toString(node.right)
/aoo41x/main/offapi/com/sun/star/configuration/backend/
H A DXSchemaHandler.idl291 specifies the attributes of the node.
303 <li>if there already is a node with that name</li>
304 <li>if the name is not a valid node name</li>
331 specifies the attributes of the node.
348 <li>if the name is not a valid node name</li>
375 <li>if invalid data is detected in the node</li>
376 <li>if no node has been started at all</li>
431 is added to the current node.
478 specifies the name of the new node.
481 specifies a template that describes the new node.
[all …]
/aoo41x/main/offapi/com/sun/star/xml/wrapper/
H A DXXMLDocumentWrapper.idl82 * @param node the element to be checked
83 * @return <code>true</code> if the node is the current element,
86 boolean isCurrent([in] XXMLElementWrapper node);
99 * @param node the element whose name will be gotten
102 string getNodeName([in] XXMLElementWrapper node);
108 * @param node the start point of the branch to clear
117 [in] XXMLElementWrapper node,
124 * Each element in the ancestor path of the node will be checked,
127 * @param node the start point of the path from where the tree
130 void collapse([in] XXMLElementWrapper node);
[all …]
/aoo41x/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/
H A DStyleCatalog.java97 public void add(Node node, String families[], Class classes[], in add() argument
100 if (node == null) in add()
107 if (node.hasChildNodes()) { in add()
108 NodeList children = node.getChildNodes(); in add()
145 private void callConstructor(Class cls, Node node) { in callConstructor() argument
152 p[0] = node; in callConstructor()
343 private Class getClass(Node node, String[] families, Class[] classes, in getClass() argument
345 NamedNodeMap attributes = node.getAttributes(); in getClass()
372 private String getFamilyName(Node node) { in getFamilyName() argument
373 NamedNodeMap attributes = node.getAttributes(); in getFamilyName()
H A DParaStyle.java236 public ParaStyle(Node node, StyleCatalog sc) { in ParaStyle() argument
238 super(node, sc); in ParaStyle()
244 if (node.hasChildNodes()) { in ParaStyle()
245 NodeList children = node.getChildNodes(); in ParaStyle()
506 Element node = parentDoc.createElement(name); in createNode() local
507 writeAttributes(node); in createNode()
508 return node; in createNode()
564 public void writeAttributes(Element node) { in writeAttributes() argument
569 node.setAttribute(attrName[i], stringVal); in writeAttributes()
581 node.setAttribute(attrName[LINE_HEIGHT], stringVal); in writeAttributes()
[all …]
/aoo41x/main/offapi/com/sun/star/ucb/
H A DHierarchyDataReadWriteAccess.idl55 the value of hierarchy data node members, as well as obtaining the
56 value of hieryrchy data node members.
59 points to the "Children" data member of a node or to the root node.
60 It will insert a new node or or remove an existing one. If supported
61 on data nodes, adding must add new data members to the node, removing
65 <p>Replacing and getting values must be supported be every data node.
73 will create a new empty hierarchy data node. After it was created
74 it's data members can be filled. Last, the node can be inserted as child
75 of another node using
/aoo41x/main/xmerge/source/xmerge/java/org/openoffice/xmerge/util/
H A Dresources.properties48 NOT_LEAFNODE_EXCEPTION=Current Node is not a leaf node
49 ROOTNODE_EXCEPTION=Cannot perform insert/append/remove on root node
51 NULL_NODE_EXCEPTION=The initial Xmldocument node is null
52 CELL_NODE_EXCEPTION1=Cell node do not have only 1 child <text:p> nodes, will skip the merge of this…
53 CELL_NODE_EXCEPTION2=Cell node have a non Element child nodes -
54 CELL_NODE_EXCEPTION2=There is a child node under an expected empty cell node.
56 NOT_PARA_NODE_ERROR=The compared nodes are not a Paragraph or Heading node -
/aoo41x/main/xmerge/source/xmerge/java/org/openoffice/xmerge/merger/diff/
H A DTextNodeIterator.java53 public TextNodeIterator(Node node) { in TextNodeIterator() argument
54 super(null, node); in TextNodeIterator()
66 protected boolean nodeSupported(Node node) { in nodeSupported() argument
70 if (node.getNodeType() == Node.TEXT_NODE || in nodeSupported()
71 node.getNodeName().equals(OfficeConstants.TAG_SPACE) || in nodeSupported()
72 node.getNodeName().equals(OfficeConstants.TAG_TAB_STOP) || in nodeSupported()
73 node.getNodeName().equals(OfficeConstants.TAG_LINE_BREAK)) { in nodeSupported()
H A DNodeIterator.java67 public NodeIterator(ConverterCapabilities cc, Node node) { in NodeIterator() argument
70 root = node; in NodeIterator()
71 markTree(node); in NodeIterator()
354 protected abstract boolean nodeSupported(Node node); in nodeSupported() argument
357 private void markTree(Node node) { in markTree() argument
360 if (nodeSupported(node)) { in markTree()
361 nodeList.add(node); in markTree()
365 String nodeName = node.getNodeName(); in markTree()
367 NodeList nodeList = node.getChildNodes(); in markTree()
/aoo41x/main/accessibility/workben/org/openoffice/accessibility/awb/tree/
H A DAccessibilityModel.java88 public static void addEventListener(TreeNode node, XAccessibleEventListener listener) { in addEventListener() argument
89 if (node instanceof AccessibilityNode) { in addEventListener()
90 ((AccessibilityNode) node).addEventListener(listener); in addEventListener()
95 public static void removeEventListener(TreeNode node, XAccessibleEventListener listener) { in removeEventListener() argument
96 if (node instanceof AccessibilityNode) { in removeEventListener()
97 ((AccessibilityNode) node).removeEventListener(listener); in removeEventListener()
106 public AccessibilityNode putNode(XAccessible xAccessible, AccessibilityNode node) { in putNode() argument
110 nodeList.put(oid, new java.lang.ref.WeakReference(node)); in putNode()

Completed in 149 milliseconds

12345678910>>...12