Lines Matching refs:pDocShell

94     ScDocShell* pDocShell = (ScDocShell*)SfxObjectShell::GetFirst(&aType);  in enableInput()  local
95 while( pDocShell ) in enableInput()
97 SfxViewFrame* pFrame = SfxViewFrame::GetFirst( pDocShell ); in enableInput()
120 pFrame = SfxViewFrame::GetNext( *pFrame, pDocShell ); in enableInput()
123 pDocShell = (ScDocShell*)SfxObjectShell::GetNext(*pDocShell, &aType); in enableInput()
564 ScDocShell* pDocShell = (ScDocShell*)SfxObjectShell::GetFirst(&aType); in SetDispatcherLock() local
565 while( pDocShell ) in SetDispatcherLock()
567 SfxViewFrame* pFrame = SfxViewFrame::GetFirst( pDocShell ); in SetDispatcherLock()
574 pFrame = SfxViewFrame::GetNext( *pFrame, pDocShell ); in SetDispatcherLock()
576 pDocShell = (ScDocShell*)SfxObjectShell::GetNext(*pDocShell, &aType); in SetDispatcherLock()
593 ScDocShell* pDocShell = (ScDocShell*)SfxObjectShell::GetFirst(&aType); in EnableSpreadsheets() local
594 while( pDocShell ) in EnableSpreadsheets()
596 SfxViewFrame* pFrame = SfxViewFrame::GetFirst( pDocShell ); in EnableSpreadsheets()
619 pFrame = SfxViewFrame::GetNext( *pFrame, pDocShell ); in EnableSpreadsheets()
622 pDocShell = (ScDocShell*)SfxObjectShell::GetNext(*pDocShell, &aType); in EnableSpreadsheets()
633 ScDocShell* pDocShell = (ScDocShell*)SfxObjectShell::GetFirst(&aType); in lcl_InvalidateWindows() local
634 while( pDocShell ) in lcl_InvalidateWindows()
636 SfxViewFrame* pFrame = SfxViewFrame::GetFirst( pDocShell ); in lcl_InvalidateWindows()
655 pFrame = SfxViewFrame::GetNext( *pFrame, pDocShell ); in lcl_InvalidateWindows()
658 pDocShell = (ScDocShell*)SfxObjectShell::GetNext(*pDocShell, &aType); in lcl_InvalidateWindows()