| /AOO42X/main/sw/qa/complex/writer/ |
| H A D | TextPortionEnumerationTest.java | 89 TreeNode next() { return (TreeNode) m_Elements[m_Pos++]; } in next() 93 class TreeNode class 95 private List<TreeNode> m_Children; 99 TreeNode dup() { throw new RuntimeException("TreeNode.dup"); } in dup() 103 TreeNode() { m_Children = new ArrayList<TreeNode>(); } in TreeNode() method in TreeNode 104 TreeNode appendChild(TreeNode child) in appendChild() 111 abstract class MarkNode extends TreeNode 228 abstract class ContentNode extends TreeNode 236 TreeNode appendChild(TreeNode t) { in appendChild() 268 class FrameNode extends TreeNode [all …]
|
| /AOO42X/main/odk/examples/java/Inspector/ |
| H A D | HideableTreeModel.java | 40 public HideableTreeModel(TreeNode _root) { in HideableTreeModel() 196 if(_oNode instanceof TreeNode) { in isLeaf() 197 return ((TreeNode) _oNode).isLeaf(); in isLeaf() 205 if(node != getRoot() && (node instanceof TreeNode)) { in getParent() 206 return ((TreeNode)node).getParent(); in getParent() 228 TreeNode parent = n.getParent(); in setNodeVisible() 268 if(parent instanceof TreeNode) { in getChild() 269 TreeNode p = (TreeNode) parent; in getChild() 271 TreeNode pc = (TreeNode)p.getChildAt(i); in getChild() 286 if(parent instanceof TreeNode) { in getChildCount() [all …]
|
| H A D | SwingUnoNode.java | 24 import javax.swing.tree.TreeNode; 74 TreeNode oTreeNode = getParent(); in getClassName()
|
| /AOO42X/main/accessibility/workben/org/openoffice/accessibility/awb/canvas/ |
| H A D | ShapeContainer.java | 33 import javax.swing.tree.TreeNode; 80 public synchronized boolean AddNode (TreeNode aNode) in AddNode() 109 public synchronized boolean RemoveNode (TreeNode aNode) in RemoveNode() 145 public CanvasShape Get (TreeNode aNode) in Get() 168 AddNode ((TreeNode)aNewNodes[i]); in treeNodesInserted() 175 RemoveNode ((TreeNode)aOldNodes[i]); in treeNodesRemoved() 180 TreeNode aNode = (TreeNode)aEvent.getTreePath().getLastPathComponent(); in treeStructureChanged() 192 TreeNode aNode = (TreeNode)aEvent.getPath().getLastPathComponent(); in treeWillCollapse() 198 TreeNode aNode = (TreeNode)aEvent.getPath().getLastPathComponent(); in treeExpanded() 206 private void AddAllChildren (TreeNode aNode) { in AddAllChildren() [all …]
|
| H A D | CanvasShape.java | 48 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() 381 private javax.swing.tree.TreeNode
|
| H A D | Canvas.java | 295 public void SelectObject (javax.swing.tree.TreeNode aNode) in SelectObject()
|
| /AOO42X/main/javainstaller2/src/JavaSetup/org/openoffice/setup/SetupData/ |
| H A D | DisplayPackageDescription.java | 30 import javax.swing.tree.TreeNode; 57 private int getSize(TreeNode peerNode) { in getSize() 63 public void setState(TreeNode node, int newState) { in setState() 72 TreeNode child = (TreeNode)e.nextElement(); in setState() 86 public void toggleState(TreeNode node) { in toggleState() 107 TreeNode parent = node.getParent(); in toggleState() 112 TreeNode grandpa = parent.getParent(); in toggleState() 126 public void updateState(TreeNode node) in updateState() 133 TreeNode child = (TreeNode) e.nextElement(); in updateState() 156 public void updateSize(TreeNode node) in updateSize() [all …]
|
| H A D | PackageDescription.java | 34 import javax.swing.tree.TreeNode; 40 public class PackageDescription implements TreeNode { 631 public TreeNode getChildAt(int childIndex) { in getChildAt() 632 return (TreeNode)children.elementAt(childIndex); in getChildAt() 639 public int getIndex(TreeNode node) { in getIndex() 647 public TreeNode getParent() { in getParent() 648 return (TreeNode)parent; in getParent()
|
| /AOO42X/main/sd/source/ui/inc/taskpane/ |
| H A D | TaskPaneTreeNode.hxx | 60 class TreeNode class 65 TreeNode (TreeNode* pParent); 66 virtual ~TreeNode (void); 68 void SetParentNode (TreeNode* pNewParent); 69 TreeNode* GetParentNode (void); 177 TreeNode* pChild = NULL) const; 183 TreeNode* mpParent; 199 const TreeNode& rNode, 201 TreeNode* pChild = NULL); 203 const TreeNode& mrSource; [all …]
|
| H A D | ControlContainer.hxx | 36 class TreeNode; 64 ControlContainer (TreeNode* pNode); 83 sal_uInt32 AddControl (::std::auto_ptr<TreeNode> pControl); 94 TreeNode* pControl, 102 sal_uInt32 GetControlIndex (TreeNode* pControl) const; 115 TreeNode* GetControl (sal_uInt32 nIndex) const; 174 typedef ::std::vector<TreeNode*> ControlList; 180 TreeNode* mpNode;
|
| H A D | TitledControl.hxx | 48 public TreeNode 70 TreeNode* pParent, 71 ::std::auto_ptr<TreeNode> pControl, 96 TreeNode* GetControl (void); 97 const TreeNode* GetConstControl () const;
|
| H A D | TaskPaneControlFactory.hxx | 36 class TreeNode; 61 ::std::auto_ptr<TreeNode> CreateControl( ::Window& i_rParent ); 64 virtual TreeNode* InternalCreateControl( ::Window& i_rParent ) = 0; 82 virtual TreeNode* InternalCreateControl( ::Window& i_rParent ) in InternalCreateControl()
|
| H A D | ScrollPanel.hxx | 52 public TreeNode 73 ::std::auto_ptr<TreeNode> pControl, 79 void AddControl (::std::auto_ptr<TreeNode> pControl); 97 TreeNode* pControl,
|
| H A D | SubToolPanel.hxx | 57 public TreeNode 82 TreeNode* pControl,
|
| H A D | SlideSorterCacheDisplay.hxx | 53 class TreeNode; 58 : public TreeNode
|
| H A D | TitleBar.hxx | 47 public TreeNode
|
| /AOO42X/main/accessibility/workben/org/openoffice/accessibility/awb/tree/ |
| H A D | DynamicAccessibilityModel.java | 26 import javax.swing.tree.TreeNode; 81 TreeNode node = (TreeNode) treeExpansionEvent.getPath().getLastPathComponent(); in treeCollapsed() 89 TreeNode node = (TreeNode) treeExpansionEvent.getPath().getLastPathComponent(); in treeExpanded() 101 TreeNode node = (TreeNode) treeExpansionEvent.getPath().getLastPathComponent(); in treeWillCollapse() 113 TreeNode node = (TreeNode) treeExpansionEvent.getPath().getLastPathComponent(); in treeWillExpand()
|
| H A D | AccessibilityModel.java | 27 import javax.swing.tree.TreeNode; 88 public static void addEventListener(TreeNode node, XAccessibleEventListener listener) { in addEventListener() 95 public static void removeEventListener(TreeNode node, XAccessibleEventListener listener) { in removeEventListener()
|
| H A D | AccessibilityTreeModel.java | 35 import javax.swing.tree.TreeNode;
|
| /AOO42X/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/ |
| H A D | StreamView.java | 34 import javax.swing.tree.TreeNode; 129 private DefaultMutableTreeNode GetChildNodeForName (final TreeNode aNode, final String sName) in GetChildNodeForName() 133 final TreeNode aChild = aNode.getChildAt(nIndex); in GetChildNodeForName() 225 final TreeNode[] aTreeNodePath = new TreeNode[aPathParts.length+1]; in MakePartVisible() 226 TreeNode aNode = (TreeNode)getModel().getRoot(); in MakePartVisible() 234 final TreeNode aChildNode = aNode.getChildAt(nIndex); in MakePartVisible()
|
| /AOO42X/main/accessibility/workben/org/openoffice/accessibility/awb/ |
| H A D | AccessibilityWorkBench.java | 48 import javax.swing.tree.TreeNode; 559 javax.swing.tree.TreeNode aSelectedNode = in actionPerformed() 560 (javax.swing.tree.TreeNode)aSelectionPath.getLastPathComponent(); in actionPerformed() 594 maCanvas.SelectObject ((TreeNode) aObject); in valueChanged() 612 … AccessibilityModel.removeEventListener( (TreeNode)maCurrentObject, maObjectViewContainer ); in implSetCurrentObject() 617 AccessibilityModel.addEventListener( (TreeNode)maCurrentObject, maObjectViewContainer ); in implSetCurrentObject()
|
| /AOO42X/main/sd/source/ui/inc/ |
| H A D | AccessibleTreeNode.hxx | 46 class TreeNode; 90 ::sd::toolpanel::TreeNode& rNode, 241 ::sd::toolpanel::TreeNode& mrTreeNode;
|
| /AOO42X/main/sd/source/ui/accessibility/ |
| H A D | AccessibleTreeNode.cxx | 55 ::sd::toolpanel::TreeNode& rNode, in AccessibleTreeNode() 181 ::sd::toolpanel::TreeNode* pNode = mrTreeNode.GetControlContainer().GetControl(nIndex); in getAccessibleChild()
|
| /AOO42X/main/accessibility/workben/org/openoffice/accessibility/awb/view/ |
| H A D | TextView.java | 40 import javax.swing.tree.TreeNode;
|