Searched refs:aEscherObjListHd (Results 1 – 3 of 3) sorted by relevance
2995 DffRecordHeader aEscherObjListHd; in ImportPage() local2996 rStCtrl >> aEscherObjListHd; in ImportPage()2997 switch ( aEscherObjListHd.nRecType ) in ImportPage()3039 aEscherObjListHd.SeekToBegOfRecord( rStCtrl ); in ImportPage()3048 if ( aEscherObjListHd.nRecType == DFF_msofbtSpContainer ) in ImportPage()3050 aEscherObjListHd.SeekToEndOfRecord( rStCtrl ); in ImportPage()3057 DffRecordHeader aEscherObjListHd; in ImportPage() local3058 rStCtrl >> aEscherObjListHd; in ImportPage()3059 switch ( aEscherObjListHd.nRecType ) in ImportPage()3064 … if ( SeekToRec( rStCtrl, DFF_msofbtSpContainer, aEscherObjListHd.GetRecEndFilePos(), &aShapeHd ) ) in ImportPage()[all …]
3320 DffRecordHeader aEscherObjListHd; in SeekToShape() local3323 rSt >> aEscherObjListHd; in SeekToShape()3324 if ( aEscherObjListHd.nRecVer != 0xf ) in SeekToShape()3325 aEscherObjListHd.SeekToEndOfRecord( rSt ); in SeekToShape()3326 else if ( aEscherObjListHd.nRecType == DFF_msofbtSpContainer ) in SeekToShape()3329 … if ( SeekToRec( rSt, DFF_msofbtSp, aEscherObjListHd.GetRecEndFilePos(), &aShapeHd ) ) in SeekToShape()3334 aEscherObjListHd.SeekToBegOfRecord( rSt ); in SeekToShape()3339 aEscherObjListHd.SeekToEndOfRecord( rSt ); in SeekToShape()
799 DffRecordHeader aEscherObjListHd; in Import() local800 … if ( SeekToRec( rStCtrl, DFF_msofbtSpgrContainer, nEscherF002End, &aEscherObjListHd ) ) in Import()803 … while( ( rStCtrl.GetError() == 0 ) && ( rStCtrl.Tell() < aEscherObjListHd.GetRecEndFilePos() ) ) in Import()