Lines Matching refs:pWrtShell

91 	SdrView *pSdrView = pWrtShell->GetDrawView();  in ExecDraw()
152 Size aDocSize(pWrtShell->GetDocSize()); in ExecDraw()
153 const SwRect& rVisArea = pWrtShell->VisArea(); in ExecDraw()
169 pWrtShell->EnterStdMode(); in ExecDraw()
170 pWrtShell->SwFEShell::InsertDrawObj( *pObj, aStartPos ); in ExecDraw()
177 Window* pWin = &( pWrtShell->GetView().GetViewFrame()->GetWindow() ); in ExecDraw()
182 if( !pWrtShell->HasDrawView() ) in ExecDraw()
183 pWrtShell->MakeDrawView(); in ExecDraw()
185 pSdrView = pWrtShell->GetDrawView(); in ExecDraw()
194 Size aDocSize( pWrtShell->GetDocSize() ); in ExecDraw()
195 const SwRect& rVisArea = pWrtShell->VisArea(); in ExecDraw()
216 pWrtShell->EnterStdMode(); in ExecDraw()
217 pWrtShell->SwFEShell::InsertDrawObj( *pObj, aPos ); in ExecDraw()
252 if (pWrtShell->IsObjSelected() && !pWrtShell->IsSelFrmMode()) in ExecDraw()
253 pWrtShell->EnterSelFrmMode(NULL); in ExecDraw()
258 AttrChangedNotify(pWrtShell); in ExecDraw()
264 if (pWrtShell->IsFrmSelected()) in ExecDraw()
265 pWrtShell->EnterStdMode(); // wegen Bug #45639 in ExecDraw()
273 pFuncPtr = new DrawSelection(pWrtShell, pEditWin, this); in ExecDraw()
286 pFuncPtr = new ConstRectangle(pWrtShell, pEditWin, this); in ExecDraw()
294 pFuncPtr = new ConstPolygon(pWrtShell, pEditWin, this); in ExecDraw()
302 pFuncPtr = new ConstArc(pWrtShell, pEditWin, this); in ExecDraw()
312 pFuncPtr = new ConstFormControl(pWrtShell, pEditWin, this); in ExecDraw()
325 pFuncPtr = new ConstCustomShape(pWrtShell, pEditWin, this, rReq ); in ExecDraw()
364 AttrChangedNotify(pWrtShell); in ExecDraw()
372 pWrtShell->GotoObj(sal_True); in ExecDraw()
380 pWrtShell->EnterStdMode(); in ExecDraw()
381 SdrView *pTmpSdrView = pWrtShell->GetDrawView(); in ExecDraw()
396 if (pWrtShell->IsObjSelected() && !pWrtShell->IsSelFrmMode()) in ExecDraw()
397 pWrtShell->EnterSelFrmMode(NULL); in ExecDraw()
403 AttrChangedNotify(pWrtShell); in ExecDraw()
435 SdrView *pSdrView = pWrtShell->GetDrawView(); in ExitDraw()
446 if (pWrtShell->IsSelFrmMode()) in ExitDraw()
447 pWrtShell->LeaveSelFrmMode(); in ExitDraw()
470 pWrtShell->SetDragMode(SDRDRAG_MOVE); in NoRotate()
506 !pWrtShell->IsSelObjProtected(FLYPROTECT_CONTENT)) in EnterDrawTextMode()
793 SdrView *pSdrView = pWrtShell->GetDrawView(); in ExecDrwTxtSpellPopup()
814 SdrView *pSdrView = pWrtShell->GetDrawView(); in IsDrawTextHyphenate()
835 SdrView *pSdrView = pWrtShell->GetDrawView(); in HyphenateDrawText()