Lines Matching refs:pViewSh

252         		ScTabViewShell* pViewSh = (ScTabViewShell*)pViewShell;  in ConfigurationChanged()  local
253 pViewSh->PaintGrid(); in ConfigurationChanged()
254 pViewSh->PaintTop(); in ConfigurationChanged()
255 pViewSh->PaintLeft(); in ConfigurationChanged()
256 pViewSh->PaintExtras(); in ConfigurationChanged()
258 ScInputHandler* pHdl = pViewSh->GetInputHandler(); in ConfigurationChanged()
299 ScTabViewShell* pViewSh = (ScTabViewShell*)pSh; in ConfigurationChanged() local
302 ScInputHandler* pHdl = GetInputHdl(pViewSh); in ConfigurationChanged()
306 pViewSh->DigitLanguageChanged(); in ConfigurationChanged()
307 pViewSh->PaintGrid(); in ConfigurationChanged()
533 ScTabViewShell* pViewSh = PTR_CAST(ScTabViewShell, SfxViewShell::Current()); in Execute() local
534 if ( pViewSh ) in Execute()
535 pViewSh->UpdateDrawTextOutliner(); // EditEngine-Flags in Execute()
972 ScTabViewShell* pViewSh = PTR_CAST(ScTabViewShell, SfxViewShell::Current()); in ModifyOptions() local
1017 if ( pViewSh ) in ModifyOptions()
1019 ScViewData* pViewData = pViewSh->GetViewData(); in ModifyOptions()
1033 pViewSh->UpdateAnchorHandles(); in ModifyOptions()
1052 if ( pViewSh ) in ModifyOptions()
1054 ScViewData* pViewData = pViewSh->GetViewData(); in ModifyOptions()
1168 if ( pViewSh ) in ModifyOptions()
1169 pViewSh->UpdateDrawTextOutliner(); // EditEngine-Flags in ModifyOptions()
1264 if ( pViewSh ) in ModifyOptions()
1265 pViewSh->UpdateCharts( sal_True ); in ModifyOptions()
1272 if ( pViewSh && bUpdateMarks ) in ModifyOptions()
1273 pViewSh->UpdateAutoFillMark(); in ModifyOptions()
1277 if ( pViewSh && bRepaint ) in ModifyOptions()
1279 pViewSh->UpdateFixPos(); in ModifyOptions()
1280 pViewSh->PaintGrid(); in ModifyOptions()
1281 pViewSh->PaintTop(); in ModifyOptions()
1282 pViewSh->PaintLeft(); in ModifyOptions()
1283 pViewSh->PaintExtras(); in ModifyOptions()
1284 pViewSh->InvalidateBorder(); in ModifyOptions()
1345 ScInputHandler* ScModule::GetInputHdl( ScTabViewShell* pViewSh, sal_Bool bUseRef ) in GetInputHdl() argument
1351 if ( !pViewSh ) in GetInputHdl()
1358 pViewSh = pCurViewSh; in GetInputHdl()
1361 if ( pViewSh ) in GetInputHdl()
1362 pHdl = pViewSh->GetInputHandler(); // Viewshell hat jetzt immer einen in GetInputHdl()
1365 DBG_ASSERT( pHdl || !pViewSh, "GetInputHdl: kein InputHandler gefunden" ); in GetInputHdl()
1433 void ScModule::ViewShellGone( ScTabViewShell* pViewSh ) in ViewShellGone() argument
1437 pHdl->ViewShellGone( pViewSh ); in ViewShellGone()
1543 SfxViewShell* pViewSh = pViewFrm->GetViewShell(); in SetRefDialog() local
1544 if ( pViewSh && pViewSh->ISA( ScTabViewShell ) ) in SetRefDialog()
1545 ((ScTabViewShell*)pViewSh)->SetCurRefDlgId( nCurRefDlgId ); in SetRefDialog()
1821 ScTabViewShell* pViewSh = PTR_CAST(ScTabViewShell,p); in lcl_CheckNeedsRepaint() local
1822 if ( pViewSh ) in lcl_CheckNeedsRepaint()
1823 pViewSh->CheckNeedsRepaint(); in lcl_CheckNeedsRepaint()
1934 ScTabViewShell* pViewSh = PTR_CAST(ScTabViewShell, in CreateItemSet() local
1936 ScViewOptions aViewOpt = pViewSh in CreateItemSet()
1937 ? pViewSh->GetViewData()->GetOptions() in CreateItemSet()