Home
last modified time | relevance | path

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

/AOO42X/main/filter/source/msfilter/
H A Dmsdffimp.cxx230 DffRecordHeader aRecHd; in SetDefaultPropSet() local
231 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() local
257 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() local
4197 rSt >> aRecHd; in ImportGroup()
4198 if ( aRecHd.nRecType == DFF_msofbtSpContainer ) in ImportGroup()
[all …]