Home
last modified time | relevance | path

Searched refs:pViewSh (Results 1 – 25 of 208) sorted by last modified time

123456789

/trunk/main/sd/source/ui/slideshow/
H A Dslideshowimpl.cxx547 SlideshowImpl::SlideshowImpl( const Reference< XPresentation2 >& xPresentation, ViewShell* pViewSh,… in SlideshowImpl() argument
551 , mpViewShell(pViewSh) in SlideshowImpl()
/trunk/main/sd/source/ui/inc/
H A Dfupoor.hxx135 FuPoor (ViewShell* pViewSh,
/trunk/main/sd/source/ui/app/
H A Dsdmod1.cxx302 ::sd::ViewShell* pViewSh = pDocSh->GetViewShell(); in OutlineToImpress()
304 if (pViewSh) in OutlineToImpress()
309 SfxViewFrame* pViewFrame = pViewSh->GetViewFrame(); in OutlineToImpress()
694 ::boost::shared_ptr<sd::ViewShell> pViewSh = pBase->GetMainViewShell(); in ExecuteNewDocument()
697 if (pOptions && pViewSh.get()) in ExecuteNewDocument()
700 ::sd::FrameView* pFrameView = pViewSh->GetFrameView(); in ExecuteNewDocument()
702 pViewSh->ReadFrameViewData(pFrameView); in ExecuteNewDocument()
H A Dsdmod2.cxx104 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 …]
/trunk/main/starmath/source/
H A Dedit.cxx397 SmViewShell *pViewSh = rCmdBox.GetView(); in IMPL_LINK_INLINE_START() local
398 if (pViewSh) in IMPL_LINK_INLINE_START()
399 pViewSh->GetViewFrame()->GetDispatcher()->Execute( in IMPL_LINK_INLINE_START()
941 SmViewShell *pViewSh = rCmdBox.GetView(); in Flush() local
942 if (pViewSh) in Flush()
944 pViewSh->GetViewFrame()->GetDispatcher()->Execute( in Flush()
H A Dview.cxx404 SmViewShell *pViewSh = GetView(); in IMPL_LINK_INLINE_START() local
405 if (pViewSh) in IMPL_LINK_INLINE_START()
406 pViewSh->GetViewFrame()->GetDispatcher()->Execute( pMenu->GetCurItemId() ); in IMPL_LINK_INLINE_START()
418 SmViewShell *pViewSh = GetView(); in IMPL_LINK_INLINE_END() local
419 if (pViewSh) in IMPL_LINK_INLINE_END()
420 pViewSh->GetViewFrame()->GetBindings().Invalidate(SID_ATTR_ZOOM); in IMPL_LINK_INLINE_END()
H A Ddocument.cxx177 SmViewShell *pViewSh = SmGetActiveView(); in SetText() local
178 if( pViewSh ) in SetText()
180 pViewSh->GetViewFrame()->GetBindings().Invalidate(SID_TEXT); in SetText()
191 pViewSh->GetGraphicWindow().Invalidate(); in SetText()
199 SmGraphicAccessible *pAcc = pViewSh ? pViewSh->GetGraphicWindow().GetAccessible_Impl() : 0; in SetText()
687 SmViewShell *pViewSh = SmGetActiveView(); in Repaint() local
688 if (pViewSh) in Repaint()
689 pViewSh->GetGraphicWindow().Invalidate(); in Repaint()
/trunk/main/sd/source/ui/func/
H A Dfuinsfil.cxx96 ViewShell* pViewSh, in FuInsertFile() argument
101 : FuPoor(pViewSh, pWin, pView, pDoc, rReq) in FuInsertFile()
105 FunctionReference FuInsertFile::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, … in Create() argument
107 FunctionReference xFunc( new FuInsertFile( pViewSh, pWin, pView, pDoc, rReq ) ); in Create()
H A Dfuprobjs.cxx66 ViewShell* pViewSh, in FuPresentationObjects() argument
71 : FuPoor(pViewSh, pWin, pView, pDoc, rReq) in FuPresentationObjects()
75 FunctionReference FuPresentationObjects::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View… in Create() argument
77 FunctionReference xFunc( new FuPresentationObjects( pViewSh, pWin, pView, pDoc, rReq ) ); in Create()
H A Dfusumry.cxx59 ViewShell* pViewSh, in FuSummaryPage() argument
64 : FuPoor(pViewSh, pWin, pView, pDoc, rReq) in FuSummaryPage()
68 FunctionReference FuSummaryPage::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView,… in Create() argument
70 FunctionReference xFunc( new FuSummaryPage( pViewSh, pWin, pView, pDoc, rReq ) ); in Create()
H A Dfuexpand.cxx65 ViewShell* pViewSh, in FuExpandPage() argument
70 : FuPoor(pViewSh, pWin, pView, pDoc, rReq) in FuExpandPage()
74 FunctionReference FuExpandPage::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, … in Create() argument
76 FunctionReference xFunc( new FuExpandPage( pViewSh, pWin, pView, pDoc, rReq ) ); in Create()
/trunk/main/sc/source/ui/view/
H A Dviewdata.cxx294 ScViewData::ScViewData( ScDocShell* pDocSh, ScTabViewShell* pViewSh ) in ScViewData() argument
297 pView ( pViewSh ), in ScViewData()
298 pViewShell ( pViewSh ), in ScViewData()
588 void ScViewData::SetViewShell( ScTabViewShell* pViewSh ) in SetViewShell() argument
590 if (pViewSh) in SetViewShell()
592 pViewShell = pViewSh; in SetViewShell()
593 pView = pViewSh; in SetViewShell()
H A Dgridwin.cxx1526 SfxViewShell* pViewSh = pViewData->GetViewShell(); in HandleMouseButtonDown() local
1527 SfxInPlaceClient* pClient = pViewSh->GetIPClient(); in HandleMouseButtonDown()
2939 ScTabViewShell* pViewSh = pViewData->GetViewShell(); in Command() local
2940 if (pViewSh) in Command()
2944 SdrView* pDrawView = pViewSh->GetSdrView(); in Command()
3141 ScTabViewShell* pViewSh = pViewData->GetViewShell(); in KeyInput() local
3164 if (pViewSh->TabKeyInput(rKEvt)) in KeyInput()
3168 if (pViewSh->SfxViewShell::KeyInput(rKEvt)) // von SfxViewShell in KeyInput()
3177 pViewSh->Escape(); in KeyInput()
H A Dpreview.cxx94 ScPreview::ScPreview( Window* pParent, ScDocShell* pDocSh, ScPreviewShell* pViewSh ) : in ScPreview() argument
112 pViewShell( pViewSh ), in ScPreview()
/trunk/main/sc/source/ui/pagedlg/
H A Dtphfedit.cxx508 SfxViewShell* pViewSh = SfxViewShell::Current(); in SetCharAttriutes() local
514 DBG_ASSERT( pViewSh, "Current ViewShell not found" ); in SetCharAttriutes()
516 if ( pDocSh && pViewSh ) in SetCharAttriutes()
/trunk/main/sc/source/ui/app/
H A Dinputhdl.cxx1658 void ScInputHandler::ViewShellGone(ScTabViewShell* pViewSh) // wird synchron aufgerufen! in ViewShellGone() argument
1660 if ( pViewSh == pActiveViewSh ) in ViewShellGone()
1667 if ( pViewSh == pRefViewSh ) in ViewShellGone()
1684 if ( pActiveViewSh && pActiveViewSh == pViewSh ) in ViewShellGone()
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()
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 …]
/trunk/main/sc/source/ui/docshell/
H A Ddocfunc.cxx852 ScTabViewShell* pViewSh = ScTabViewShell::GetActiveViewShell(); in NotifyInputHandler() local
853 if ( pViewSh && pViewSh->GetViewData()->GetDocShell() == &rDocShell ) in NotifyInputHandler()
864 pViewSh->UpdateInputHandler(sal_False, !bIsEditMode); in NotifyInputHandler()
1354 ScTabViewShell* pViewSh = rDocShell.GetBestViewShell(); //preserve current cursor position in InsertCells() local
1357 if( pViewSh ) in InsertCells()
1359 nCursorCol = pViewSh->GetViewData()->GetCurX(); in InsertCells()
1360 nCursorRow = pViewSh->GetViewData()->GetCurY(); in InsertCells()
1732 if( pViewSh ) in InsertCells()
1734 pViewSh->MarkRange( rRange, sal_False ); in InsertCells()
1735 pViewSh->SetCursor( nCursorCol, nCursorRow ); in InsertCells()
H A Dimpex.cxx282 ScTabViewShell* pViewSh = ScTabViewShell::GetActiveViewShell(); in EndPaste() local
283 if ( pViewSh ) in EndPaste()
284 pViewSh->UpdateInputHandler(); in EndPaste()
/trunk/main/sc/source/ui/navipi/
H A Dcontent.cxx110 SfxViewShell* pViewSh = SfxViewShell::Current(); in GetManualOrCurrent() local
111 if ( pViewSh ) in GetManualOrCurrent()
113 SfxObjectShell* pObjSh = pViewSh->GetViewFrame()->GetObjectShell(); in GetManualOrCurrent()
/trunk/main/sc/source/ui/drawfunc/
H A Dfuins2.cxx217 : 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 …]
/trunk/main/sfx2/source/view/
H A Dviewfrm.cxx1045 SfxViewShell *pViewSh = GetViewShell(); in StateHistory_Impl() local
1046 if( !pViewSh ) return; in StateHistory_Impl()
1048 pViewSh->GetSlotState( nSID, 0, &rSet ); in StateHistory_Impl()
1901 SfxViewShell* pViewSh = GetViewShell(); in Enable() local
1905 if ( pViewSh ) in Enable()
1906 pViewSh->ShowCursor(); in Enable()
1911 if ( pViewSh ) in Enable()
1912 pViewSh->ShowCursor(sal_False); in Enable()
/trunk/main/sfx2/source/doc/
H A Dprinthelper.cxx320 …s::PropertyValue >& rPrinter,SfxPrinter*& pPrinter,sal_uInt16& nChangeFlags,SfxViewShell*& pViewSh) in impl_setPrinter() argument
329 pViewSh = pViewFrm->GetViewShell(); in impl_setPrinter()
330 pPrinter = pViewSh->GetPrinter(sal_True); in impl_setPrinter()
452 SfxPrinter* pDocPrinter = pViewSh->GetPrinter(); in impl_setPrinter()
463 SfxViewShell* pViewSh = NULL; in setPrinter() local
466 impl_setPrinter(rPrinter,pPrinter,nChangeFlags,pViewSh); in setPrinter()
468 if ( pViewSh && pPrinter ) in setPrinter()
469 pViewSh->SetPrinter( pPrinter, nChangeFlags, false ); in setPrinter()
/trunk/main/sd/source/ui/view/
H A Dsdwindow.cxx125 void Window::SetViewShell (ViewShell* pViewSh) in SetViewShell() argument
136 mpViewShell = pViewSh; in SetViewShell()
/trunk/main/sw/source/ui/vba/
H A Dwordvbahelper.cxx84 ViewShell* pViewSh = pDocShell ? pDocShell->GetDoc()->GetCurrentViewShell() : 0; in getPageCount() local
85 return pViewSh ? pViewSh->GetPageCount() : 0; in getPageCount()

Completed in 197 milliseconds

123456789