| /AOO41X/main/i18npool/source/localedata/ |
| H A D | LocaleNode.cxx | 222 print_node( p->getChildAt(i), depth+1 ); in print_node() 345 writeParameterCheckLen( of, "langID", languageNode->getChildAt(0), 2, -1); in generateCode() 346 of.writeParameter("langDefaultName", languageNode->getChildAt(1)->getValue()); in generateCode() 352 of.writeParameter("countryID", countryNode->getChildAt(0)->getValue()); in generateCode() 353 of.writeParameter("countryDefaultName", countryNode->getChildAt(1)->getValue()); in generateCode() 623 LocaleNode * currNode = getChildAt (i); in generateCode() 930 LocaleNode * currNode = getChildAt (j); in generateCode() 950 … of.writeParameter("collationOption", pCollationOptions->getChildAt( i )->getValue(), i ); in generateCode() 1006 LocaleNode* pSearchOptions = getChildAt( 0 ); in generateCode() 1010 …of.writeParameter("searchOption", pSearchOptions->getChildAt( i )->getValue(), sal::static_int_cas… in generateCode() [all …]
|
| H A D | LocaleNode.hxx | 124 inline LocaleNode * getChildAt (sal_Int32 idx) const { return children[idx] ; }; in getChildAt() function in LocaleNode
|
| /AOO41X/main/qadevOOo/tests/java/ifc/awt/tree/ |
| H A D | _XTreeNode.java | 104 xNode = oObj.getChildAt(i); in _getChildAt() 138 xNode = oObj.getChildAt(0); in _getParent() 160 xNode = oObj.getChildAt(0); in _getIndex()
|
| /AOO41X/main/odk/examples/java/Inspector/ |
| H A D | HideableTreeModel.java | 271 TreeNode pc = (TreeNode)p.getChildAt(i); in getChild() 289 TreeNode pc = (TreeNode)p.getChildAt(i); in getChildCount() 307 TreeNode pc = (TreeNode)p.getChildAt(i); in getIndexOfChild()
|
| H A D | HideableMutableTreeNode.java | 98 … DefaultMutableTreeNode oDefaultMutableTreeNode = (DefaultMutableTreeNode) getChildAt(0); in removeDummyNode()
|
| H A D | SwingUnoNode.java | 125 return (SwingUnoNode) super.getChildAt(_i); in getChild()
|
| /AOO41X/main/qadevOOo/objdsc/toolkit/ |
| H A D | toolkit.MutableTreeNode.csv | 1 "MutableTreeNode";"com::sun::star::awt::tree::XTreeNode";"getChildAt()"
|
| /AOO41X/main/toolkit/source/controls/tree/ |
| H A D | treedatamodel.cxx | 117 …tar::uno::Reference< ::com::sun::star::awt::tree::XTreeNode > SAL_CALL getChildAt( ::sal_Int32 Ind… 550 Reference< XTreeNode > SAL_CALL MutableTreeNode::getChildAt( sal_Int32 nChildIndex ) throw (IndexOu… in getChildAt() function in toolkit::MutableTreeNode
|
| /AOO41X/main/toolkit/test/accessibility/ |
| H A D | TextUpdateListener.java | 47 (aParent.getChildAt(aIndices[0])); in treeNodesChanged()
|
| /AOO41X/main/svtools/source/uno/ |
| H A D | treecontrolpeer.cxx | 453 addNode( rTree, xRootNode->getChildAt( nChild ), 0 ); in fillTree() 468 addNode( rTree, xNode->getChildAt( nChild ), pEntry ); in addNode() 1128 Reference< XTreeNode > xNode( xParentNode->getChildAt( nChild ) ); in updateChildNodes()
|
| /AOO41X/main/offapi/com/sun/star/awt/tree/ |
| H A D | XTreeNode.idl | 53 XTreeNode getChildAt( [in] long Index )
|
| /AOO41X/main/qadevOOo/tests/java/mod/_toolkit/ |
| H A D | UnoTreeControl.java | 189 tEnv.addObjRelation("Selections", new Object[]{xNode.getChildAt(0), xNode}); in createTestEnvironment()
|
| /AOO41X/main/javainstaller2/src/JavaSetup/org/openoffice/setup/SetupData/ |
| H A D | PackageDescription.java | 631 public TreeNode getChildAt(int childIndex) { in getChildAt() method in PackageDescription
|