Searched refs:pDefCustomShape (Results 1 – 5 of 5) sorted by relevance
685 const mso_CustomShape* pDefCustomShape = GetCustomShapeContent( eSpType ); in MergeDefaultAttributes() local686 if ( pDefCustomShape ) in MergeDefaultAttributes()687 pDefData = pDefCustomShape->pDefData; in MergeDefaultAttributes()698 if ( pDefCustomShape && pDefData ) // now check if we have to default some adjustment values in MergeDefaultAttributes()735 if ( pDefCustomShape ) in MergeDefaultAttributes()739 aViewBox.Width = pDefCustomShape->nCoordWidth; in MergeDefaultAttributes()740 aViewBox.Height= pDefCustomShape->nCoordHeight; in MergeDefaultAttributes()754 if ( !pAny && pDefCustomShape && pDefCustomShape->nVertices && pDefCustomShape->pVertices ) in MergeDefaultAttributes()758 sal_Int32 i, nCount = pDefCustomShape->nVertices; in MergeDefaultAttributes()762 …Shape2d::SetEnhancedCustomShapeParameter( seqCoordinates[ i ].First, pDefCustomShape->pVertices[ i… in MergeDefaultAttributes()[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()
2209 const mso_CustomShape* pDefCustomShape = GetCustomShapeContent( rObjData.eShapeType ); in ApplyCustomShapeGeometryAttributes() local2210 if ( pDefCustomShape && pDefCustomShape->nHandles && pDefCustomShape->pHandles ) in ApplyCustomShapeGeometryAttributes()2212 sal_Int32 i, nCnt = pDefCustomShape->nHandles; in ApplyCustomShapeGeometryAttributes()2213 const SvxMSDffHandle* pData = pDefCustomShape->pHandles; in ApplyCustomShapeGeometryAttributes()