Home
last modified time | relevance | path

Searched refs:pViewShell (Results 1 – 25 of 209) sorted by relevance

123456789

/trunk/main/sd/source/ui/view/
H A DOutliner.cxx284 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 DViewShellManager.cxx120 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
1325 if (pViewShell != NULL) in Shutdown()
1384 if (pViewShell != NULL) in Deactivate()
1474 if (pViewShell != NULL) in IsMainViewShell()
[all …]
/trunk/main/sc/source/ui/undo/
H A Dundodat.cxx118 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 Dundobase.cxx72 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 Dundotab.cxx433 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 Dundoblk.cxx286 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 Dundoblk3.cxx193 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 Dundocell.cxx110 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 Dundoblk2.cxx149 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 Dundoutil.cxx49 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()
/trunk/main/sc/source/ui/view/
H A Dreffact.cxx111 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 …]
/trunk/main/sc/source/ui/unoobj/
H A Ddispuno.cxx59 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 …]
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleText.cxx75 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 …]
/trunk/main/sc/source/ui/vba/
H A Dvbawindow.cxx114 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 Dexcelvbahelper.cxx136 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 Dvbahelper.cxx163 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 …]
/trunk/main/sc/source/ui/drawfunc/
H A Dfudraw.cxx130 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 Dfusel.cxx227 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 Dfutext.cxx217 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 …]
H A Dfumark.cxx96 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()
/trunk/main/sd/source/ui/app/
H A Dsdmod2.cxx427 ::sd::ViewShell* pViewShell = NULL; in CreateItemSet()
439 if (pViewShell != NULL) in CreateItemSet()
440 pViewShell->WriteFrameViewData(); in CreateItemSet()
558 ::sd::ViewShell* pViewShell = NULL; in ApplyItemSet()
570 if (pViewShell != NULL) in ApplyItemSet()
620 if( pViewShell ) in ApplyItemSet()
621 pViewShell->SetRuler( pViewShell->HasRuler() ); in ApplyItemSet()
739 if (pViewShell) in ApplyItemSet()
743 if(pViewShell->GetView()) in ApplyItemSet()
749 pViewShell->SetUIUnit(eUIUnit); in ApplyItemSet()
[all …]
/trunk/main/sd/source/ui/slidesorter/controller/
H A DSlsSelectionManager.cxx244 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 …]
H A DSlsSlotManager.cxx391 SlideSorterViewShell* pViewShell in FuSupport() local
393 if (pViewShell != NULL) in FuSupport()
406 SlideSorterViewShell* pViewShell in FuSupport() local
408 if (pViewShell != NULL) in FuSupport()
439 if (pViewShell != NULL) in ExecCtrl()
452 if (pViewShell != NULL) in ExecCtrl()
453 pViewShell->ExecReq (rRequest); in ExecCtrl()
459 if (pViewShell != NULL) in ExecCtrl()
467 if (pViewShell != NULL) in ExecCtrl()
468 pViewShell->UpdatePreview (pViewShell->GetActualPage()); in ExecCtrl()
[all …]
/trunk/main/sw/source/ui/app/
H A Dapphdl.cxx231 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 …]
/trunk/main/sd/source/ui/framework/factories/
H A DViewShellWrapper.cxx56 ::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()

Completed in 172 milliseconds

123456789