Home
last modified time | relevance | path

Searched refs:pViewSh (Results 126 – 150 of 208) sorted by relevance

123456789

/trunk/main/sd/source/ui/inc/
H A Dfuslsel.hxx52 …static FunctionReference Create( SlideViewShell* pViewSh, ::sd::Window* pWin, SlideView* pView, Sd…
80 SlideViewShell* pViewSh,
H A Dfutext.hxx53 …static FunctionReference Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, SdDraw…
88 FuText (ViewShell* pViewSh,
H A DDrawDocShell.hxx133 void Connect(sd::ViewShell* pViewSh);
134 void Disconnect(sd::ViewShell* pViewSh);
/trunk/main/sc/source/ui/drawfunc/
H A Dfuconuno.cxx38 FuConstUnoControl::FuConstUnoControl(ScTabViewShell* pViewSh, Window* pWin, ScDrawView* pViewP, in FuConstUnoControl() argument
40 : FuConstruct(pViewSh, pWin, pViewP, pDoc, rReq) in FuConstUnoControl()
H A Dfuconarc.cxx42 FuConstArc::FuConstArc( ScTabViewShell* pViewSh, Window* pWin, ScDrawView* pViewP, in FuConstArc() argument
44 : FuConstruct( pViewSh, pWin, pViewP, pDoc, rReq ) in FuConstArc()
H A Dfumark.cxx47 FuMarkRect::FuMarkRect(ScTabViewShell* pViewSh, Window* pWin, ScDrawView* pViewP, in FuMarkRect() argument
49 FuPoor(pViewSh, pWin, pViewP, pDoc, rReq), in FuMarkRect()
H A Dfuconrec.cxx50 FuConstRectangle::FuConstRectangle(ScTabViewShell* pViewSh, Window* pWin, ScDrawView* pViewP, in FuConstRectangle() argument
52 : FuConstruct(pViewSh, pWin, pViewP, pDoc, rReq) in FuConstRectangle()
H A Dfuconstr.cxx52 FuConstruct::FuConstruct(ScTabViewShell* pViewSh, Window* pWin, ScDrawView* pViewP, in FuConstruct() argument
54 FuDraw(pViewSh, pWin, pViewP, pDoc, rReq) in FuConstruct()
H A Dfuconcustomshape.cxx47 FuConstCustomShape::FuConstCustomShape( ScTabViewShell* pViewSh, Window* pWin, ScDrawView* pViewP, … in FuConstCustomShape() argument
48 : FuConstruct( pViewSh, pWin, pViewP, pDoc, rReq ) in FuConstCustomShape()
H A Dfupoor.cxx46 FuPoor::FuPoor(ScTabViewShell* pViewSh, Window* pWin, ScDrawView* pViewP, in FuPoor() argument
49 pViewShell(pViewSh), in FuPoor()
H A Dfuconpol.cxx50 FuConstPolygon::FuConstPolygon(ScTabViewShell* pViewSh, Window* pWin, ScDrawView* pViewP, in FuConstPolygon() argument
52 : FuConstruct(pViewSh, pWin, pViewP, pDoc, rReq) in FuConstPolygon()
/trunk/main/sd/source/ui/func/
H A Dfuoaprms.cxx75 ViewShell* pViewSh, in FuObjectAnimationParameters() argument
80 : FuPoor(pViewSh, pWin, pView, pDoc, rReq) in FuObjectAnimationParameters()
84 FunctionReference FuObjectAnimationParameters::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd… in Create() argument
86 FunctionReference xFunc( new FuObjectAnimationParameters( pViewSh, pWin, pView, pDoc, rReq ) ); in Create()
H A Dfuoltext.cxx107 FunctionReference FuOutlineText::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView,… in Create() argument
109 FunctionReference xFunc( new FuOutlineText( pViewSh, pWin, pView, pDoc, rReq ) ); in Create()
H A Dfusel.cxx102 ViewShell* pViewSh, in FuSelection() argument
107 : FuDraw(pViewSh, pWin, pView, pDoc, rReq), in FuSelection()
124 FunctionReference FuSelection::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, S… in Create() argument
126 FunctionReference xFunc( new FuSelection( pViewSh, pWin, pView, pDoc, rReq ) ); in Create()
/trunk/main/sw/source/core/layout/
H A Dnewfrm.cxx593 ViewShell *pViewSh = GetCurrShell(); in Init() local
594 if (pViewSh) in Init()
595 mbNeedGrammarCheck = pViewSh->GetViewOptions()->IsOnlineSpell(); in Init()
/trunk/main/sc/source/ui/optdlg/
H A Dtpusrlst.cxx128 ScTabViewShell* pViewSh = PTR_CAST(ScTabViewShell, pSh); in Init() local
138 if ( pViewSh ) in Init()
147 pViewData = pViewSh->GetViewData(); in Init()
/trunk/main/starmath/source/
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()
/trunk/main/sfx2/source/view/
H A Dprinter.cxx220 pViewSh ( pViewShell ), in SfxPrintOptionsDialog()
228 pPage = pViewSh->CreatePrintOptionsPage( this, *pOptions ); in SfxPrintOptionsDialog()
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/sc/inc/
H A Ddispuno.hxx70 ScDispatchProviderInterceptor(ScTabViewShell* pViewSh);
117 ScDispatch(ScTabViewShell* pViewSh);
H A Dscmod.hxx236 ScInputHandler* GetInputHdl( ScTabViewShell* pViewSh = NULL, sal_Bool bUseRef = sal_True );
241 void ViewShellGone(ScTabViewShell* pViewSh);
/trunk/main/sw/source/core/text/
H A Dtxtfrm.cxx1068 ViewShell* pViewSh = getRootFrm() ? getRootFrm()->GetCurrShell() : 0; in Modify() local
1069 if ( pViewSh ) in Modify()
1071 pViewSh->InvalidateAccessibleParaAttrs( *this ); in Modify()
1324 ViewShell* pViewSh = getRootFrm() ? getRootFrm()->GetCurrShell() : 0; in Modify() local
1325 if ( pViewSh ) in Modify()
1327 pViewSh->InvalidateAccessibleParaAttrs( *this ); in Modify()
/trunk/main/sd/source/ui/view/
H A Dtabcontr.cxx91 TabControl::TabControl(DrawViewShell* pViewSh, Window* pParent) : in TabControl() argument
96 pDrViewSh(pViewSh), in TabControl()
/trunk/main/sc/source/ui/view/
H A Dreffact.cxx392 if( SfxViewShell* pViewSh = pFrm->GetViewShell() ) in lcl_GetTabViewShell() local
393 return dynamic_cast<ScTabViewShell*>( pViewSh ); in lcl_GetTabViewShell()
/trunk/main/sd/source/core/
H A Ddrawdoc3.cxx1093 ::sd::ViewShell* pViewSh = mpDocSh->GetViewShell(); in InsertBookmarkAsObject()
1095 if (pViewSh) in InsertBookmarkAsObject()
1098 SdrPageView* pPV = pViewSh->GetView()->GetSdrPageView(); in InsertBookmarkAsObject()
1104 else if (pViewSh->GetActualPage()) in InsertBookmarkAsObject()
1106 pPage = pViewSh->GetActualPage(); in InsertBookmarkAsObject()

Completed in 123 milliseconds

123456789