Home
last modified time | relevance | path

Searched refs:eSpType (Results 1 – 7 of 7) sorted by last modified time

/trunk/main/svx/source/svdraw/
H A Dsvdoashp.cxx682 MSO_SPT eSpType = EnhancedCustomShapeTypeNames::Get( sShapeType ); in MergeDefaultAttributes() local
685 const mso_CustomShape* pDefCustomShape = GetCustomShapeContent( eSpType ); in MergeDefaultAttributes()
1163 MSO_SPT eSpType = EnhancedCustomShapeTypeNames::Get( sShapeType ); in IsDefaultGeometry() local
1165 const mso_CustomShape* pDefCustomShape = GetCustomShapeContent( eSpType ); in IsDefaultGeometry()
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx616 MSO_SPT eSpType = EnhancedCustomShapeTypeNames::Get( sShapeType ); in SolveSolver() local
617 nGluePointType = GetCustomShapeConnectionTypeDefault( eSpType ); in SolveSolver()
H A Descherex.cxx4779 MSO_SPT eSpType = EnhancedCustomShapeTypeNames::Get( sShapeType ); in GetConnectorRule() local
4786 nGluePointType = GetCustomShapeConnectionTypeDefault( eSpType ); in GetConnectorRule()
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShapeGeometry.cxx6183 sal_Bool IsCustomShapeFilledByDefault( MSO_SPT eSpType ) in IsCustomShapeFilledByDefault() argument
6186 sal_uInt32 i = (sal_uInt32)eSpType; in IsCustomShapeFilledByDefault()
6191 sal_Int16 GetCustomShapeConnectionTypeDefault( MSO_SPT eSpType ) in GetCustomShapeConnectionTypeDefault() argument
6194 const mso_CustomShape* pDefCustomShape = GetCustomShapeContent( eSpType ); in GetCustomShapeConnectionTypeDefault()
6199 switch( eSpType ) in GetCustomShapeConnectionTypeDefault()
6228 sal_Bool IsCustomShapeStrokedByDefault( MSO_SPT eSpType ) in IsCustomShapeStrokedByDefault() argument
6231 sal_uInt32 i = (sal_uInt32)eSpType; in IsCustomShapeStrokedByDefault()
6241 sal_Bool SortFilledObjectsToBackByDefault( MSO_SPT eSpType ) in SortFilledObjectsToBackByDefault() argument
6244 sal_uInt32 i = (sal_uInt32)eSpType; in SortFilledObjectsToBackByDefault()
8355 const mso_CustomShape* GetCustomShapeContent( MSO_SPT eSpType ) in GetCustomShapeContent() argument
[all …]
H A DEnhancedCustomShape2d.cxx586 const mso_CustomShape* pDefCustomShape = GetCustomShapeContent( eSpType ); in ApplyShapeAttributes()
695 eSpType ( mso_sptNil ), in EnhancedCustomShape2d()
741 eSpType = EnhancedCustomShapeTypeNames::Get( sShapeType ); in EnhancedCustomShape2d()
756 switch( eSpType ) in EnhancedCustomShape2d()
1548 MSO_SPT eSpType = mso_sptEllipse; in CreateSubPath() local
1549 const mso_CustomShape* pDefCustomShape = GetCustomShapeContent( eSpType ); in CreateSubPath()
1917 void CorrectCalloutArrows( MSO_SPT eSpType, sal_uInt32 nLineObjectCount, std::vector< SdrPathObj* >… in CorrectCalloutArrows() argument
1920 switch( eSpType ) in CorrectCalloutArrows()
2092 sal_Bool bSortFilledObjectsToBack = SortFilledObjectsToBackByDefault( eSpType ); in CreatePathObj()
2158 CorrectCalloutArrows( eSpType, nLineObjectCount, vObjectList ); in CreatePathObj()
[all …]
/trunk/main/svx/inc/svx/
H A DEnhancedCustomShape2d.hxx80 MSO_SPT eSpType; member in EnhancedCustomShape2d
H A DEnhancedCustomShapeGeometry.hxx94 sal_Bool SortFilledObjectsToBackByDefault( MSO_SPT eSpType );
95 SVX_DLLPUBLIC sal_Bool IsCustomShapeFilledByDefault( MSO_SPT eSpType );
96 SVX_DLLPUBLIC sal_Int16 GetCustomShapeConnectionTypeDefault( MSO_SPT eSpType );
99 SVX_DLLPUBLIC sal_Bool IsCustomShapeStrokedByDefault( MSO_SPT eSpType );
101 SVX_DLLPUBLIC const mso_CustomShape* GetCustomShapeContent( MSO_SPT eSpType );

Completed in 122 milliseconds