Lines Matching refs:pWnd
1249 ScSimpleRefDlgWrapper* pWnd = (ScSimpleRefDlgWrapper*)pViewFrm->GetChildWindow( nId ); in StartSimpleRefDialog() local
1250 if (pWnd) in StartSimpleRefDialog()
1252 pWnd->SetCloseHdl( LINK( this, ScTabViewShell, SimpleRefClose ) ); in StartSimpleRefDialog()
1253 pWnd->SetUnoLinks( LINK( this, ScTabViewShell, SimpleRefDone ), in StartSimpleRefDialog()
1256 pWnd->SetRefString( rInitVal ); in StartSimpleRefDialog()
1257 pWnd->SetFlags( bCloseOnButtonUp, bSingleCell, bMultiSelection ); in StartSimpleRefDialog()
1258 pWnd->SetAutoReOpen( sal_False ); in StartSimpleRefDialog()
1259 Window* pWin = pWnd->GetWindow(); in StartSimpleRefDialog()
1261 pWnd->StartRefInput(); in StartSimpleRefDialog()
1270 ScSimpleRefDlgWrapper* pWnd = (ScSimpleRefDlgWrapper*)pViewFrm->GetChildWindow( nId ); in StopSimpleRefDialog() local
1271 if (pWnd) in StopSimpleRefDialog()
1273 Window* pWin = pWnd->GetWindow(); in StopSimpleRefDialog()