/aoo41x/main/sd/source/ui/view/ |
H A D | Outliner.cxx | 284 if (pViewShell) in PrepareSpelling() 335 pViewShell.reset(); in EndSpelling() 340 sal_Bool bViewIsDrawViewShell(pViewShell && pViewShell->ISA(DrawViewShell)); in EndSpelling() 510 if ( ! pViewShell) in StartSearchAndReplace() 569 if ( ! pViewShell) in Initialize() 633 if ( ! pViewShell) in SearchAndReplaceAll() 688 if( bool(pViewShell)) in SearchAndReplaceOnce() local 876 if ( ! pViewShell) in RememberStartPosition() 1063 if ( ! pViewShell) in EndOfSearch() 1635 if (pViewShell) in BeginConversion() [all …]
|
H A D | ViewShellManager.cxx | 120 const SfxShell* pViewShell, 123 const SfxShell* pViewShell, 126 ViewShell* pViewShell); 274 ViewShell* pViewShell, in AddSubShellFactory() argument 285 ViewShell* pViewShell, in RemoveSubShellFactory() argument 471 const SfxShell* pViewShell, in AddShellFactory() argument 495 const SfxShell* pViewShell, in RemoveShellFactory() argument 516 aResult.mpShell = pViewShell; in ActivateViewShell() 1384 if (pViewShell != NULL) in Deactivate() 1474 if (pViewShell != NULL) in IsMainViewShell() [all …]
|
/aoo41x/main/sc/source/ui/undo/ |
H A D | undodat.cxx | 118 pViewShell->SetTabNo( nTab ); in Undo() 135 pViewShell->UpdateScrollBars(); in Undo() 152 pViewShell->SetTabNo( nTab ); in Redo() 214 pViewShell->SetTabNo( nTab ); in Undo() 312 pViewShell->SetTabNo( nTab ); in Undo() 329 pViewShell->SetTabNo( nTab ); in Redo() 620 if (pViewShell) in Redo() 638 if (pViewShell) in Redo() 1900 if (pViewShell) in Undo() 2071 if (pViewShell) in Undo() [all …]
|
H A D | undobase.cxx | 72 if ( !pViewShell ) in SetViewMarkData() 107 if (pViewShell) in BeginUndo() 120 if (pViewShell) in EndUndo() 124 pViewShell->ShowAllCursors(); in EndUndo() 135 if (pViewShell) in BeginRedo() 147 if (pViewShell) in EndRedo() 151 pViewShell->ShowAllCursors(); in EndRedo() 160 if (pViewShell) in ShowTable() 167 if (pViewShell) in ShowTable() 237 if (pViewShell) in AdjustHeight() [all …]
|
H A D | undotab.cxx | 433 if (pViewShell) in Undo() 511 if (pViewShell) in DoChange() 655 if (pViewShell) in DoChange() 879 if (pViewShell) in Undo() 903 if (pViewShell) in Redo() 956 if (pViewShell) in DoChange() 1195 if (pViewShell) in DoChange() 1399 if (pViewShell) in DoChange() 1479 if (pViewShell) in Undo() 1496 if (pViewShell) in Redo() [all …]
|
H A D | undoblk3.cxx | 193 if ( !( (pViewShell) && pViewShell->AdjustRowHeight( in DoChange() 198 if (pViewShell) in DoChange() 376 if (pViewShell) in DoChange() 511 if ( !( (pViewShell) && pViewShell->AdjustBlockHeight() ) ) in DoChange() 648 if (pViewShell) in Undo() 730 if (pViewShell) in Redo() 999 if (pViewShell) in Redo() 1231 if (pViewShell) in Redo() 1340 if (pViewShell) in Undo() 1360 if (pViewShell) in Redo() [all …]
|
H A D | undoblk.cxx | 286 if (pViewShell) in DoChange() 553 if (pViewShell) in Redo() 629 if (pViewShell) in DoChange() 827 if ( !( (pViewShell) && pViewShell->AdjustBlockHeight() ) ) in DoChange() 834 if (pViewShell) in DoChange() 1078 if (pViewShell) in DoChange() 1198 if (pViewShell) in PaintArea() 1409 if (pViewShell) in DoChange() 1478 if (pViewShell) in Undo() 1520 if (pViewShell) in Undo() [all …]
|
H A D | undocell.cxx | 110 if (pViewShell) in DoChange() 112 pViewShell->SetTabNo( nTab ); in DoChange() 141 if (pViewShell) in Undo() 219 if (pViewShell) in DoChange() 221 pViewShell->SetTabNo( nTab ); in DoChange() 558 if (pViewShell) in DoChange() 560 pViewShell->SetTabNo( nTab ); in DoChange() 739 if (pViewShell) in DoChange() 741 pViewShell->SetTabNo( nTab ); in DoChange() 1024 if (pViewShell) in Undo() [all …]
|
H A D | undoblk2.cxx | 149 ScTabViewShell* pViewShell = ScTabViewShell::GetActiveViewShell(); in Undo() local 150 if (pViewShell) in Undo() 152 pViewShell->UpdateScrollBars(); in Undo() 154 SCTAB nCurrentTab = pViewShell->GetViewData()->GetTabNo(); in Undo() 156 pViewShell->SetTabNo( nStartTab ); in Undo() 173 ScTabViewShell* pViewShell = ScTabViewShell::GetActiveViewShell(); in Redo() local 174 if (pViewShell) in Redo() 176 SCTAB nTab = pViewShell->GetViewData()->GetTabNo(); in Redo() 178 pViewShell->SetTabNo( nStartTab ); in Redo() 182 if ( pViewShell ) in Redo() [all …]
|
H A D | undoutil.cxx | 49 ScTabViewShell* pViewShell = ScTabViewShell::GetActiveViewShell(); in MarkSimpleBlock() local 50 if (pViewShell) in MarkSimpleBlock() 52 SCTAB nViewTab = pViewShell->GetViewData()->GetTabNo(); in MarkSimpleBlock() 54 pViewShell->SetTabNo( nStartZ ); in MarkSimpleBlock() 56 pViewShell->DoneBlockMode(); in MarkSimpleBlock() 57 pViewShell->MoveCursorAbs( nStartX, nStartY, SC_FOLLOW_JUMP, sal_False, sal_False ); in MarkSimpleBlock() 58 pViewShell->InitOwnBlockMode(); in MarkSimpleBlock() 59 pViewShell->GetViewData()->GetMarkData(). in MarkSimpleBlock() 61 pViewShell->MarkDataChanged(); in MarkSimpleBlock()
|
/aoo41x/main/sc/source/ui/view/ |
H A D | reffact.cxx | 111 pWindow = pViewShell ? \ 113 if (pViewShell && !pWindow) \ 219 ScTabViewShell* pViewShell = NULL; in ScSimpleRefDlgWrapper() local 239 if(bAutoReOpen && pViewShell) in ScSimpleRefDlgWrapper() 329 ScTabViewShell* pViewShell = in ScAcceptChgDlgWrapper() local 332 pWindow = pViewShell ? in ScAcceptChgDlgWrapper() 339 if (pViewShell && !pWindow) in ScAcceptChgDlgWrapper() 345 ScTabViewShell* pViewShell = in ReInitDlg() local 349 if(pWindow!=NULL && pViewShell) in ReInitDlg() 409 ScTabViewShell* pViewShell = \ in ScValidityRefChildWin() local [all …]
|
/aoo41x/main/sc/source/ui/unoobj/ |
H A D | dispuno.cxx | 59 if ( pViewShell ) in lcl_GetSelectionSupplier() 74 pViewShell( pViewSh ) in ScDispatchProviderInterceptor() 76 if ( pViewShell ) in ScDispatchProviderInterceptor() 100 if (pViewShell) in ~ScDispatchProviderInterceptor() 108 pViewShell = NULL; in Notify() 122 if ( pViewShell && ( in queryDispatch() 216 if (pViewShell) in ScDispatch() 222 if (pViewShell) in ~ScDispatch() 237 pViewShell = NULL; in Notify() 297 if (!pViewShell) in addStatusListener() [all …]
|
/aoo41x/main/sc/source/ui/Accessibility/ |
H A D | AccessibleText.cxx | 75 mpViewShell(pViewShell), in ScViewForwarder() 289 mpViewShell(pViewShell), in ScPreviewViewForwarder() 755 mpViewShell(pViewShell), in ScAccessibleCellTextData() 1054 if (pViewShell) in GetDocShell() 1351 mpViewShell(pViewShell) in ScAccessiblePreviewCellTextData() 1427 if (pViewShell && pViewShell->GetDocument()) in GetDocShell() 1441 mpViewShell(pViewShell), in ScAccessiblePreviewHeaderCellTextData() 1555 if (pViewShell && pViewShell->GetDocument()) in GetDocShell() 1567 mpViewShell(pViewShell), in ScAccessibleHeaderTextData() 1576 if (pViewShell && pViewShell->GetDocument()) in ScAccessibleHeaderTextData() [all …]
|
/aoo41x/main/sc/source/ui/vba/ |
H A D | vbawindow.cxx | 114 if ( !pViewShell ) in SelectedSheetsEnumAccess() 362 if ( pViewShell ) in getScrollRow() 376 if ( pViewShell ) in setScrollRow() 382 pViewShell->ScrollLines(0, scrollRow - nOldValue); in setScrollRow() 392 if ( pViewShell ) in getScrollColumn() 406 if ( pViewShell ) in setScrollColumn() 738 if ( pViewShell ) in SplitAtDefinedPosition() 748 dispatchExecute( pViewShell, SID_WINDOW_SPLIT ); in SplitAtDefinedPosition() 802 if (pViewShell) in getView() 832 if ( pViewShell ) in setView() [all …]
|
H A D | excelvbahelper.cxx | 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() 164 if ( pViewShell ) in implnCut() 166 pViewShell->CutToClip( NULL, sal_True ); in implnCut() 241 if ( pViewShell ) in getViewFrame() [all …]
|
H A D | vbahelper.cxx | 163 if ( pViewShell ) in dispatchExecute() 164 pViewFrame = pViewShell->GetViewFrame(); in dispatchExecute() 180 if ( pViewShell ) in implnPaste() 182 pViewShell->PasteFromSystem(); in implnPaste() 183 pViewShell->CellContentChanged(); in implnPaste() 192 if ( pViewShell ) in implnCopy() 200 if ( pViewShell ) in implnCut() 201 pViewShell->CutToClip( NULL, sal_True ); in implnCut() 337 if ( pViewShell ) in getCurrentViewFrame() 338 return pViewShell->GetViewFrame(); in getCurrentViewFrame() [all …]
|
/aoo41x/main/sc/source/ui/drawfunc/ |
H A D | fudraw.cxx | 130 ScViewData* pViewData = pViewShell->GetViewData(); in ResetModifiers() 222 pViewShell->GetViewData()->GetDispatcher(). in lcl_KeyEditMode() 227 pPoor = pViewShell->GetViewData()->GetView()->GetDrawFuncPtr(); in lcl_KeyEditMode() 242 ScViewData& rViewData = *pViewShell->GetViewData(); in KeyInput() 272 else if ( pViewShell->IsDrawSelMode() ) in KeyInput() 289 pViewShell->SetDrawShell( sal_False ); in KeyInput() 704 if ( lcl_KeyEditMode( pObj, pViewShell, &rKEvt ) ) in KeyInput() 817 pViewShell->SetActivePointer( in ForcePointer() 822 pViewShell->SetActivePointer( Pointer(POINTER_MOVE) ); in ForcePointer() 843 pViewShell->SetActivePointer( Pointer( POINTER_DETECTIVE ) ); in ForcePointer() [all …]
|
H A D | fusel.cxx | 227 pViewShell->FakeButtonUp( pViewShell->GetViewData()->GetActivePart() ); in MouseButtonDown() 261 pViewShell->FakeButtonUp( pViewShell->GetViewData()->GetActivePart() ); in MouseButtonDown() 267 SfxInPlaceClient* pClient = pViewShell->GetIPClient(); in MouseButtonDown() 302 if (pViewShell->IsDrawSelMode()) in MouseButtonDown() 309 if (pViewShell->IsDrawSelMode()) in MouseButtonDown() 403 ScViewData* pViewData = ( pViewShell ? pViewShell->GetViewData() : NULL ); in MouseButtonUp() 496 SfxInPlaceClient* pIPClient = pViewShell->GetIPClient(); in MouseButtonUp() 538 pViewShell->ActivateObject( (SdrOle2Obj*) pObj, 0 ); in MouseButtonUp() 554 pViewShell->GetViewData()->GetDispatcher(). in MouseButtonUp() 596 if (pViewShell->IsDrawSelMode()) in MouseButtonUp() [all …]
|
H A D | fumark.cxx | 96 pViewShell->DrawMarkRect(aZoomRect); in MouseMove() 104 pViewShell->DrawMarkRect(aZoomRect); in MouseMove() 127 pViewShell->DrawMarkRect(aZoomRect); in MouseButtonUp() 144 pViewShell->GetViewData()->GetDispatcher(). in MouseButtonUp() 149 pViewShell->SetChartArea( aSourceRange, aZoomRect ); in MouseButtonUp() 195 pViewShell->GetViewData()->GetDispatcher(). in KeyInput() 241 ScViewData* pViewData = pViewShell->GetViewData(); in Activate() 245 pViewShell->MarkDataArea( sal_True ); in Activate() 267 pViewShell->DrawMarkRect(aZoomRect); in Deactivate() 281 pViewShell->SetActivePointer( Pointer( POINTER_CHART ) ); in ForcePointer()
|
H A D | futext.cxx | 217 pViewShell->SetDrawTextUndo( &pO->GetUndoManager() ); in MouseButtonDown() 315 pViewShell->GetViewData()->GetDispatcher(). in MouseButtonDown() 334 lcl_InvalidateAttribs( pViewShell->GetViewFrame()->GetBindings() ); in MouseButtonDown() 337 pViewShell->SetActivePointer(pView->GetPreferedPointer( in MouseButtonDown() 356 pViewShell->SetActivePointer(pView->GetPreferedPointer( in MouseMove() 406 lcl_InvalidateAttribs( pViewShell->GetViewFrame()->GetBindings() ); in MouseButtonUp() 530 pViewShell->SetActivePointer( aNewPointer ); in ForcePointer() 615 SfxBindings& rBindings = pViewShell->GetViewFrame()->GetBindings(); in Activate() 642 pViewShell->SetActivePointer( aNewPointer ); in Activate() 657 pViewShell->SetActivePointer( aOldPointer ); in Deactivate() [all …]
|
/aoo41x/main/sd/source/ui/app/ |
H A D | sdmod2.cxx | 431 ::sd::ViewShell* pViewShell = NULL; in CreateItemSet() 442 pViewShell = pDocSh->GetViewShell(); in CreateItemSet() 443 if (pViewShell != NULL) in CreateItemSet() 562 ::sd::ViewShell* pViewShell = NULL; in ApplyItemSet() 574 if (pViewShell != NULL) in ApplyItemSet() 624 if( pViewShell ) in ApplyItemSet() 625 pViewShell->SetRuler( pViewShell->HasRuler() ); in ApplyItemSet() 743 if (pViewShell) in ApplyItemSet() 747 if(pViewShell->GetView()) in ApplyItemSet() 753 pViewShell->SetUIUnit(eUIUnit); in ApplyItemSet() [all …]
|
/aoo41x/main/sd/source/ui/slidesorter/controller/ |
H A D | SlsSelectionManager.cxx | 244 ViewShell* pViewShell = mrSlideSorter.GetViewShell(); in SelectionHasChanged() local 245 if (pViewShell != NULL) in SelectionHasChanged() 247 pViewShell->Invalidate (SID_EXPAND_PAGE); in SelectionHasChanged() 248 pViewShell->Invalidate (SID_SUMMARY_PAGE); in SelectionHasChanged() 249 pViewShell->Invalidate(SID_SHOW_SLIDE); in SelectionHasChanged() 250 pViewShell->Invalidate(SID_HIDE_SLIDE); in SelectionHasChanged() 251 pViewShell->Invalidate(SID_DELETE_PAGE); in SelectionHasChanged() 252 pViewShell->Invalidate(SID_DELETE_MASTER_PAGE); in SelectionHasChanged() 253 pViewShell->Invalidate(SID_ASSIGN_LAYOUT); in SelectionHasChanged() 256 pViewShell->Invalidate (SID_STATUS_PAGE); in SelectionHasChanged() [all …]
|
/aoo41x/main/sw/source/ui/app/ |
H A D | apphdl.cxx | 231 if(pViewShell) in lcl_LoadDoc() 233 if( pViewShell->ISA(SwView) ) in lcl_LoadDoc() 235 pNewView = PTR_CAST(SwView,pViewShell); in lcl_LoadDoc() 240 pViewShell->GetViewFrame()->DoClose(); in lcl_LoadDoc() 829 while(pViewShell) in ConfigurationChanged() 831 if(pViewShell->GetWindow()) in ConfigurationChanged() 833 if((pViewShell->IsA(aSwViewTypeId) || in ConfigurationChanged() 834 pViewShell->IsA(aSwPreViewTypeId) || in ConfigurationChanged() 835 pViewShell->IsA(aSwSrcViewTypeId))) in ConfigurationChanged() 839 if(pViewShell->IsA(aSwViewTypeId)) in ConfigurationChanged() [all …]
|
/aoo41x/main/sd/source/ui/framework/factories/ |
H A D | ViewShellWrapper.cxx | 56 ::boost::shared_ptr<ViewShell> pViewShell, in ViewShellWrapper() argument 60 mpViewShell(pViewShell), in ViewShellWrapper() 67 if( bool(pViewShell) ) in ViewShellWrapper() local 69 pViewShell->Resize(); in ViewShellWrapper() 215 ViewShell* pViewShell (mpViewShell.get()); in windowResized() local 216 if (pViewShell != NULL) in windowResized() 217 pViewShell->Resize(); in windowResized() 236 ViewShell* pViewShell (mpViewShell.get()); in windowShown() local 237 if (pViewShell != NULL) in windowShown() 238 pViewShell->Resize(); in windowShown()
|
H A D | BasicViewFactory.cxx | 271 mpFrameView = pViewShell->GetFrameView(); in releaseResource() 281 SfxViewShell* pSfxViewShell = pViewShell->GetViewShell(); in releaseResource() 387 ::boost::shared_ptr<ViewShell> pViewShell; in CreateViewShell() 391 pViewShell.reset( in CreateViewShell() 401 pViewShell.reset( in CreateViewShell() 410 pViewShell.reset( in CreateViewShell() 419 pViewShell.reset( in CreateViewShell() 429 pViewShell.reset( in CreateViewShell() 439 pViewShell.reset( in CreateViewShell() 448 pViewShell = ::sd::slidesorter::SlideSorterViewShell::Create ( in CreateViewShell() [all …]
|