Searched refs:nFillFlags (Results 1 – 2 of 2) sorted by relevance
1326 sal_uInt32 nFillFlags(GetPropertyValue( DFF_Prop_fNoFillHitTest )); in ApplyFillAttributes() local1333 nFillFlags &= ~0x10; in ApplyFillAttributes()1336 if ( nFillFlags & 0x10 ) in ApplyFillAttributes()2715 sal_uInt32 nFillFlags(GetPropertyValue( DFF_Prop_fNoFillHitTest )); in ApplyAttributes() local2717 nFillFlags &= ~0x10; in ApplyAttributes()2718 if ( nFillFlags & 0x10 ) in ApplyAttributes()2735 nFillFlags &=~0x10; // no fillstyle used in ApplyAttributes()2739 …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()
Completed in 59 milliseconds