Home
last modified time | relevance | path

Searched refs:pViewSh (Results 176 – 200 of 208) sorted by relevance

123456789

/trunk/main/sd/source/ui/inc/
H A Dfuolbull.hxx52 …static FunctionReference Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, SdDraw…
H A Dfuconstr.hxx72 FuConstruct (ViewShell* pViewSh,
H A Dfuoltext.hxx49 …static FunctionReference Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, SdDraw…
H A Dfudraw.hxx79 FuDraw (ViewShell* pViewSh,
H A DWindow.hxx63 void SetViewShell (ViewShell* pViewSh);
H A Dfupoor.hxx135 FuPoor (ViewShell* pViewSh,
H A DView.hxx82 ViewShell* pViewSh=NULL);
/trunk/main/sc/source/ui/inc/
H A Dfudraw.hxx43 FuDraw(ScTabViewShell* pViewSh, Window* pWin, ScDrawView* pView,
H A Dfumark.hxx47 FuMarkRect(ScTabViewShell* pViewSh, Window* pWin, ScDrawView* pView,
H A Dfusel.hxx46 FuSelection(ScTabViewShell* pViewSh, Window* pWin, ScDrawView* pView,
H A Dfutext.hxx45 FuText(ScTabViewShell* pViewSh, Window* pWin, ScDrawView* pView,
H A Dfupoor.hxx78 FuPoor(ScTabViewShell* pViewSh, Window* pWin, ScDrawView* pView,
H A Dpreview.hxx119 ScPreview( Window* pParent, ScDocShell* pDocSh, ScPreviewShell* pViewSh );
H A Dinputhdl.hxx185 void ViewShellGone(ScTabViewShell* pViewSh);
/trunk/main/sc/source/ui/view/
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 Dtabview.cxx310 ScTabViewShell* pViewSh = pViewData->GetViewShell(); in MouseButtonDown() local
311 pViewSh->SetActive(); // Appear und SetViewFrame in MouseButtonDown()
312 pViewSh->ActiveGrabFocus(); in MouseButtonDown()
315 pViewSh->SelectAll( bControl ); in MouseButtonDown()
/trunk/main/sd/source/ui/func/
H A Dfupoor.cxx86 ViewShell* pViewSh, in FuPoor() argument
92 mpViewShell(pViewSh), in FuPoor()
H A Dfudraw.cxx89 FuDraw::FuDraw(ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, in FuDraw() argument
91 FuPoor(pViewSh, pWin, pView, pDoc, rReq), in FuDraw()
/trunk/main/sc/source/ui/formdlg/
H A Ddwfunctr.cxx892 ScTabViewShell* pViewSh = PTR_CAST( ScTabViewShell, pCurSh); in DoEnter() local
893 ScInputHandler* pHdl = pScMod->GetInputHdl( pViewSh ); in DoEnter()
/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/core/data/
H A Ddrwlayer.cxx371 SfxViewShell* pViewSh = SfxViewShell::Current(); in GetCurDocViewWin() local
374 if (pViewSh && pViewSh->GetObjectShell() == pObjSh) in GetCurDocViewWin()
375 return pViewSh->GetWindow(); in GetCurDocViewWin()
/trunk/main/sfx2/source/doc/
H A Dprinthelper.hxx64 …::PropertyValue >& rPrinter,SfxPrinter*& pPrinter,sal_uInt16& nChangeFlags,SfxViewShell*& pViewSh);
/trunk/main/sd/source/ui/unoidl/
H A Dunoobj.cxx1097 ::sd::ViewShell* pViewSh = pDocSh ? pDocSh->GetViewShell() : NULL; in SetStyleSheet()
1099 if( pViewSh ) in SetStyleSheet()
1100 pViewSh->GetViewFrame()->GetBindings().Invalidate( SID_STYLE_FAMILY2 ); in SetStyleSheet()
/trunk/main/sd/source/ui/slideshow/
H A Dslideshow.cxx267 void SlideShow::CreateController( ViewShell* pViewSh, ::sd::View* pView, ::Window* pParentWindow ) in CreateController() argument
274 new SlideshowImpl(xThis, pViewSh, pView, mpDoc, pParentWindow)); in CreateController()
/trunk/main/sc/source/ui/unoobj/
H A Ddocuno.cxx910 ScTabViewShell* pViewSh = pViewObj->GetViewShell(); in FillRenderMarkData() local
911 if (pViewSh) in FillRenderMarkData()
918 pViewSh->GetViewData()->ReadExtOptions(*pExtOpt); // Excel view settings in FillRenderMarkData()
919 pViewSh->SetTabNo( pViewSh->GetViewData()->GetTabNo(), sal_True ); in FillRenderMarkData()
923 const ScMarkData& rViewMark = pViewSh->GetViewData()->GetMarkData(); in FillRenderMarkData()

Completed in 179 milliseconds

123456789