Lines Matching refs:Window

71 ScValidationDlg::ScValidationDlg( Window*			pParent,  in ScValidationDlg()
122 if( Window *pPreWnd = pEdit==&maEdMax?&maFtMax:(pEdit==&maEdMin?&maFtMin:NULL) ) in RefInputStartPreHdl()
140 if( Window *pPreWnd = m_pRefEdit==&maEdMax?&maFtMax:(m_pRefEdit==&maEdMin?&maFtMin:NULL) ) in RefInputDonePreHdl()
322 ScTPValidationValue::ScTPValidationValue( Window* pParent, const SfxItemSet& rArgSet ) : in ScTPValidationValue()
383 SfxTabPage* ScTPValidationValue::Create( Window* pParent, const SfxItemSet& rArgSet ) in Create()
495 if( Window *pParent = GetParent() ) in GetValidationDlg()
549 if ( Window *pWnd = GetChild( 0 ) ) in TidyListBoxes()
552 std::list<Window*> alstOrder; in TidyListBoxes()
567 else if ( Window *pClient = pWnd->GetWindow( WINDOW_CLIENT ) ) in TidyListBoxes()
584 for ( std::list<Window*>::iterator i = alstOrder.begin(); i!=alstOrder.end(); i++ ) in TidyListBoxes()
586 Window *pParent = (*i)->GetParent(); in TidyListBoxes()
606 IMPL_LINK( ScTPValidationValue, KillFocusHdl, Window *, pWnd ) in IMPL_LINK() argument
689 ScTPValidationHelp::ScTPValidationHelp( Window* pParent, in ScTPValidationHelp()
732 SfxTabPage* __EXPORT ScTPValidationHelp::Create( Window* pParent, in Create()
775 ScTPValidationError::ScTPValidationError( Window* pParent, in ScTPValidationError()
825 SfxTabPage* __EXPORT ScTPValidationError::Create( Window* pParent, in Create()
890 Window* pOld = Application::GetDefDialogParent(); in IMPL_LINK()
1004 if ( const Window *pWin = Application::GetFocusWindow() ) in IsChildFocus()