Searched refs:aDestStrm (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/svx/source/unodraw/ |
H A D | unoshap4.cxx | 299 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 D | unoshape.cxx | 759 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()
|
H A D | unoshap2.cxx | 1825 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()
|
/aoo41x/main/sd/source/ui/unoidl/ |
H A D | unopage.cxx | 1124 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()
|
/aoo41x/main/filter/source/msfilter/ |
H A D | escherex.cxx | 4517 SvMemoryStream aDestStrm; in GetBlibID() local 4518 aZCodec.Write( aDestStrm, pGraphicAry, p_EscherBlibEntry->mnSize ); in GetBlibID() 4520 aDestStrm.Seek( STREAM_SEEK_TO_END ); in GetBlibID() 4521 p_EscherBlibEntry->mnSize = aDestStrm.Tell(); in GetBlibID() 4522 pGraphicAry = (sal_uInt8*)aDestStrm.GetData(); in GetBlibID()
|
Completed in 99 milliseconds