Searched refs:aEscherObjListHd (Results 1 – 3 of 3) sorted by relevance
2994 DffRecordHeader aEscherObjListHd; in ImportPage() local2995 rStCtrl >> aEscherObjListHd; in ImportPage()2996 switch ( aEscherObjListHd.nRecType ) in ImportPage()3038 aEscherObjListHd.SeekToBegOfRecord( rStCtrl ); in ImportPage()3047 if ( aEscherObjListHd.nRecType == DFF_msofbtSpContainer ) in ImportPage()3049 aEscherObjListHd.SeekToEndOfRecord( rStCtrl ); in ImportPage()3056 DffRecordHeader aEscherObjListHd; in ImportPage() local3057 rStCtrl >> aEscherObjListHd; in ImportPage()3058 switch ( aEscherObjListHd.nRecType ) in ImportPage()3093 if ( aEscherObjListHd.nRecType == DFF_msofbtSpgrContainer ) in ImportPage()[all …]
3304 DffRecordHeader aEscherObjListHd; in SeekToShape() local3307 rSt >> aEscherObjListHd; in SeekToShape()3308 if ( aEscherObjListHd.nRecVer != 0xf ) in SeekToShape()3309 aEscherObjListHd.SeekToEndOfRecord( rSt ); in SeekToShape()3310 else if ( aEscherObjListHd.nRecType == DFF_msofbtSpContainer ) in SeekToShape()3313 if ( SeekToRec( rSt, DFF_msofbtSp, aEscherObjListHd.GetRecEndFilePos(), &aShapeHd ) ) in SeekToShape()3318 aEscherObjListHd.SeekToBegOfRecord( rSt ); in SeekToShape()3323 aEscherObjListHd.SeekToEndOfRecord( rSt ); in SeekToShape()
801 DffRecordHeader aEscherObjListHd; in Import() local802 … if ( SeekToRec( rStCtrl, DFF_msofbtSpgrContainer, nEscherF002End, &aEscherObjListHd ) ) in Import()805 … while( ( rStCtrl.GetError() == 0 ) && ( rStCtrl.Tell() < aEscherObjListHd.GetRecEndFilePos() ) ) in Import()
Completed in 79 milliseconds