Searched refs:eFill (Results 1 – 5 of 5) sorted by relevance
1347 XFillStyle eFill= ( (XFillStyleItem&) rSet.Get( XATTR_FILLSTYLE ) ).GetValue(); in InsertData() local1349 if( eFill == XFILL_SOLID || eFill == XFILL_NONE ) in InsertData()1378 if(eFill == XFILL_SOLID ) in InsertData()1381 aSet.Put( XFillStyleItem( eFill ) ); in InsertData()
203 XFillStyle eFill=((XFillStyleItem&)(rSet.Get(XATTR_FILLSTYLE))).GetValue(); in PaintNeedsXPolyCirc() local204 bNeed = eFill != XFILL_NONE && eFill != XFILL_SOLID; in PaintNeedsXPolyCirc()
805 const XFillStyle eFill(((XFillStyleItem&)(rSet.Get(XATTR_FILLSTYLE))).GetValue()); in ShowCreateObj() local808 if(XLINE_NONE == eLine && XFILL_NONE == eFill) in ShowCreateObj()
499 XFillStyle eFill=((XFillStyleItem&)rSet.Get(XATTR_FILLSTYLE)).GetValue(); in GetDraftFillColor() local502 switch(eFill) in GetDraftFillColor()
1896 const XFillStyle eFill = ((const XFillStyleItem*)pItem)->GetValue(); in MatchSdrItemsIntoFlySet() local1898 switch (eFill) in MatchSdrItemsIntoFlySet()
Completed in 80 milliseconds