Lines Matching refs:pViewShell
161 ScTabViewShell* pViewShell = getBestViewShell( xModel ); in dispatchExecute() local
163 if ( pViewShell ) in dispatchExecute()
164 pViewFrame = pViewShell->GetViewFrame(); in dispatchExecute()
179 ScTabViewShell* pViewShell = getCurrentBestViewShell(); in implnPaste() local
180 if ( pViewShell ) in implnPaste()
182 pViewShell->PasteFromSystem(); in implnPaste()
183 pViewShell->CellContentChanged(); in implnPaste()
191 ScTabViewShell* pViewShell = getCurrentBestViewShell(); in implnCopy() local
192 if ( pViewShell ) in implnCopy()
193 pViewShell->CopyToClip(NULL,false,false,true); in implnCopy()
199 ScTabViewShell* pViewShell = getCurrentBestViewShell(); in implnCut() local
200 if ( pViewShell ) in implnCut()
201 pViewShell->CutToClip( NULL, sal_True ); in implnCut()
336 ScTabViewShell* pViewShell = getCurrentBestViewShell(); in getCurrentViewFrame() local
337 if ( pViewShell ) in getCurrentViewFrame()
338 return pViewShell->GetViewFrame(); in getCurrentViewFrame()
417 ScTabViewShell* pViewShell = getBestViewShell( xModel ); in PrintOutHelper() local
419 if ( pViewShell ) in PrintOutHelper()
420 pViewFrame = pViewShell->GetViewFrame(); in PrintOutHelper()