Lines Matching refs:it

217             PropertyIterator it( this, WINDOW_PROPERTY );  in Widget()  local
218 while ( it.hasNext() ) in Widget()
220 beans::Property prop = it.next(); in Widget()
235 for ( std::vector< Widget *>::const_iterator it = maChildren.begin(); in ~Widget() local
236 it != maChildren.end(); it++ ) in ~Widget()
237 delete *it; in ~Widget()
340 PropertyIterator it( pChild, CONTAINER_PROPERTY ); in addChild() local
341 while ( it.hasNext() ) in addChild()
343 beans::Property prop = it.next(); in addChild()
386 for ( std::vector< Widget *>::const_iterator it = aChildChildren.begin(); in swapWithChild() local
387 it != aChildChildren.end(); it++ ) in swapWithChild()
388 pChild->removeChild( *it ); in swapWithChild()
390 for ( std::vector< Widget *>::const_iterator it = aChildChildren.begin(); in swapWithChild() local
391 it != aChildChildren.end(); it++ ) in swapWithChild()
392 if ( !addChild( *it ) ) in swapWithChild()
395 jt != it; jt++ ) in swapWithChild()
417 for ( std::vector< Widget *>::const_iterator it = maChildren.begin(); in getChildPos() local
418 it != maChildren.end(); it++, i++ ) in getChildPos()
419 if ( *it == pChild ) in getChildPos()
455 for ( PropList::const_iterator it = props.begin(); it != props.end(); it++ ) in findProperty() local
456 if ( it->first.equalsIgnoreAsciiCase( propName ) ) in findProperty()
457 return it->second; in findProperty()
728 Widget *it; in get() local
729 for ( it = pRoot; it != NULL && nb >= 0; it = next( it ) ) in get()
731 return it; in get()
737 Widget *it; in get() local
738 for ( it = pRoot; it != NULL && it != pWidget; it = next( it ) ) in get()
1252 Widget::PropertyIterator it( pWidget, rKind ); in addProperties() local
1253 while ( it.hasNext() ) in addProperties()
1255 beans::Property prop = it.next(); in addProperties()
1302 for ( std::list< PropertyEntry* >::iterator it = maPropertiesList.begin(); in clear() local
1303 it != maPropertiesList.end(); it++) in clear()
1304 delete *it; in clear()
1603 Widget::PropertyIterator it( i, wKind ); in print() local
1604 while ( it.hasNext() ) in print()
1606 beans::Property prop = it.next(); in print()
1861 for ( std::list< layout::PushButton *>::const_iterator it = maCreateButtons.begin(); in widgetSelected() local
1862 it != maCreateButtons.end(); it++) in widgetSelected()
1863 (*it)->Enable(); in widgetSelected()
1867 for ( std::list< layout::PushButton *>::const_iterator it = maCreateButtons.begin(); in widgetSelected() local
1868 it != maCreateButtons.end(); it++) in widgetSelected()
1869 (*it)->Disable(); in widgetSelected()
1878 for ( std::list< layout::PushButton *>::const_iterator it = maCreateButtons.begin(); in IMPL_LINK() local
1879 it != maCreateButtons.end(); it++, i++ ) in IMPL_LINK()
1881 if ( pBtn == *it ) in IMPL_LINK()