Lines Matching refs:mpDrawView

197         if (mpDrawView == NULL)  in IMPL_LINK()
214 SfxItemSet aSet( mpDrawView->GetGeoAttrFromMarked() ); in GetDrawAttrState()
229 if (mpDrawView == NULL) in GetMenuState()
233 DBG_ASSERT(mpDrawView!=NULL, "Please report this assertion to the Impress team."); in GetMenuState()
248 FASTBOOL bConvertToPathPossible = mpDrawView->IsConvertToPathObjPossible(sal_False); in GetMenuState()
250 const SdrMarkList& rMarkList = mpDrawView->GetMarkedObjectList(); in GetMenuState()
298 SdrPageView* pPageView = mpDrawView->GetSdrPageView(); in GetMenuState()
446 TRISTATE eState = mpDrawView->IsMarkedGluePointsPercent(); in GetMenuState()
465 sal_uInt16 nHorz = mpDrawView->GetMarkedGluePointsAlign( sal_False ); in GetMenuState()
470 sal_uInt16 nVert = mpDrawView->GetMarkedGluePointsAlign( sal_True ); in GetMenuState()
477 rSet.Put( SfxBoolItem( SID_GLUE_INSERT_POINT, mpDrawView->IsInsGluePointMode() ) ); in GetMenuState()
481 eState = mpDrawView->IsMarkedGluePointsEscDir( SDRESC_LEFT ); in GetMenuState()
487 eState = mpDrawView->IsMarkedGluePointsEscDir( SDRESC_RIGHT ); in GetMenuState()
493 eState = mpDrawView->IsMarkedGluePointsEscDir( SDRESC_TOP ); in GetMenuState()
499 eState = mpDrawView->IsMarkedGluePointsEscDir( SDRESC_BOTTOM ); in GetMenuState()
509 rSet.Put( SfxBoolItem( SID_GRID_FRONT, mpDrawView->IsGridFront() ) ); in GetMenuState()
510 rSet.Put( SfxBoolItem( SID_HELPLINES_FRONT, mpDrawView->IsHlplFront() ) ); in GetMenuState()
513 if (!mpDrawView->IsFrameDragSingles()) in GetMenuState()
523 if( !mpDrawView->IsMirrorAllowed( sal_True, sal_True ) ) in GetMenuState()
531 if( !mpDrawView->IsMirrorAllowed() ) in GetMenuState()
539 if(!mpDrawView->IsTransparenceAllowed()) in GetMenuState()
545 if(!mpDrawView->IsGradientAllowed()) in GetMenuState()
551 if ( !mpDrawView->IsMorphingAllowed() ) in GetMenuState()
555 if ( !mpDrawView->IsVectorizeAllowed() ) in GetMenuState()
558 if( !mpDrawView->IsReverseOrderPossible() ) in GetMenuState()
564 !mpDrawView->IsCrookAllowed( mpDrawView->IsCrookNoContortion() ) ) in GetMenuState()
572 if ( !mpDrawView->IsGroupEntered() ) in GetMenuState()
584 if ( !mpDrawView->IsTextEdit() ) in GetMenuState()
601 if ( !mpDrawView->IsTextEdit() ) in GetMenuState()
618 rSet.Put( SfxStringItem( SID_CONTEXT, mpDrawView->GetStatusText() ) ); in GetMenuState()
663 if (mpDrawView == NULL) in GetMenuState()
671 DBG_ASSERT(mpDrawView!=NULL, "Please report this assertion to the Impress team."); in GetMenuState()
675 if( !( mpDrawView->IsConvertToPolyObjPossible(sal_False) || mpDrawView->IsVectorizeAllowed() ) ) in GetMenuState()
678 …if( !( mpDrawView->IsConvertToPolyObjPossible(sal_False) || mpDrawView->IsConvertToContourPossible… in GetMenuState()
681 if ( !mpDrawView->IsConvertTo3DObjPossible() ) in GetMenuState()
942 OutlinerView* pOlView = mpDrawView->GetTextEditOutlinerView(); in GetMenuState()
1063 SdrPageView* pPV = mpDrawView->GetSdrPageView(); in GetMenuState()
1064 String aActiveLayer = mpDrawView->GetActiveLayer(); in GetMenuState()
1404 if (!mpDrawView->AreObjectsMarked()) in GetMenuState()
1412 SdrMarkList aMarkList = mpDrawView->GetMarkedObjectList(); in GetMenuState()
1528 if( mpDrawView->AreObjectsMarked() && ( mpDrawView->GetMarkedObjectList().GetMarkCount() == 1 ) ) in GetMenuState()
1530 if( mpDrawView->IsTextEdit() ) in GetMenuState()
1532 OutlinerView* pOLV = mpDrawView->GetTextEditOutlinerView(); in GetMenuState()
1550 …SdrUnoObj* pUnoCtrl = PTR_CAST(SdrUnoObj, mpDrawView->GetMarkedObjectList().GetMark(0)->GetMarkedS… in GetMenuState()
1697 svx::ExtrusionBar::getState( mpDrawView, rSet ); in GetModeSwitchingMenuState()
1698 svx::FontworkBar::getState( mpDrawView, rSet ); in GetModeSwitchingMenuState()