Home
last modified time | relevance | path

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

/trunk/main/svx/source/unodraw/
H A Dunoshap2.cxx1825 SvMemoryStream aDestStrm( 65535, 65535 ); in getPropertyValueImpl() local
1827 ConvertGDIMetaFileToWMF( rGraphic.GetGDIMetaFile(), aDestStrm, NULL, sal_False ); in getPropertyValueImpl()
1829 static_cast< const sal_Int8* >(aDestStrm.GetData()), in getPropertyValueImpl()
1830 aDestStrm.GetEndOfData()); in getPropertyValueImpl()
H A Dunoshap4.cxx299 SvMemoryStream aDestStrm( 65535, 65535 ); in getPropertyValueImpl() local
300 ConvertGDIMetaFileToWMF( aMtf, aDestStrm, NULL, sal_False ); in getPropertyValueImpl()
302 static_cast< const sal_Int8* >(aDestStrm.GetData()), in getPropertyValueImpl()
303 aDestStrm.GetEndOfData()); in getPropertyValueImpl()
H A Dunoshape.cxx759 SvMemoryStream aDestStrm( 65535, 65535 ); in GetBitmap() local
760 ConvertGDIMetaFileToWMF( aMtf, aDestStrm, NULL, sal_False ); in GetBitmap()
762 static_cast< const sal_Int8* >(aDestStrm.GetData()), in GetBitmap()
763 aDestStrm.GetEndOfData()); in GetBitmap()
3057 SvMemoryStream aDestStrm( 65535, 65535 ); in getPropertyValueImpl() local
3058 ConvertGDIMetaFileToWMF( aMtf, aDestStrm, NULL, sal_False ); in getPropertyValueImpl()
3060 static_cast< const sal_Int8* >(aDestStrm.GetData()), in getPropertyValueImpl()
3061 aDestStrm.GetEndOfData()); in getPropertyValueImpl()
/trunk/main/sd/source/ui/unoidl/
H A Dunopage.cxx1124 SvMemoryStream aDestStrm( 65535, 65535 ); in getPropertyValue() local
1125 ConvertGDIMetaFileToWMF( *pMetaFile, aDestStrm, NULL, sal_False ); in getPropertyValue()
1126 Sequence<sal_Int8> aSeq( (sal_Int8*)aDestStrm.GetData(), aDestStrm.Tell() ); in getPropertyValue()
/trunk/main/filter/source/msfilter/
H A Descherex.cxx4528 SvMemoryStream aDestStrm; in GetBlibID() local
4529 aZCodec.Write( aDestStrm, pGraphicAry, p_EscherBlibEntry->mnSize ); in GetBlibID()
4531 aDestStrm.Seek( STREAM_SEEK_TO_END ); in GetBlibID()
4532 p_EscherBlibEntry->mnSize = aDestStrm.Tell(); in GetBlibID()
4533 pGraphicAry = (sal_uInt8*)aDestStrm.GetData(); in GetBlibID()

Completed in 114 milliseconds