Home
last modified time | relevance | path

Searched refs:tree (Results 76 – 100 of 249) sorted by relevance

12345678910

/aoo41x/main/qadevOOo/tests/java/ifc/awt/tree/
H A D_XTreeNode.java24 package ifc.awt.tree;
26 import com.sun.star.awt.tree.XTreeNode;
H A D_XMutableTreeNode.java24 package ifc.awt.tree;
26 import com.sun.star.awt.tree.XMutableTreeNode;
H A D_TreeControlModel.java24 package ifc.awt.tree;
/aoo41x/main/offapi/com/sun/star/xml/sax/
H A DXSAXSerializable.idl38 /** serializes a DOM tree by generating SAX events.
50 /** serializes an object (e.g. a DOM tree) that represents an XML document
H A DXFastSAXSerializable.idl46 /** serializes a DOM tree by generating FastSAX events.
58 /** serializes an object (e.g. a DOM tree) that represents an XML document
/aoo41x/main/offapi/com/sun/star/accessibility/
H A DXAccessibleContext.idl54 to the tree structure in which all accessible objects are
55 organized. Each node in this tree supports this interface. On the other
100 node, of the accessible tree.</p>
/aoo41x/main/javainstaller2/src/JavaSetup/org/openoffice/setup/SetupData/
H A DDisplayPackageDescription.java29 import javax.swing.tree.DefaultMutableTreeNode;
30 import javax.swing.tree.TreeNode;
/aoo41x/main/offapi/com/sun/star/xforms/
H A DBinding.idl50 /** represent a binding to one or more nodes in the DOM tree of an <type>XModel</type>.
70 <p>If a binding is associated with more than one node in a DOM tree, it
/aoo41x/main/accessibility/workben/org/openoffice/accessibility/awb/canvas/
H A DCanvas.java39 import javax.swing.tree.TreePath;
295 public void SelectObject (javax.swing.tree.TreeNode aNode) in SelectObject()
/aoo41x/main/accessibility/workben/org/openoffice/accessibility/awb/tree/
H A DToolkitNode.java24 package org.openoffice.accessibility.awb.tree;
36 import javax.swing.tree.DefaultMutableTreeNode;
/aoo41x/main/toolkit/
H A DLibrary_tk.mk109 toolkit/source/controls/tree/treecontrol \
110 toolkit/source/controls/tree/treedatamodel \
/aoo41x/main/offapi/com/sun/star/xml/dom/
H A DXDocumentBuilder.idl62 Builds a new dom tree
85 Obtain a new instance of a DOM Document object to build a DOM tree
H A DXElement.idl62 encountered in a preorder traversal of this Element tree.
69 a preorder traversal of this Element tree.
H A DXDocument.idl166 Document tree.
173 traversal of the Document tree.
/aoo41x/main/offapi/com/sun/star/awt/tree/
H A DXTreeNode.idl36 module com { module sun { module star { module awt { module tree {
48 /** Returns the child tree node at <var>Index</var>.
/aoo41x/main/offapi/com/sun/star/configuration/
H A DSetUpdate.idl51 unless they represent a read-only tree element (as indicated by
70 to match the tree structure prescribed by the element template of this set, when
H A DHierarchyElement.idl66 within the hierarchy tree.
111 as a child or descendant of another tree node, for example, directly from a factory or provider.
H A DGroupAccess.idl75 a view of the tree as a container of values and structuring elements.
80 a view of the tree as a hierarchy of properties and subproperties.
H A DHierarchyAccess.idl62 descendants of this tree node can be retrieved. Non-value subnodes can be
70 hierarchical tree.
/aoo41x/main/offapi/com/sun/star/frame/
H A DXDesktop.idl111 inside the frame tree
130 /** provides read access to the component inside the tree which has the UI focus
H A DXFrame.idl47 A frame can be (it's not a must!) a part of a frame tree. If not this frame willn't be
49 The root node of the tree can be a <type>Desktop</type> implementation.
100 and is neccessary for searches inside the tree (e.g. <member>XFrame::findFrame()</member>)
/aoo41x/main/offapi/com/sun/star/xml/crypto/sax/
H A DXSAXEventKeeper.idl125 * @return a tree-style string including all buffer informtion
132 * This element is the working element of the first blocker in tree order.
/aoo41x/main/udkapi/com/sun/star/reflection/
H A DXTypeDescriptionEnumerationAccess.idl65 for the search within the underlying type description tree.
94 specifies the depth of search in the underlying tree of type
/aoo41x/main/offapi/com/sun/star/chart/
H A DAccessibleChartDocumentView.idl41 provide an entry point to the document tree for accessibility.
48 accessibility representation tree as simple as possible and
/aoo41x/main/codemaker/source/cppumaker/
H A Dcpputype.cxx3814 codemaker::ExceptionTree tree; in dumpHxxFile() local
3818 tree.add( in dumpHxxFile()
3824 if (!tree.getRoot()->present) { in dumpHxxFile()
3827 includeExceptions(includes, tree.getRoot()); in dumpHxxFile()
4004 codemaker::ExceptionTree tree; in dumpHxxFile() local
4007 tree.add( in dumpHxxFile()
4013 if (!tree.getRoot()->present) { in dumpHxxFile()
4036 if (!tree.getRoot()->present) { in dumpHxxFile()
4044 dumpCatchClauses(o, tree.getRoot()); in dumpHxxFile()

Completed in 95 milliseconds

12345678910