Lines Matching refs:xFunc
126 FunctionReference xFunc( mpViewSh->GetCurrentFunction() ); in GetAttrState() local
128 if(xFunc.is()) in GetAttrState()
130 if(xFunc->ISA(FuSelection)) in GetAttrState()
132 sal_uInt16 nEditMode = static_cast<FuSelection*>(xFunc.get())->GetEditMode(); in GetAttrState()
135 else if (xFunc->ISA(FuConstructBezierPolygon)) in GetAttrState()
137 sal_uInt16 nEditMode = static_cast<FuConstructBezierPolygon*>(xFunc.get())->GetEditMode(); in GetAttrState()
335 FunctionReference xFunc( mpViewSh->GetCurrentFunction() ); in Execute() local
337 if(xFunc.is()) in Execute()
339 if(xFunc->ISA(FuSelection)) in Execute()
341 static_cast<FuSelection*>(xFunc.get())->SetEditMode(rReq.GetSlot()); in Execute()
343 else if(xFunc->ISA(FuConstructBezierPolygon)) in Execute()
345 static_cast<FuConstructBezierPolygon*>(xFunc.get())->SetEditMode(rReq.GetSlot()); in Execute()