Home
last modified time | relevance | path

Searched refs:nLineFlags (Results 1 – 4 of 4) sorted by path

/trunk/main/filter/source/msfilter/
H A Descherex.cxx974 sal_uInt32 nLineFlags = 0x80008; in CreateLineProperties() local
995 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() local
2410 GetOpt( ESCHER_Prop_fNoLineDrawDash, nLineFlags ); in CreateShadowProperties()
2417 if ( ( nLineFlags & 8 ) || ( nFillFlags & 0x10 ) || bGraphic ) in CreateShadowProperties()
H A Dmsdffimp.cxx910 sal_uInt32 nLineFlags(GetPropertyValue( DFF_Prop_fNoLineDrawDash )); in ApplyLineAttributes() local
914 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() local
2726 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() local
5556 pImpRec->eLineStyle = (nLineFlags & 8) in ProcessObj()
/trunk/main/sd/source/filter/eppt/
H A Depptso.cxx4197 sal_uInt32 nLineFlags = 0x90001; in ImplCreatePresentationPlaceholder() local
4198 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() local
4923 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() local
5016 if ( aPropOpt2.GetOpt( ESCHER_Prop_fNoLineDrawDash, nLineFlags ) ) in ImplWritePage()
5017 nLineFlags |= 0x10001; // draw dashed line if no line in ImplWritePage()
[all …]
/trunk/main/sw/source/filter/ww8/
H A Dww8par.cxx959 sal_uInt32 nLineFlags = GetPropertyValue( DFF_Prop_fNoLineDrawDash ); in ProcessObj() local
963 nLineFlags &= ~0x08; in ProcessObj()
965 pImpRec->eLineStyle = (nLineFlags & 8) in ProcessObj()

Completed in 226 milliseconds