Home
last modified time | relevance | path

Searched refs:node (Results 1 – 25 of 295) sorted by relevance

12345678910>>...12

/trunk/main/desktop/test/deployment/options/
H A Dreadme.txt84 - nodes3 node 1
89 - nodes3 node 2
140 -node 1
144 -node 2
148 -node 3
165 -node 1
169 -node 2
173 -node 3
180 -node 1
184 -node 3
[all …]
/trunk/main/offapi/com/sun/star/xml/dom/
H A DXNode.idl84 Adds the node newChild to the end of the list of children of this node.
86 the new child node
90 node to append is one of this node's ancestors or this node itself.</p>
106 the cloned node
127 The last child of this node.
142 The node immediately following this node.
171 The parent of this node.
181 The node immediately preceding this node.
196 Inserts the node newChild before the existing child node refChild.
200 node to insert is one of this node's ancestors or this node itself.
[all …]
/trunk/main/odk/examples/java/Inspector/
H A DHideableTreeModel.java57 return getPathToRoot(node, 0); in getPathToRoot()
63 if(node == null) { in getPathToRoot()
70 if(node == getRoot()) { in getPathToRoot()
96 public void reload(Object node) { in reload() argument
97 if(node != null) { in reload()
109 nodeInserted(node, child, -1); in nodeInserted()
137 if(node != null) { in nodeChanged()
204 public Object getParent(Object node) { in getParent() argument
205 if(node != getRoot() && (node instanceof TreeNode)) { in getParent()
213 if(node != getRoot()) { in isNodeVisible()
[all …]
/trunk/main/xmerge/java/aportisdoc/src/main/java/org/openoffice/xmerge/converter/xml/sxw/aportisdoc/
H A DDocumentSerializerImpl.java117 Node node = list.item(0); in serialize() local
118 traverseBody(node); in serialize()
147 if (node.hasChildNodes()) { in traverseBody()
195 traverseParaContents(node); in traverseParagraph()
212 if (node.hasChildNodes()) { in traverseParaContents()
327 traverseParaContents(node); in traverseParaElem()
334 traverseParaContents(node); in traverseParaElem()
359 traverseParaContents(node); in traverseParaElem()
388 if (node.hasChildNodes()) { in traverseList()
433 if (node.hasChildNodes()) { in traverseListHeader()
[all …]
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/tree/
H A DDynamicAccessibilityModel.java50 node.setUserObject(xAccessible); in createWindowNode()
51 node.setAccessibleContext(xAccessibleContext); in createWindowNode()
52 putNode(xAccessible, node); in createWindowNode()
53 return node; in createWindowNode()
69 node.setUserObject(xAccessible); in createNode()
71 putNode(xAccessible, node); in createNode()
72 return node; in createNode()
82 if (node instanceof DynamicAccessibilityNode) { in treeCollapsed()
90 if (node instanceof AccessibilityNode) { in treeExpanded()
102 if (node instanceof AccessibilityNode) { in treeWillCollapse()
[all …]
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/
H A DCellStyle.java55 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 DSxcDocumentSerializer.java151 if (node.hasChildNodes()) { in traverseSettings()
153 NodeList nodeList = node.getChildNodes(); in traverseSettings()
228 if (node.hasChildNodes()) { in traverseBody()
286 if (node.hasChildNodes()) { in traverseNamedExpressions()
330 if (node.hasChildNodes()) { in traverseTable()
444 if (node.hasChildNodes()) { in traverseTableRow()
497 NamedNodeMap cellAtt = node.getAttributes(); in traverseTableColumn()
759 if (node.hasChildNodes()) { in traverseCell()
818 if (node.hasChildNodes()) { in traverseParagraph()
930 if (node instanceof Element) { in getDecimalPlaces()
[all …]
/trunk/main/filter/source/t602/
H A Dt602filter.cxx465 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()
726 node = EOL; in Read602()
728 else node = WRITE; in Read602()
739 else node = WRITE; in Read602()
749 else node = WRITE; in Read602()
822 node = READCH; in Read602()
[all …]
/trunk/main/offapi/com/sun/star/ucb/
H A DHierarchyDataReadAccess.idl47 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.
75 node. It will return an implementation of service
77 writable node.
116 access to the child node named "subnode1" of the node. It will return
119 node. It will return an implementation of service
121 writable node.
[all …]
/trunk/main/xmlsecurity/source/xmlsec/nss/
H A Dsecerror.cxx72 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()
87 getCertError(node->error)); in printChainFailure()
90 switch (node->error) in printChainFailure()
93 errorFlags = (unsigned long)node->arg; in printChainFailure()
138 issuer = node->cert->issuerName; in printChainFailure()
142 issuer = node->cert->issuerName; in printChainFailure()
[all …]
/trunk/main/scripting/examples/java/selector/
H A DScriptSelector.java166 if (node == null) return; in showOrganizer()
168 showEditor(ctxt, node); in showOrganizer()
175 if (node == null) return; in showOrganizer()
177 doCreate(ctxt, node); in showOrganizer()
184 if (node == null) return; in showOrganizer()
186 doDelete(ctxt, node); in showOrganizer()
245 Object obj = node.getUserObject(); in doDelete()
256 selectorPanel.removeNode(node); in doDelete()
267 Object obj = node.getUserObject(); in doCreate()
291 Object obj = node.getUserObject(); in showEditor()
[all …]
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/SetupData/
H A DDisplayPackageDescription.java63 public void setState(TreeNode node, int newState) { in setState() argument
68 if (!node.isLeaf()) { in setState()
86 public void toggleState(TreeNode node) { in toggleState() argument
95 setState(node, PackageDescription.REMOVE ); in toggleState()
97 setState(node, PackageDescription.INSTALL); in toggleState()
102 if (!node.isLeaf()) { in toggleState()
103 updateState(node); in toggleState()
107 TreeNode parent = node.getParent(); in toggleState()
126 public void updateState(TreeNode node) in updateState() argument
156 public void updateSize(TreeNode node) in updateSize() argument
[all …]
/trunk/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/
H A DDocumentSerializerImpl.java157 Node node = list.item(0); in serialize() local
158 traverseBody(node); in serialize()
183 if (node.hasChildNodes()) { in traverseBody()
185 NodeList nodeList = node.getChildNodes(); in traverseBody()
254 traverseParaContents(node, defParaTextStyle); in traverseParagraph()
270 if (node.hasChildNodes()) { in traverseParaContents()
271 NodeList nodeList = node.getChildNodes(); in traverseParaContents()
381 if (node.hasChildNodes()) { in traverseList()
383 NodeList nodeList = node.getChildNodes(); in traverseList()
426 if (node.hasChildNodes()) { in traverseListHeader()
[all …]
/trunk/main/xmerge/java/pocketword/src/main/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/
H A DDocumentSerializerImpl.java109 Node node = list.item(0); in serialize() local
110 traverseBody(node); in serialize()
180 if (node.hasChildNodes()) { in traverseBody()
181 NodeList nList = node.getChildNodes(); in traverseBody()
234 traverseParagraphContents(node, tstyle); in traverseParagraph()
255 if (node.hasChildNodes()) { in traverseParagraphContents()
256 NodeList nList = node.getChildNodes(); in traverseParagraphContents()
366 if (node.hasChildNodes()) { in traverseList()
367 NodeList nList = node.getChildNodes(); in traverseList()
394 if (node.hasChildNodes()) { in traverseListItem()
[all …]
/trunk/main/offapi/com/sun/star/awt/tree/
H A DXTreeControl.idl101 node is visible in the controls display area.</p>
133 the <type>XTreeNode</type> identifying a node.
148 the <type>XTreeNode</type> identifying a node
164 node is expanded or collapsed.
193 /** Returns the node at the specified location.
200 …the <type>XTreeNode</type> for the node at that location, or 0 if there is no node at the given po…
204 /** Returns the node that is closest to x,y.
206 otherwise it always returns a valid node. To test if the node is exactly
221 the node whose geometry should be obtained
263 the <type>XTreeNode</type> identifying a node.
[all …]
/trunk/main/offapi/com/sun/star/configuration/backend/
H A DXLayerHandler.idl106 specifies the name of the node.
127 <li>if there is no node with that name</li>
148 <p> The current node must be a set and
197 <p> The current node must be a set and
256 <li>if no node is started at all</li>
270 <p> The current node must be a set and
275 specifies the name of the node.
459 to the current node.
461 <p> The current node must be extensible.
506 is added to the current node.
[all …]
H A DXUpdateHandler.idl110 members of the node until a matching call to
115 specifies the name of the node.
145 <li>if there is no node with that name</li>
146 <li>if the node is read-only</li>
167 <p> The current node must be a set and
215 <p> The current node must be a set and
273 <li>if no node is started at all</li>
287 <p> The current node must be a set and
292 specifies the name of the node.
533 is added to the current node.
[all …]
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/
H A DOfficeGroupInstanceSectionLayoutController.java63 super.initialize(node, flowController, parent); in initialize()
87 final Node node, in processChild() argument
94 if (isDisplayable(node)) 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()
115 return !section.isRepeatSection() && _isDisplayable(node); in isDisplayable()
118 protected boolean _isDisplayable(final Node node) in _isDisplayable() argument
122 if (!node.isEnabled()) in _isDisplayable()
[all …]
H A DOfficeTableTemplateLayoutController.java82 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()
169 final Node node = nodeArray[i]; in addFromSection() local
[all …]
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/
H A DTextStyle.java83 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/offapi/com/sun/star/xml/xpath/
H A DXXPathAPI.idl68 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)
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.
179 the context node (expression is relative to this node)
[all …]
/trunk/main/solenv/bin/modules/installer/patch/
H A DReleasesList.pm88 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) = @_;
229 $data->{'current_node'} = $node;
273 my ($indentation, $node) = @_;
275 if (defined $node->{'__attributes__'})
[all …]
/trunk/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 …]
/trunk/main/cui/source/dialogs/
H A Dscriptdlg.cxx333 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()
618 if ( node.is() ) in CheckButtons()
721 node = userData->GetNode(); in IMPL_LINK_INLINE_END()
722 CheckButtons( node ); in IMPL_LINK_INLINE_END()
759 if ( !node.is() ) in IMPL_LINK()
885 node = userData->GetNode(); in getBrowseNode()
889 return node; in getBrowseNode()
[all …]
/trunk/main/offapi/com/sun/star/xml/dom/events/
H A DEventType.idl122 … 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…
146node is being inserted into a document, either through direct insertion of the Node or insertion o…
154node. The target of this event is the Node whose Attr changed. The value of attrChange indicates w…
162node has been modified but the node itself has not been inserted or deleted. This event is also tr…

Completed in 198 milliseconds

12345678910>>...12