Lines Matching refs:pWnd
546 if ( Window *pWnd = GetChild( 0 ) ) in TidyListBoxes() local
552 if( pWnd->GetParent() == this ) in TidyListBoxes()
557 if( dynamic_cast<ListBox*>(pWnd)||dynamic_cast<ListBox*>(pWnd->GetWindow(WINDOW_CLIENT) ) ) in TidyListBoxes()
562 if ( *(void**)pWnd == *(void**)&maLbValue ) in TidyListBoxes()
564 else if ( Window *pClient = pWnd->GetWindow( WINDOW_CLIENT ) ) in TidyListBoxes()
571 alstOrder.push_back( pWnd->GetWindow( WINDOW_CLIENT ) ); in TidyListBoxes()
573 }while( NULL != ( pWnd = pWnd->GetWindow( WINDOW_NEXT ) ) ); in TidyListBoxes()
575 pWnd = GetChild(0); in TidyListBoxes()
577 …le( std::find( alstOrder.begin(), alstOrder.end(), pWnd ) != alstOrder.end() && NULL != ( pWnd = p… in TidyListBoxes()
579 if ( pWnd ) in TidyListBoxes()
584 (*i)->SetParent( pWnd ); in TidyListBoxes()
603 IMPL_LINK( ScTPValidationValue, KillFocusHdl, Window *, pWnd ) in IMPL_LINK() argument
605 if( pWnd == m_pRefEdit || pWnd == &m_btnRef ) in IMPL_LINK()
913 SfxChildWindow* pWnd = pViewFrm->GetChildWindow( nId ); in EnterRefStatus() local
915 if ( pWnd && pWnd->GetWindow()!= this ) pWnd = NULL; in EnterRefStatus()
917 SC_MOD()->SetRefDialog( nId, pWnd ? sal_False : sal_True ); in EnterRefStatus()
959 if ( SfxChildWindow* pWnd = pTabVwSh->GetViewFrame()->GetChildWindow( SID_VALIDITY_REFERENCE ) ) in RemoveRefDlg() local
961 bVisLock = static_cast<ScValidityRefChildWin*>(pWnd)->LockVisible( true ); in RemoveRefDlg()
962 bFreeWindowLock = static_cast<ScValidityRefChildWin*>(pWnd)->LockFreeWindow( true ); in RemoveRefDlg()
974 if ( SfxChildWindow* pWnd = pTabVwSh->GetViewFrame()->GetChildWindow( SID_VALIDITY_REFERENCE ) ) in RemoveRefDlg() local
976 static_cast<ScValidityRefChildWin*>(pWnd)->LockVisible( bVisLock ); in RemoveRefDlg()
977 static_cast<ScValidityRefChildWin*>(pWnd)->LockFreeWindow( bFreeWindowLock ); in RemoveRefDlg()