Lines Matching refs:m_pInstance
40 m_pInstance( pInstance ), in SvpSalFrame()
64 if( m_pInstance ) in SvpSalFrame()
65 m_pInstance->registerFrame( this ); in SvpSalFrame()
72 if( m_pInstance ) in ~SvpSalFrame()
73 m_pInstance->deregisterFrame( this ); in ~SvpSalFrame()
91 const std::list< SalFrame* >& rFrames( m_pInstance->getFrames() ); in ~SvpSalFrame()
117 m_pInstance->PostEvent( this, NULL, SALEVENT_GETFOCUS ); in GetFocus()
125 m_pInstance->PostEvent( this, NULL, SALEVENT_LOSEFOCUS ); in LoseFocus()
147 m_pInstance->PostEvent( this, pData, SALEVENT_USEREVENT ); in PostEvent()
185 m_pInstance->PostEvent( this, NULL, SALEVENT_RESIZE ); in Show()
192 m_pInstance->PostEvent( this, NULL, SALEVENT_RESIZE ); in Show()
249 m_pInstance->PostEvent( this, NULL, SALEVENT_RESIZE ); in SetPosSize()