Home
last modified time | relevance | path

Searched refs:eFill (Results 1 – 5 of 5) sorted by path

/trunk/main/sd/source/ui/view/
H A Dsdview3.cxx1347 XFillStyle eFill= ( (XFillStyleItem&) rSet.Get( XATTR_FILLSTYLE ) ).GetValue(); in InsertData() local
1349 if( eFill == XFILL_SOLID || eFill == XFILL_NONE ) in InsertData()
1378 if(eFill == XFILL_SOLID ) in InsertData()
1381 aSet.Put( XFillStyleItem( eFill ) ); in InsertData()
/trunk/main/svx/source/svdraw/
H A Dsvdcrtv.cxx805 const XFillStyle eFill(((XFillStyleItem&)(rSet.Get(XATTR_FILLSTYLE))).GetValue()); in ShowCreateObj() local
808 if(XLINE_NONE == eLine && XFILL_NONE == eFill) in ShowCreateObj()
H A Dsvdetc.cxx499 XFillStyle eFill=((XFillStyleItem&)rSet.Get(XATTR_FILLSTYLE)).GetValue(); in GetDraftFillColor() local
502 switch(eFill) in GetDraftFillColor()
H A Dsvdocirc.cxx203 XFillStyle eFill=((XFillStyleItem&)(rSet.Get(XATTR_FILLSTYLE))).GetValue(); in PaintNeedsXPolyCirc() local
204 bNeed = eFill != XFILL_NONE && eFill != XFILL_SOLID; in PaintNeedsXPolyCirc()
/trunk/main/sw/source/filter/ww8/
H A Dww8graf.cxx1893 const XFillStyle eFill = ((const XFillStyleItem*)pItem)->GetValue(); in MatchSdrItemsIntoFlySet() local
1895 switch (eFill) in MatchSdrItemsIntoFlySet()

Completed in 46 milliseconds