Lines Matching refs:pViewShell
136 ScTabViewShell* pViewShell = getBestViewShell( xModel ); in implnPaste() local
137 if ( pViewShell ) in implnPaste()
139 pViewShell->PasteFromSystem(); in implnPaste()
140 pViewShell->CellContentChanged(); in implnPaste()
148 ScTabViewShell* pViewShell = getBestViewShell( xModel ); in implnCopy() local
149 if ( pViewShell ) in implnCopy()
151 pViewShell->CopyToClip(NULL,false,false,true); in implnCopy()
163 ScTabViewShell* pViewShell = getBestViewShell( xModel ); in implnCut() local
164 if ( pViewShell ) in implnCut()
166 pViewShell->CutToClip( NULL, sal_True ); in implnCut()
240 ScTabViewShell* pViewShell = getBestViewShell( xModel ); in getViewFrame() local
241 if ( pViewShell ) in getViewFrame()
242 return pViewShell->GetViewFrame(); in getViewFrame()