Lines Matching refs:nStreamSize

3082 							sal_uInt32 nStreamSize = nElementSize * nElements + 6;  in CreateCustomShapeProperties()  local
3083 SvMemoryStream aOut( nStreamSize ); in CreateCustomShapeProperties()
3098 sal_uInt8* pBuf = new sal_uInt8[ nStreamSize ]; in CreateCustomShapeProperties()
3099 memcpy( pBuf, aOut.GetData(), nStreamSize ); in CreateCustomShapeProperties()
3100 AddOpt( DFF_Prop_pFormulas, sal_True, nStreamSize - 6, pBuf, nStreamSize ); in CreateCustomShapeProperties()
3190 sal_uInt32 nStreamSize = nElementSize * nElements + 6; in CreateCustomShapeProperties() local
3191 SvMemoryStream aOut( nStreamSize ); in CreateCustomShapeProperties()
3202 sal_uInt8* pBuf = new sal_uInt8[ nStreamSize ]; in CreateCustomShapeProperties()
3203 memcpy( pBuf, aOut.GetData(), nStreamSize ); in CreateCustomShapeProperties()
3204 AddOpt( DFF_Prop_connectorPoints, sal_True, nStreamSize - 6, pBuf, nStreamSize ); // -6 in CreateCustomShapeProperties()
3232 sal_uInt32 nStreamSize = nElementSize * nElements + 6; in CreateCustomShapeProperties() local
3233 SvMemoryStream aOut( nStreamSize ); in CreateCustomShapeProperties()
3323 sal_uInt8* pBuf = new sal_uInt8[ nStreamSize ]; in CreateCustomShapeProperties()
3324 memcpy( pBuf, aOut.GetData(), nStreamSize ); in CreateCustomShapeProperties()
3325 AddOpt( DFF_Prop_pSegmentInfo, sal_False, nStreamSize - 6, pBuf, nStreamSize ); in CreateCustomShapeProperties()
3364 sal_uInt32 nStreamSize = nElementSize * nElements + 6; in CreateCustomShapeProperties() local
3365 SvMemoryStream aOut( nStreamSize ); in CreateCustomShapeProperties()
3381 sal_uInt8* pBuf = new sal_uInt8[ nStreamSize ]; in CreateCustomShapeProperties()
3382 memcpy( pBuf, aOut.GetData(), nStreamSize ); in CreateCustomShapeProperties()
3383 AddOpt( DFF_Prop_textRectangles, sal_True, nStreamSize - 6, pBuf, nStreamSize ); in CreateCustomShapeProperties()
3610 sal_uInt32 nStreamSize = nElementSize * nElements + 6; in CreateCustomShapeProperties() local
3611 SvMemoryStream aOut( nStreamSize ); in CreateCustomShapeProperties()
3788 sal_uInt8* pBuf = new sal_uInt8[ nStreamSize ]; in CreateCustomShapeProperties()
3789 memcpy( pBuf, aOut.GetData(), nStreamSize ); in CreateCustomShapeProperties()
3790 AddOpt( DFF_Prop_Handles, sal_True, nStreamSize - 6, pBuf, nStreamSize ); in CreateCustomShapeProperties()
3832 sal_uInt32 nStreamSize = nElementSize * nElements + 6; in CreateCustomShapeProperties() local
3833 SvMemoryStream aOut( nStreamSize ); in CreateCustomShapeProperties()
3844 sal_uInt8* pBuf = new sal_uInt8[ nStreamSize ]; in CreateCustomShapeProperties()
3845 memcpy( pBuf, aOut.GetData(), nStreamSize ); in CreateCustomShapeProperties()
3846 AddOpt( DFF_Prop_pVertices, sal_True, nStreamSize - 6, pBuf, nStreamSize ); // -6 in CreateCustomShapeProperties()