Home
last modified time | relevance | path

Searched refs:aShapeHd (Results 1 – 2 of 2) sorted by relevance

/AOO42X/main/filter/source/msfilter/
H A Dmsdffimp.cxx3328 DffRecordHeader aShapeHd; in SeekToShape() local
3329 … if ( SeekToRec( rSt, DFF_msofbtSp, aEscherObjListHd.GetRecEndFilePos(), &aShapeHd ) ) in SeekToShape()
4976 DffRecordHeader aShapeHd; in GetGlobalChildAnchor() local
4977 rSt >> aShapeHd; in GetGlobalChildAnchor()
4978 if ( ( aShapeHd.nRecType == DFF_msofbtSpContainer ) || in GetGlobalChildAnchor()
4979 ( aShapeHd.nRecType == DFF_msofbtSpgrContainer ) ) in GetGlobalChildAnchor()
4981 DffRecordHeader aShapeHd2( aShapeHd ); in GetGlobalChildAnchor()
4982 if ( aShapeHd.nRecType == DFF_msofbtSpgrContainer ) in GetGlobalChildAnchor()
5036 aShapeHd.SeekToEndOfRecord( rSt ); in GetGlobalChildAnchor()
5047 DffRecordHeader aShapeHd; in GetGroupAnchors() local
[all …]
H A Dsvdfppt.cxx3031 DffRecordHeader aShapeHd; in ImportPage() local
3032 rStCtrl >> aShapeHd; in ImportPage()
3033 if ( aShapeHd.nRecType == DFF_msofbtSp ) in ImportPage()
3063 DffRecordHeader aShapeHd; in ImportPage() local
3064 … if ( SeekToRec( rStCtrl, DFF_msofbtSpContainer, aEscherObjListHd.GetRecEndFilePos(), &aShapeHd ) ) in ImportPage()
3067 aShapeHd.SeekToEndOfRecord( rStCtrl ); in ImportPage()
3071 rStCtrl >> aShapeHd; in ImportPage()
3072 …if ( ( aShapeHd.nRecType == DFF_msofbtSpContainer ) || ( aShapeHd.nRecType == DFF_msofbtSpgrContai… in ImportPage()
3075 aShapeHd.SeekToBegOfRecord( rStCtrl ); in ImportPage()
3090 aShapeHd.SeekToEndOfRecord( rStCtrl ); in ImportPage()