Lines Matching refs:Window

68 ScValidationDlg::ScValidationDlg( Window*			pParent,  in ScValidationDlg()
119 if( Window *pPreWnd = pEdit==&maEdMax?&maFtMax:(pEdit==&maEdMin?&maFtMin:NULL) ) in RefInputStartPreHdl()
137 if( Window *pPreWnd = m_pRefEdit==&maEdMax?&maFtMax:(m_pRefEdit==&maEdMin?&maFtMin:NULL) ) in RefInputDonePreHdl()
319 ScTPValidationValue::ScTPValidationValue( Window* pParent, const SfxItemSet& rArgSet ) : in ScTPValidationValue()
380 SfxTabPage* ScTPValidationValue::Create( Window* pParent, const SfxItemSet& rArgSet ) in Create()
492 if( Window *pParent = GetParent() ) in GetValidationDlg()
546 if ( Window *pWnd = GetChild( 0 ) ) in TidyListBoxes()
549 std::list<Window*> alstOrder; in TidyListBoxes()
564 else if ( Window *pClient = pWnd->GetWindow( WINDOW_CLIENT ) ) in TidyListBoxes()
581 for ( std::list<Window*>::iterator i = alstOrder.begin(); i!=alstOrder.end(); i++ ) in TidyListBoxes()
583 Window *pParent = (*i)->GetParent(); in TidyListBoxes()
603 IMPL_LINK( ScTPValidationValue, KillFocusHdl, Window *, pWnd ) in IMPL_LINK() argument
686 ScTPValidationHelp::ScTPValidationHelp( Window* pParent, in ScTPValidationHelp()
729 SfxTabPage* __EXPORT ScTPValidationHelp::Create( Window* pParent, in Create()
772 ScTPValidationError::ScTPValidationError( Window* pParent, in ScTPValidationError()
822 SfxTabPage* __EXPORT ScTPValidationError::Create( Window* pParent, in Create()
887 Window* pOld = Application::GetDefDialogParent(); in IMPL_LINK()
1001 if ( const Window *pWin = Application::GetFocusWindow() ) in IsChildFocus()