Home
last modified time | relevance | path

Searched refs:bForceTextAttr (Results 1 – 2 of 2) sorted by path

/trunk/main/svx/source/svdraw/
H A Dsvdfmtf.cxx336 void ImpSdrGDIMetaFileImport::SetAttributes(SdrObject* pObj, bool bForceTextAttr) in SetAttributes() argument
340 bool bLine(!bForceTextAttr); in SetAttributes()
341 bool bFill(!pObj || (pObj->IsClosedObj() && !bForceTextAttr)); in SetAttributes()
342 bool bText(bForceTextAttr || (pObj && pObj->GetOutlinerParaObject())); in SetAttributes()
H A Dsvdfmtf.hxx151 void SetAttributes(SdrObject* pObj, bool bForceTextAttr = false);

Completed in 21 milliseconds