Lines Matching refs:pWnd

549 	if ( Window *pWnd = GetChild( 0 ) )  in TidyListBoxes()  local
555 if( pWnd->GetParent() == this ) in TidyListBoxes()
560 if( dynamic_cast<ListBox*>(pWnd)||dynamic_cast<ListBox*>(pWnd->GetWindow(WINDOW_CLIENT) ) ) in TidyListBoxes()
565 if ( *(void**)pWnd == *(void**)&maLbValue ) in TidyListBoxes()
567 else if ( Window *pClient = pWnd->GetWindow( WINDOW_CLIENT ) ) in TidyListBoxes()
574 alstOrder.push_back( pWnd->GetWindow( WINDOW_CLIENT ) ); in TidyListBoxes()
576 }while( NULL != ( pWnd = pWnd->GetWindow( WINDOW_NEXT ) ) ); in TidyListBoxes()
578 pWnd = GetChild(0); in TidyListBoxes()
580 …le( std::find( alstOrder.begin(), alstOrder.end(), pWnd ) != alstOrder.end() && NULL != ( pWnd = p… in TidyListBoxes()
582 if ( pWnd ) in TidyListBoxes()
587 (*i)->SetParent( pWnd ); in TidyListBoxes()
606 IMPL_LINK( ScTPValidationValue, KillFocusHdl, Window *, pWnd ) in IMPL_LINK() argument
608 if( pWnd == m_pRefEdit || pWnd == &m_btnRef ) in IMPL_LINK()
916 SfxChildWindow* pWnd = pViewFrm->GetChildWindow( nId ); in EnterRefStatus() local
918 if ( pWnd && pWnd->GetWindow()!= this ) pWnd = NULL; in EnterRefStatus()
920 SC_MOD()->SetRefDialog( nId, pWnd ? sal_False : sal_True ); in EnterRefStatus()
962 if ( SfxChildWindow* pWnd = pTabVwSh->GetViewFrame()->GetChildWindow( SID_VALIDITY_REFERENCE ) ) in RemoveRefDlg() local
964 bVisLock = static_cast<ScValidityRefChildWin*>(pWnd)->LockVisible( true ); in RemoveRefDlg()
965 bFreeWindowLock = static_cast<ScValidityRefChildWin*>(pWnd)->LockFreeWindow( true ); in RemoveRefDlg()
977 if ( SfxChildWindow* pWnd = pTabVwSh->GetViewFrame()->GetChildWindow( SID_VALIDITY_REFERENCE ) ) in RemoveRefDlg() local
979 static_cast<ScValidityRefChildWin*>(pWnd)->LockVisible( bVisLock ); in RemoveRefDlg()
980 static_cast<ScValidityRefChildWin*>(pWnd)->LockFreeWindow( bFreeWindowLock ); in RemoveRefDlg()