Lines Matching refs:nFillTransparence
159 …sal_uInt16 nFillTransparence(static_cast< const XFillTransparenceItem& >(rSourceSet.Get(XATTR_FILL… in getTransparenceForSvxBrushItem()
170 … nFillTransparence = static_cast< sal_uInt16 >(((nStartLuminance + nEndLuminance) * 100) / 512); in getTransparenceForSvxBrushItem()
173 return nFillTransparence; in getTransparenceForSvxBrushItem()
182 … const sal_uInt16 nFillTransparence(getTransparenceForSvxBrushItem(rSourceSet, bSearchInParents)); in getSvxBrushItemForSolid() local
184 if(0 != nFillTransparence) in getSvxBrushItemForSolid()
189 …t8 aTargetTrans(std::min(sal_uInt8(0xfe), static_cast< sal_uInt8 >((nFillTransparence * 254) / 100… in getSvxBrushItemForSolid()
237 … const sal_uInt16 nFillTransparence(getTransparenceForSvxBrushItem(rSourceSet, bSearchInParents)); in getSvxBrushItemFromSourceSet() local
239 if(0 != nFillTransparence) in getSvxBrushItemFromSourceSet()
244 …t8 aTargetTrans(std::min(sal_uInt8(0xfe), static_cast< sal_uInt8 >((nFillTransparence * 254) / 100… in getSvxBrushItemFromSourceSet()
270 … sal_uInt16 nFillTransparence(getTransparenceForSvxBrushItem(rSourceSet, bSearchInParents)); in getSvxBrushItemFromSourceSet() local
273 …nFillTransparence = basegfx::clamp((sal_uInt16)((nFillTransparence / 2) + 50), (sal_uInt16)0, (sal… in getSvxBrushItemFromSourceSet()
278 …t8 aTargetTrans(std::min(sal_uInt8(0xfe), static_cast< sal_uInt8 >((nFillTransparence * 254) / 100… in getSvxBrushItemFromSourceSet()
327 … const sal_uInt16 nFillTransparence(getTransparenceForSvxBrushItem(rSourceSet, bSearchInParents)); in getSvxBrushItemFromSourceSet() local
329 if(0 != nFillTransparence) in getSvxBrushItemFromSourceSet()
332 aRetval.setGraphicTransparency(static_cast< sal_Int8 >(nFillTransparence)); in getSvxBrushItemFromSourceSet()