/aoo41x/main/desktop/test/deployment/options/ |
H A D | readme.txt | 84 - 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 …]
|
/aoo41x/main/offapi/com/sun/star/xml/dom/ |
H A D | XNode.idl | 84 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 …]
|
/aoo41x/main/odk/examples/java/Inspector/ |
H A D | HideableTreeModel.java | 57 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 …]
|
/aoo41x/main/accessibility/workben/org/openoffice/accessibility/awb/tree/ |
H A D | DynamicAccessibilityModel.java | 50 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 …]
|
/aoo41x/main/xmerge/source/aportisdoc/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() 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 …]
|
/aoo41x/main/xmerge/source/xmerge/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 | 151 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 …]
|
/aoo41x/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() 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 …]
|
/aoo41x/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. 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 …]
|
/aoo41x/main/xmlsecurity/source/xmlsec/nss/ |
H A D | secerror.cxx | 73 CERTVerifyLogNode *node = NULL; in printChainFailure() local 78 for (node = log->head; node; node = node->next) in printChainFailure() 80 if (depth != node->depth) in printChainFailure() 82 depth = node->depth; in printChainFailure() 84 node->cert->subjectName, in printChainFailure() 88 getCertError(node->error)); in printChainFailure() 91 switch (node->error) in printChainFailure() 94 errorFlags = (unsigned long)node->arg; in printChainFailure() 139 issuer = node->cert->issuerName; in printChainFailure() 143 issuer = node->cert->issuerName; in printChainFailure() [all …]
|
/aoo41x/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() 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 …]
|
/aoo41x/main/scripting/examples/java/selector/ |
H A D | ScriptSelector.java | 166 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 …]
|
/aoo41x/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() 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 …]
|
/aoo41x/main/xmerge/source/pocketword/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() 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 …]
|
/aoo41x/main/offapi/com/sun/star/awt/tree/ |
H A D | XTreeControl.idl | 101 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 …]
|
/aoo41x/main/offapi/com/sun/star/configuration/backend/ |
H A D | XLayerHandler.idl | 106 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 D | XUpdateHandler.idl | 110 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 …]
|
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/ |
H A D | OfficeGroupInstanceSectionLayoutController.java | 63 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 D | OfficeTableTemplateLayoutController.java | 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() 169 final Node node = nodeArray[i]; in addFromSection() local [all …]
|
/aoo41x/main/xmerge/source/xmerge/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 …]
|
/aoo41x/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) 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 …]
|
/aoo41x/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) = @_; 229 $data->{'current_node'} = $node; 273 my ($indentation, $node) = @_; 275 if (defined $node->{'__attributes__'}) [all …]
|
/aoo41x/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()
|
/aoo41x/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…
|
/aoo41x/main/cui/source/dialogs/ |
H A D | scriptdlg.cxx | 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() 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 …]
|