Home
last modified time | relevance | path

Searched refs:pDefCustomShape (Results 1 – 5 of 5) sorted by last modified time

/trunk/main/svx/source/svdraw/
H A Dsvdoashp.cxx754 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 …]
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx2212 const mso_CustomShape* pDefCustomShape = GetCustomShapeContent( rObjData.eShapeType ); in ApplyCustomShapeGeometryAttributes() local
2213 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()
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()
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShapeGeometry.cxx6194 const mso_CustomShape* pDefCustomShape = GetCustomShapeContent( eSpType ); in GetCustomShapeConnectionTypeDefault() local
6195 if ( pDefCustomShape && pDefCustomShape->nGluePoints ) in GetCustomShapeConnectionTypeDefault()
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 …]

Completed in 147 milliseconds