| /AOO41X/main/autodoc/inc/ary/ |
| H A D | symtreenode.hxx | 74 class Node class 77 typedef Node<NODE_TRAITS> node_self; 84 Node(); 85 explicit Node( 89 ~Node(); 145 Node(const node_self&); 165 inline const typename Node<NODE_TRAITS>::entity_t & 166 Node<NODE_TRAITS>::Entity() const in Entity() 173 inline Node<NODE_TRAITS> * 174 Node<NODE_TRAITS>::NodeOf(id_t i_id) const in NodeOf() [all …]
|
| /AOO41X/main/reportbuilder/java/com/sun/star/report/pentaho/model/ |
| H A D | OfficeReport.java | 26 import org.jfree.report.structure.Node; 41 private Node pageHeader; 42 private Node pageFooter; 43 private Node columnHeader; 44 private Node columnFooter; 45 private Node reportHeader; 46 private Node reportFooter; 47 private Node bodySection; 48 private Node preBodySection; 49 private Node postBodySection; [all …]
|
| /AOO41X/main/autodoc/source/display/toolkit/ |
| H A D | out_node.cxx | 40 Node * p1, in operator ()() 41 Node * p2 ) const in operator ()() 48 Node C_aNullNode(Node::null_object); 57 Node::Node() in Node() function in output::Node 66 Node::Node( E_NullObject ) in Node() function in output::Node 75 Node::Node( const String & i_name, in Node() function in output::Node 76 Node & i_parent ) in Node() 85 Node::~Node() in ~Node() 95 Node & 96 Node::Provide_Child( const String & i_name ) in Provide_Child() [all …]
|
| /AOO41X/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/sxc/ |
| H A D | SxcDocumentSerializer.java | 29 import org.w3c.dom.Node; 150 public void traverseSettings(Node node) throws IOException { in traverseSettings() 156 Node child = nodeList.item(i); in traverseSettings() 158 if (child.getNodeType() == Node.ELEMENT_NODE) { in traverseSettings() 223 protected void traverseBody(Node node) throws IOException { in traverseBody() 234 Node searchNode = nodeList.item(i); in traverseBody() 235 if (searchNode.getNodeType() == Node.ELEMENT_NODE) { in traverseBody() 251 Node child = nodeList.item(i); in traverseBody() 253 if (child.getNodeType() == Node.ELEMENT_NODE) { in traverseBody() 280 protected void traverseNamedExpressions(Node node) throws IOException { in traverseNamedExpressions() [all …]
|
| /AOO41X/main/svl/source/items/ |
| H A D | stylepool.cxx | 45 class Node class 47 std::vector<Node*> mChildren; // child nodes, create by findChildNode(..) 52 Node *mpUpper; // if I'm a child node that's my parent node 58 Node() // root node Ctor in Node() function in __anon4f1ee67f0111::Node 65 Node( const SfxPoolItem& rItem, Node* pParent, const bool bIgnorable ) // child node Ctor in Node() function in __anon4f1ee67f0111::Node 73 ~Node(); 87 Node* findChildNode( const SfxPoolItem& rItem, 89 Node* nextItemSet( Node* pLast, 102 const StylePool::SfxItemSet_Pointer_t Node::getUsedOrLastAddedItemSet() const in getUsedOrLastAddedItemSet() 119 bool Node::hasItemSet( const bool bCheckUsage ) const in hasItemSet() [all …]
|
| /AOO41X/main/xmerge/source/xmerge/java/org/openoffice/xmerge/util/ |
| H A D | XmlUtil.java | 26 import org.w3c.dom.Node; 52 public static Node deepClone(Node oldNode, Node newNode) { in deepClone() 56 Node clonedNode = cloneNode(docNode, newNode); in deepClone() 73 private static void cloneTree(Document docNode, Node oldNode, Node newNode) { in cloneTree() 79 Node newClonedChild = cloneNode(docNode, nodeList.item(i)); in cloneTree() 97 private static Node cloneNode(Document docNode, Node newNode) { in cloneNode() 99 Node clonedNode = null; in cloneNode() 103 case Node.TEXT_NODE: in cloneNode() 107 case Node.ELEMENT_NODE: in cloneNode() 133 public static String getNodeInfo(Node node) { in getNodeInfo() [all …]
|
| /AOO41X/main/configmgr/source/ |
| H A D | node.cxx | 47 NodeMap & Node::getMembers() { in getMembers() 54 rtl::OUString Node::getTemplateName() const { in getTemplateName() 58 void Node::setMandatory(int layer) { in setMandatory() 63 int Node::getMandatory() const { in getMandatory() 67 void Node::setLayer(int layer) { in setLayer() 72 int Node::getLayer() const { in getLayer() 76 void Node::setFinalized(int layer) { in setFinalized() 80 int Node::getFinalized() const { in getFinalized() 84 rtl::Reference< Node > Node::getMember(rtl::OUString const & name) { in getMember() 87 return i == members.end() ? rtl::Reference< Node >() : i->second; in getMember() [all …]
|
| H A D | access.cxx | 123 rtl::Reference< Node > p(getNode()); in isValue() 125 case Node::KIND_PROPERTY: in isValue() 126 case Node::KIND_LOCALIZED_VALUE: in isValue() 128 case Node::KIND_LOCALIZED_PROPERTY: in isValue() 157 Modifications::Node const & modifications, Broadcaster * broadcaster) in initBroadcaster() 266 if (getNode()->kind() == Node::KIND_GROUP) { in queryInterface() 284 if (getNode()->kind() != Node::KIND_GROUP || in queryInterface() 293 if (getNode()->kind() == Node::KIND_SET) { in queryInterface() 306 if (getNode()->kind() == Node::KIND_LOCALIZED_PROPERTY && in checkLocalizedPropertyAccess() 317 rtl::Reference< Node > Access::getParentNode() { in getParentNode() [all …]
|
| /AOO41X/main/offapi/com/sun/star/awt/tree/ |
| H A D | XTreeControl.idl | 69 /** Returns <TRUE/> if <var>Node</var> is currently expanded. 71 @param Node 75 <FALSE/> if <var>Node</var> or at least one of its parent nodes are collapsed, 76 <TRUE/> if <var>Node</var> and all of its parent nodes are expanded. 79 if <var>Node</var> is not a valid node of the corresponding <type>XTreeDataModel</type>. 81 boolean isNodeExpanded( [in] XTreeNode Node ) 84 /** Returns <TRUE/> if <var>Node</var> is currently collapsed. 86 @param Node 90 <TRUE/> if <var>Node</var> or at least one of its parent nodes are collapsed, 91 <FALSE/> if <var>Node</var> and all of its parent nodes are expanded [all …]
|
| /AOO41X/main/autodoc/source/display/inc/toolkit/ |
| H A D | out_node.hxx | 41 class Node class 44 typedef std::vector< Node* > List; 50 Node(); 51 explicit Node( 53 ~Node(); 57 const Node & i_node ) const in operator ==() 60 const Node & i_node ) const in operator !=() 65 Node & Provide_Child( 68 Node & Provide_Child( in Provide_Child() 89 Node * Parent() { return pParent; } in Parent() [all …]
|
| H A D | out_tree.hxx | 61 Node & Set_NamesRoot( 64 Node & Set_IndexRoot( 67 Node & Set_ProjectsRoot( 70 Node & Provide_Node( 75 Node & RootNode() { return *pRoot; } in RootNode() 76 Node & NamesRootNode() { return *pNamesRoot; } in NamesRootNode() 77 Node & IndexRootNode() { return *pIndexRoot; } in IndexRootNode() 78 Node & ProjectsRootNode() { return *pProjectsRoot; } in ProjectsRootNode() 92 Dyn<Node> pRoot; 93 Node * pNamesRoot; [all …]
|
| /AOO41X/main/autodoc/inc/ary/info/ |
| H A D | docstore.hxx | 39 class Node; 53 DYN doc::Node & let_drDocu ); 55 DYN doc::Node & let_drDocu ); 58 DYN doc::Node & let_drDocu ); 61 DYN doc::Node & let_drDocu, 64 DYN doc::Node & let_drDocu, 69 DYN doc::Node & let_drDocu ) = 0; 71 DYN doc::Node & let_drDocu ) = 0; 74 DYN doc::Node & let_drDocu ) = 0; 77 DYN doc::Node & let_drDocu, [all …]
|
| /AOO41X/main/autodoc/inc/ary/doc/ |
| H A D | d_node.hxx | 48 class Node : public csv::ConstProcessorClient class 52 virtual ~Node(); 56 DYN Node & pass_nextNode ); 59 const Node * Next() const; 64 explicit Node( 68 Node(const Node&); 69 Node & operator=(const Node&); 73 Dyn<Node> pNext; /// Next ->Node in same list. 76 typedef csv::VirtualVector<Node> NodeList; 83 Node::Type() const in Type() [all …]
|
| /AOO41X/main/xmerge/source/aportisdoc/java/org/openoffice/xmerge/converter/xml/sxw/aportisdoc/ |
| H A D | DocumentSerializerImpl.java | 27 import org.w3c.dom.Node; 117 Node node = list.item(0); in serialize() 142 private void traverseBody(Node node) throws IOException { in traverseBody() 153 Node child = nodeList.item(i); in traverseBody() 155 if (child.getNodeType() == Node.ELEMENT_NODE) { in traverseBody() 192 private void traverseParagraph(Node node) throws IOException { in traverseParagraph() 210 private void traverseParaContents(Node node) throws IOException { in traverseParaContents() 219 Node child = nodeList.item(i); in traverseParaContents() 224 case Node.TEXT_NODE: in traverseParaContents() 238 case Node.ELEMENT_NODE: in traverseParaContents() [all …]
|
| /AOO41X/main/xmerge/source/xmerge/java/org/openoffice/xmerge/merger/merge/ |
| H A D | DocumentMerge.java | 27 import org.w3c.dom.Node; 125 removeNode((Node)(orgSeq.currentElement())); in applyDifference() 150 appendNode((Node)(orgSeq.currentElement()), in applyDifference() 151 (Node)(modSeq.currentElement())); in applyDifference() 154 insertNode((Node)(orgSeq.currentElement()), in applyDifference() 155 (Node)(modSeq.currentElement())); in applyDifference() 198 protected void removeNode(Node node) { in removeNode() 200 Node parent = node.getParentNode(); in removeNode() 210 protected void appendNode(Node oldNode, Node newNode) { in appendNode() 211 Node clonedNode = XmlUtil.deepClone(oldNode, newNode); in appendNode() [all …]
|
| /AOO41X/main/xmlsecurity/tools/uno/ |
| H A D | ParsingThread.java | 26 import org.w3c.dom.Node; 39 private Node m_node; 58 ParsingThread(Node node, XDocumentHandler xDocumentHandler, TestTool testTool) in ParsingThread() 95 case Node.DOCUMENT_NODE: /* startDocument */ in nextStep() 100 case Node.ELEMENT_NODE: /* startElement */ in nextStep() 120 case Node.TEXT_NODE: /* characters */ in nextStep() 129 case Node.COMMENT_NODE: /* comment */ in nextStep() 131 case Node.PROCESSING_INSTRUCTION_NODE: /* PI */ in nextStep() 143 case Node.DOCUMENT_NODE: in nextStep() 144 case Node.ELEMENT_NODE: in nextStep() [all …]
|
| /AOO41X/main/xmerge/source/xmerge/java/org/openoffice/xmerge/merger/diff/ |
| H A D | NodeIterator.java | 26 import org.w3c.dom.Node; 57 private Node root; 67 public NodeIterator(ConverterCapabilities cc, Node node) { in NodeIterator() 131 if (!(obj1 instanceof Node && obj2 instanceof Node)) { in equivalent() 135 Node node1 = (Node)obj1; in equivalent() 136 Node node2 = (Node)obj2; in equivalent() 160 protected boolean compareNode(Node node1, Node node2) { in compareNode() 225 protected boolean childrenEqual(Node node1, Node node2) { in childrenEqual() 268 protected boolean attributesEqual(Node node1, Node node2) { in attributesEqual() 306 Node srcAttr = attrNode[src].item(j); in attributesEqual() [all …]
|
| /AOO41X/main/writerfilter/qa/cppunittests/odiapi/ |
| H A D | testCore.cxx | 45 Node::Pointer_t node = createNode(NS_style::LN_char, ph, "NS_style::LN_char"); in testCreateCore() 60 Node::Pointer_t node1 = createNode(NS_style::LN_char, ph, "Text"); in testInsertSibling() 61 Node::Pointer_t node2 = createNode(NS_style::LN_char, ph, "\\par"); in testInsertSibling() 66 const Node* n = node1.get(); in testInsertSibling() 75 Node::Pointer_t node3 = createNode(NS_style::LN_char, ph, "\\span"); in testInsertSibling() 98 Node::Pointer_t node1 = createNode(NS_style::LN_char, ph, "Text"); in testAppendChildren() 99 const Node* pn1 = node1.get(); in testAppendChildren() 101 Node::Pointer_t node2 = createNode(NS_style::LN_char, ph, "\\par"); in testAppendChildren() 107 const Node* n = &node2->getFirstChild(); in testAppendChildren() 121 Node::Pointer_t node1 = createNode(NS_style::LN_char, ph, "A"); in testCore() [all …]
|
| /AOO41X/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/ |
| H A D | DocumentSerializerImpl.java | 27 import org.w3c.dom.Node; 157 Node node = list.item(0); in serialize() 181 private void traverseBody(Node node) throws IOException { in traverseBody() 190 Node child = nodeList.item(i); in traverseBody() 192 if (child.getNodeType() == Node.ELEMENT_NODE) { in traverseBody() 227 private void traverseParagraph(Node node) throws IOException { in traverseParagraph() 264 private void traverseParaContents(Node node, TextStyle defTextStyle) { in traverseParaContents() 275 Node child = nodeList.item(i); in traverseParaContents() 277 if (child.getNodeType() == Node.TEXT_NODE) { in traverseParaContents() 291 } else if (child.getNodeType() == Node.ELEMENT_NODE) { in traverseParaContents() [all …]
|
| /AOO41X/main/xmerge/workben/ |
| H A D | XmlDiff.java | 42 import org.w3c.dom.Node; 116 private void diffLog(String errMsg, Node node1, Node node2) { in diffLog() 140 private String nodeInfo(Node node) { in nodeInfo() 145 case Node.ELEMENT_NODE: in nodeInfo() 148 case Node.ATTRIBUTE_NODE: in nodeInfo() 151 case Node.TEXT_NODE: in nodeInfo() 154 case Node.CDATA_SECTION_NODE: in nodeInfo() 157 case Node.ENTITY_REFERENCE_NODE: in nodeInfo() 160 case Node.ENTITY_NODE: in nodeInfo() 163 case Node.PROCESSING_INSTRUCTION_NODE: in nodeInfo() [all …]
|
| /AOO41X/main/xmerge/source/palmtests/qa/comparator/ |
| H A D | XmlDiff.java | 42 import org.w3c.dom.Node; 116 private void diffLog(String errMsg, Node node1, Node node2) { in diffLog() 140 private String nodeInfo(Node node) { in nodeInfo() 145 case Node.ELEMENT_NODE: in nodeInfo() 148 case Node.ATTRIBUTE_NODE: in nodeInfo() 151 case Node.TEXT_NODE: in nodeInfo() 154 case Node.CDATA_SECTION_NODE: in nodeInfo() 157 case Node.ENTITY_REFERENCE_NODE: in nodeInfo() 160 case Node.ENTITY_NODE: in nodeInfo() 163 case Node.PROCESSING_INSTRUCTION_NODE: in nodeInfo() [all …]
|
| /AOO41X/main/xmerge/source/pocketword/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/ |
| H A D | DocumentSerializerImpl.java | 26 import org.w3c.dom.Node; 109 Node node = list.item(0); in serialize() 178 private void traverseBody(Node node) throws IOException, ConvertException { in traverseBody() 185 Node child = nList.item(i); in traverseBody() 187 if (child.getNodeType() == Node.ELEMENT_NODE) { in traverseBody() 208 private void traverseParagraph(Node node) throws IOException, ConvertException { in traverseParagraph() 243 private void traverseParagraphContents (Node node, TextStyle defTextStyle) in traverseParagraphContents() 261 Node child = nList.item(i); in traverseParagraphContents() 265 case Node.TEXT_NODE: in traverseParagraphContents() 280 case Node.ELEMENT_NODE: in traverseParagraphContents() [all …]
|
| /AOO41X/main/autodoc/source/display/html/ |
| H A D | pm_class.cxx | 482 class Node class 485 Node( 492 Node * io_pDerived = 0, 496 ~Node(); 499 std::vector< const Node* > & 510 const Node * Derived() const { return pDerived; } in Derived() 513 typedef std::vector< DYN Node* > BaseList; 520 Node * pDerived; 537 const Node & i_rClass ); 559 Dyn< Node > in Write_BaseHierarchy() [all …]
|
| /AOO41X/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/ |
| H A D | OfficeTableTemplateLayoutController.java | 40 import org.jfree.report.structure.Node; 52 private Node[] nodes; 104 this.nodes = (Node[]) tables.toArray(new Node[tables.size()]); in initialize() 112 final Node[] nodeArray = section.getNodeArray(); in addPBody() 115 final Node node = nodeArray[i]; in addPBody() 124 final Node[] nodeArray = section.getNodeArray(); in addFromBody() 127 final Node node = nodeArray[i]; in addFromBody() 145 final Node[] nodeArray = section.getNodeArray(); in addFromGroup() 148 final Node node = nodeArray[i]; in addFromGroup() 166 final Node[] nodeArray = section.getNodeArray(); in addFromSection() [all …]
|
| /AOO41X/main/autodoc/source/parser/cpp/ |
| H A D | sdocdist.hxx | 60 DYN ary::doc::Node& let_drDocu ); 62 DYN ary::doc::Node& let_drDocu ); 65 DYN ary::doc::Node& let_drDocu ); 68 DYN ary::doc::Node& let_drDocu, 71 DYN ary::doc::Node& let_drDocu, 77 Dyn<ary::doc::Node> pLastStoredDocu; 106 S_DocuDistributor::do_Store2CurFile( DYN ary::doc::Node & let_drDocu ) in do_Store2CurFile() 114 S_DocuDistributor::do_Store2CurNamespace( DYN ary::doc::Node & let_drDocu ) in do_Store2CurNamespace() 122 S_DocuDistributor::do_Store2ConnectedDeclaration( DYN ary::doc::Node & let_drDocu ) in do_Store2ConnectedDeclaration() 132 S_DocuDistributor::do_Store2Glossary( DYN ary::doc::Node & let_drDocu, in do_Store2Glossary() [all …]
|