Lines Matching refs:getPanel
187 OApplicationSwapWindow* pSwap = getPanel(); in Resize()
247 OApplicationSwapWindow* OAppBorderWindow::getPanel() const in getPanel() function in OAppBorderWindow
304 if ( m_pWin && m_pWin->getPanel() ) in createIconAutoMnemonics()
305 m_pWin->getPanel()->createIconAutoMnemonics( _rMnemonics ); in createIconAutoMnemonics()
352 if( m_pWin && getPanel() && getPanel()->HasChildPathFocus() ) in PreNotify()
364 if ( getPanel() && getPanel()->interceptKeyInput( *pKeyEvent ) ) in PreNotify()
474 OSL_ENSURE(m_pWin && getDetailView() && getPanel(),"Detail view is NULL! -> GPF"); in getElementType()
475 …return getDetailView()->HasChildPathFocus() ? getDetailView()->getElementType() : getPanel()->getE… in getElementType()
536 OSL_ENSURE(m_pWin && getDetailView() && getPanel(),"Detail view is NULL! -> GPF"); in clearPages()
537 getPanel()->clearSelection(); in clearPages()
543 OSL_ENSURE(m_pWin && getPanel(),"Detail view is NULL! -> GPF"); in selectContainer()
545 getPanel()->selectContainer(_eType); in selectContainer()