Home
last modified time | relevance | path

Searched refs:Node (Results 51 – 75 of 226) sorted by relevance

12345678910

/trunk/main/l10ntools/source/filter/utils/
H A DXMLHelper.java121 public static java.util.HashMap convertNodeToPropSet(org.w3c.dom.Node aNode) in convertNodeToPropSet()
131 org.w3c.dom.Node aChildNode = (org.w3c.dom.Node)en1.nextElement(); in convertNodeToPropSet()
158 org.w3c.dom.Node aValueNode = (org.w3c.dom.Node)en2.nextElement(); in convertNodeToPropSet()
636 public static java.lang.String extractNodeAttribByName(org.w3c.dom.Node aNode , in extractNodeAttribByName()
641 if (aNode.getNodeType() != org.w3c.dom.Node.ELEMENT_NODE) in extractNodeAttribByName()
689 public static java.util.Vector extractChildNodesByTagName(org.w3c.dom.Node aNode, in extractChildNodesByTagName()
694 …l.Vector lChilds = XMLHelper.extractChildNodesByType(aNode,org.w3c.dom.Node.ELEMENT_NODE); in extractChildNodesByTagName()
701 org.w3c.dom.Node aChild = (org.w3c.dom.Node)en.nextElement(); in extractChildNodesByTagName()
727 public static java.util.Vector extractChildNodesByType(org.w3c.dom.Node aNode, in extractChildNodesByType()
739 org.w3c.dom.Node aChild = lChilds.item(i); in extractChildNodesByType()
/trunk/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/
H A DDocumentDeserializerImpl.java208 private Node[] parseText(String text, org.w3c.dom.Document parentDoc) { in parseText()
278 Node nodes[] = new Node[nodeVec.size()]; in parseText()
280 nodes[i] = (Node)nodeVec.elementAt(i); in parseText()
309 Node bodyNode = list.item(0); in buildDocument()
394 Node trNodes[] = parseText(tr.getText(), doc); in buildDocument()
453 Node rootNode = r.item(0); in buildDocument()
466 org.w3c.dom.Node newNode; in buildDocument()
497 org.w3c.dom.Node declNode; in buildDocument()
521 Node autoStylesNode = nl.item(0); in buildDocument()
528 Node newStyleCatNode = styleCat.writeNode(doc, "dummy"); in buildDocument()
/trunk/main/configmgr/source/
H A Dcomponents.cxx131 case Node::KIND_LOCALIZED_PROPERTY: in canRemoveFromLayer()
132 case Node::KIND_GROUP: in canRemoveFromLayer()
141 case Node::KIND_SET: in canRemoveFromLayer()
236 rtl::Reference< Node > Components::resolvePathRepresentation( in resolvePathRepresentation()
245 rtl::Reference< Node > Components::getTemplate( in getTemplate()
275 Modifications::Node::Children::const_iterator k( in initGlobalBroadcaster()
375 rtl::Reference< Node > parent; in removeExtensionXcuFile()
377 rtl::Reference< Node > node; in removeExtensionXcuFile()
388 if (parent->kind() == Node::KIND_SET) { in removeExtensionXcuFile()
390 node->kind() == Node::KIND_GROUP || in removeExtensionXcuFile()
[all …]
H A Ddata.cxx197 rtl::Reference< Node > Data::findNode( in findNode()
202 ? rtl::Reference< Node >() : i->second; in findNode()
205 rtl::Reference< Node > Data::resolvePathRepresentation( in resolvePathRepresentation()
232 rtl::Reference< Node > parent; in resolvePathRepresentation()
234 for (rtl::Reference< Node > p(i == components.end() ? 0 : i->second);;) { in resolvePathRepresentation()
279 case Node::KIND_LOCALIZED_PROPERTY: in resolvePathRepresentation()
288 case Node::KIND_SET: in resolvePathRepresentation()
320 rtl::Reference< Node > Data::getTemplate( in getTemplate()
H A Dchildaccess.hxx54 class Node;
67 rtl::Reference< Node > const & node);
71 rtl::Reference< Node > const & node);
79 virtual rtl::Reference< Node > getNode();
119 void setNode(rtl::Reference< Node > const & node);
145 rtl::Reference< Node > node_;
H A Dpartial.cxx79 for (Node * p = &root_;;) { in Partial()
97 for (Node * p = &root_;;) { in Partial()
104 Node::Children::iterator j(p->children.find(seg)); in Partial()
118 Node const * p = &root_; in contains()
121 Node::Children::const_iterator j(p->children.find(*i)); in contains()
/trunk/main/xmlsecurity/tools/uno/
H A DAdapterNode.java26 import org.w3c.dom.Node;
38 private Node m_domNode;
39 static final int ELEMENT_TYPE = Node.ELEMENT_NODE;
60 protected Node getNode() in getNode()
68 protected AdapterNode(org.w3c.dom.Node node) in AdapterNode()
94 org.w3c.dom.Node node = in child()
H A DSAXEventPrinter.java26 import org.w3c.dom.Node;
78 …protected static void display(Node node, int indent, FileOutputStream fileOutputStream, boolean is… in display()
90 case Node.DOCUMENT_NODE: in display()
100 case Node.ELEMENT_NODE: in display()
148 case Node.TEXT_NODE: in display()
166 case Node.PROCESSING_INSTRUCTION_NODE: in display()
/trunk/main/offapi/com/sun/star/awt/tree/
H A DXTreeEditListener.idl54 <var>Node</var> is requested by calling <member>XTreeControl::startEditingAtNode()</member>.
56 @param Node
63 void nodeEditing( [in] XTreeNode Node )
67 of <var>Node</var> is finished and was not canceled.
70 display value at the Node.</p>
72 @param Node
79 void nodeEdited( [in] XTreeNode Node, [in] string NewText );
H A DXTreeNode.idl62 /** Returns the index of <var>Node</Node> in this instances children.
64 … The child index of <var>Node</Node> , or -1 if <var>Node</Node> is no child of this instance.
66 long getIndex( [in] XTreeNode Node);
/trunk/main/toolkit/src2xml/source/
H A Dexpression.py49 class Node(object): class
66 self.ptr = Node()
77 self.ptr.parent = Node()
89 self.ptr.right = Node()
97 self.ptr.left = Node()
101 self.ptr.right = Node()
H A Dglobals.py51 class Node(object): class
63 class RootNode(Node):
65 Node.__init__(self)
74 class Element(Node):
79 Node.__init__(self)
/trunk/main/toolkit/source/controls/tree/
H A Dtreecontrol.hxx104 …com::sun::star::uno::Reference< ::com::sun::star::awt::tree::XTreeNode >& Node ) throw (::com::sun…
105 …com::sun::star::uno::Reference< ::com::sun::star::awt::tree::XTreeNode >& Node ) throw (::com::sun…
106 …com::sun::star::uno::Reference< ::com::sun::star::awt::tree::XTreeNode >& Node ) throw (::com::sun…
107 …com::sun::star::uno::Reference< ::com::sun::star::awt::tree::XTreeNode >& Node ) throw (::com::sun…
108 …com::sun::star::uno::Reference< ::com::sun::star::awt::tree::XTreeNode >& Node ) throw (::com::sun…
109 …com::sun::star::uno::Reference< ::com::sun::star::awt::tree::XTreeNode >& Node ) throw (::com::sun…
114 …com::sun::star::uno::Reference< ::com::sun::star::awt::tree::XTreeNode >& Node ) throw (::com::sun…
118 …com::sun::star::uno::Reference< ::com::sun::star::awt::tree::XTreeNode >& Node ) throw (::com::sun…
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/
H A DImageElementLayoutController.java45 import org.jfree.report.structure.Node;
195 final Node[] nodes = tableRow.getNodeArray(); in findNodeInSection()
198 for (final Node node : nodes) in findNodeInSection()
269 final Node[] columnDefs = columns.getNodeArray(); in addColumnStyles()
271 for (Node columnDef : columnDefs) in addColumnStyles()
297 final Node[] rows = table.getNodeArray(); in addRowStyles()
299 for (Node row1 : rows) in addRowStyles()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/
H A DColumnStyle.java27 import org.w3c.dom.Node;
53 public ColumnStyle(Node node, StyleCatalog sc) { in ColumnStyle()
62 Node attr = attrNodes.item(i); in ColumnStyle()
74 Node child = children.item(i); in ColumnStyle()
81 Node attr = childAttrNodes.item(j); in ColumnStyle()
229 public Node createNode(org.w3c.dom.Document parentDoc, String name) { in createNode()
H A DRowStyle.java27 import org.w3c.dom.Node;
53 public RowStyle(Node node, StyleCatalog sc) { in RowStyle()
62 Node attr = attrNodes.item(i); in RowStyle()
74 Node child = children.item(i); in RowStyle()
81 Node attr = childAttrNodes.item(j); in RowStyle()
229 public Node createNode(org.w3c.dom.Document parentDoc, String name) { in createNode()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/util/registry/
H A DConverterInfoReader.java139 Node converterNode; in parseDocument()
144 if (converterNode.getNodeType() == Node.ELEMENT_NODE) { in parseDocument()
166 Node detailNode; in parseConverterNode()
193 if (detailNode.getNodeType() == Node.ELEMENT_NODE) { in parseConverterNode()
250 Node tempNode; in getTextValue()
254 if (tempNode.getNodeType() == Node.TEXT_NODE) { in getTextValue()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/merger/merge/
H A DSheetUtil.java26 import org.w3c.dom.Node;
53 public static void emptyCell(ConverterCapabilities cc, Node node) { in emptyCell()
68 Node firstParaNode = paraNodes.item(0); in emptyCell()
72 Node parent = firstParaNode.getParentNode(); in emptyCell()
82 Node attr = attrNodes.item(i); in emptyCell()
/trunk/main/autodoc/source/display/inc/toolkit/
H A Dout_position.hxx47 Node & i_directory,
56 Node & i_node );
85 Node & RelatedNode() const { return *pDirectory; } in RelatedNode()
88 Node & i_node,
96 Node * pDirectory;
/trunk/main/wizards/com/sun/star/wizards/web/data/
H A DCGSession.java31 import org.w3c.dom.Node;
46 public Node createDOM(Node parent) in createDOM()
48 Node root = XMLHelper.addElement(parent, "session", in createDOM()
96 public Node createDOM() in createDOM()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/
H A DStyle.java26 import org.w3c.dom.Node;
66 public Style(Node node, StyleCatalog sc) { in Style()
78 Node attr = attrNodes.item(i); in Style()
184 public Node createNode(org.w3c.dom.Document parentDoc, String name) { in createNode()
201 public void writeAttributes(Node node) { in writeAttributes()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/util/
H A DOfficeUtil.java28 import org.w3c.dom.Node;
53 public static Node[] parseText(String text, Document parentDoc) { in parseText()
126 Node nodes[] = new Node[nodeVec.size()]; in parseText()
128 nodes[i] = (Node)nodeVec.elementAt(i); in parseText()
/trunk/main/offapi/com/sun/star/animations/
H A DXAnimationListener.idl51 @param Node
54 void beginEvent( [in] XAnimationNode Node );
61 @param Node
64 void endEvent( [in] XAnimationNode Node );
71 @param Node
77 void repeat( [in] XAnimationNode Node, [in] long Repeat );
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/
H A DLogGenerator.java34 import org.apache.openoffice.ooxml.schema.model.base.Node;
157 for (final Node aType : aSchema.Groups.GetSorted()) in WriteGroups()
169 for (final Node aType : aSchema.AttributeGroups.GetSorted()) in WriteAttributeGroups()
181 for (final Node aType : aSchema.Attributes.GetSorted()) in WriteAttributes()
199 final Node aNode = (Node)aType; in WriteType()
/trunk/main/svtools/source/uno/
H A Dtreecontrolpeer.hxx80 …com::sun::star::uno::Reference< ::com::sun::star::awt::tree::XTreeNode >& Node ) throw (::com::sun…
81 …com::sun::star::uno::Reference< ::com::sun::star::awt::tree::XTreeNode >& Node ) throw (::com::sun…
82 …com::sun::star::uno::Reference< ::com::sun::star::awt::tree::XTreeNode >& Node ) throw (::com::sun…
83 …com::sun::star::uno::Reference< ::com::sun::star::awt::tree::XTreeNode >& Node ) throw (::com::sun…
84 …com::sun::star::uno::Reference< ::com::sun::star::awt::tree::XTreeNode >& Node ) throw (::com::sun…
85 …com::sun::star::uno::Reference< ::com::sun::star::awt::tree::XTreeNode >& Node ) throw (::com::sun…
90 …com::sun::star::uno::Reference< ::com::sun::star::awt::tree::XTreeNode >& Node ) throw (::com::sun…
94 …com::sun::star::uno::Reference< ::com::sun::star::awt::tree::XTreeNode >& Node ) throw (::com::sun…

Completed in 129 milliseconds

12345678910