Lines Matching refs:aSegment
341 com::sun::star::drawing::EnhancedCustomShapeSegment aSegment; in ImpExportEnhancedPath() local
349 aSegment.Count = 1; in ImpExportEnhancedPath()
350 aSegment.Command = com::sun::star::drawing::EnhancedCustomShapeSegmentCommand::MOVETO; in ImpExportEnhancedPath()
355 aSegment.Count = (sal_Int16)Min( nCoords - 1, (sal_Int32)32767 ); in ImpExportEnhancedPath()
356 aSegment.Command = com::sun::star::drawing::EnhancedCustomShapeSegmentCommand::LINETO; in ImpExportEnhancedPath()
361 aSegment.Count = 1; in ImpExportEnhancedPath()
362 aSegment.Command = com::sun::star::drawing::EnhancedCustomShapeSegmentCommand::CLOSESUBPATH; in ImpExportEnhancedPath()
367 aSegment.Count = 1; in ImpExportEnhancedPath()
368 aSegment.Command = com::sun::star::drawing::EnhancedCustomShapeSegmentCommand::ENDSUBPATH; in ImpExportEnhancedPath()
374 aSegment = rSegments[ j ]; in ImpExportEnhancedPath()
380 switch( aSegment.Command ) in ImpExportEnhancedPath()
418 aSegment.Count = 1; in ImpExportEnhancedPath()
419 aSegment.Command = com::sun::star::drawing::EnhancedCustomShapeSegmentCommand::LINETO; in ImpExportEnhancedPath()
425 for ( k = 0; k < aSegment.Count; k++ ) in ImpExportEnhancedPath()