Home
last modified time | relevance | path

Searched refs:pViewSh (Results 1 – 25 of 208) sorted by relevance

123456789

/AOO41X/main/sc/source/ui/unoobj/
H A Dviewuno.cxx136 ScViewPaneBase::ScViewPaneBase(ScTabViewShell* pViewSh, sal_uInt16 nP) : in ScViewPaneBase() argument
137 pViewShell( pViewSh ), in ScViewPaneBase()
436 ScViewPaneObj::ScViewPaneObj(ScTabViewShell* pViewSh, sal_uInt16 nP) : in ScViewPaneObj() argument
437 ScViewPaneBase( pViewSh, nP ) in ScViewPaneObj()
481 ScTabViewObj::ScTabViewObj( ScTabViewShell* pViewSh ) : in ScTabViewObj() argument
482 ScViewPaneBase( pViewSh, SC_VIEWPANE_ACTIVE ), in ScTabViewObj()
483 SfxBaseController( pViewSh ), in ScTabViewObj()
490 if (pViewSh) in ScTabViewObj()
491 nPreviousTab = pViewSh->GetViewData()->GetTabNo(); in ScTabViewObj()
719 ScTabViewShell* pViewSh = GetViewShell(); in select() local
[all …]
/AOO41X/main/sc/source/ui/app/
H A Dinputwin.cxx154 ScTabViewShell* pViewSh = NULL; in ScInputWindow() local
160 pViewSh = PTR_CAST( ScTabViewShell, pViewFrm->GetViewShell() ); in ScInputWindow()
162 DBG_ASSERT( pViewSh, "no view shell for input window" ); in ScInputWindow()
196 …pInputHdl = SC_MOD()->GetInputHdl( pViewSh, sal_False ); // use own handler even if ref-handler… in ScInputWindow()
218 else if ( pViewSh ) in ScInputWindow()
219 pViewSh->UpdateInputHandler( sal_True ); // unbedingtes Update in ScInputWindow()
270 ScTabViewShell* pViewSh = PTR_CAST( ScTabViewShell, SfxViewShell::Current() ); in UseSubTotal() local
271 if ( pViewSh ) in UseSubTotal()
273 ScDocument* pDoc = pViewSh->GetViewData()->GetDocument(); in UseSubTotal()
364 ScTabViewShell* pViewSh = PTR_CAST( ScTabViewShell, SfxViewShell::Current() ); in Select() local
[all …]
H A Dscmod.cxx252 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()
[all …]
H A Dclient.cxx95 ScTabViewShell* pViewSh = PTR_CAST( ScTabViewShell, pSfxViewSh ); in RequestNewObjectArea() local
96 if (!pViewSh) in RequestNewObjectArea()
113 sal_uInt16 nTab = pViewSh->GetViewData()->GetTabNo(); in RequestNewObjectArea()
157 ScTabViewShell* pViewSh = PTR_CAST( ScTabViewShell, pSfxViewSh ); in ObjectAreaChanged() local
158 if (!pViewSh) in ObjectAreaChanged()
190 if (pViewSh) in ObjectAreaChanged()
191 pViewSh->GetViewData()->GetDocShell()->SetDrawModified(); in ObjectAreaChanged()
195 pViewSh->ScrollToObject( pDrawObj ); in ObjectAreaChanged()
241 ScTabViewShell* pViewSh = PTR_CAST( ScTabViewShell, pSfxViewSh ); in ViewChanged() local
242 if ( pViewSh ) in ViewChanged()
[all …]
/AOO41X/main/sd/source/ui/app/
H A Dsdmod2.cxx85 static SdPage* GetCurrentPage( sd::ViewShell* pViewSh, EditFieldInfo* pInfo, bool& bMasterView ) in GetCurrentPage() argument
104 if( pViewSh && pViewSh->ISA(sd::OutlineViewShell)) in GetCurrentPage()
105 … pSdView = static_cast<sd::OutlineView*> (static_cast<sd::OutlineViewShell*>(pViewSh)->GetView()); in GetCurrentPage()
121 pPage = pViewSh->GetDoc()->GetSdPage( (sal_uInt16)nPgNum, PK_STANDARD ); in GetCurrentPage()
139 …const SdrTextObj* pTextObj = (pViewSh && pViewSh->GetDoc()) ? pViewSh->GetDoc()->GetFormattingText… in GetCurrentPage()
235 ::sd::ViewShell* pViewSh = pDocShell ? pDocShell->GetViewShell() : NULL; in IMPL_LINK()
236 if(pViewSh == NULL) in IMPL_LINK()
240 pViewSh = pBase->GetMainViewShell().get(); in IMPL_LINK()
242 if( !pDoc && pViewSh ) in IMPL_LINK()
243 pDoc = pViewSh->GetDoc(); in IMPL_LINK()
[all …]
/AOO41X/main/sc/source/ui/view/
H A Ddrawview.cxx404 ScTabViewShell* pViewSh = pViewData->GetViewShell(); in MarkListHasChanged() local
409 pViewSh->Unmark(); // remove cell selection in MarkListHasChanged()
420 ScClient* pClient = (ScClient*) pViewSh->GetIPClient(); in MarkListHasChanged()
454 pViewSh->SetOleObjectShell(sal_True); in MarkListHasChanged()
456 pViewSh->SetChartShell(sal_True); in MarkListHasChanged()
462 pViewSh->SetGraphicShell(sal_True); in MarkListHasChanged()
468 pViewSh->SetMediaShell(sal_True); in MarkListHasChanged()
472 || !pViewSh->IsDrawTextShell()) // eines TextObjekts auf die in MarkListHasChanged()
474 pViewSh->SetDrawShell(sal_True); //@#70206# in MarkListHasChanged()
521 pViewSh->SetDrawFormShell(sal_True); // jetzt UNO-Controls in MarkListHasChanged()
[all …]
H A Dcolrowba.cxx183 ScTabViewShell* pViewSh = pViewData->GetViewShell(); in SelectWindow() local
185 pViewSh->SetActive(); // Appear und SetViewFrame in SelectWindow()
186 pViewSh->DrawDeselectAll(); in SelectWindow()
199 pViewSh->ActivatePart( eActive ); in SelectWindow()
204 pViewSh->ActiveGrabFocus(); in SelectWindow()
350 ScTabViewShell* pViewSh = pViewData->GetViewShell(); in SelectWindow() local
352 pViewSh->SetActive(); // Appear und SetViewFrame in SelectWindow()
353 pViewSh->DrawDeselectAll(); in SelectWindow()
366 pViewSh->ActivatePart( eActive ); in SelectWindow()
371 pViewSh->ActiveGrabFocus(); in SelectWindow()
H A Dpivotsh.cxx70 ScPivotShell::ScPivotShell( ScTabViewShell* pViewSh ) : in ScPivotShell() argument
71 SfxShell(pViewSh), in ScPivotShell()
72 pViewShell( pViewSh ) in ScPivotShell()
74 SetPool( &pViewSh->GetPool() ); in ScPivotShell()
75 ScViewData* pViewData = pViewSh->GetViewData(); in ScPivotShell()
H A Dpgbrksh.cxx61 ScPageBreakShell::ScPageBreakShell( ScTabViewShell* pViewSh ) : in ScPageBreakShell() argument
62 SfxShell(pViewSh) in ScPageBreakShell()
64 SetPool( &pViewSh->GetPool() ); in ScPageBreakShell()
65 ScViewData* pViewData = pViewSh->GetViewData(); in ScPageBreakShell()
/AOO41X/main/sc/source/ui/drawfunc/
H A Dfuins1.cxx149 ScTabViewShell* pViewSh, Window* pWindow, SdrView* pView ) in lcl_InsertGraphic() argument
151 ScDrawView* pDrawView = pViewSh->GetScDrawView(); in lcl_InsertGraphic()
202 Point aInsertPos = pViewSh->GetInsertPos(); in lcl_InsertGraphic()
204 ScViewData* pData = pViewSh->GetViewData(); in lcl_InsertGraphic()
236 ScTabViewShell* pViewSh, Window* pWindow, SdrView* pView, in lcl_InsertMedia() argument
241 ScViewData* pData = pViewSh->GetViewData(); in lcl_InsertMedia()
242 Point aInsertPos( pViewSh->GetInsertPos() ); in lcl_InsertMedia()
276 FuInsertGraphic::FuInsertGraphic( ScTabViewShell* pViewSh, in FuInsertGraphic() argument
281 : FuPoor(pViewSh, pWin, pViewP, pDoc, rReq) in FuInsertGraphic()
302 … lcl_InsertGraphic( aGraphic, aFileName, aFilterName, bAsLink, sal_True, pViewSh, pWindow, pView ); in FuInsertGraphic()
[all …]
H A Dfuins2.cxx215 FuInsertOLE::FuInsertOLE(ScTabViewShell* pViewSh, Window* pWin, ScDrawView* pViewP, in FuInsertOLE() argument
217 : FuPoor(pViewSh, pWin, pViewP, pDoc, rReq) in FuInsertOLE()
276pViewSh->GetObjectShell()->GetEmbeddedObjectContainer().InsertEmbeddedObject( xObj, aName ); in FuInsertOLE()
378 lcl_ChartInit( xObj, pViewSh->GetViewData(), rtl::OUString() ); in FuInsertOLE()
380 ScViewData* pData = pViewSh->GetViewData(); in FuInsertOLE()
382 Point aPnt = pViewSh->GetInsertPos(); in FuInsertOLE()
476 FuInsertChart::FuInsertChart(ScTabViewShell* pViewSh, Window* pWin, ScDrawView* pViewP, in FuInsertChart() argument
478 : FuPoor(pViewSh, pWin, pViewP, pDoc, rReq) in FuInsertChart()
499 aPositionRange = pViewSh->GetViewData()->GetCurPos(); in FuInsertChart()
503 ScMarkData& rMark = pViewSh->GetViewData()->GetMarkData(); in FuInsertChart()
[all …]
/AOO41X/main/sd/source/ui/docshell/
H A Ddocshell.cxx378 ViewShell* pViewSh = NULL; in InPlaceActivate() local
386 pViewSh = PTR_CAST( ViewShell, pSfxViewSh ); in InPlaceActivate()
388 if ( pViewSh && pViewSh->GetFrameView() ) in InPlaceActivate()
390 pViewSh->WriteFrameViewData(); in InPlaceActivate()
391 pFrameViewList->Insert( new FrameView( mpDoc, pViewSh->GetFrameView() ) ); in InPlaceActivate()
408 ViewShell* pViewSh = NULL; in InPlaceActivate() local
417 pViewSh = PTR_CAST( ViewShell, pSfxViewSh ); in InPlaceActivate()
419 if ( pViewSh ) in InPlaceActivate()
421 pViewSh->ReadFrameViewData( (FrameView*)pFrameViewList->GetObject(i) ); in InPlaceActivate()
579 ::boost::shared_ptr<ViewShell> pViewSh( pViewShellBase->GetMainViewShell() ); in ClearUndoBuffer()
[all …]
/AOO41X/main/sfx2/source/control/
H A Dshell.cxx78 …SfxViewShell* pViewSh; // SfxViewShell falls Shell ViewFrame/ViewShell/SubShell i… member
148 pImp->pViewSh = 0; in SfxShell()
159 SfxShell::SfxShell( SfxViewShell *pViewSh ) in SfxShell() argument
174 pImp->pViewSh = pViewSh; in SfxShell()
272 return pImp->pViewSh; in GetViewShell()
305 if ( pImp->pViewSh ) in GetFrame()
306 return pImp->pViewSh->GetViewFrame(); in GetFrame()
1079 SfxViewShell *pViewSh = PTR_CAST ( SfxViewShell, this); in SFX_EXEC_STUB() local
1081 DBG_ASSERT(pViewSh, "SetVerbs nur an der ViewShell aufrufen!"); in SFX_EXEC_STUB()
1082 if ( !pViewSh ) in SFX_EXEC_STUB()
[all …]
/AOO41X/main/sd/source/ui/inc/
H A Dfuinsert.hxx37 …static FunctionReference Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, SdDraw…
43 ViewShell* pViewSh,
59 …static FunctionReference Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, SdDraw…
64 ViewShell* pViewSh,
80 …static FunctionReference Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, SdDraw…
85 ViewShell* pViewSh,
100 …static FunctionReference Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, SdDraw…
105 ViewShell* pViewSh,
/AOO41X/main/sd/source/ui/func/
H A Dfuinsert.cxx111 ViewShell* pViewSh, in FuInsertGraphic() argument
116 : FuPoor(pViewSh, pWin, pView, pDoc, rReq) in FuInsertGraphic()
120 FunctionReference FuInsertGraphic::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pVie… in Create() argument
122 FunctionReference xFunc( new FuInsertGraphic( pViewSh, pWin, pView, pDoc, rReq ) ); in Create()
196 ViewShell* pViewSh, in FuInsertClipboard() argument
201 : FuPoor(pViewSh, pWin, pView, pDoc, rReq) in FuInsertClipboard()
205 FunctionReference FuInsertClipboard::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pV… in Create() argument
207 FunctionReference xFunc( new FuInsertClipboard( pViewSh, pWin, pView, pDoc, rReq ) ); in Create()
274 ViewShell* pViewSh, in FuInsertOLE() argument
279 : FuPoor(pViewSh, pWin, pView, pDoc, rReq) in FuInsertOLE()
[all …]
H A Dfulink.cxx57 ViewShell* pViewSh, in FuLink() argument
62 : FuPoor(pViewSh, pWin, pView, pDoc, rReq) in FuLink()
66 FunctionReference FuLink::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, SdDraw… in Create() argument
68 FunctionReference xFunc( new FuLink( pViewSh, pWin, pView, pDoc, rReq ) ); in Create()
H A Dfumeasur.cxx48 ViewShell* pViewSh, in FuMeasureDlg() argument
53 : FuPoor(pViewSh, pWin, pView, pDoc, rReq) in FuMeasureDlg()
57 FunctionReference FuMeasureDlg::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, … in Create() argument
59 FunctionReference xFunc( new FuMeasureDlg( pViewSh, pWin, pView, pDoc, rReq ) ); in Create()
H A Dfuconnct.cxx49 ViewShell* pViewSh, in FuConnectionDlg() argument
54 : FuPoor(pViewSh, pWin, pView, pDoc, rReq) in FuConnectionDlg()
58 FunctionReference FuConnectionDlg::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pVie… in Create() argument
60 FunctionReference xFunc( new FuConnectionDlg( pViewSh, pWin, pView, pDoc, rReq ) ); in Create()
H A Dfutxtatt.cxx49 ViewShell* pViewSh, in FuTextAttrDlg() argument
54 : FuPoor(pViewSh, pWin, pView, pDoc, rReq) in FuTextAttrDlg()
58 FunctionReference FuTextAttrDlg::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView,… in Create() argument
60 FunctionReference xFunc( new FuTextAttrDlg( pViewSh, pWin, pView, pDoc, rReq ) ); in Create()
/AOO41X/main/sc/source/ui/docshell/
H A Ddocsh4.cxx331 ScTabViewShell* pViewSh = ScTabViewShell::GetActiveViewShell(); in Execute() local
332 if (pViewSh && bValid && aChartName.Len() != 0 ) in Execute()
334 Window* pParent = pViewSh->GetDialogParent(); in Execute()
500 ScTabViewShell* pViewSh = GetBestViewShell(); in Execute() local
501 DBG_ASSERT(pViewSh,"SID_REIMPORT_AFTER_LOAD: keine View"); in Execute()
502 if (pViewSh && pDBColl) in Execute()
515 pViewSh->MarkRange(aRange); in Execute()
522 sal_Bool bContinue = pViewSh->ImportData( aImportParam ); in Execute()
527 pViewSh->MarkRange(aRange); in Execute()
535 pViewSh->RepeatDB(); in Execute()
[all …]
/AOO41X/main/sc/source/ui/miscdlgs/
H A Danyrefdg.cxx104 ScTabViewShell* pViewSh = PTR_CAST(ScTabViewShell,p); in enableInput() local
105 if(pViewSh!=NULL) in enableInput()
107 Window *pWin=pViewSh->GetWindow(); in enableInput()
115 pViewSh->EnableRefInput(bEnable); in enableInput()
603 ScTabViewShell* pViewSh = PTR_CAST(ScTabViewShell,p); in EnableSpreadsheets() local
604 if(pViewSh!=NULL) in EnableSpreadsheets()
606 Window *pWin=pViewSh->GetWindow(); in EnableSpreadsheets()
614 pViewSh->EnableRefInput(bFlag); in EnableSpreadsheets()
643 ScTabViewShell* pViewSh = PTR_CAST(ScTabViewShell,p); in lcl_InvalidateWindows() local
644 if(pViewSh!=NULL) in lcl_InvalidateWindows()
[all …]
/AOO41X/main/sc/source/ui/navipi/
H A Dnavipi.cxx1148 ScTabViewShell* pViewSh = GetTabViewShell(); in GetNavigatorSettings() local
1149 return pViewSh ? pViewSh->GetNavigatorSettings() : NULL; in GetNavigatorSettings()
1156 ScTabViewShell* pViewSh = GetTabViewShell(); in GetViewData() local
1157 pViewData = pViewSh ? pViewSh->GetViewData() : NULL; in GetViewData()
1420 ScTabViewShell* pViewSh = GetTabViewShell(); in MarkDataArea() local
1422 if ( pViewSh ) in MarkDataArea()
1427 pViewSh->MarkDataArea(); in MarkDataArea()
1429 pViewSh->GetViewData()->GetMarkData().GetMarkArea(aMarkRange); in MarkDataArea()
1442 ScTabViewShell* pViewSh = GetTabViewShell(); in UnmarkDataArea() local
1444 if ( pViewSh ) in UnmarkDataArea()
[all …]
/AOO41X/main/sc/source/ui/pagedlg/
H A Dtphf.cxx73 ScTabViewShell* pViewSh = PTR_CAST(ScTabViewShell,pSh); in ScHFPage() local
85 if ( pViewSh ) in ScHFPage()
87 ScViewData* pViewData = pViewSh->GetViewData(); in ScHFPage()
209 SfxViewShell* pViewSh = SfxViewShell::Current(); in IMPL_LINK() local
211 if ( !pViewSh ) in IMPL_LINK()
225 = new ScHFEditDlg( pViewSh->GetViewFrame(), this, in IMPL_LINK()
/AOO41X/main/starmath/source/
H A Dtoolbox.cxx303 SmViewShell *pViewSh = GetView(); in Close() local
304 if (pViewSh) in Close()
305 pViewSh->GetViewFrame()->GetDispatcher()->Execute( in Close()
376 SmViewShell *pViewSh = GetView(); in IMPL_LINK() local
377 if (pViewSh) in IMPL_LINK()
378 pViewSh->GetViewFrame()->GetDispatcher()->Execute( in IMPL_LINK()
/AOO41X/main/sc/source/ui/inc/
H A Dfuinsert.hxx33 FuInsertGraphic( ScTabViewShell* pViewSh, Window* pWin, ScDrawView* pView,
46 FuInsertOLE( ScTabViewShell* pViewSh, Window* pWin, ScDrawView* pView,
59 FuInsertChart( ScTabViewShell* pViewSh, Window* pWin, ScDrawView* pView,
72 FuInsertMedia( ScTabViewShell* pViewSh, Window* pWin, ScDrawView* pView,

123456789