Searched refs:nFillTransparence (Results 1 – 5 of 5) sorted by relevance
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() local184 if(0 != nFillTransparence) in getSvxBrushItemForSolid()237 … const sal_uInt16 nFillTransparence(getTransparenceForSvxBrushItem(rSourceSet, bSearchInParents)); in getSvxBrushItemFromSourceSet() local239 if(0 != nFillTransparence) in getSvxBrushItemFromSourceSet()270 … sal_uInt16 nFillTransparence(getTransparenceForSvxBrushItem(rSourceSet, bSearchInParents)); in getSvxBrushItemFromSourceSet() local273 …nFillTransparence = basegfx::clamp((sal_uInt16)((nFillTransparence / 2) + 50), (sal_uInt16)0, (sal… in getSvxBrushItemFromSourceSet()327 … const sal_uInt16 nFillTransparence(getTransparenceForSvxBrushItem(rSourceSet, bSearchInParents)); in getSvxBrushItemFromSourceSet() local329 if(0 != nFillTransparence) in getSvxBrushItemFromSourceSet()[all …]
356 …sal_uInt16 nFillTransparence(((const XFillTransparenceItem&)(rSet.Get(XATTR_FILLTRANSPARENCE))).Ge… in createNewSdrShadowAttribute() local358 if(nFillTransparence > 100) in createNewSdrShadowAttribute()360 nFillTransparence = 100; in createNewSdrShadowAttribute()363 if(nTransparence == nFillTransparence) in createNewSdrShadowAttribute()
40 XFillTransparenceItem(sal_uInt16 nFillTransparence = 0);
546 XFillTransparenceItem::XFillTransparenceItem(sal_uInt16 nFillTransparence) : in XFillTransparenceItem() argument547 SfxUInt16Item(XATTR_FILLTRANSPARENCE, nFillTransparence) in XFillTransparenceItem()
7750 …sal_Int16 nFillTransparence( ( (const XFillTransparenceItem&)pObj->GetMergedItem( XATTR_FILLTRANSP… in ApplyCellAttributes() local7752 xPropSet->setPropertyValue( sFillTransparence, Any( nFillTransparence ) ); in ApplyCellAttributes()
Completed in 67 milliseconds