Searched refs:aRecHd (Results 1 – 1 of 1) sorted by relevance
230 DffRecordHeader aRecHd; in SetDefaultPropSet() local231 rStCtrl >> aRecHd; in SetDefaultPropSet()232 if ( aRecHd.nRecType == DFF_msofbtDggContainer ) in SetDefaultPropSet()234 if ( rManager.SeekToRec( rStCtrl, DFF_msofbtOPT, aRecHd.GetRecEndFilePos() ) ) in SetDefaultPropSet()256 DffRecordHeader aRecHd; in ReadPropSet() local257 rIn >> aRecHd; in ReadPropSet()258 if ( rManager.SeekToRec( rIn, DFF_msofbtOPT, aRecHd.GetRecEndFilePos() ) ) in ReadPropSet()4196 DffRecordHeader aRecHd; // the first atom has to be the SpContainer for the GroupObject in ImportGroup() local4197 rSt >> aRecHd; in ImportGroup()4198 if ( aRecHd.nRecType == DFF_msofbtSpContainer ) in ImportGroup()[all …]