Searched refs:aBmpSaveList (Results 1 – 3 of 3) sorted by relevance
/trunk/main/svtools/source/filter/wmf/ |
H A D | enhwmf.cxx | 272 if( aBmpSaveList.Count() && ( nRecType != EMR_STRETCHBLT ) && ( nRecType != EMR_STRETCHDIBITS ) ) in ReadEnhWMF() 273 pOut->ResolveBitmapActions( aBmpSaveList ); in ReadEnhWMF() 884 aBmpSaveList.Insert( new BSaveStruct( aBitmap, aRect, dwRop ), LIST_APPEND ); in ReadEnhWMF() 946 aBmpSaveList.Insert( new BSaveStruct( aBitmap, aRect, dwRop ), LIST_APPEND ); in ReadEnhWMF() 1000 aBmpSaveList.Insert( new BSaveStruct( aBitmap, aRect, dwRop ), LIST_APPEND ); in ReadEnhWMF() 1399 if( aBmpSaveList.Count() ) in ReadEnhWMF() 1400 pOut->ResolveBitmapActions( aBmpSaveList ); in ReadEnhWMF()
|
H A D | winwmf.cxx | 579 aBmpSaveList.Insert( new BSaveStruct( aBmp, aDestRect, nWinROP ), LIST_APPEND ); in ReadRecordParams() 629 aBmpSaveList.Insert( new BSaveStruct( aBmp, aDestRect, nWinROP ), LIST_APPEND ); in ReadRecordParams() 1132 if( aBmpSaveList.Count() && in ReadWMF() 1137 pOut->ResolveBitmapActions( aBmpSaveList ); in ReadWMF() 1182 if( !pWMF->GetError() && aBmpSaveList.Count() ) in ReadWMF() 1183 pOut->ResolveBitmapActions( aBmpSaveList ); in ReadWMF()
|
H A D | winmtf.hxx | 686 List aBmpSaveList; member in WinMtf
|
Completed in 37 milliseconds