Lines Matching refs:pViewShell

71 	ScTabViewShell* pViewShell = ScTabViewShell::GetActiveViewShell();  in SetViewMarkData()  local
72 if ( !pViewShell ) in SetViewMarkData()
75 pViewShell->SetMarkData( rMarkData ); in SetViewMarkData()
106 ScTabViewShell* pViewShell = ScTabViewShell::GetActiveViewShell(); in BeginUndo() local
107 if (pViewShell) in BeginUndo()
108 pViewShell->HideAllCursors(); // z.B. wegen zusammengefassten Zellen in BeginUndo()
119 ScTabViewShell* pViewShell = ScTabViewShell::GetActiveViewShell(); in EndUndo() local
120 if (pViewShell) in EndUndo()
122 pViewShell->UpdateAutoFillMark(); in EndUndo()
123 pViewShell->UpdateInputHandler(); in EndUndo()
124 pViewShell->ShowAllCursors(); in EndUndo()
134 ScTabViewShell* pViewShell = ScTabViewShell::GetActiveViewShell(); in BeginRedo() local
135 if (pViewShell) in BeginRedo()
136 pViewShell->HideAllCursors(); // z.B. wegen zusammengefassten Zellen in BeginRedo()
146 ScTabViewShell* pViewShell = ScTabViewShell::GetActiveViewShell(); in EndRedo() local
147 if (pViewShell) in EndRedo()
149 pViewShell->UpdateAutoFillMark(); in EndRedo()
150 pViewShell->UpdateInputHandler(); in EndRedo()
151 pViewShell->ShowAllCursors(); in EndRedo()
159 ScTabViewShell* pViewShell = ScTabViewShell::GetActiveViewShell(); in ShowTable() local
160 if (pViewShell) in ShowTable()
161 pViewShell->SetTabNo( nTab ); in ShowTable()
166 ScTabViewShell* pViewShell = ScTabViewShell::GetActiveViewShell(); in ShowTable() local
167 if (pViewShell) in ShowTable()
171 SCTAB nTab = pViewShell->GetViewData()->GetTabNo(); in ShowTable()
173 pViewShell->SetTabNo( nStart ); // auf erste des Bereiches in ShowTable()
236 ScTabViewShell* pViewShell = ScTabViewShell::GetActiveViewShell(); in AdjustHeight() local
237 if (pViewShell) in AdjustHeight()
239 ScViewData* pData = pViewShell->GetViewData(); in AdjustHeight()
269 ScTabViewShell* pViewShell = ScTabViewShell::GetActiveViewShell(); in ShowBlock() local
270 if (pViewShell) in ShowBlock()
273 pViewShell->MoveCursorAbs( aBlockRange.aStart.Col(), aBlockRange.aStart.Row(), in ShowBlock()
275 SCTAB nTab = pViewShell->GetViewData()->GetTabNo(); in ShowBlock()
279 pViewShell->MarkRange( aRange ); in ShowBlock()