Home
last modified time | relevance | path

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

/AOO41X/main/filter/source/msfilter/
H A Dmsdffimp.cxx3318 DffRecordHeader aShapeHd; in SeekToShape() local
3319 … if ( SeekToRec( rSt, DFF_msofbtSp, aEscherObjListHd.GetRecEndFilePos(), &aShapeHd ) ) in SeekToShape()
4966 DffRecordHeader aShapeHd; in GetGlobalChildAnchor() local
4967 rSt >> aShapeHd; in GetGlobalChildAnchor()
4968 if ( ( aShapeHd.nRecType == DFF_msofbtSpContainer ) || in GetGlobalChildAnchor()
4969 ( aShapeHd.nRecType == DFF_msofbtSpgrContainer ) ) in GetGlobalChildAnchor()
4971 DffRecordHeader aShapeHd2( aShapeHd ); in GetGlobalChildAnchor()
4972 if ( aShapeHd.nRecType == DFF_msofbtSpgrContainer ) in GetGlobalChildAnchor()
5026 aShapeHd.SeekToEndOfRecord( rSt ); in GetGlobalChildAnchor()
5037 DffRecordHeader aShapeHd; in GetGroupAnchors() local
[all …]
H A Dsvdfppt.cxx3032 DffRecordHeader aShapeHd; in ImportPage() local
3033 rStCtrl >> aShapeHd; in ImportPage()
3034 if ( aShapeHd.nRecType == DFF_msofbtSp ) in ImportPage()
3064 DffRecordHeader aShapeHd; in ImportPage() local
3065 … if ( SeekToRec( rStCtrl, DFF_msofbtSpContainer, aEscherObjListHd.GetRecEndFilePos(), &aShapeHd ) ) in ImportPage()
3068 aShapeHd.SeekToEndOfRecord( rStCtrl ); in ImportPage()
3072 rStCtrl >> aShapeHd; in ImportPage()
3073 …if ( ( aShapeHd.nRecType == DFF_msofbtSpContainer ) || ( aShapeHd.nRecType == DFF_msofbtSpgrContai… in ImportPage()
3076 aShapeHd.SeekToBegOfRecord( rStCtrl ); in ImportPage()
3091 aShapeHd.SeekToEndOfRecord( rStCtrl ); in ImportPage()