Searched refs:bForceTextAttr (Results 1 – 2 of 2) sorted by relevance
333 void ImpSdrGDIMetaFileImport::SetAttributes(SdrObject* pObj, bool bForceTextAttr) in SetAttributes() argument337 bool bLine(!bForceTextAttr); in SetAttributes()338 bool bFill(!pObj || (pObj->IsClosedObj() && !bForceTextAttr)); in SetAttributes()339 bool bText(bForceTextAttr || (pObj && pObj->GetOutlinerParaObject())); in SetAttributes()
148 void SetAttributes(SdrObject* pObj, bool bForceTextAttr = false);
Completed in 60 milliseconds