Lines Matching refs:mpView
79 if( mpView->AreObjectsMarked() ) in DoExecute()
82 String aString( mpView->GetDescriptionOfMarkedObjects() ); in DoExecute()
85 mpView->BegUndo( aString ); in DoExecute()
96 mpView->GetAttributes( aAttr ); in DoExecute()
117 …tractCopyDlg* pDlg = pFact->CreateCopyDlg(NULL, aSet, mpDoc->GetColorTableFromSdrModel(), mpView ); in DoExecute()
133 mpView->EndUndo(); in DoExecute()
199 const SdrMarkList aMarkList( mpView->GetMarkedObjectList() ); in DoExecute()
204 aRect = mpView->GetAllMarkedRect(); in DoExecute()
223 aRect = mpView->GetAllMarkedRect(); in DoExecute()
230 mpView->SetAttributes( aNewSet ); in DoExecute()
234 mpView->CopyMarked(); in DoExecute()
237 SdrMarkList aCopyMarkList( mpView->GetMarkedObjectList() ); in DoExecute()
255 if( mpView->IsResizeAllowed() ) in DoExecute()
256 mpView->ResizeAllMarked( aRect.TopLeft(), aWidth, aHeight ); in DoExecute()
258 if( mpView->IsRotateAllowed() ) in DoExecute()
259 mpView->RotateAllMarked( aRect.Center(), lAngle * 100 ); in DoExecute()
261 if( mpView->IsMoveAllowed() ) in DoExecute()
262 mpView->MoveAllMarked( Size( lSizeX, lSizeY ) ); in DoExecute()
293 mpView->SetAttributes( aNewSet ); in DoExecute()
304 mpView->AdjustMarkHdl(); //HMH sal_True ); in DoExecute()
307 mpView->EndUndo(); in DoExecute()