Home
last modified time | relevance | path

Searched refs:nGluePoints (Results 1 – 4 of 4) sorted by path

/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx737 sal_Int32 nGluePoints = aGluePoints.getLength(); in SolveSolver() local
738 aGluePoints.realloc( nGluePoints + 1 ); in SolveSolver()
739 … EnhancedCustomShape2d::SetEnhancedCustomShapeParameter( aGluePoints[ nGluePoints ].First, nX ); in SolveSolver()
740 … EnhancedCustomShape2d::SetEnhancedCustomShapeParameter( aGluePoints[ nGluePoints ].Second, nY ); in SolveSolver()
748 if ( pLst->GetCount() > nGluePoints ) in SolveSolver()
749 nId = (sal_Int32)((*pLst)[ (sal_uInt16)nGluePoints ].GetId() + 3 ); in SolveSolver()
/trunk/main/svx/inc/svx/
H A DEnhancedCustomShapeGeometry.hxx81 sal_uInt32 nGluePoints; member
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShapeGeometry.cxx6195 if ( pDefCustomShape && pDefCustomShape->nGluePoints ) in GetCustomShapeConnectionTypeDefault()
/trunk/main/svx/source/svdraw/
H A Dsvdoashp.cxx775 if ( !pAny && pDefCustomShape && pDefCustomShape->nGluePoints && pDefCustomShape->pGluePoints ) in MergeDefaultAttributes()
778 sal_Int32 i, nCount = pDefCustomShape->nGluePoints; in MergeDefaultAttributes()
1212 if ( pAny && pDefCustomShape && pDefCustomShape->nGluePoints && pDefCustomShape->pGluePoints ) in IsDefaultGeometry()
1217 sal_Int32 i, nCount = pDefCustomShape->nGluePoints; in IsDefaultGeometry()
1228 else if ( pDefCustomShape && ( pDefCustomShape->nGluePoints == 0 ) ) in IsDefaultGeometry()

Completed in 98 milliseconds