Lines Matching refs:m_pChild

88             if( pEle->m_pChild )  in setParentWindow()
89 pEle->m_pChild->setParentWindow( i_pNewParent ); in setParentWindow()
105 if( pEle->m_pChild.get() ) in show()
106 pEle->m_pChild->show( i_bShow, false ); in show()
115 if( pEle && pEle->m_pChild.get() == this ) in show()
151 else if( m_pChild ) in isVisible()
152 bVisible = m_pChild->isVisible(); in isVisible()
160 if( m_pChild && m_nExpandPriority >= 0 ) in getExpandPriority()
162 size_t nElements = m_pChild->countElements(); in getExpandPriority()
165 sal_Int32 nCPrio = m_pChild->getExpandPriority( i ); in getExpandPriority()
184 else if( m_pChild && m_pChild->isVisible() ) in getOptimalSize()
186 aResult = m_pChild->getOptimalSize( i_eType ); in getOptimalSize()
213 else if( m_pChild ) in setPosSize()
214 m_pChild->setManagedArea( Rectangle( aPoint, aSize ) ); in setPosSize()
546 if( it->m_pChild == i_pChild ) in remove()
629 m_aLabel.m_pChild.reset(); in setLabel()
635 m_aLabel.m_pChild = i_pLabel; in setLabel()
641 m_aElement.m_pChild.reset(); in setElement()
647 m_aElement.m_pChild = i_pElement; in setElement()
665 if( pEle && pEle->m_pChild.get() ) in getLabelWidth()
667 … const LabeledElement* pLabel = dynamic_cast< const LabeledElement* >(pEle->m_pChild.get()); in getLabelWidth()
698 if( pEle && pEle->m_pChild.get() ) in getOptimalSize()
700 … const LabeledElement* pLabel = dynamic_cast< const LabeledElement* >(pEle->m_pChild.get()); in getOptimalSize()
746 if( pEle && pEle->m_pChild.get() ) in resize()
748 LabeledElement* pLabel = dynamic_cast< LabeledElement* >(pEle->m_pChild.get()); in resize()
813 OSL_VERIFY( (m_aElement.m_pElement == 0 && m_aElement.m_pChild == 0) || i_pWindow == 0 ); in setWindow()
821 OSL_VERIFY( (m_aElement.m_pElement == 0 && m_aElement.m_pChild == 0 ) || i_pChild == 0 ); in setChild()
822 m_aElement.m_pChild = i_pChild; in setChild()
1005 rEle.m_pChild.reset(); in addWindow()
1046 rEle.m_pChild = i_pChild; in addChild()
1062 if( it->m_pChild == i_pChild ) in remove()