Lines Matching refs:m_pWindow
64 , m_pWindow(NULL) in ScFormulaReferenceHelper()
384 m_pWindow->SetText(sOldDialogText); in RefInputDone()
387 m_pWindow->SetOutputSizePixel(aOldDialogSize); in RefInputDone()
400 sal_uInt16 nChildren = m_pWindow->GetChildCount(); in RefInputDone()
404 m_pWindow->GetChild(i)->GetWindow( WINDOW_CLIENT )->Show(); in RefInputDone()
422 sOldDialogText = m_pWindow->GetText(); in RefInputStart()
427 sal_uInt16 nChildren = m_pWindow->GetChildCount(); in RefInputStart()
432 Window* pWin = m_pWindow->GetChild(i); in RefInputStart()
436 sNewDialogText += m_pWindow->GetChild(i-1)->GetWindow( WINDOW_CLIENT )->GetText(); in RefInputStart()
448 aOldDialogSize = m_pWindow->GetOutputSizePixel(); in RefInputStart()
481 m_pWindow->SetOutputSizePixel(aNewDlgSize); in RefInputStart()
484 m_pWindow->SetText( MnemonicGenerator::EraseAllMnemonicChars( sNewDialogText ) ); in RefInputStart()