Searched refs:IsHardAttribute (Results 1 – 7 of 7) sorted by relevance
| /AOO41X/main/sd/source/filter/eppt/ |
| H A D | epptso.cxx | 1347 …( mpStyleSheet->IsHardAttribute( nInstance, pPara->nDepth, ParaAttr_Adjust, pPara->mnTextAdjust ) … in ImplWriteParagraphs() 1379 … ( mpStyleSheet->IsHardAttribute( nInstance, pPara->nDepth, ParaAttr_LineFeed, nLineSpacing ) ) ) in ImplWriteParagraphs() 1383 …( mpStyleSheet->IsHardAttribute( nInstance, pPara->nDepth, ParaAttr_UpperDist, pPara->mnLineSpacin… in ImplWriteParagraphs() 1386 …( mpStyleSheet->IsHardAttribute( nInstance, pPara->nDepth, ParaAttr_LowerDist, pPara->mnLineSpacin… in ImplWriteParagraphs() 1389 …( mpStyleSheet->IsHardAttribute( nInstance, pPara->nDepth, ParaAttr_UpperDist, pPara->mbForbiddenR… in ImplWriteParagraphs() 1392 …( mpStyleSheet->IsHardAttribute( nInstance, pPara->nDepth, ParaAttr_UpperDist, pPara->mbParagraphP… in ImplWriteParagraphs() 1395 ( mpStyleSheet->IsHardAttribute( nInstance, nDepth, ParaAttr_BiDi, pPara->mnBiDi ) ) ) in ImplWriteParagraphs() 1411 if ( mpStyleSheet->IsHardAttribute( nInstance, nDepth, ParaAttr_TextOfs, pPara->nTextOfs ) ) in ImplWriteParagraphs() 1413 … if ( mpStyleSheet->IsHardAttribute( nInstance, nDepth, ParaAttr_BulletOfs, pPara->nBulletOfs )) in ImplWriteParagraphs() 1599 … ( mpStyleSheet->IsHardAttribute( nInstance, pPara->nDepth, CharAttr_Bold, nCharAttr ) ) ) in ImplWritePortions() [all …]
|
| H A D | eppt.hxx | 382 …sal_Bool IsHardAttribute( sal_uInt32 nInstance, sal_uInt32 nLevel, PPTExTextAttr eAttr, sal…
|
| H A D | eppt.cxx | 2380 sal_Bool PPTExStyleSheet::IsHardAttribute( sal_uInt32 nInstance, sal_uInt32 nLevel, PPTExTextAttr e… in IsHardAttribute() function in PPTExStyleSheet
|
| /AOO41X/main/filter/source/msfilter/ |
| H A D | dffpropset.cxx | 1159 …etProperty = !bSetUninitializedOnly || ( !IsProperty( nRecType ) || !IsHardAttribute( nRecType ) ); in ReadPropSet() 1283 sal_Bool DffPropSet::IsHardAttribute( sal_uInt32 nId ) const in IsHardAttribute() function in DffPropSet
|
| H A D | msdffimp.cxx | 912 if(!IsHardAttribute( DFF_Prop_fLine ) && !IsCustomShapeStrokedByDefault( eShapeType )) in ApplyLineAttributes() 1331 if(!IsHardAttribute( DFF_Prop_fFilled ) && !IsCustomShapeFilledByDefault( rObjData.eShapeType )) in ApplyFillAttributes() 2231 if ( IsHardAttribute( DFF_Prop_f3DOK ) ) in ApplyCustomShapeGeometryAttributes() 2240 if ( IsHardAttribute( DFF_Prop_fFillShadeShapeOK ) ) in ApplyCustomShapeGeometryAttributes() 2249 …if ( IsHardAttribute( DFF_Prop_fGtextOK ) || ( GetPropertyValue( DFF_Prop_gtextFStrikethrough, 0 )… in ApplyCustomShapeGeometryAttributes() 2539 if ( IsHardAttribute( DFF_Prop_gtextFStretch ) ) in ApplyCustomShapeGeometryAttributes() 2713 … if(!IsHardAttribute( DFF_Prop_fLine ) && !IsCustomShapeStrokedByDefault( rObjData.eShapeType )) in ApplyAttributes() 2716 … if(!IsHardAttribute( DFF_Prop_fFilled ) && !IsCustomShapeFilledByDefault( rObjData.eShapeType )) in ApplyAttributes() 4492 if ( IsHardAttribute( DFF_Prop_gtextFItalic ) ) in ImportShape() 4495 if ( IsHardAttribute( DFF_Prop_gtextFBold ) ) in ImportShape()
|
| /AOO41X/main/filter/inc/filter/msfilter/ |
| H A D | dffpropset.hxx | 65 sal_Bool IsHardAttribute( sal_uInt32 nId ) const;
|
| /AOO41X/main/sw/source/filter/ww8/ |
| H A D | ww8par.cxx | 960 if ( !IsHardAttribute( DFF_Prop_fLine ) && in ProcessObj()
|