Home
last modified time | relevance | path

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

123456789

/aoo41x/main/sd/source/ui/func/
H A Dfuconrec.cxx87 ViewShell* pViewSh, in FuConstructRectangle() argument
92 : FuConstruct(pViewSh, pWin, pView, pDoc, rReq) in FuConstructRectangle()
96 FunctionReference FuConstructRectangle::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View*… in Create() argument
99 FunctionReference xFunc( pFunc = new FuConstructRectangle( pViewSh, pWin, pView, pDoc, rReq ) ); in Create()
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 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 Dfuconstr.cxx61 ViewShell* pViewSh, in FuConstruct() argument
66 : FuDraw(pViewSh, pWin, pView, pDoc, rReq), in FuConstruct()
H A Dfuolbull.cxx70 FunctionReference FuOutlineBullet::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pVie… in Create() argument
72 FunctionReference xFunc( new FuOutlineBullet( pViewSh, pWin, pView, pDoc, rReq ) ); in Create()
/aoo41x/main/sc/source/ui/drawfunc/
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 Dfuconuno.cxx38 FuConstUnoControl::FuConstUnoControl(ScTabViewShell* pViewSh, Window* pWin, ScDrawView* pViewP, in FuConstUnoControl() argument
40 : FuConstruct(pViewSh, pWin, pViewP, pDoc, rReq) in FuConstUnoControl()
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 Dfuconcustomshape.cxx47 FuConstCustomShape::FuConstCustomShape( ScTabViewShell* pViewSh, Window* pWin, ScDrawView* pViewP, … in FuConstCustomShape() argument
48 : FuConstruct( pViewSh, pWin, pViewP, pDoc, rReq ) in FuConstCustomShape()
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 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()
/aoo41x/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()
/aoo41x/main/starmath/source/
H A Dview.cxx401 SmViewShell *pViewSh = GetView(); in IMPL_LINK_INLINE_START() local
402 if (pViewSh) in IMPL_LINK_INLINE_START()
403 pViewSh->GetViewFrame()->GetDispatcher()->Execute( pMenu->GetCurItemId() ); in IMPL_LINK_INLINE_START()
415 SmViewShell *pViewSh = GetView(); in IMPL_LINK_INLINE_END() local
416 if (pViewSh) in IMPL_LINK_INLINE_END()
417 pViewSh->GetViewFrame()->GetBindings().Invalidate(SID_ATTR_ZOOM); in IMPL_LINK_INLINE_END()
/aoo41x/main/sd/source/ui/inc/
H A DDrawDocShell.hxx133 void Connect(sd::ViewShell* pViewSh);
134 void Disconnect(sd::ViewShell* pViewSh);
/aoo41x/main/sfx2/source/view/
H A Dprinter.cxx220 pViewSh ( pViewShell ), in SfxPrintOptionsDialog()
228 pPage = pViewSh->CreatePrintOptionsPage( this, *pOptions ); in SfxPrintOptionsDialog()
/aoo41x/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);
/aoo41x/main/sc/source/ui/optdlg/
H A Dtpusrlst.cxx129 ScTabViewShell* pViewSh = PTR_CAST(ScTabViewShell, pSh); in Init() local
139 if ( pViewSh ) in Init()
148 pViewData = pViewSh->GetViewData(); in Init()
/aoo41x/main/sd/source/ui/view/
H A Dtabcontr.cxx91 TabControl::TabControl(DrawViewShell* pViewSh, Window* pParent) : in TabControl() argument
96 pDrViewSh(pViewSh), in TabControl()
/aoo41x/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()
/aoo41x/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()
/aoo41x/main/sd/source/ui/unoidl/
H A Dunolayer.cxx766 ::sd::ViewShell* pViewSh = mpModel->mpDocShell->GetViewShell(); in GetView()
767 if(pViewSh) in GetView()
768 return pViewSh->GetView(); in GetView()

Completed in 310 milliseconds

123456789