Home
last modified time | relevance | path

Searched refs:pDefCustomShape (Results 1 – 5 of 5) sorted by relevance

/trunk/main/svx/source/svdraw/
H A Dsvdoashp.cxx685 const mso_CustomShape* pDefCustomShape = GetCustomShapeContent( eSpType ); in MergeDefaultAttributes() local
686 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 …]
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShape2d.cxx586 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()
[all …]
H A DEnhancedCustomShapeGeometry.cxx6194 const mso_CustomShape* pDefCustomShape = GetCustomShapeContent( eSpType ); in GetCustomShapeConnectionTypeDefault() local
6195 if ( pDefCustomShape && pDefCustomShape->nGluePoints ) in GetCustomShapeConnectionTypeDefault()
/trunk/main/filter/source/msfilter/
H A Descherex.cxx2660 const mso_CustomShape* pDefCustomShape = GetCustomShapeContent( eShapeType ); in LookForPolarHandles() local
2661 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()
H A Dmsdffimp.cxx2209 const mso_CustomShape* pDefCustomShape = GetCustomShapeContent( rObjData.eShapeType ); in ApplyCustomShapeGeometryAttributes() local
2210 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()