/aoo42x/main/sc/source/ui/unoobj/ |
H A D | viewuno.cxx | 904 if (pViewSh) in getSelection() 1012 if (pViewSh) 1029 if (pViewSh) 1054 if (pViewSh) 1080 if (pViewSh) in getCount() 1125 if (pViewSh) in GetObjectByIndex_Impl() 1171 if (pViewSh) in getActiveSheet() 1523 if (pViewSh) 1532 if (pViewSh) 1541 if (pViewSh) in GetZoom() [all …]
|
/aoo42x/main/sc/source/ui/app/ |
H A D | inputwin.cxx | 154 ScTabViewShell* pViewSh = NULL; in ScInputWindow() local 218 else if ( pViewSh ) in ScInputWindow() 271 if ( pViewSh ) in UseSubTotal() 365 if ( pViewSh ) in Select() 469 if ( pViewSh ) in Select() 977 if ( pViewSh ) in KeyInput() 988 if ( pViewSh ) in GetFocus() 1085 if ( pViewSh ) in StartEditEngine() 1320 if ( pViewSh ) in MakeDialogEditView() 1583 if ( pViewSh ) in lcl_GetInputType() [all …]
|
H A D | scmod.cxx | 254 pViewSh->PaintTop(); in ConfigurationChanged() 534 if ( pViewSh ) in Execute() 1017 if ( pViewSh ) in ModifyOptions() 1052 if ( pViewSh ) in ModifyOptions() 1168 if ( pViewSh ) in ModifyOptions() 1264 if ( pViewSh ) in ModifyOptions() 1281 pViewSh->PaintTop(); in ModifyOptions() 1351 if ( !pViewSh ) in GetInputHdl() 1361 if ( pViewSh ) in GetInputHdl() 1544 if ( pViewSh && pViewSh->ISA( ScTabViewShell ) ) in SetRefDialog() [all …]
|
H A D | client.cxx | 95 ScTabViewShell* pViewSh = PTR_CAST( ScTabViewShell, pSfxViewSh ); in RequestNewObjectArea() local 96 if (!pViewSh) in RequestNewObjectArea() 113 sal_uInt16 nTab = pViewSh->GetViewData()->GetTabNo(); in RequestNewObjectArea() 158 if (!pViewSh) in ObjectAreaChanged() 190 if (pViewSh) in ObjectAreaChanged() 195 pViewSh->ScrollToObject( pDrawObj ); in ObjectAreaChanged() 242 if ( pViewSh ) in ViewChanged() 244 Window* pWin = pViewSh->GetActiveWin(); in ViewChanged() 251 pViewSh->GetViewData()->GetDocShell()->SetDrawModified(); in ViewChanged() 264 if (pViewSh) in MakeVisible() [all …]
|
/aoo42x/main/sd/source/ui/app/ |
H A D | sdmod2.cxx | 104 if( pViewSh && pViewSh->ISA(sd::OutlineViewShell)) in GetCurrentPage() 139 …const SdrTextObj* pTextObj = (pViewSh && pViewSh->GetDoc()) ? pViewSh->GetDoc()->GetFormattingText… in GetCurrentPage() 234 if(pViewSh == NULL) in IMPL_LINK() 238 pViewSh = pBase->GetMainViewShell().get(); in IMPL_LINK() 240 if( !pDoc && pViewSh ) in IMPL_LINK() 241 pDoc = pViewSh->GetDoc(); in IMPL_LINK() 252 nPgNum = pViewSh->GetPrintedHandoutPageNum(); in IMPL_LINK() 274 if(pViewSh == NULL) in IMPL_LINK() 278 pViewSh = pBase->GetMainViewShell().get(); in IMPL_LINK() 280 if( !pDoc && pViewSh ) in IMPL_LINK() [all …]
|
/aoo42x/main/sc/source/ui/view/ |
H A D | drawview.cxx | 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() 474 pViewSh->SetDrawShell(sal_True); //@#70206# in MarkListHasChanged() 525 pViewSh->SetGraphicShell(sal_True); in MarkListHasChanged() 529 pViewSh->SetDrawShell(sal_True); in MarkListHasChanged() 547 pViewSh->SetVerbs( aVerbs ); in MarkListHasChanged() 587 pViewSh->CheckSelectionTransfer(); in MarkListHasChanged() 608 if ( pViewSh->GetViewFrame() ) in SdrBeginTextEdit() [all …]
|
H A D | colrowba.cxx | 183 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 D | pivotsh.cxx | 70 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 D | pgbrksh.cxx | 61 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()
|
H A D | tabcont.cxx | 395 ScTabViewShell* pViewSh = pViewData->GetViewShell(); in Command() local 399 pViewSh->SetActive(); in Command() 428 pViewSh->DeactivateOle(); in Command() 579 ScTabViewShell* pViewSh = pViewData->GetViewShell(); in AllowRenaming() local 580 DBG_ASSERT( pViewSh, "pViewData->GetViewShell()" ); in AllowRenaming() 588 sal_Bool bDone = pViewSh->RenameTable( aNewName, nTab ); in AllowRenaming() 608 pViewSh->ErrorMessage( STR_INVALIDTABNAME ); in AllowRenaming()
|
/aoo42x/main/sc/source/ui/drawfunc/ |
H A D | fuins1.cxx | 149 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() 397 FuInsertMedia::FuInsertMedia( ScTabViewShell* pViewSh, in FuInsertMedia() argument [all …]
|
H A D | fuins2.cxx | 217 : FuPoor(pViewSh, pWin, pViewP, pDoc, rReq) in FuInsertOLE() 380 ScViewData* pData = pViewSh->GetViewData(); in FuInsertOLE() 382 Point aPnt = pViewSh->GetInsertPos(); in FuInsertOLE() 478 : FuPoor(pViewSh, pWin, pViewP, pDoc, rReq) in FuInsertChart() 499 aPositionRange = pViewSh->GetViewData()->GetCurPos(); in FuInsertChart() 503 ScMarkData& rMark = pViewSh->GetViewData()->GetMarkData(); in FuInsertChart() 507 pViewSh->GetViewData()->GetView()->MarkDataArea( sal_True ); in FuInsertChart() 531 pViewSh->GetViewData()->GetView()->Unmark(); in FuInsertChart() 585 ScViewData* pData = pViewSh->GetViewData(); in FuInsertChart() 638 pViewSh->SetTabNo( nNewTab, sal_True ); in FuInsertChart() [all …]
|
/aoo42x/main/sd/source/ui/docshell/ |
H A D | docshell.cxx | 378 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() 580 if( pViewSh.get() ) in ClearUndoBuffer() [all …]
|
/aoo42x/main/sfx2/source/control/ |
H A D | shell.cxx | 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() 1138 if (pViewSh) in SFX_EXEC_STUB() [all …]
|
/aoo42x/main/sd/source/ui/func/ |
H A D | fuinsert.cxx | 111 ViewShell* pViewSh, in FuInsertGraphic() argument 116 : FuPoor(pViewSh, pWin, pView, pDoc, rReq) in FuInsertGraphic() 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() 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() 285 FunctionReference xFunc( new FuInsertOLE( pViewSh, pWin, pView, pDoc, rReq ) ); in Create() 720 ViewShell* pViewSh, in FuInsertAVMedia() argument [all …]
|
H A D | fulink.cxx | 57 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()
|
/aoo42x/main/sd/source/ui/inc/ |
H A D | fuinsert.hxx | 37 …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,
|
/aoo42x/main/sc/source/ui/docshell/ |
H A D | docsh4.cxx | 502 if (pViewSh && pDBColl) in Execute() 515 pViewSh->MarkRange(aRange); in Execute() 527 pViewSh->MarkRange(aRange); in Execute() 535 pViewSh->RepeatDB(); in Execute() 2144 return pViewSh ? pViewSh->GetViewData() : NULL; in GetViewData() 2162 if( pViewSh && pViewSh->GetViewData()->GetDocShell() != this ) in GetBestViewShell() 2163 pViewSh = NULL; in GetBestViewShell() 2164 if( !pViewSh ) in GetBestViewShell() 2171 pViewSh = PTR_CAST(ScTabViewShell,p); in GetBestViewShell() 2174 return pViewSh; in GetBestViewShell() [all …]
|
H A D | docsh3.cxx | 96 ScTabViewShell* pViewSh = ScTabViewShell::GetActiveViewShell(); in PostEditView() local 97 if (pViewSh && pViewSh->GetViewData()->GetDocShell() == this) in PostEditView() 100 pViewSh->Notify( *this, aHint ); in PostEditView() 515 ScTabViewShell* pViewSh = (ScTabViewShell*)pSh; in SetPrinter() local 516 ScInputHandler* pInputHdl = pScMod->GetInputHdl(pViewSh); in SetPrinter() 816 ScTabViewShell* pViewSh = GetBestViewShell( sal_False ); //! Funktionen an die DocShell in MergeDocument() local 817 if (!pViewSh) in MergeDocument() 937 ScMarkData& rMarkData = pViewSh->GetViewData()->GetMarkData(); in MergeDocument() 1045 pViewSh->EnterData( aPos.Col(), aPos.Row(), aPos.Tab(), aValue ); in MergeDocument() 1065 pViewSh->EnterData( aPos.Col(), aPos.Row(), aPos.Tab(), aValue ); in MergeDocument()
|
/aoo42x/main/sc/source/ui/miscdlgs/ |
H A D | anyrefdg.cxx | 104 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 …]
|
/aoo42x/main/sc/source/ui/navipi/ |
H A D | navipi.cxx | 1148 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 …]
|
/aoo42x/main/sc/source/ui/pagedlg/ |
H A D | tphf.cxx | 72 ScTabViewShell* pViewSh = PTR_CAST(ScTabViewShell,pSh); in ScHFPage() local 84 if ( pViewSh ) in ScHFPage() 86 ScViewData* pViewData = pViewSh->GetViewData(); in ScHFPage() 208 SfxViewShell* pViewSh = SfxViewShell::Current(); in IMPL_LINK() local 210 if ( !pViewSh ) in IMPL_LINK() 224 = new ScHFEditDlg( pViewSh->GetViewFrame(), this, in IMPL_LINK()
|
/aoo42x/main/starmath/source/ |
H A D | toolbox.cxx | 303 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()
|
/aoo42x/main/sc/source/ui/inc/ |
H A D | fuinsert.hxx | 33 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,
|
/aoo42x/main/sfx2/source/dialog/ |
H A D | securitypage.cxx | 79 SfxViewShell* pViewSh = SfxViewShell::Current(); in QueryState() local 80 if (pViewSh) in QueryState() 83 SfxDispatcher* pDisp = pViewSh->GetDispatcher(); in QueryState() 347 SfxViewShell* pViewSh = SfxViewShell::Current(); in Reset_Impl() local 348 if (pViewSh) in Reset_Impl() 351 SfxDispatcher* pDisp = pViewSh->GetDispatcher(); in Reset_Impl()
|