Searched refs:m_pChild (Results 1 – 4 of 4) sorted by relevance
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()[all …]
49 , m_pChild(NULL) in DBG_NAME()65 if ( m_pChild ) in ~OTitleWindow()67 m_pChild->Hide(); in ~OTitleWindow()68 ::std::auto_ptr<Window> aTemp(m_pChild); in ~OTitleWindow()69 m_pChild = NULL; in ~OTitleWindow()77 m_pChild = _pChild; in setChildWindow()100 if ( m_pChild ) in Resize()102 …m_pChild->SetPosSizePixel( Point(m_bShift ? (nXOffset+SPACE_BORDER) : sal_Int32(SPACE_BORDER), nH… in Resize()118 if ( m_pChild ) in GetFocus()119 m_pChild->GrabFocus(); in GetFocus()
37 Window* m_pChild; member in dbaui::OTitleWindow61 inline Window* getChildWindow() const { return m_pChild; } in getChildWindow()
53 boost::shared_ptr<WindowArranger> m_pChild; member64 , m_pChild() in Element()79 , m_pChild( i_pChild ) in Element()89 void deleteChild() { m_pChild.reset(); } in deleteChild()139 return pEle ? pEle->m_pChild : boost::shared_ptr<WindowArranger>(); in getChild()340 … countElements() const { return (m_aElement.m_pElement != 0 || m_aElement.m_pChild != 0) ? 1 : 0; } in countElements()