Lines Matching refs:pDefCustomShape
586 const mso_CustomShape* pDefCustomShape = GetCustomShapeContent( eSpType ); in ApplyShapeAttributes() local
587 if ( pDefCustomShape ) in ApplyShapeAttributes()
588 pDefData = pDefCustomShape->pDefData; in ApplyShapeAttributes()
1549 const mso_CustomShape* pDefCustomShape = GetCustomShapeContent( eSpType ); in CreateSubPath() local
1554 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()
1605 aViewBox.Height = pDefCustomShape->nCoordHeight; in CreateSubPath()