Home
last modified time | relevance | path

Searched refs:bBitmapFillUsed (Results 1 – 1 of 1) sorted by last modified time

/trunk/main/svx/source/svdraw/
H A Dsvdoashp.cxx177 sal_Bool bBitmapFillUsed(sal_False); in ImpCreateShadowObjectClone() local
199 bAllFillUsed = (bSolidFillUsed || bGradientFillUsed || bHatchFillUsed || bBitmapFillUsed); in ImpCreateShadowObjectClone()
204 bAllFillUsed = (bSolidFillUsed || bGradientFillUsed || bHatchFillUsed || bBitmapFillUsed); in ImpCreateShadowObjectClone()
209 bAllFillUsed = (bSolidFillUsed || bGradientFillUsed || bHatchFillUsed || bBitmapFillUsed); in ImpCreateShadowObjectClone()
211 if(!bBitmapFillUsed && XFILL_BITMAP == eFillStyle) in ImpCreateShadowObjectClone()
213 bBitmapFillUsed = sal_True; in ImpCreateShadowObjectClone()
214 bAllFillUsed = (bSolidFillUsed || bGradientFillUsed || bHatchFillUsed || bBitmapFillUsed); in ImpCreateShadowObjectClone()
293 if(bBitmapFillUsed) in ImpCreateShadowObjectClone()

Completed in 21 milliseconds