/trunk/main/toolkit/test/accessibility/ |
H A D | AccTreeNode.java | 81 aDescriptor.maHandler.getChildCount (this); in update() 159 aDescriptor.maHandler.getChildCount (this); in getHandlerDescriptor() 163 public int getChildCount() in getChildCount() method in AccTreeNode 235 aDescriptor.mnChildCount = aDescriptor.maHandler.getChildCount (this); in removeChild() 332 aDescriptor.mnChildCount = aHandler.getChildCount (this); in addAccessibleChild() 361 int nChildCount = aDescriptor.maHandler.getChildCount (this); in updateChildren()
|
H A D | AccessibilityTreeModelBase.java | 47 public synchronized int getChildCount(Object aParent) in getChildCount() method in AccessibilityTreeModelBase 50 ((AccessibleTreeNode)aParent).getChildCount() : 0; in getChildCount() 96 int nChildCount = aParentNode.getChildCount(); in getIndexOfChild()
|
H A D | VectorNode.java | 45 public int getChildCount () in getChildCount() method in VectorNode
|
H A D | AccessibleTreeNode.java | 57 public int getChildCount () in getChildCount() method in AccessibleTreeNode
|
H A D | GeometryEventHandler.java | 64 int nChildCount = maTreeModel.getChildCount (aShapeNode); in Process()
|
H A D | NodeHandler.java | 59 public int getChildCount(Object aObject) in getChildCount() method in NodeHandler
|
H A D | AccessibilityTree.java | 172 int nLength = aNode.getChildCount(); in expandTree()
|
/trunk/main/odk/examples/java/Inspector/ |
H A D | HideableTreeModel.java | 270 for(int i = 0, j = -1; i < p.getChildCount(); i++) { in getChild() 284 public int getChildCount(Object parent) { in getChildCount() method in HideableTreeModel 288 for(int i = 0; i < p.getChildCount(); i++) { in getChildCount() 306 for(int i = 0; i < p.getChildCount(); i++) { in getIndexOfChild()
|
H A D | SwingUnoNode.java | 119 public int getChildCount(){ in getChildCount() method in SwingUnoNode 120 return super.getChildCount(); in getChildCount()
|
H A D | InspectorPane.java | 167 … m_xTreeControlProvider.nodeInserted(_oUnoMethodNode, oUnoNode, _oUnoMethodNode.getChildCount()-1); in invoke() 347 … m_xTreeControlProvider.nodeInserted(_oParentNode, oChildNode, _oParentNode.getChildCount()-1); in addContainerElementsToTreeNode() 534 for (int i = 0; i < _oUnoFacetteNode.getChildCount(); i++){ in applyFilter()
|
H A D | HideableMutableTreeNode.java | 97 if (getChildCount() == 1){ in removeDummyNode()
|
H A D | XUnoNode.java | 60 public int getChildCount(); in getChildCount() method
|
/trunk/main/offapi/com/sun/star/awt/tree/ |
H A D | XTreeNode.idl | 51 … if <var>Index</var> is less than 0 or equal or greater then <member>getChildCount</member>. 57 long getChildCount(); 70 like a node that has child nodes, even if <member>getChildCount</member>
|
H A D | XMutableTreeNode.idl | 65 … if <var>Index</var> is less than 0 or greater then <member>XTreeNode::getChildCount()</member>. 77 … if <var>Index</var> is less than 0 or greater then <member>XTreeNode::getChildCount()</member>.
|
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/tree/ |
H A D | AccessibilityTreeModel.java | 100 synchronized public int getChildCount (Object aObject) in getChildCount() method in AccessibilityTreeModel 103 return aNode.getChildCount(); in getChildCount()
|
H A D | AccessibilityModel.java | 80 int index = parent.getChildCount(); in addNodeInto()
|
/trunk/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/ |
H A D | StreamView.java | 131 for (int nIndex=0; nIndex<aNode.getChildCount(); ++nIndex) in GetChildNodeForName() 232 for (int nIndex=0; nIndex<aNode.getChildCount(); ++nIndex) in MakePartVisible()
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_toolkit/ |
H A D | UnoTreeControl.java | 188 System.out.println("count of children: " + xNode.getChildCount()); in createTestEnvironment() 224 if( xNode.getChildCount() == 0 ) in fillNode()
|
H A D | MutableTreeNode.java | 126 if( xNode.getChildCount() == 0 ) in fillNode()
|
/trunk/main/toolkit/source/controls/tree/ |
H A D | treedatamodel.cxx | 118 virtual ::sal_Int32 SAL_CALL getChildCount( ) throw (::com::sun::star::uno::RuntimeException); 561 sal_Int32 SAL_CALL MutableTreeNode::getChildCount( ) throw (RuntimeException) in getChildCount() function in toolkit::MutableTreeNode
|
/trunk/main/svtools/source/uno/ |
H A D | treecontrolpeer.cxx | 451 const sal_Int32 nChildCount = xRootNode->getChildCount(); in fillTree() 466 const sal_Int32 nChildCount = xNode->getChildCount(); in addNode() 1125 const sal_Int32 nChildCount = xParentNode->getChildCount(); in updateChildNodes()
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/toolkit/ |
H A D | toolkit.MutableTreeNode.csv | 2 "MutableTreeNode";"com::sun::star::awt::tree::XTreeNode";"getChildCount()"
|
/trunk/main/xmlsecurity/tools/uno/ |
H A D | DomToTreeModelAdapter.java | 74 public int getChildCount(Object parent) in getChildCount() method in DomToTreeModelAdapter
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/awt/tree/ |
H A D | _XTreeNode.java | 121 mCount = oObj.getChildCount(); in _getChildCount()
|
/trunk/main/svtools/workben/treecontrol/ |
H A D | treetest.cxx | 207 if( xNode->getChildCount() == 0 ) in fillNode()
|