Searched refs:nFillFlags (Results 1 – 2 of 2) sorted by relevance
1323 sal_uInt32 nFillFlags(GetPropertyValue( DFF_Prop_fNoFillHitTest )); in ApplyFillAttributes() local1330 nFillFlags &= ~0x10; in ApplyFillAttributes()1333 if ( nFillFlags & 0x10 ) in ApplyFillAttributes()2724 sal_uInt32 nFillFlags(GetPropertyValue( DFF_Prop_fNoFillHitTest )); in ApplyAttributes() local2726 nFillFlags &= ~0x10; in ApplyAttributes()2727 if ( nFillFlags & 0x10 ) in ApplyAttributes()2744 nFillFlags &=~0x10; // no fillstyle used in ApplyAttributes()2748 …if ( ( ( nLineFlags & 0x08 ) == 0 ) && ( ( nFillFlags & 0x10 ) == 0 ) && ( rObjData.eShapeType != … in ApplyAttributes()
2408 sal_uInt32 nFillFlags = 0x10; // shape is filled in CreateShadowProperties() local2411 GetOpt( ESCHER_Prop_fNoFillHitTest, nFillFlags ); in CreateShadowProperties()2417 if ( ( nLineFlags & 8 ) || ( nFillFlags & 0x10 ) || bGraphic ) in CreateShadowProperties()