Home
last modified time | relevance | path

Searched refs:pIPPEC (Results 1 – 1 of 1) sorted by relevance

/trunk/main/sd/source/ui/view/
H A Ddrbezob.cxx162 IPolyPolygonEditorController* pIPPEC = 0; in GetAttrState() local
164 pIPPEC = mpView; in GetAttrState()
166pIPPEC = dynamic_cast< IPolyPolygonEditorController* >( mpView->getSmartTags().getSelected().get()… in GetAttrState()
168 if ( !pIPPEC || !pIPPEC->IsRipUpAtMarkedPointsPossible()) in GetAttrState()
172 if (!pIPPEC || !pIPPEC->IsDeleteMarkedPointsPossible()) in GetAttrState()
176 if (!pIPPEC || !pIPPEC->IsSetMarkedSegmentsKindPossible()) in GetAttrState()
182 SdrPathSegmentKind eSegm = pIPPEC->GetMarkedSegmentsKind(); in GetAttrState()
191 if (!pIPPEC || !pIPPEC->IsSetMarkedPointsSmoothPossible()) in GetAttrState()
199 SdrPathSmoothKind eSmooth = pIPPEC->GetMarkedPointsSmooth(); in GetAttrState()
208 if (!pIPPEC || !pIPPEC->IsOpenCloseMarkedObjectsPossible()) in GetAttrState()
[all …]