Home
last modified time | relevance | path

Searched refs:tree (Results 1 – 25 of 249) sorted by relevance

12345678910

/aoo4110/main/svtools/source/uno/
H A Dtreecontrolpeer.hxx48 …heritanceHelper2< VCLXWindow, ::com::sun::star::awt::tree::XTreeControl, ::com::sun::star::awt::tr…
82 …com::sun::star::awt::tree::XTreeNode >& Node ) throw (::com::sun::star::lang::IllegalArgumentExcep…
84 …com::sun::star::awt::tree::XTreeNode >& Node ) throw (::com::sun::star::lang::IllegalArgumentExcep…
85 …com::sun::star::awt::tree::XTreeNode >& Node ) throw (::com::sun::star::lang::IllegalArgumentExcep…
125 …pl& rTree, const ::com::sun::star::uno::Reference< ::com::sun::star::awt::tree::XTreeDataModel >& …
131 void updateTree( const ::com::sun::star::awt::tree::TreeDataModelEvent& rEvent, bool bRecursive );
132 …pl& rTree, const ::com::sun::star::uno::Reference< ::com::sun::star::awt::tree::XTreeNode >& xNode…
143 …void onRequestChildNodes( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::tree::XTr…
144 …bool onExpanding( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::tree::XTreeNode >…
145 …void onExpanded( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::tree::XTreeNode >&…
[all …]
/aoo4110/main/qadevOOo/objdsc/toolkit/
H A Dtoolkit.MutableTreeNode.csv1 "MutableTreeNode";"com::sun::star::awt::tree::XTreeNode";"getChildAt()"
2 "MutableTreeNode";"com::sun::star::awt::tree::XTreeNode";"getChildCount()"
3 "MutableTreeNode";"com::sun::star::awt::tree::XTreeNode";"getParent()"
4 "MutableTreeNode";"com::sun::star::awt::tree::XTreeNode";"getIndex()"
5 "MutableTreeNode";"com::sun::star::awt::tree::XTreeNode";"hasChildrenOnDemand()"
6 "MutableTreeNode";"com::sun::star::awt::tree::XTreeNode";"getDisplayValue()"
7 "MutableTreeNode";"com::sun::star::awt::tree::XTreeNode";"getNodeGraphicURL()"
8 "MutableTreeNode";"com::sun::star::awt::tree::XTreeNode";"getExpandedGraphicURL()"
9 "MutableTreeNode";"com::sun::star::awt::tree::XTreeNode";"getCollapsedGraphicURL()"
10 "MutableTreeNode";"com::sun::star::awt::tree::XMutableTreeNode";"appendChild()"
[all …]
H A Dstardiv.Toolkit.UnoTreeControl.csv1 "UnoTreeControl";"com::sun::star::awt::tree::XTreeControl";"isNodeExpanded()"
2 "UnoTreeControl";"com::sun::star::awt::tree::XTreeControl";"isNodeCollapsed()"
3 "UnoTreeControl";"com::sun::star::awt::tree::XTreeControl";"makeNodeVisible()"
4 "UnoTreeControl";"com::sun::star::awt::tree::XTreeControl";"isNodeVisible()"
5 "UnoTreeControl";"com::sun::star::awt::tree::XTreeControl";"expandNode()"
6 "UnoTreeControl";"com::sun::star::awt::tree::XTreeControl";"collapseNode()"
9 "UnoTreeControl";"com::sun::star::awt::tree::XTreeControl";"getNodeForLocation()"
11 "UnoTreeControl";"com::sun::star::awt::tree::XTreeControl";"isEditing()"
12 "UnoTreeControl";"com::sun::star::awt::tree::XTreeControl";"stopEditing()"
13 "UnoTreeControl";"com::sun::star::awt::tree::XTreeControl";"cancelEditing()"
[all …]
H A Dstardiv.Toolkit.UnoTreeModel.csv20 "UnoTreeModel";"com::sun::star::awt::tree::TreeControlModel";"SelectionType"
21 "UnoTreeModel";"com::sun::star::awt::tree::TreeControlModel";"DataModel"
22 "UnoTreeModel";"com::sun::star::awt::tree::TreeControlModel";"RootDisplayed"
23 "UnoTreeModel";"com::sun::star::awt::tree::TreeControlModel";"ShowsHandles"
24 "UnoTreeModel";"com::sun::star::awt::tree::TreeControlModel";"ShowsRootHandles"
25 "UnoTreeModel";"com::sun::star::awt::tree::TreeControlModel";"RowHeight"
26 "UnoTreeModel";"com::sun::star::awt::tree::TreeControlModel";"Editable"
27 "UnoTreeModel";"com::sun::star::awt::tree::TreeControlModel";"InvokesStopNodeEditing"
H A Dtoolkit.MutableTreeDataModel.csv1 "MutableTreeDataModel";"com::sun::star::awt::tree::XMutableTreeDataModel";"createNode()"
2 "MutableTreeDataModel";"com::sun::star::awt::tree::XMutableTreeDataModel";"setRoot()"
6 "MutableTreeDataModel";"com::sun::star::awt::tree::XTreeDataModel";"getRoot()"
7 "MutableTreeDataModel";"com::sun::star::awt::tree::XTreeDataModel";"addTreeDataModelListener()"
8 "MutableTreeDataModel";"com::sun::star::awt::tree::XTreeDataModel";"removeTreeDataModelListener()"
/aoo4110/main/toolkit/source/controls/tree/
H A Dtreecontrol.hxx72 typedef ::cppu::ImplInheritanceHelper1< UnoControlBase, ::com::sun::star::awt::tree::XTreeControl >…
106 …com::sun::star::awt::tree::XTreeNode >& Node ) throw (::com::sun::star::lang::IllegalArgumentExcep…
107 …deVisible( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::tree::XTreeNode >& Node …
108 …com::sun::star::awt::tree::XTreeNode >& Node ) throw (::com::sun::star::lang::IllegalArgumentExcep…
109 …com::sun::star::awt::tree::XTreeNode >& Node ) throw (::com::sun::star::lang::IllegalArgumentExcep…
110 …nListener( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::tree::XTreeExpansionList…
111 …nListener( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::tree::XTreeExpansionList…
112 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::awt::tree::XTreeNode > SAL_CALL getNod…
113 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::awt::tree::XTreeNode > SAL_CALL getClo…
119 …tListener( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::tree::XTreeEditListener …
[all …]
H A Dtreedatamodel.cxx39 using namespace ::com::sun::star::awt::tree;
69 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::awt::tree::XMutableTreeNode > SAL_CALL…
70 …L setRoot( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::tree::XMutableTreeNode >…
73 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::awt::tree::XTreeNode > SAL_CALL getRoo…
74 …lListener( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::tree::XTreeDataModelList…
75 …lListener( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::tree::XTreeDataModelList…
107 …pendChild( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::tree::XMutableTreeNode >…
108 …t32 Index, const ::com::sun::star::uno::Reference< ::com::sun::star::awt::tree::XMutableTreeNode >…
117 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::awt::tree::XTreeNode > SAL_CALL getChi…
119 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::awt::tree::XTreeNode > SAL_CALL getPar…
[all …]
/aoo4110/main/scripting/examples/java/selector/
H A DScriptSelector.java23 import javax.swing.tree.*;
114 selectorPanel.tree.addTreeSelectionListener( in showOrganizer()
357 public JTree tree; field in ScriptSelectorPanel
368 tree.getLastSelectedPathComponent(); in getSelection()
388 tree = new JTree(treeModel); in initUI()
390 tree.setCellRenderer(new ScriptTreeRenderer()); in initUI()
392 tree.getSelectionModel().setSelectionMode in initUI()
421 JScrollPane scroller = new JScrollPane(tree); in initUI()
444 tree.scrollPathToVisible(new TreePath(newNode.getPath())); in addNode()
492 JTree tree, in getTreeCellRendererComponent() argument
[all …]
/aoo4110/main/nss/
H A Dnss_bug_1437734.patch14 @@ -43,6 +47,7 @@ SignArchive(char *tree, char *keyName, c
22 @@ -81,11 +86,18 @@ SignArchive(char *tree, char *keyName, c
30 - sprintf(fullfn, "%s/%s", tree, tempfn);
37 + count = snprintf(fullfn, sizeof(fullfn), "%s/%s", tree, tempfn);
46 @@ -95,22 +107,44 @@ SignArchive(char *tree, char *keyName, c
50 - sprintf(fullfn, "%s/%s", tree, tempfn);
51 + count = snprintf(fullfn, sizeof(fullfn), "%s/%s", tree, tempfn);
61 - sprintf(fullfn, "%s/%s", tree, tempfn);
68 + count = snprintf(fullfn, sizeof(fullfn), "%s/%s", tree, tempfn);
83 - sprintf(fullfn, "%s/%s", tree, tempfn);
[all …]
/aoo4110/main/toolkit/source/helper/
H A Dlistenermultiplexer.cxx193 IMPL_LISTENERMULTIPLEXER_BASEMETHODS( TreeExpansionListenerMultiplexer, ::com::sun::star::awt::tree
194 …erMultiplexer, ::com::sun::star::awt::tree::XTreeExpansionListener, requestChildNodes, ::com::sun:…
195 …sun::star::awt::tree::XTreeExpansionListener, treeExpanding, ::com::sun::star::awt::tree::TreeExpa…
196 …un::star::awt::tree::XTreeExpansionListener, treeCollapsing, ::com::sun::star::awt::tree::TreeExpa…
197 …tenerMultiplexer, ::com::sun::star::awt::tree::XTreeExpansionListener, treeExpanded, ::com::sun::s…
198 …enerMultiplexer, ::com::sun::star::awt::tree::XTreeExpansionListener, treeCollapsed, ::com::sun::s…
203 IMPL_LISTENERMULTIPLEXER_BASEMETHODS( TreeEditListenerMultiplexer, ::com::sun::star::awt::tree::XTr…
/aoo4110/main/odk/examples/DevelopersGuide/ScriptingFramework/ScriptSelector/ScriptSelector/
H A DScriptSelector.java23 import javax.swing.tree.*;
111 selectorPanel.tree.addTreeSelectionListener( in show()
256 public JTree tree; field in ScriptSelectorPanel
267 tree.getLastSelectedPathComponent(); in getSelection()
287 tree = new JTree(treeModel); in initUI()
289 tree.setCellRenderer(new ScriptTreeRenderer()); in initUI()
291 tree.getSelectionModel().setSelectionMode in initUI()
320 JScrollPane scroller = new JScrollPane(tree); in initUI()
343 tree.scrollPathToVisible(new TreePath(newNode.getPath())); in addNode()
391 JTree tree, in getTreeCellRendererComponent() argument
[all …]
/aoo4110/main/helpcontent2/source/auxiliary/
H A Dmakefile.mk34 sbasic.tree \
35 simpress.tree \
36 scalc.tree \
37 smath.tree \
38 schart.tree \
39 swriter.tree \
40 shared.tree
/aoo4110/main/odk/examples/java/Inspector/
H A DHideableTreeModel.java31 import javax.swing.tree.*;
171 public ArrayList getExpandedPaths(JTree tree) { in getExpandedPaths() argument
173 addExpandedPaths(tree, tree.getPathForRow(0), expandedPaths); in getExpandedPaths()
178 private void addExpandedPaths(JTree tree, TreePath path, ArrayList pathlist) { in addExpandedPaths() argument
179 Enumeration aEnum = tree.getExpandedDescendants(path); in addExpandedPaths()
183 addExpandedPaths(tree, tp, pathlist); in addExpandedPaths()
188 public void expandPaths(JTree tree, ArrayList pathlist) { in expandPaths() argument
190 tree.expandPath((TreePath)pathlist.get(i)); in expandPaths()
/aoo4110/main/toolkit/inc/toolkit/helper/
H A Dlistenermultiplexer.hxx228 …ER_START_DLLPUB( TreeExpansionListenerMultiplexer, ::com::sun::star::awt::tree::XTreeExpansionList…
229 …virtual void SAL_CALL requestChildNodes( const ::com::sun::star::awt::tree::TreeExpansionEvent& aE…
230 …eeExpanding( const ::com::sun::star::awt::tree::TreeExpansionEvent& aEvent ) throw (::com::sun::st…
231 …eCollapsing( const ::com::sun::star::awt::tree::TreeExpansionEvent& aEvent ) throw (::com::sun::st…
232 …virtual void SAL_CALL treeExpanded( const ::com::sun::star::awt::tree::TreeExpansionEvent& aEvent …
233 …virtual void SAL_CALL treeCollapsed( const ::com::sun::star::awt::tree::TreeExpansionEvent& aEvent…
239 DECL_LISTENERMULTIPLEXER_START_DLLPUB( TreeEditListenerMultiplexer, ::com::sun::star::awt::tree::XT…
240 …deEditing( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::tree::XTreeNode >& Node …
241 …odeEdited( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::tree::XTreeNode >& Node,…
/aoo4110/main/offapi/com/sun/star/awt/tree/
H A DTreeControlModel.idl27 #include <com/sun/star/awt/tree/XTreeDataModel.idl>
40 module com { module sun { module star { module awt { module tree {
51 /** Specifies the selection mode that is enabled for this tree.
63 /** Specifies if the root node of the tree is displayed.
72 <p>The handles are doted lines that visualize the tree like hirarchie<p>
89 /** Specifies whether the nodes of the tree are editable.
97 /** Specifies what happens when editing is interrupted by selecting another node in the tree,
98 a change in the tree's data, or by some other means.
H A DXTreeDataModel.idl27 #include <com/sun/star/awt/tree/XTreeDataModelListener.idl>
39 #include <com/sun/star/awt/tree/XTreeNode.idl>
44 module com { module sun { module star { module awt { module tree {
59 /** Returns the root of the tree.
60 <p>Returns null only if the tree has no nodes.
63 the root of the tree
67 /** Adds a listener for the <type>TreeDataModelEvent</type> posted after the tree changes.
H A DXTreeExpansionListener.idl31 #include <com/sun/star/awt/tree/TreeExpansionEvent.idl>
35 #include <com/sun/star/awt/tree/ExpandVetoException.idl>
40 module com { module sun { module star { module awt { module tree {
59 /** Invoked whenever a node in the tree is about to be expanded.
68 /** Invoked whenever a node in the tree is about to be collapsed.
77 /** Called whenever a node in the tree has been succesfully expanded. */
80 /** Called whenever a node in the tree has been succesfully collapsed. */
H A DXTreeControl.idl31 #include <com/sun/star/awt/tree/XTreeExpansionListener.idl>
39 #include <com/sun/star/awt/tree/XTreeEditListener.idl>
44 module com { module sun { module star { module awt { module tree {
54 /** This interfaces provides access to the selection of tree nodes for this control.
163 a <type>XTreeExpansionListener</type> that will be notified when a tree
190 // tree geometry
230 // tree editing
233 /** Returns <TRUE/> if one of tree's nodes is being currently edited.
243 <p>Has no effect if the tree isn't being edited.</p>
251 <p>Has no effect if the tree isn't being edited.</p>
[all …]
H A DXTreeDataModelListener.idl31 #include <com/sun/star/awt/tree/TreeDataModelEvent.idl>
37 module com { module sun { module star { module awt { module tree {
51 The node(s) have not changed locations in the tree or altered their
62 /** Invoked after nodes have been inserted into the tree.
69 /** Invoked after nodes have been removed from the tree.
70 <p>Note that if a subtree is removed from the tree,
79 /** Invoked after the tree has drastically changed structure from a given node down.
/aoo4110/main/qadevOOo/tests/java/ifc/awt/tree/
H A D_XTreeDataModel.java24 package ifc.awt.tree;
26 import com.sun.star.awt.tree.TreeDataModelEvent;
27 import com.sun.star.awt.tree.XMutableTreeNode;
28 import com.sun.star.awt.tree.XTreeDataModel;
29 import com.sun.star.awt.tree.XTreeDataModelListener;
30 import com.sun.star.awt.tree.XTreeNode;
/aoo4110/main/solenv/inc/
H A Dtg_xmerge.mk67 ALLTAR : $(MISC)/$(TARGET).tree.pmerge.mk $(TREEFILE)
69 $(MISC)/$(TARGET).tree.pmerge.mk : $(TREEFILE)
73 .INCLUDE .IGNORE : $(MISC)/$(TARGET).tree.pmerge.mk
79 $(OUT_HELP)/en-US/help.tree $(TREEMERGEPHONY) : help.tree
89 $(MISC)/$(TARGET).tree.pmerge.mk : $(TREEMERGELIST)
/aoo4110/main/accessibility/workben/org/openoffice/accessibility/awb/tree/
H A DDynamicAccessibilityModel.java24 package org.openoffice.accessibility.awb.tree;
26 import javax.swing.tree.TreeNode;
27 import javax.swing.tree.MutableTreeNode;
28 import javax.swing.tree.DefaultMutableTreeNode;
100 throws javax.swing.tree.ExpandVetoException { in treeWillCollapse()
112 throws javax.swing.tree.ExpandVetoException { in treeWillExpand()
/aoo4110/main/offapi/com/sun/star/awt/
H A DAccessibleTreeListBoxEntry.idl56 /** This interface gives access to the structural information of a tree list box entry:
59 <li>Role: The role of a tree list box entry is <const
62 <li>Name: The name of a tree list box entry is it's text.</li>
63 <li>Description: The description of a tree list box entry is empty.</li>
67 …or an <type scope="com::sun::star::awt">AccessibleTreeListBoxEntry</type> that contains the tree l…
86 … >AccessibleStateType::EDITABLE</const> is set when a tree list box entry can be edited.</li>
108 a menu. The supported actions for a tree list box entry are:
116 tree list box entry.
H A DAccessibleTreeListBox.idl41 /** specifies accessibility support for a tree list box.
52 /** This interface gives access to the structural information of a tree list box:
55 <li>Role: The role of a tree list box is <const
58 <li>Name: The name of a tree list box is its localized label.</li>
59 <li>Description: The description of a tree list box is its localized
63 <li>Parent: The parent is the window that contains the tree list box.</li>
103 tree list box.
/aoo4110/main/accessibility/workben/org/openoffice/accessibility/awb/canvas/
H A DCanvasShape.java48 public CanvasShape (javax.swing.tree.TreeNode aNode, Canvas aCanvas) in CanvasShape()
70 public javax.swing.tree.TreePath getNodePath (javax.swing.tree.TreeNode node) in getNodePath()
72 javax.swing.tree.TreeNode parent = node.getParent(); in getNodePath()
75 new javax.swing.tree.TreePath(node); in getNodePath()
78 public javax.swing.tree.TreePath getNodePath () in getNodePath()
381 private javax.swing.tree.TreeNode

Completed in 68 milliseconds

12345678910