Searched refs:IsDeleteMarkedPointsPossible (Results 1 – 9 of 9) sorted by relevance
53 virtual sal_Bool IsDeleteMarkedPointsPossible() const = 0;
85 sal_Bool IsDeleteMarkedPointsPossible() const;
75 virtual sal_Bool IsDeleteMarkedPointsPossible() const;
1123 if( mpPathObj && IsDeleteMarkedPointsPossible() ) in DeleteMarkedPoints()1158 sal_Bool MotionPathTag::IsDeleteMarkedPointsPossible() const in IsDeleteMarkedPointsPossible() function in sd::MotionPathTag
274 if (!pSdrView->IsDeleteMarkedPointsPossible()) in GetState()
172 if (!pIPPEC || !pIPPEC->IsDeleteMarkedPointsPossible()) in GetAttrState()
298 sal_Bool SdrPolyEditView::IsDeleteMarkedPointsPossible() const in IsDeleteMarkedPointsPossible() function in SdrPolyEditView
990 aTbxIMapDlg1.EnableItem( TBI_POLYDELETE, !bDrawEnabled && pView->IsDeleteMarkedPointsPossible() ); in IMPL_LINK()
992 ….EnableItem( TBI_POLYDELETE, bDontHide && !bDrawEnabled && pView->IsDeleteMarkedPointsPossible() ); in IMPL_LINK()
Completed in 31 milliseconds