Searched refs:nLineFlags (Results 1 – 4 of 4) sorted by relevance
4197 sal_uInt32 nLineFlags = 0x90001; in ImplCreatePresentationPlaceholder() local4198 if ( aPropOpt.GetOpt( ESCHER_Prop_fNoLineDrawDash, nLineFlags ) ) in ImplCreatePresentationPlaceholder()4199 nLineFlags |= 0x10001; // draw dashed line if no line in ImplCreatePresentationPlaceholder()4200 aPropOpt.AddOpt( ESCHER_Prop_fNoLineDrawDash, nLineFlags ); in ImplCreatePresentationPlaceholder()4921 sal_uInt32 nLineFlags = 0x90001; in ImplWritePage() local4923 nLineFlags |= 0x10001; // draw dashed line if no line in ImplWritePage()4924 aPropertyOptions.AddOpt( ESCHER_Prop_fNoLineDrawDash, nLineFlags ); in ImplWritePage()5015 sal_uInt32 nLineFlags = 0x90001; in ImplWritePage() local5016 if ( aPropOpt2.GetOpt( ESCHER_Prop_fNoLineDrawDash, nLineFlags ) ) in ImplWritePage()5017 nLineFlags |= 0x10001; // draw dashed line if no line in ImplWritePage()[all …]
910 sal_uInt32 nLineFlags(GetPropertyValue( DFF_Prop_fNoLineDrawDash )); in ApplyLineAttributes() local914 nLineFlags &= ~0x08; in ApplyLineAttributes()917 if ( nLineFlags & 8 ) in ApplyLineAttributes()1034 if ( nLineFlags & 0x10 ) in ApplyLineAttributes()2724 sal_uInt32 nLineFlags(GetPropertyValue( DFF_Prop_fNoLineDrawDash )); in ApplyAttributes() local2726 nLineFlags &= ~0x08; in ApplyAttributes()2751 …if ( ( ( nLineFlags & 0x08 ) == 0 ) && ( ( nFillFlags & 0x10 ) == 0 ) && ( rObjData.eShapeType != … in ApplyAttributes()5555 sal_uInt32 nLineFlags = GetPropertyValue( DFF_Prop_fNoLineDrawDash ); in ProcessObj() local5556 pImpRec->eLineStyle = (nLineFlags & 8) in ProcessObj()
974 sal_uInt32 nLineFlags = 0x80008; in CreateLineProperties() local995 nLineFlags |= 0x100010; in CreateLineProperties()1002 nLineFlags |= 0x100010; in CreateLineProperties()1098 AddOpt( ESCHER_Prop_fNoLineDrawDash, nLineFlags ); in CreateLineProperties()2407 sal_uInt32 nLineFlags = 0; // default : shape has no line in CreateShadowProperties() local2410 GetOpt( ESCHER_Prop_fNoLineDrawDash, nLineFlags ); in CreateShadowProperties()2417 if ( ( nLineFlags & 8 ) || ( nFillFlags & 0x10 ) || bGraphic ) in CreateShadowProperties()
959 sal_uInt32 nLineFlags = GetPropertyValue( DFF_Prop_fNoLineDrawDash ); in ProcessObj() local963 nLineFlags &= ~0x08; in ProcessObj()965 pImpRec->eLineStyle = (nLineFlags & 8) in ProcessObj()
Completed in 168 milliseconds