Lines Matching refs:pLabel
667 … const LabeledElement* pLabel = dynamic_cast< const LabeledElement* >(pEle->m_pChild.get()); in getLabelWidth() local
668 if( pLabel ) in getLabelWidth()
670 Window* pLW = pLabel->getWindow( 0 ); in getLabelWidth()
675 pLabel->getBorders(0, &nLB); in getLabelWidth()
700 … const LabeledElement* pLabel = dynamic_cast< const LabeledElement* >(pEle->m_pChild.get()); in getOptimalSize() local
701 if( pLabel ) // we have a label in getOptimalSize()
703 aElementSize = pLabel->getLabelSize( WINDOWSIZE_MINIMUM ); in getOptimalSize()
706 Size aSize( pLabel->getElementSize( i_eType ) ); in getOptimalSize()
748 LabeledElement* pLabel = dynamic_cast< LabeledElement* >(pEle->m_pChild.get()); in resize() local
749 if( pLabel ) in resize()
750 pLabel->setLabelColumnWidth( nWidth ); in resize()