Home
last modified time | relevance | path

Searched refs:aEscherObjListHd (Results 1 – 3 of 3) sorted by relevance

/aoo41x/main/filter/source/msfilter/
H A Dsvdfppt.cxx2996 DffRecordHeader aEscherObjListHd; in ImportPage() local
2997 rStCtrl >> aEscherObjListHd; in ImportPage()
2998 switch ( aEscherObjListHd.nRecType ) in ImportPage()
3040 aEscherObjListHd.SeekToBegOfRecord( rStCtrl ); in ImportPage()
3049 if ( aEscherObjListHd.nRecType == DFF_msofbtSpContainer ) in ImportPage()
3051 aEscherObjListHd.SeekToEndOfRecord( rStCtrl ); in ImportPage()
3058 DffRecordHeader aEscherObjListHd; in ImportPage() local
3059 rStCtrl >> aEscherObjListHd; in ImportPage()
3060 switch ( aEscherObjListHd.nRecType ) in ImportPage()
3101 if ( aEscherObjListHd.nRecType == DFF_msofbtSpgrContainer ) in ImportPage()
[all …]
H A Dmsdffimp.cxx3310 DffRecordHeader aEscherObjListHd; in SeekToShape() local
3313 rSt >> aEscherObjListHd; in SeekToShape()
3314 if ( aEscherObjListHd.nRecVer != 0xf ) in SeekToShape()
3315 aEscherObjListHd.SeekToEndOfRecord( rSt ); in SeekToShape()
3316 else if ( aEscherObjListHd.nRecType == DFF_msofbtSpContainer ) in SeekToShape()
3319 if ( SeekToRec( rSt, DFF_msofbtSp, aEscherObjListHd.GetRecEndFilePos(), &aShapeHd ) ) in SeekToShape()
3324 aEscherObjListHd.SeekToBegOfRecord( rSt ); in SeekToShape()
3329 aEscherObjListHd.SeekToEndOfRecord( rSt ); in SeekToShape()
/aoo41x/main/sd/source/filter/ppt/
H A Dpptin.cxx801 DffRecordHeader aEscherObjListHd; in Import() local
802 … if ( SeekToRec( rStCtrl, DFF_msofbtSpgrContainer, nEscherF002End, &aEscherObjListHd ) ) in Import()
805 … while( ( rStCtrl.GetError() == 0 ) && ( rStCtrl.Tell() < aEscherObjListHd.GetRecEndFilePos() ) ) in Import()

Completed in 176 milliseconds