Searched refs:aChildList (Results 1 – 4 of 4) sorted by relevance
207 java.util.Enumeration aChildList = aNode.children(); in AddAllChildren() local208 while (aChildList.hasMoreElements()) { in AddAllChildren()209 TreeNode aChild = (TreeNode) aChildList.nextElement(); in AddAllChildren()218 java.util.Enumeration aChildList = aNode.children(); in RemoveAllChildren() local219 while (aChildList.hasMoreElements()) { in RemoveAllChildren()220 TreeNode aChild = (TreeNode) aChildList.nextElement(); in RemoveAllChildren()
126 Reference< XNodeList > aChildList = aNode->getChildNodes(); in serialize_node() local135 for(sal_Int32 i=0; i < aChildList->getLength(); i++) in serialize_node()137 aChild = aChildList->item(i); in serialize_node()161 for(sal_Int32 i=0; i < aChildList->getLength(); i++) in serialize_node()163 aChild = aChildList->item(i); in serialize_node()
605 ::std::vector<DlgEdObj*> aChildList = pForm->GetChilds(); in TabIndexChange()607 for ( aIter = aChildList.begin() ; aIter != aChildList.end() ; ++aIter ) in TabIndexChange()687 for ( aIter = aChildList.begin() ; aIter != aChildList.end() ; ++aIter ) in TabIndexChange()1530 ::std::vector< DlgEdObj* > aChildList = ((DlgEdForm*)this)->GetChilds(); in PositionAndSizeChange()1540 for ( aIter = aChildList.begin(); aIter != aChildList.end(); aIter++ ) in PositionAndSizeChange()1587 for ( aIter = aChildList.begin(); aIter != aChildList.end(); aIter++ ) in PositionAndSizeChange()1717 ::std::vector<DlgEdObj*> aChildList = GetChilds(); in UpdateGroups()1718 sal_uInt32 nSize = aChildList.size(); in UpdateGroups()1721 … aSeqControls.getArray()[i] = Reference< awt::XControl >( aChildList[i]->GetControl(), UNO_QUERY ); in UpdateGroups()
239 ChildDescriptorListType aChildList; in Update() local240 CreateListOfVisibleShapes (aChildList); in Update()244 MergeAccessibilityInformation (aChildList); in Update()250 adjustIndexInParentOfShapes(aChildList); in Update()253 maVisibleChildren.swap (aChildList); in Update()276 RemoveNonVisibleChildren (maVisibleChildren, aChildList); in Update()278 aChildList.clear(); in Update()
Completed in 32 milliseconds