Home
last modified time | relevance | path

Searched refs:pPreWnd (Results 1 – 1 of 1) sorted by relevance

/trunk/main/sc/source/ui/dbgui/
H A Dvalidate.cxx119 if( Window *pPreWnd = pEdit==&maEdMax?&maFtMax:(pEdit==&maEdMin?&maFtMin:NULL) ) in RefInputStartPreHdl() local
121 pPreWnd->SetParent( pValidationDlg ); in RefInputStartPreHdl()
122 pPreWnd->Hide(); in RefInputStartPreHdl()
137 if( Window *pPreWnd = m_pRefEdit==&maEdMax?&maFtMax:(m_pRefEdit==&maEdMin?&maFtMin:NULL) ) in RefInputDonePreHdl() local
139 pPreWnd->SetParent( this ); in RefInputDonePreHdl()
140 pPreWnd->Show(); in RefInputDonePreHdl()

Completed in 15 milliseconds