Lines Matching refs:eShapeType

908 void DffPropertyReader::ApplyLineAttributes( SfxItemSet& rSet, const MSO_SPT eShapeType ) const // …  in ApplyLineAttributes()
912 if(!IsHardAttribute( DFF_Prop_fLine ) && !IsCustomShapeStrokedByDefault( eShapeType )) in ApplyLineAttributes()
1024 if ( eShapeType == mso_sptMin ) in ApplyLineAttributes()
1331 if(!IsHardAttribute( DFF_Prop_fFilled ) && !IsCustomShapeFilledByDefault( rObjData.eShapeType )) in ApplyFillAttributes()
1601 aProp.Value <<= EnhancedCustomShapeTypeNames::Get( rObjData.eShapeType ); in ApplyCustomShapeGeometryAttributes()
2212 const mso_CustomShape* pDefCustomShape = GetCustomShapeContent( rObjData.eShapeType ); in ApplyCustomShapeGeometryAttributes()
2547 switch( rObjData.eShapeType ) in ApplyCustomShapeGeometryAttributes()
2725 … if(!IsHardAttribute( DFF_Prop_fLine ) && !IsCustomShapeStrokedByDefault( rObjData.eShapeType )) in ApplyAttributes()
2728 … if(!IsHardAttribute( DFF_Prop_fFilled ) && !IsCustomShapeFilledByDefault( rObjData.eShapeType )) in ApplyAttributes()
2751 …eFlags & 0x08 ) == 0 ) && ( ( nFillFlags & 0x10 ) == 0 ) && ( rObjData.eShapeType != mso_sptPictur… in ApplyAttributes()
2758 ApplyLineAttributes( rSet, rObjData.eShapeType ); // #i28269# in ApplyAttributes()
2760 if ( rObjData.eShapeType != mso_sptNil || IsProperty( DFF_Prop_pVertices ) ) in ApplyAttributes()
4331 aObjData.eShapeType = (MSO_SPT)maShapeRecords.Current()->nRecInstance; in ImportShape()
4341 aObjData.eShapeType = mso_sptNil; in ImportShape()
4357 ReadPropSet( rSt, pClientData, (sal_uInt32)aObjData.eShapeType ); in ImportShape()
4444 else if ( ( aObjData.eShapeType != mso_sptNil ) || IsProperty( DFF_Prop_pVertices ) || bGraphic ) in ImportShape()
4448 …sal_Bool bIsConnector = ( ( aObjData.eShapeType >= mso_sptStraightConnector1 ) && ( aObjData.eShap… in ImportShape()
4459 …else if ( aObjData.eShapeType == mso_sptLine && !( GetPropertyValue( DFF_Prop_fc3DLightFace ) & 8 … in ImportShape()
4471 if ( GetCustomShapeContent( aObjData.eShapeType ) || IsProperty( DFF_Prop_pVertices ) ) in ImportShape()
4606 if ( aObjData.eShapeType == mso_sptArc ) in ImportShape()
4904 if ( aObjData.eShapeType == mso_sptLine ) in ImportShape()
5118 pImpRec->eShapeType = rObjData.eShapeType; in ProcessObj()
5182 FASTBOOL bTextFrame = (pImpRec->eShapeType == mso_sptTextBox); in ProcessObj()
5190 (pImpRec->eShapeType == mso_sptTextSimple) || in ProcessObj()
5192 (pImpRec->eShapeType == mso_sptRectangle) in ProcessObj()
6236 MSO_SPT eShapeType = mso_sptNil; in GetShapeContainerData() local
6250 eShapeType = (MSO_SPT)nInst; in GetShapeContainerData()
6424 ( eShapeType == mso_sptTextSimple ) in GetShapeContainerData()
6425 || ( eShapeType == mso_sptTextBox ) in GetShapeContainerData()
6426 || ( ( ( eShapeType == mso_sptRectangle ) in GetShapeContainerData()
6427 || ( eShapeType == mso_sptRoundRectangle ) in GetShapeContainerData()
7600 eShapeType( mso_sptNil ) in SvxMSDffImportRec()
7637 eShapeType( rCopy.eShapeType ) in SvxMSDffImportRec()