Home
last modified time | relevance | path

Searched refs:nFillFlags (Results 1 – 2 of 2) sorted by path

/trunk/main/filter/source/msfilter/
H A Descherex.cxx2408 sal_uInt32 nFillFlags = 0x10; // shape is filled in CreateShadowProperties() local
2411 GetOpt( ESCHER_Prop_fNoFillHitTest, nFillFlags ); in CreateShadowProperties()
2417 if ( ( nLineFlags & 8 ) || ( nFillFlags & 0x10 ) || bGraphic ) in CreateShadowProperties()
H A Dmsdffimp.cxx1326 sal_uInt32 nFillFlags(GetPropertyValue( DFF_Prop_fNoFillHitTest )); in ApplyFillAttributes() local
1333 nFillFlags &= ~0x10; in ApplyFillAttributes()
1336 if ( nFillFlags & 0x10 ) in ApplyFillAttributes()
2727 sal_uInt32 nFillFlags(GetPropertyValue( DFF_Prop_fNoFillHitTest )); in ApplyAttributes() local
2729 nFillFlags &= ~0x10; in ApplyAttributes()
2730 if ( nFillFlags & 0x10 ) in ApplyAttributes()
2747 nFillFlags &=~0x10; // no fillstyle used in ApplyAttributes()
2751 …if ( ( ( nLineFlags & 0x08 ) == 0 ) && ( ( nFillFlags & 0x10 ) == 0 ) && ( rObjData.eShapeType != … in ApplyAttributes()

Completed in 159 milliseconds