Searched refs:bForceTextAttr (Results 1 – 2 of 2) sorted by relevance
336 void ImpSdrGDIMetaFileImport::SetAttributes(SdrObject* pObj, bool bForceTextAttr) in SetAttributes() argument340 bool bLine(!bForceTextAttr); in SetAttributes()341 bool bFill(!pObj || (pObj->IsClosedObj() && !bForceTextAttr)); in SetAttributes()342 bool bText(bForceTextAttr || (pObj && pObj->GetOutlinerParaObject())); in SetAttributes()
151 void SetAttributes(SdrObject* pObj, bool bForceTextAttr = false);
Completed in 22 milliseconds