Home
last modified time | relevance | path

Searched refs:getChildCount (Results 1 – 25 of 31) sorted by relevance

12

/trunk/main/toolkit/test/accessibility/
H A DAccTreeNode.java81 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 DAccessibilityTreeModelBase.java47 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 DVectorNode.java45 public int getChildCount () in getChildCount() method in VectorNode
H A DAccessibleTreeNode.java57 public int getChildCount () in getChildCount() method in AccessibleTreeNode
H A DGeometryEventHandler.java64 int nChildCount = maTreeModel.getChildCount (aShapeNode); in Process()
H A DNodeHandler.java59 public int getChildCount(Object aObject) in getChildCount() method in NodeHandler
H A DAccessibilityTree.java172 int nLength = aNode.getChildCount(); in expandTree()
/trunk/main/odk/examples/java/Inspector/
H A DHideableTreeModel.java270 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 DSwingUnoNode.java119 public int getChildCount(){ in getChildCount() method in SwingUnoNode
120 return super.getChildCount(); in getChildCount()
H A DInspectorPane.java167 … 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 DHideableMutableTreeNode.java97 if (getChildCount() == 1){ in removeDummyNode()
H A DXUnoNode.java60 public int getChildCount(); in getChildCount() method
/trunk/main/offapi/com/sun/star/awt/tree/
H A DXTreeNode.idl51 … 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 DXMutableTreeNode.idl65 … 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 DAccessibilityTreeModel.java100 synchronized public int getChildCount (Object aObject) in getChildCount() method in AccessibilityTreeModel
103 return aNode.getChildCount(); in getChildCount()
H A DAccessibilityModel.java80 int index = parent.getChildCount(); in addNodeInto()
/trunk/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/
H A DStreamView.java131 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 DUnoTreeControl.java188 System.out.println("count of children: " + xNode.getChildCount()); in createTestEnvironment()
224 if( xNode.getChildCount() == 0 ) in fillNode()
H A DMutableTreeNode.java126 if( xNode.getChildCount() == 0 ) in fillNode()
/trunk/main/toolkit/source/controls/tree/
H A Dtreedatamodel.cxx118 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 Dtreecontrolpeer.cxx451 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 Dtoolkit.MutableTreeNode.csv2 "MutableTreeNode";"com::sun::star::awt::tree::XTreeNode";"getChildCount()"
/trunk/main/xmlsecurity/tools/uno/
H A DDomToTreeModelAdapter.java74 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.java121 mCount = oObj.getChildCount(); in _getChildCount()
/trunk/main/svtools/workben/treecontrol/
H A Dtreetest.cxx207 if( xNode->getChildCount() == 0 ) in fillNode()

Completed in 88 milliseconds

12