Searched refs:aRecHd (Results 1 – 1 of 1) sorted by relevance
233 DffRecordHeader aRecHd; in SetDefaultPropSet() local234 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() local260 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() local4187 rSt >> aRecHd; in ImportGroup()4188 if ( aRecHd.nRecType == DFF_msofbtSpContainer ) in ImportGroup()[all …]