Lines Matching refs:mpParent
138 Widget *mpParent; member in Widget
153 : mpParent( 0 ), mbForeign( true ) in Widget()
169 pChild->mpParent = this; in Widget()
177 : mpParent( 0 ), mbForeign( false ), mrId( id ), in Widget()
273 return mpParent; in up()
285 if ( mpParent ) in next()
287 int pos = mpParent->getChildPos( this ); in next()
288 return mpParent->getChild( pos+1 ); in next()
295 if ( mpParent ) in prev()
297 int pos = mpParent->getChildPos( this ); in prev()
298 return mpParent->getChild( pos-1 ); in prev()
334 OSL_ASSERT( pChild->mpParent == NULL ); in addChild()
335 pChild->mpParent = this; in addChild()
361 if ( !mxContainer.is() || pChild->mpParent != this ) in removeChild()
369 pChild->mpParent = NULL; in removeChild()
444 for ( Widget *pWidget = mpParent; pWidget; pWidget = pWidget->mpParent ) in getDepth()
490 if ( mpParent ) in getProperty()
492 … mpParent->mxContainer->getChildProperties( mxWidget ), rPropName ) ); in getProperty()
522 if ( mpParent ) in setProperty()
524 mpParent->mxContainer->getChildProperties( mxWidget ), rPropName, rValue ); in setProperty()
555 if ( pWidget->mpParent ) in PropertyIterator()
558 … pWidget->mpParent->mxContainer->getChildProperties( pWidget->mxWidget ) ); in PropertyIterator()
591 Widget *mpParent; member in EditorRoot
596 : layoutimpl::LayoutRoot( xFactory ), mpParent( pParent ) in EditorRoot()
605 return mpParent; in create()
613 pWidget->mxContainer->setLayoutUnit( mpParent->mxContainer->getLayoutUnit() ); in create()