Lines Matching refs:mpView
68 if( mpView->AreObjectsMarked() ) in DoExecute()
75 SfxItemSet aSet( mpView->GetGeoAttrFromMarked() ); in DoExecute()
77 const SdrMarkList& rMarkList = mpView->GetMarkedObjectList(); in DoExecute()
85 mpView->GetAttributes( aNewAttr ); in DoExecute()
90 std::auto_ptr< SfxAbstractTabDialog > pDlg( pFact->CreateCaptionDialog( NULL, mpView ) ); in DoExecute()
110 …auto_ptr< SfxAbstractTabDialog > pDlg( pFact->CreateSvxTransformTabDialog( NULL, &aSet, mpView ) ); in DoExecute()
123 String aString( mpView->GetDescriptionOfMarkedObjects() ); in DoExecute()
126 mpView->BegUndo( aString ); in DoExecute()
128 mpView->SetGeoAttrToMarked( *pArgs ); in DoExecute()
129 mpView->SetAttributes( *pArgs ); in DoExecute()
130 mpView->EndUndo(); in DoExecute()