Home
last modified time | relevance | path

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

/AOO41X/main/filter/source/msfilter/
H A Dmsdffimp.cxx233 DffRecordHeader aRecHd; in SetDefaultPropSet() local
234 rStCtrl >> aRecHd; in SetDefaultPropSet()
235 if ( aRecHd.nRecType == DFF_msofbtDggContainer ) in SetDefaultPropSet()
237 if ( rManager.SeekToRec( rStCtrl, DFF_msofbtOPT, aRecHd.GetRecEndFilePos() ) ) in SetDefaultPropSet()
259 DffRecordHeader aRecHd; in ReadPropSet() local
260 rIn >> aRecHd; in ReadPropSet()
261 if ( rManager.SeekToRec( rIn, DFF_msofbtOPT, aRecHd.GetRecEndFilePos() ) ) in ReadPropSet()
4186 DffRecordHeader aRecHd; // the first atom has to be the SpContainer for the GroupObject in ImportGroup() local
4187 rSt >> aRecHd; in ImportGroup()
4188 if ( aRecHd.nRecType == DFF_msofbtSpContainer ) in ImportGroup()
[all …]