Searched refs:pDefCustomShape (Results 1 – 5 of 5) sorted by relevance
754 if ( !pAny && pDefCustomShape && pDefCustomShape->nVertices && pDefCustomShape->pVertices ) in MergeDefaultAttributes()775 if ( !pAny && pDefCustomShape && pDefCustomShape->nGluePoints && pDefCustomShape->pGluePoints ) in MergeDefaultAttributes()795 if ( !pAny && pDefCustomShape && pDefCustomShape->nElements && pDefCustomShape->pElements ) in MergeDefaultAttributes()954 if ( !pAny && pDefCustomShape && pDefCustomShape->nTextRect && pDefCustomShape->pTextRect ) in MergeDefaultAttributes()978 if ( !pAny && pDefCustomShape && pDefCustomShape->nCalculation && pDefCustomShape->pCalculation ) in MergeDefaultAttributes()997 if ( !pAny && pDefCustomShape && pDefCustomShape->nHandles && pDefCustomShape->pHandles ) in MergeDefaultAttributes()1187 if ( pAny && pDefCustomShape && pDefCustomShape->nVertices && pDefCustomShape->pVertices ) in IsDefaultGeometry()1212 if ( pAny && pDefCustomShape && pDefCustomShape->nGluePoints && pDefCustomShape->pGluePoints ) in IsDefaultGeometry()1245 if ( pDefCustomShape && pDefCustomShape->nElements && pDefCustomShape->pElements ) in IsDefaultGeometry()1450 if ( pAny && pDefCustomShape && pDefCustomShape->nTextRect && pDefCustomShape->pTextRect ) in IsDefaultGeometry()[all …]
586 const mso_CustomShape* pDefCustomShape = GetCustomShapeContent( eSpType ); in ApplyShapeAttributes() local587 if ( pDefCustomShape ) in ApplyShapeAttributes()588 pDefData = pDefCustomShape->pDefData; in ApplyShapeAttributes()1549 const mso_CustomShape* pDefCustomShape = GetCustomShapeContent( eSpType ); in CreateSubPath() local1554 if( ( nCoordWidth == pDefCustomShape->nCoordWidth ) in CreateSubPath()1555 && ( nCoordHeight == pDefCustomShape->nCoordHeight ) ) in CreateSubPath()1557 sal_Int32 j, nCount = pDefCustomShape->nVertices;//==3 in CreateSubPath()1569 …hape2d::SetEnhancedCustomShapeParameter( seqCoordinates2[ j ].First, pDefCustomShape->pVertices[ j… in CreateSubPath()1570 …ape2d::SetEnhancedCustomShapeParameter( seqCoordinates2[ j ].Second, pDefCustomShape->pVertices[ j… in CreateSubPath()1604 aViewBox.Width = pDefCustomShape->nCoordWidth; in CreateSubPath()[all …]
6194 const mso_CustomShape* pDefCustomShape = GetCustomShapeContent( eSpType ); in GetCustomShapeConnectionTypeDefault() local6195 if ( pDefCustomShape && pDefCustomShape->nGluePoints ) in GetCustomShapeConnectionTypeDefault()
2660 const mso_CustomShape* pDefCustomShape = GetCustomShapeContent( eShapeType ); in LookForPolarHandles() local2661 if ( pDefCustomShape && pDefCustomShape->nHandles && pDefCustomShape->pHandles ) in LookForPolarHandles()2663 sal_Int32 k, nkCount = pDefCustomShape->nHandles; in LookForPolarHandles()2664 const SvxMSDffHandle* pData = pDefCustomShape->pHandles; in LookForPolarHandles()
2212 const mso_CustomShape* pDefCustomShape = GetCustomShapeContent( rObjData.eShapeType ); in ApplyCustomShapeGeometryAttributes() local2213 if ( pDefCustomShape && pDefCustomShape->nHandles && pDefCustomShape->pHandles ) in ApplyCustomShapeGeometryAttributes()2215 sal_Int32 i, nCnt = pDefCustomShape->nHandles; in ApplyCustomShapeGeometryAttributes()2216 const SvxMSDffHandle* pData = pDefCustomShape->pHandles; in ApplyCustomShapeGeometryAttributes()
Completed in 151 milliseconds